|
@@ -36,6 +36,7 @@
|
|
|
this.sn_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.sn_detno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.sn_using = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.sn_defaultprint = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.SysNavDGV)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
@@ -47,13 +48,13 @@
|
|
|
this.Save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
|
|
|
this.Save.IsShowBorder = true;
|
|
|
- this.Save.Location = new System.Drawing.Point(581, 562);
|
|
|
- this.Save.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.Save.Location = new System.Drawing.Point(436, 450);
|
|
|
+ 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")));
|
|
|
this.Save.Power = "ifwrite";
|
|
|
- this.Save.Size = new System.Drawing.Size(75, 35);
|
|
|
+ this.Save.Size = new System.Drawing.Size(56, 28);
|
|
|
this.Save.TabIndex = 1;
|
|
|
this.Save.Text = "保存";
|
|
|
this.Save.UseVisualStyleBackColor = true;
|
|
@@ -68,12 +69,14 @@
|
|
|
this.sn_module,
|
|
|
this.sn_id,
|
|
|
this.sn_detno,
|
|
|
- this.sn_using});
|
|
|
- this.SysNavDGV.Location = new System.Drawing.Point(3, 1);
|
|
|
- this.SysNavDGV.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.sn_using,
|
|
|
+ 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);
|
|
|
this.SysNavDGV.Name = "SysNavDGV";
|
|
|
this.SysNavDGV.RowTemplate.Height = 27;
|
|
|
- this.SysNavDGV.Size = new System.Drawing.Size(1229, 549);
|
|
|
+ this.SysNavDGV.Size = new System.Drawing.Size(922, 439);
|
|
|
this.SysNavDGV.TabIndex = 0;
|
|
|
//
|
|
|
// sn_displayname
|
|
@@ -108,16 +111,22 @@
|
|
|
this.sn_using.HeaderText = "是否启用";
|
|
|
this.sn_using.Name = "sn_using";
|
|
|
//
|
|
|
- // 导航管理
|
|
|
+ // sn_defaultprint
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
+ this.sn_defaultprint.DataPropertyName = "sn_defaultprint";
|
|
|
+ this.sn_defaultprint.HeaderText = "自动打印";
|
|
|
+ this.sn_defaultprint.MinimumWidth = 100;
|
|
|
+ this.sn_defaultprint.Name = "sn_defaultprint";
|
|
|
+ //
|
|
|
+ // SystemSetting_SysNav
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1235, 608);
|
|
|
+ this.ClientSize = new System.Drawing.Size(926, 486);
|
|
|
this.Controls.Add(this.Save);
|
|
|
this.Controls.Add(this.SysNavDGV);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
- this.Name = "导航管理";
|
|
|
+ this.Name = "SystemSetting_SysNav";
|
|
|
this.Tag = "Setup!SysNav";
|
|
|
this.Text = "导航管理";
|
|
|
this.Load += new System.EventHandler(this.导航管理_Load);
|
|
@@ -136,5 +145,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn sn_id;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn sn_detno;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn sn_using;
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn sn_defaultprint;
|
|
|
}
|
|
|
}
|