| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389 |
- namespace Core.StlMes.Client.PipeLeaveFactory
- {
- partial class FrmTVShows
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
- "1",
- "car1"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))));
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmTVShows));
- System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
- "1",
- "car2"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))));
- System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
- "1",
- "car3"}, -1, System.Drawing.Color.Empty, System.Drawing.Color.Empty, new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))));
- this.ultraPanel21 = new Core.Mes.Client.Comm.Control.UltraPanel2();
- this.lstCarNo = new System.Windows.Forms.ListView();
- this.headNO = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.CarNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.RECORD_DATE = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.ultraPanel22 = new Core.Mes.Client.Comm.Control.UltraPanel2();
- this.pnlWord = new System.Windows.Forms.Panel();
- this.labWord = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.btnClose = new System.Windows.Forms.Button();
- this.ultraPanel23 = new Core.Mes.Client.Comm.Control.UltraPanel2();
- this.lstLoading = new System.Windows.Forms.ListView();
- this.headNO1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.CarNO1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.CREATE_TIME = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.ultraPanel24 = new Core.Mes.Client.Comm.Control.UltraPanel2();
- this.lstLoaded = new System.Windows.Forms.ListView();
- this.headNO2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.CarNO2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.CREATE_TIME2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.timer2 = new System.Windows.Forms.Timer(this.components);
- this.panel1 = new System.Windows.Forms.Panel();
- this.labDate = new System.Windows.Forms.Label();
- this.panel2 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.ultraPanel21.ClientArea.SuspendLayout();
- this.ultraPanel21.SuspendLayout();
- this.ultraPanel22.ClientArea.SuspendLayout();
- this.ultraPanel22.SuspendLayout();
- this.pnlWord.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.ultraPanel23.ClientArea.SuspendLayout();
- this.ultraPanel23.SuspendLayout();
- this.ultraPanel24.ClientArea.SuspendLayout();
- this.ultraPanel24.SuspendLayout();
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.SuspendLayout();
- //
- // ultraPanel21
- //
- //
- // ultraPanel21.ClientArea
- //
- this.ultraPanel21.ClientArea.Controls.Add(this.lstCarNo);
- this.ultraPanel21.Location = new System.Drawing.Point(222, 173);
- this.ultraPanel21.Name = "ultraPanel21";
- this.ultraPanel21.Size = new System.Drawing.Size(687, 909);
- this.ultraPanel21.TabIndex = 74;
- //
- // lstCarNo
- //
- this.lstCarNo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.headNO,
- this.CarNo,
- this.RECORD_DATE});
- this.lstCarNo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lstCarNo.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- listViewItem1.StateImageIndex = 0;
- this.lstCarNo.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
- listViewItem1});
- this.lstCarNo.Location = new System.Drawing.Point(0, 0);
- this.lstCarNo.Margin = new System.Windows.Forms.Padding(4);
- this.lstCarNo.Name = "lstCarNo";
- this.lstCarNo.Size = new System.Drawing.Size(687, 909);
- this.lstCarNo.TabIndex = 5;
- this.lstCarNo.UseCompatibleStateImageBehavior = false;
- this.lstCarNo.View = System.Windows.Forms.View.Details;
- //
- // headNO
- //
- this.headNO.Text = "车辆序号";
- this.headNO.Width = 158;
- //
- // CarNo
- //
- this.CarNo.Text = "等待车号";
- this.CarNo.Width = 163;
- //
- // RECORD_DATE
- //
- this.RECORD_DATE.Text = "过皮时间";
- this.RECORD_DATE.Width = 367;
- //
- // ultraPanel22
- //
- //
- // ultraPanel22.ClientArea
- //
- this.ultraPanel22.ClientArea.Controls.Add(this.pnlWord);
- this.ultraPanel22.ClientArea.Controls.Add(this.pictureBox1);
- this.ultraPanel22.ClientArea.Controls.Add(this.btnClose);
- this.ultraPanel22.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraPanel22.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel22.Name = "ultraPanel22";
- this.ultraPanel22.Size = new System.Drawing.Size(2404, 140);
- this.ultraPanel22.TabIndex = 75;
- //
- // pnlWord
- //
- this.pnlWord.Controls.Add(this.labWord);
- this.pnlWord.Location = new System.Drawing.Point(679, 12);
- this.pnlWord.Name = "pnlWord";
- this.pnlWord.Size = new System.Drawing.Size(1255, 125);
- this.pnlWord.TabIndex = 5;
- //
- // labWord
- //
- this.labWord.AutoSize = true;
- this.labWord.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labWord.ForeColor = System.Drawing.Color.Red;
- this.labWord.Location = new System.Drawing.Point(172, 9);
- this.labWord.Name = "labWord";
- this.labWord.Size = new System.Drawing.Size(1042, 100);
- this.labWord.TabIndex = 0;
- this.labWord.Text = "江苏天淮钢管有限公司";
- //
- // pictureBox1
- //
- this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
- this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
- this.pictureBox1.Location = new System.Drawing.Point(2258, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(69, 140);
- this.pictureBox1.TabIndex = 4;
- this.pictureBox1.TabStop = false;
- this.pictureBox1.Visible = false;
- this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
- //
- // btnClose
- //
- this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
- this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
- this.btnClose.ForeColor = System.Drawing.SystemColors.Control;
- this.btnClose.Location = new System.Drawing.Point(2327, 0);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(77, 140);
- this.btnClose.TabIndex = 3;
- this.btnClose.UseVisualStyleBackColor = true;
- this.btnClose.Visible = false;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // ultraPanel23
- //
- //
- // ultraPanel23.ClientArea
- //
- this.ultraPanel23.ClientArea.Controls.Add(this.lstLoading);
- this.ultraPanel23.Location = new System.Drawing.Point(915, 173);
- this.ultraPanel23.Name = "ultraPanel23";
- this.ultraPanel23.Size = new System.Drawing.Size(687, 909);
- this.ultraPanel23.TabIndex = 74;
- //
- // lstLoading
- //
- this.lstLoading.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.headNO1,
- this.CarNO1,
- this.CREATE_TIME});
- this.lstLoading.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lstLoading.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- listViewItem2.StateImageIndex = 0;
- this.lstLoading.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
- listViewItem2});
- this.lstLoading.Location = new System.Drawing.Point(0, 0);
- this.lstLoading.Margin = new System.Windows.Forms.Padding(4);
- this.lstLoading.Name = "lstLoading";
- this.lstLoading.Size = new System.Drawing.Size(687, 909);
- this.lstLoading.TabIndex = 6;
- this.lstLoading.UseCompatibleStateImageBehavior = false;
- this.lstLoading.View = System.Windows.Forms.View.Details;
- //
- // headNO1
- //
- this.headNO1.Text = "车辆序号";
- this.headNO1.Width = 151;
- //
- // CarNO1
- //
- this.CarNO1.Text = "装车车号";
- this.CarNO1.Width = 184;
- //
- // CREATE_TIME
- //
- this.CREATE_TIME.Text = "创建时间";
- this.CREATE_TIME.Width = 351;
- //
- // ultraPanel24
- //
- //
- // ultraPanel24.ClientArea
- //
- this.ultraPanel24.ClientArea.Controls.Add(this.lstLoaded);
- this.ultraPanel24.Location = new System.Drawing.Point(1608, 173);
- this.ultraPanel24.Name = "ultraPanel24";
- this.ultraPanel24.Size = new System.Drawing.Size(687, 909);
- this.ultraPanel24.TabIndex = 74;
- //
- // lstLoaded
- //
- this.lstLoaded.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.headNO2,
- this.CarNO2,
- this.CREATE_TIME2});
- this.lstLoaded.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lstLoaded.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- listViewItem3.StateImageIndex = 0;
- this.lstLoaded.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
- listViewItem3});
- this.lstLoaded.Location = new System.Drawing.Point(0, 0);
- this.lstLoaded.Margin = new System.Windows.Forms.Padding(4);
- this.lstLoaded.Name = "lstLoaded";
- this.lstLoaded.Size = new System.Drawing.Size(687, 909);
- this.lstLoaded.TabIndex = 6;
- this.lstLoaded.UseCompatibleStateImageBehavior = false;
- this.lstLoaded.View = System.Windows.Forms.View.Details;
- //
- // headNO2
- //
- this.headNO2.Text = "车辆序号";
- this.headNO2.Width = 155;
- //
- // CarNO2
- //
- this.CarNO2.Text = "完成车号";
- this.CarNO2.Width = 176;
- //
- // CREATE_TIME2
- //
- this.CREATE_TIME2.Text = "创建时间";
- this.CREATE_TIME2.Width = 352;
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Interval = 60000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // timer2
- //
- this.timer2.Enabled = true;
- this.timer2.Interval = 500;
- this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
- //
- // panel1
- //
- this.panel1.Controls.Add(this.labDate);
- this.panel1.Controls.Add(this.panel2);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel1.Location = new System.Drawing.Point(0, 1089);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(2404, 106);
- this.panel1.TabIndex = 76;
- //
- // labDate
- //
- this.labDate.AutoSize = true;
- this.labDate.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labDate.ForeColor = System.Drawing.Color.Blue;
- this.labDate.Location = new System.Drawing.Point(1904, 24);
- this.labDate.Name = "labDate";
- this.labDate.Size = new System.Drawing.Size(147, 60);
- this.labDate.TabIndex = 7;
- this.labDate.Text = "日期";
- //
- // panel2
- //
- this.panel2.Controls.Add(this.label1);
- this.panel2.Location = new System.Drawing.Point(571, 3);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1068, 100);
- this.panel2.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.Color.Red;
- this.label1.Location = new System.Drawing.Point(94, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(594, 80);
- this.label1.TabIndex = 0;
- this.label1.Text = "天淮公司欢迎您";
- //
- // FrmTVShows
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(2404, 1195);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.ultraPanel22);
- this.Controls.Add(this.ultraPanel24);
- this.Controls.Add(this.ultraPanel23);
- this.Controls.Add(this.ultraPanel21);
- this.Name = "FrmTVShows";
- this.Text = "";
- this.Load += new System.EventHandler(this.FrmTVShow_Load);
- this.ultraPanel21.ClientArea.ResumeLayout(false);
- this.ultraPanel21.ResumeLayout(false);
- this.ultraPanel22.ClientArea.ResumeLayout(false);
- this.ultraPanel22.ResumeLayout(false);
- this.pnlWord.ResumeLayout(false);
- this.pnlWord.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ultraPanel23.ClientArea.ResumeLayout(false);
- this.ultraPanel23.ResumeLayout(false);
- this.ultraPanel24.ClientArea.ResumeLayout(false);
- this.ultraPanel24.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Mes.Client.Comm.Control.UltraPanel2 ultraPanel21;
- private Mes.Client.Comm.Control.UltraPanel2 ultraPanel22;
- private Mes.Client.Comm.Control.UltraPanel2 ultraPanel23;
- private Mes.Client.Comm.Control.UltraPanel2 ultraPanel24;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Button btnClose;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Panel pnlWord;
- private System.Windows.Forms.Label labWord;
- private System.Windows.Forms.Timer timer2;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label labDate;
- private System.Windows.Forms.ListView lstCarNo;
- private System.Windows.Forms.ColumnHeader headNO;
- private System.Windows.Forms.ColumnHeader CarNo;
- private System.Windows.Forms.ColumnHeader RECORD_DATE;
- private System.Windows.Forms.ListView lstLoading;
- private System.Windows.Forms.ColumnHeader headNO1;
- private System.Windows.Forms.ColumnHeader CarNO1;
- private System.Windows.Forms.ColumnHeader CREATE_TIME;
- private System.Windows.Forms.ListView lstLoaded;
- private System.Windows.Forms.ColumnHeader headNO2;
- private System.Windows.Forms.ColumnHeader CarNO2;
- private System.Windows.Forms.ColumnHeader CREATE_TIME2;
- }
- }
|