|
|
@ -28,11 +28,11 @@
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
private void InitializeComponent()
|
|
|
|
private void InitializeComponent()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
this.dataGridView2 = new System.Windows.Forms.DataGridView();
|
|
|
|
this.dataGridView2 = new System.Windows.Forms.DataGridView();
|
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@ -109,33 +109,37 @@
|
|
|
|
this.dataGridView2.AllowUserToAddRows = false;
|
|
|
|
this.dataGridView2.AllowUserToAddRows = false;
|
|
|
|
this.dataGridView2.AllowUserToDeleteRows = false;
|
|
|
|
this.dataGridView2.AllowUserToDeleteRows = false;
|
|
|
|
this.dataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
|
this.dataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
|
dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle21.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
dataGridViewCellStyle21.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
dataGridViewCellStyle21.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
dataGridViewCellStyle21.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
dataGridViewCellStyle21.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
dataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle21;
|
|
|
|
this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
this.dataGridViewTextBoxColumn1,
|
|
|
|
this.dataGridViewTextBoxColumn1,
|
|
|
|
this.dataGridViewTextBoxColumn2});
|
|
|
|
this.dataGridViewTextBoxColumn2});
|
|
|
|
dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
dataGridViewCellStyle22.BackColor = System.Drawing.Color.Red;
|
|
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.Red;
|
|
|
|
dataGridViewCellStyle22.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
dataGridViewCellStyle22.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
dataGridViewCellStyle22.SelectionBackColor = System.Drawing.Color.Red;
|
|
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.Red;
|
|
|
|
dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle22;
|
|
|
|
this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
this.dataGridView2.Location = new System.Drawing.Point(458, 3);
|
|
|
|
this.dataGridView2.Location = new System.Drawing.Point(458, 3);
|
|
|
|
this.dataGridView2.Name = "dataGridView2";
|
|
|
|
this.dataGridView2.Name = "dataGridView2";
|
|
|
|
this.dataGridView2.ReadOnly = true;
|
|
|
|
this.dataGridView2.ReadOnly = true;
|
|
|
|
dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle23.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.Color.Red;
|
|
|
|
this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle23;
|
|
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
|
|
|
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.Red;
|
|
|
|
|
|
|
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
|
|
this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle3;
|
|
|
|
this.dataGridView2.RowTemplate.Height = 23;
|
|
|
|
this.dataGridView2.RowTemplate.Height = 23;
|
|
|
|
this.dataGridView2.Size = new System.Drawing.Size(449, 270);
|
|
|
|
this.dataGridView2.Size = new System.Drawing.Size(449, 270);
|
|
|
|
this.dataGridView2.TabIndex = 1;
|
|
|
|
this.dataGridView2.TabIndex = 1;
|
|
|
@ -160,14 +164,14 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
|
|
dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
dataGridViewCellStyle24.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
dataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
dataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
dataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle24;
|
|
|
|
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
this.al,
|
|
|
|
this.al,
|
|
|
@ -176,13 +180,13 @@
|
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
|
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
|
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
|
|
this.dataGridView1.ReadOnly = true;
|
|
|
|
this.dataGridView1.ReadOnly = true;
|
|
|
|
dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle25.BackColor = System.Drawing.Color.Red;
|
|
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.Red;
|
|
|
|
dataGridViewCellStyle25.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
dataGridViewCellStyle25.ForeColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle25.SelectionBackColor = System.Drawing.Color.Red;
|
|
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.Red;
|
|
|
|
dataGridViewCellStyle25.SelectionForeColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White;
|
|
|
|
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle25;
|
|
|
|
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(449, 270);
|
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(449, 270);
|
|
|
|
this.dataGridView1.TabIndex = 0;
|
|
|
|
this.dataGridView1.TabIndex = 0;
|
|
|
|