|
@@ -29,18 +29,6 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
- System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem(new string[] {
|
|
|
- "aaa",
|
|
|
- "aaa",
|
|
|
- "Time"}, 0, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))));
|
|
|
- System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem(new string[] {
|
|
|
- "bbb"}, 1, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))));
|
|
|
- System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem(new string[] {
|
|
|
- "ccc"}, 2, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))));
|
|
|
- System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem(new string[] {
|
|
|
- "ddd"}, 3, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))));
|
|
|
- System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem(new string[] {
|
|
|
- "eee"}, 4, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))));
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UControl_ParaInfo));
|
|
|
this.lblLocation = new System.Windows.Forms.Label();
|
|
|
this.lblStartTime = new System.Windows.Forms.Label();
|
|
@@ -49,6 +37,7 @@
|
|
|
this.CkIsSwitch = new System.Windows.Forms.CheckBox();
|
|
|
this.lblCutHoleName = new System.Windows.Forms.Label();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.pbClose = new System.Windows.Forms.PictureBox();
|
|
|
this.lblX = new System.Windows.Forms.Label();
|
|
|
this.lblShowStartTime = new System.Windows.Forms.Label();
|
|
|
this.lblShowEndTime = new System.Windows.Forms.Label();
|
|
@@ -64,23 +53,19 @@
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
- this.panel2 = new System.Windows.Forms.Panel();
|
|
|
- this.listView1 = new System.Windows.Forms.ListView();
|
|
|
- this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
- this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
- this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.plMeasureFlow = new System.Windows.Forms.Panel();
|
|
|
+ this.lvMeasureFlow = new System.Windows.Forms.ListView();
|
|
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
- this.pbClose = new System.Windows.Forms.PictureBox();
|
|
|
this.panel1.SuspendLayout();
|
|
|
- this.panel2.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
|
|
|
+ this.plMeasureFlow.SuspendLayout();
|
|
|
this.panel3.SuspendLayout();
|
|
|
this.panel4.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// lblLocation
|
|
@@ -159,6 +144,19 @@
|
|
|
this.panel1.Size = new System.Drawing.Size(345, 30);
|
|
|
this.panel1.TabIndex = 2;
|
|
|
//
|
|
|
+ // pbClose
|
|
|
+ //
|
|
|
+ this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
|
|
|
+ this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
+ this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.pbClose.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
+ this.pbClose.Location = new System.Drawing.Point(313, 0);
|
|
|
+ this.pbClose.Name = "pbClose";
|
|
|
+ this.pbClose.Size = new System.Drawing.Size(32, 30);
|
|
|
+ this.pbClose.TabIndex = 108;
|
|
|
+ this.pbClose.TabStop = false;
|
|
|
+ this.pbClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
|
+ //
|
|
|
// lblX
|
|
|
//
|
|
|
this.lblX.AutoSize = true;
|
|
@@ -318,55 +316,39 @@
|
|
|
this.label7.TabIndex = 9;
|
|
|
this.label7.Text = "X:";
|
|
|
//
|
|
|
- // panel2
|
|
|
- //
|
|
|
- this.panel2.Controls.Add(this.listView1);
|
|
|
- this.panel2.Controls.Add(this.panel3);
|
|
|
- this.panel2.Controls.Add(this.panel4);
|
|
|
- this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
- this.panel2.Location = new System.Drawing.Point(0, 183);
|
|
|
- this.panel2.Name = "panel2";
|
|
|
- this.panel2.Size = new System.Drawing.Size(345, 459);
|
|
|
- this.panel2.TabIndex = 15;
|
|
|
- //
|
|
|
- // listView1
|
|
|
- //
|
|
|
- this.listView1.Activation = System.Windows.Forms.ItemActivation.OneClick;
|
|
|
- this.listView1.AllowColumnReorder = true;
|
|
|
- this.listView1.AllowDrop = true;
|
|
|
- this.listView1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
|
- this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
- this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
- this.columnHeader1,
|
|
|
- this.columnHeader2,
|
|
|
- this.columnHeader3});
|
|
|
- this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.listView1.ForeColor = System.Drawing.Color.LightGray;
|
|
|
- this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
|
|
- this.listView1.HotTracking = true;
|
|
|
- this.listView1.HoverSelection = true;
|
|
|
- listViewItem6.StateImageIndex = 0;
|
|
|
- listViewItem7.StateImageIndex = 0;
|
|
|
- listViewItem8.StateImageIndex = 0;
|
|
|
- listViewItem9.StateImageIndex = 0;
|
|
|
- listViewItem10.StateImageIndex = 0;
|
|
|
- this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
|
|
|
- listViewItem6,
|
|
|
- listViewItem7,
|
|
|
- listViewItem8,
|
|
|
- listViewItem9,
|
|
|
- listViewItem10});
|
|
|
- this.listView1.LabelWrap = false;
|
|
|
- this.listView1.Location = new System.Drawing.Point(0, 30);
|
|
|
- this.listView1.MultiSelect = false;
|
|
|
- this.listView1.Name = "listView1";
|
|
|
- this.listView1.ShowGroups = false;
|
|
|
- this.listView1.Size = new System.Drawing.Size(345, 383);
|
|
|
- this.listView1.SmallImageList = this.imageList1;
|
|
|
- this.listView1.TabIndex = 7;
|
|
|
- this.listView1.TabStop = false;
|
|
|
- this.listView1.UseCompatibleStateImageBehavior = false;
|
|
|
- this.listView1.View = System.Windows.Forms.View.List;
|
|
|
+ // plMeasureFlow
|
|
|
+ //
|
|
|
+ this.plMeasureFlow.Controls.Add(this.lvMeasureFlow);
|
|
|
+ this.plMeasureFlow.Controls.Add(this.panel3);
|
|
|
+ this.plMeasureFlow.Controls.Add(this.panel4);
|
|
|
+ this.plMeasureFlow.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
+ this.plMeasureFlow.Location = new System.Drawing.Point(0, 183);
|
|
|
+ this.plMeasureFlow.Name = "plMeasureFlow";
|
|
|
+ this.plMeasureFlow.Size = new System.Drawing.Size(345, 459);
|
|
|
+ this.plMeasureFlow.TabIndex = 15;
|
|
|
+ //
|
|
|
+ // lvMeasureFlow
|
|
|
+ //
|
|
|
+ this.lvMeasureFlow.Activation = System.Windows.Forms.ItemActivation.OneClick;
|
|
|
+ this.lvMeasureFlow.AllowColumnReorder = true;
|
|
|
+ this.lvMeasureFlow.AllowDrop = true;
|
|
|
+ this.lvMeasureFlow.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
|
+ this.lvMeasureFlow.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
+ this.lvMeasureFlow.ForeColor = System.Drawing.Color.LightGray;
|
|
|
+ this.lvMeasureFlow.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
|
|
+ this.lvMeasureFlow.HotTracking = true;
|
|
|
+ this.lvMeasureFlow.HoverSelection = true;
|
|
|
+ this.lvMeasureFlow.LabelWrap = false;
|
|
|
+ this.lvMeasureFlow.Location = new System.Drawing.Point(1, 276);
|
|
|
+ this.lvMeasureFlow.MultiSelect = false;
|
|
|
+ this.lvMeasureFlow.Name = "lvMeasureFlow";
|
|
|
+ this.lvMeasureFlow.ShowGroups = false;
|
|
|
+ this.lvMeasureFlow.Size = new System.Drawing.Size(345, 68);
|
|
|
+ this.lvMeasureFlow.SmallImageList = this.imageList1;
|
|
|
+ this.lvMeasureFlow.TabIndex = 7;
|
|
|
+ this.lvMeasureFlow.TabStop = false;
|
|
|
+ this.lvMeasureFlow.UseCompatibleStateImageBehavior = false;
|
|
|
+ this.lvMeasureFlow.View = System.Windows.Forms.View.List;
|
|
|
//
|
|
|
// imageList1
|
|
|
//
|
|
@@ -430,26 +412,13 @@
|
|
|
this.label8.TabIndex = 3;
|
|
|
this.label8.Text = "XXXX";
|
|
|
//
|
|
|
- // pbClose
|
|
|
- //
|
|
|
- this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
|
|
|
- this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
- this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.pbClose.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
- this.pbClose.Location = new System.Drawing.Point(313, 0);
|
|
|
- this.pbClose.Name = "pbClose";
|
|
|
- this.pbClose.Size = new System.Drawing.Size(32, 30);
|
|
|
- this.pbClose.TabIndex = 108;
|
|
|
- this.pbClose.TabStop = false;
|
|
|
- this.pbClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
|
- //
|
|
|
// UControl_ParaInfo
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.Black;
|
|
|
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
- this.Controls.Add(this.panel2);
|
|
|
+ this.Controls.Add(this.plMeasureFlow);
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.label3);
|
|
|
this.Controls.Add(this.label4);
|
|
@@ -474,12 +443,12 @@
|
|
|
this.Size = new System.Drawing.Size(345, 642);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panel1.PerformLayout();
|
|
|
- this.panel2.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
|
|
|
+ this.plMeasureFlow.ResumeLayout(false);
|
|
|
this.panel3.ResumeLayout(false);
|
|
|
this.panel3.PerformLayout();
|
|
|
this.panel4.ResumeLayout(false);
|
|
|
this.panel4.PerformLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
@@ -508,11 +477,8 @@
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
- private System.Windows.Forms.Panel panel2;
|
|
|
- private System.Windows.Forms.ListView listView1;
|
|
|
- private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
|
- private System.Windows.Forms.ColumnHeader columnHeader2;
|
|
|
- private System.Windows.Forms.ColumnHeader columnHeader3;
|
|
|
+ private System.Windows.Forms.Panel plMeasureFlow;
|
|
|
+ private System.Windows.Forms.ListView lvMeasureFlow;
|
|
|
private System.Windows.Forms.ImageList imageList1;
|
|
|
private System.Windows.Forms.Panel panel3;
|
|
|
private System.Windows.Forms.Label label1;
|