|
@@ -40,17 +40,19 @@
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.CheckItemDGV = new System.Windows.Forms.DataGridView();
|
|
|
+ this.ms_item = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ms_info = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.FileWatcher = new System.IO.FileSystemWatcher();
|
|
|
this.WatchPath = new System.Windows.Forms.TextBox();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ms_item = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ms_info = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.Watch = new System.Windows.Forms.Button();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckItemDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.FileWatcher)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
@@ -185,6 +187,24 @@
|
|
|
this.CheckItemDGV.TabIndex = 33;
|
|
|
this.CheckItemDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.CheckItemDGV_CellPainting);
|
|
|
//
|
|
|
+ // ms_item
|
|
|
+ //
|
|
|
+ this.ms_item.DataPropertyName = "ms_item";
|
|
|
+ this.ms_item.HeaderText = "检测项";
|
|
|
+ this.ms_item.MinimumWidth = 130;
|
|
|
+ this.ms_item.Name = "ms_item";
|
|
|
+ this.ms_item.ReadOnly = true;
|
|
|
+ this.ms_item.Width = 150;
|
|
|
+ //
|
|
|
+ // ms_info
|
|
|
+ //
|
|
|
+ this.ms_info.DataPropertyName = "ms_info";
|
|
|
+ this.ms_info.HeaderText = "参数值";
|
|
|
+ this.ms_info.MinimumWidth = 300;
|
|
|
+ this.ms_info.Name = "ms_info";
|
|
|
+ this.ms_info.ReadOnly = true;
|
|
|
+ this.ms_info.Width = 468;
|
|
|
+ //
|
|
|
// FileWatcher
|
|
|
//
|
|
|
this.FileWatcher.EnableRaisingEvents = true;
|
|
@@ -229,24 +249,6 @@
|
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
//
|
|
|
- // ms_item
|
|
|
- //
|
|
|
- this.ms_item.DataPropertyName = "ms_item";
|
|
|
- this.ms_item.HeaderText = "检测项";
|
|
|
- this.ms_item.MinimumWidth = 130;
|
|
|
- this.ms_item.Name = "ms_item";
|
|
|
- this.ms_item.ReadOnly = true;
|
|
|
- this.ms_item.Width = 150;
|
|
|
- //
|
|
|
- // ms_info
|
|
|
- //
|
|
|
- this.ms_info.DataPropertyName = "ms_info";
|
|
|
- this.ms_info.HeaderText = "参数值";
|
|
|
- this.ms_info.MinimumWidth = 300;
|
|
|
- this.ms_info.Name = "ms_info";
|
|
|
- this.ms_info.ReadOnly = true;
|
|
|
- this.ms_info.Width = 468;
|
|
|
- //
|
|
|
// StepCount
|
|
|
//
|
|
|
this.StepCount.LineCode = null;
|
|
@@ -292,11 +294,32 @@
|
|
|
this.dataGridViewTextBoxColumn3.MinimumWidth = 460;
|
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
//
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(958, 130);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button1.TabIndex = 36;
|
|
|
+ this.button1.Text = "button1";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // Watch
|
|
|
+ //
|
|
|
+ this.Watch.Location = new System.Drawing.Point(1232, 782);
|
|
|
+ this.Watch.Name = "Watch";
|
|
|
+ this.Watch.Size = new System.Drawing.Size(123, 35);
|
|
|
+ this.Watch.TabIndex = 37;
|
|
|
+ this.Watch.Text = "监控";
|
|
|
+ this.Watch.UseVisualStyleBackColor = true;
|
|
|
+ this.Watch.Click += new System.EventHandler(this.Watch_Click);
|
|
|
+ //
|
|
|
// Make_ReadWriteInfo
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1772, 866);
|
|
|
+ this.Controls.Add(this.Watch);
|
|
|
+ this.Controls.Add(this.button1);
|
|
|
this.Controls.Add(this.label6);
|
|
|
this.Controls.Add(this.WatchPath);
|
|
|
this.Controls.Add(this.CheckItemDGV);
|
|
@@ -351,5 +374,7 @@
|
|
|
private System.IO.FileSystemWatcher FileWatcher;
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
private System.Windows.Forms.TextBox WatchPath;
|
|
|
+ private System.Windows.Forms.Button Watch;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
}
|
|
|
}
|