|
|
@@ -49,7 +49,7 @@
|
|
|
this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
|
|
|
this.Save.IsShowBorder = true;
|
|
|
this.Save.Location = new System.Drawing.Point(436, 450);
|
|
|
- this.Save.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.Save.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
|
|
|
this.Save.Name = "Save";
|
|
|
this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
|
|
|
@@ -73,7 +73,7 @@
|
|
|
this.sn_defaultprint});
|
|
|
this.SysNavDGV.EnableContentClick = true;
|
|
|
this.SysNavDGV.Location = new System.Drawing.Point(2, 1);
|
|
|
- this.SysNavDGV.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.SysNavDGV.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.SysNavDGV.Name = "SysNavDGV";
|
|
|
this.SysNavDGV.RowTemplate.Height = 27;
|
|
|
this.SysNavDGV.Size = new System.Drawing.Size(922, 439);
|
|
|
@@ -115,7 +115,9 @@
|
|
|
//
|
|
|
this.sn_defaultprint.DataPropertyName = "sn_defaultprint";
|
|
|
this.sn_defaultprint.HeaderText = "默认打印";
|
|
|
+ this.sn_defaultprint.MinimumWidth = 120;
|
|
|
this.sn_defaultprint.Name = "sn_defaultprint";
|
|
|
+ this.sn_defaultprint.Width = 120;
|
|
|
//
|
|
|
// SystemSetting_SysNav
|
|
|
//
|