|
@@ -30,12 +30,13 @@
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Home));
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
this.txt_CurSupplierCode = new System.Windows.Forms.TextBox();
|
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
|
this.currentMtltmrk = new System.Windows.Forms.TextBox();
|
|
@@ -77,7 +78,6 @@
|
|
|
this.colTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.colMessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.imageListState = new System.Windows.Forms.ImageList(this.components);
|
|
|
- this.button1 = new System.Windows.Forms.Button();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
@@ -141,6 +141,17 @@
|
|
|
this.groupBox3.TabStop = false;
|
|
|
this.groupBox3.Text = "当前加工订单信息";
|
|
|
//
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(1155, 78);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(168, 36);
|
|
|
+ this.button1.TabIndex = 96;
|
|
|
+ this.button1.Text = "button1";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ this.button1.Visible = false;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
// txt_CurSupplierCode
|
|
|
//
|
|
|
this.txt_CurSupplierCode.Enabled = false;
|
|
@@ -571,14 +582,14 @@
|
|
|
this.systemLog.AllowUserToResizeRows = false;
|
|
|
this.systemLog.BackgroundColor = System.Drawing.Color.White;
|
|
|
this.systemLog.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
- dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.systemLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
+ dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
+ dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
+ dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.systemLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
this.systemLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.systemLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.colDate,
|
|
@@ -590,19 +601,19 @@
|
|
|
this.systemLog.Location = new System.Drawing.Point(3, 32);
|
|
|
this.systemLog.Name = "systemLog";
|
|
|
this.systemLog.ReadOnly = true;
|
|
|
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
- dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.systemLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
|
|
+ dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle3.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
+ dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
+ dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.systemLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
|
|
this.systemLog.RowHeadersVisible = false;
|
|
|
this.systemLog.RowHeadersWidth = 51;
|
|
|
this.systemLog.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
- dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.systemLog.RowsDefaultCellStyle = dataGridViewCellStyle8;
|
|
|
+ dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.systemLog.RowsDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
this.systemLog.RowTemplate.Height = 27;
|
|
|
this.systemLog.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.systemLog.Size = new System.Drawing.Size(1533, 435);
|
|
@@ -610,8 +621,8 @@
|
|
|
//
|
|
|
// colDate
|
|
|
//
|
|
|
- dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.colDate.DefaultCellStyle = dataGridViewCellStyle6;
|
|
|
+ dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.colDate.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
this.colDate.HeaderText = "日期";
|
|
|
this.colDate.MinimumWidth = 6;
|
|
|
this.colDate.Name = "colDate";
|
|
@@ -645,16 +656,6 @@
|
|
|
this.imageListState.Images.SetKeyName(1, "light_green.png");
|
|
|
this.imageListState.Images.SetKeyName(2, "light_red.png");
|
|
|
//
|
|
|
- // button1
|
|
|
- //
|
|
|
- this.button1.Location = new System.Drawing.Point(1155, 78);
|
|
|
- this.button1.Name = "button1";
|
|
|
- this.button1.Size = new System.Drawing.Size(168, 36);
|
|
|
- this.button1.TabIndex = 96;
|
|
|
- this.button1.Text = "button1";
|
|
|
- this.button1.UseVisualStyleBackColor = true;
|
|
|
- this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
- //
|
|
|
// Form_Home
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|