|
@@ -74,10 +74,11 @@
|
|
|
//
|
|
|
// btnImp
|
|
|
//
|
|
|
- this.btnImp.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnImp.ImageOptions.SvgImage")));
|
|
|
- this.btnImp.Location = new System.Drawing.Point(539, 12);
|
|
|
+ this.btnImp.Location = new System.Drawing.Point(569, 12);
|
|
|
+ this.btnImp.MaximumSize = new System.Drawing.Size(0, 24);
|
|
|
+ this.btnImp.MinimumSize = new System.Drawing.Size(0, 24);
|
|
|
this.btnImp.Name = "btnImp";
|
|
|
- this.btnImp.Size = new System.Drawing.Size(96, 24);
|
|
|
+ this.btnImp.Size = new System.Drawing.Size(66, 24);
|
|
|
this.btnImp.StyleController = this.layoutControl1;
|
|
|
this.btnImp.TabIndex = 6;
|
|
|
this.btnImp.Text = "导入";
|
|
@@ -85,10 +86,10 @@
|
|
|
//
|
|
|
// gridXl
|
|
|
//
|
|
|
- this.gridXl.Location = new System.Drawing.Point(10, 38);
|
|
|
+ this.gridXl.Location = new System.Drawing.Point(10, 50);
|
|
|
this.gridXl.MainView = this.gridView1;
|
|
|
this.gridXl.Name = "gridXl";
|
|
|
- this.gridXl.Size = new System.Drawing.Size(627, 374);
|
|
|
+ this.gridXl.Size = new System.Drawing.Size(627, 362);
|
|
|
this.gridXl.TabIndex = 5;
|
|
|
this.gridXl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
this.gridView1});
|
|
@@ -106,7 +107,7 @@
|
|
|
this.btnOpen.Properties.AutoHeight = false;
|
|
|
this.btnOpen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
|
- this.btnOpen.Size = new System.Drawing.Size(459, 24);
|
|
|
+ this.btnOpen.Size = new System.Drawing.Size(489, 24);
|
|
|
this.btnOpen.StyleController = this.layoutControl1;
|
|
|
this.btnOpen.TabIndex = 4;
|
|
|
//
|
|
@@ -129,7 +130,7 @@
|
|
|
this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 28);
|
|
|
this.layoutControlItem1.MinSize = new System.Drawing.Size(118, 28);
|
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
- this.layoutControlItem1.Size = new System.Drawing.Size(527, 28);
|
|
|
+ this.layoutControlItem1.Size = new System.Drawing.Size(557, 40);
|
|
|
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem1.Text = "星历文件:";
|
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(52, 14);
|
|
@@ -137,21 +138,21 @@
|
|
|
// layoutControlItem2
|
|
|
//
|
|
|
this.layoutControlItem2.Control = this.gridXl;
|
|
|
- this.layoutControlItem2.Location = new System.Drawing.Point(0, 28);
|
|
|
+ this.layoutControlItem2.Location = new System.Drawing.Point(0, 40);
|
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
|
this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
|
- this.layoutControlItem2.Size = new System.Drawing.Size(627, 374);
|
|
|
+ this.layoutControlItem2.Size = new System.Drawing.Size(627, 362);
|
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem2.TextVisible = false;
|
|
|
//
|
|
|
// layoutControlItem3
|
|
|
//
|
|
|
this.layoutControlItem3.Control = this.btnImp;
|
|
|
- this.layoutControlItem3.Location = new System.Drawing.Point(527, 0);
|
|
|
- this.layoutControlItem3.MaxSize = new System.Drawing.Size(100, 28);
|
|
|
- this.layoutControlItem3.MinSize = new System.Drawing.Size(100, 28);
|
|
|
+ this.layoutControlItem3.Location = new System.Drawing.Point(557, 0);
|
|
|
+ this.layoutControlItem3.MaxSize = new System.Drawing.Size(70, 40);
|
|
|
+ this.layoutControlItem3.MinSize = new System.Drawing.Size(70, 40);
|
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
- this.layoutControlItem3.Size = new System.Drawing.Size(100, 28);
|
|
|
+ this.layoutControlItem3.Size = new System.Drawing.Size(70, 40);
|
|
|
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem3.TextVisible = false;
|