分档
This commit is contained in:
Generated
+70
@@ -29,6 +29,9 @@
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSystemSet));
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
this.up_QieHuanPeriod = new JinYuan.ControlLib.UpDownLabel();
|
||||
this.tog_AutoQieHuanM = new JinYuan.ControlLib.Toggle();
|
||||
this.label16 = new System.Windows.Forms.Label();
|
||||
@@ -73,6 +76,9 @@
|
||||
this.title1 = new JinYuan.ControlLib.Title();
|
||||
this.label18 = new System.Windows.Forms.Label();
|
||||
this.tog_OKSwitching = new JinYuan.ControlLib.Toggle();
|
||||
this.title5 = new JinYuan.ControlLib.Title();
|
||||
this.dgvFdConfigs = new System.Windows.Forms.DataGridView();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgvFdConfigs)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// up_QieHuanPeriod
|
||||
@@ -647,12 +653,73 @@
|
||||
this.tog_OKSwitching.TrueText = "";
|
||||
this.tog_OKSwitching.CheckedChanged += new System.EventHandler(this.tog_OKSwitching_CheckedChanged);
|
||||
//
|
||||
// title5
|
||||
//
|
||||
this.title5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(28)))), ((int)(((byte)(68)))));
|
||||
this.title5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("title5.BackgroundImage")));
|
||||
this.title5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.title5.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold);
|
||||
this.title5.Location = new System.Drawing.Point(22, 424);
|
||||
this.title5.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
|
||||
this.title5.Name = "title5";
|
||||
this.title5.Size = new System.Drawing.Size(117, 37);
|
||||
this.title5.TabIndex = 49;
|
||||
this.title5.TitleName = "分档设置";
|
||||
//
|
||||
// dgvFdConfigs
|
||||
//
|
||||
this.dgvFdConfigs.AllowUserToAddRows = false;
|
||||
this.dgvFdConfigs.AllowUserToDeleteRows = false;
|
||||
this.dgvFdConfigs.AllowUserToResizeRows = false;
|
||||
this.dgvFdConfigs.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
this.dgvFdConfigs.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
||||
this.dgvFdConfigs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dgvFdConfigs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||||
this.dgvFdConfigs.ColumnHeadersHeight = 40;
|
||||
this.dgvFdConfigs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||||
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.dgvFdConfigs.DefaultCellStyle = dataGridViewCellStyle2;
|
||||
this.dgvFdConfigs.EnableHeadersVisualStyles = false;
|
||||
this.dgvFdConfigs.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||||
this.dgvFdConfigs.Location = new System.Drawing.Point(44, 486);
|
||||
this.dgvFdConfigs.Name = "dgvFdConfigs";
|
||||
this.dgvFdConfigs.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||||
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dgvFdConfigs.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
||||
this.dgvFdConfigs.RowHeadersWidth = 55;
|
||||
this.dgvFdConfigs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
||||
this.dgvFdConfigs.RowTemplate.Height = 40;
|
||||
this.dgvFdConfigs.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.dgvFdConfigs.Size = new System.Drawing.Size(1757, 69);
|
||||
this.dgvFdConfigs.TabIndex = 78;
|
||||
//
|
||||
// FrmSystemSet
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
this.ClientSize = new System.Drawing.Size(1370, 651);
|
||||
this.Controls.Add(this.dgvFdConfigs);
|
||||
this.Controls.Add(this.title5);
|
||||
this.Controls.Add(this.tog_OKSwitching);
|
||||
this.Controls.Add(this.label18);
|
||||
this.Controls.Add(this.up_QieHuanPeriod);
|
||||
@@ -702,6 +769,7 @@
|
||||
this.Margin = new System.Windows.Forms.Padding(5);
|
||||
this.Name = "FrmSystemSet";
|
||||
this.Text = "系统设置";
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgvFdConfigs)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@@ -752,5 +820,7 @@
|
||||
private System.Windows.Forms.Label label17;
|
||||
private System.Windows.Forms.Label label18;
|
||||
private JinYuan.ControlLib.Toggle tog_OKSwitching;
|
||||
private JinYuan.ControlLib.Title title5;
|
||||
private System.Windows.Forms.DataGridView dgvFdConfigs;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user