| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363 |
- namespace CarMeterSystem
- {
- partial class Form1
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
- this.panel1 = new System.Windows.Forms.Panel();
- this.button4 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.btnTestPrint = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.txtPlanNo = new System.Windows.Forms.TextBox();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
- this.button1 = new System.Windows.Forms.Button();
- this.ucCarFormTop_Jisco1 = new MeterModuleLibrary.uc.ucCarFormTop_Jisco();
- this.panel2 = new System.Windows.Forms.Panel();
- this.ucCarFormButtomJXJG1 = new MeterModuleLibrary.uc.ucCarFormButtomJXJG();
- this.panel3 = new System.Windows.Forms.Panel();
- this.panel8 = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.panel7 = new System.Windows.Forms.Panel();
- this.panel6 = new System.Windows.Forms.Panel();
- this.panel5 = new System.Windows.Forms.Panel();
- this.panel4 = new System.Windows.Forms.Panel();
- this.printDocument1 = new System.Drawing.Printing.PrintDocument();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
- this.panel2.SuspendLayout();
- this.panel3.SuspendLayout();
- this.panel8.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.button4);
- this.panel1.Controls.Add(this.button3);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.btnTestPrint);
- this.panel1.Controls.Add(this.button2);
- this.panel1.Controls.Add(this.txtPlanNo);
- this.panel1.Controls.Add(this.textBox1);
- this.panel1.Controls.Add(this.numericUpDown1);
- this.panel1.Controls.Add(this.button1);
- this.panel1.Controls.Add(this.ucCarFormTop_Jisco1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1264, 115);
- this.panel1.TabIndex = 5;
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(478, 85);
- this.button4.Margin = new System.Windows.Forms.Padding(2);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(97, 26);
- this.button4.TabIndex = 12;
- this.button4.Text = "测试实绩查询";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(342, 85);
- this.button3.Margin = new System.Windows.Forms.Padding(2);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(97, 26);
- this.button3.TabIndex = 11;
- this.button3.Text = "测试检化验";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(140)))), ((int)(((byte)(215)))));
- this.label3.Location = new System.Drawing.Point(642, 34);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(83, 12);
- this.label3.TabIndex = 10;
- this.label3.Text = "测试预报/实绩";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(140)))), ((int)(((byte)(215)))));
- this.label2.Location = new System.Drawing.Point(478, 30);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 9;
- this.label2.Text = "测试重量";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(140)))), ((int)(((byte)(215)))));
- this.label1.Location = new System.Drawing.Point(340, 30);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 8;
- this.label1.Text = "测试车号";
- //
- // btnTestPrint
- //
- this.btnTestPrint.Location = new System.Drawing.Point(1058, 46);
- this.btnTestPrint.Name = "btnTestPrint";
- this.btnTestPrint.Size = new System.Drawing.Size(75, 23);
- this.btnTestPrint.TabIndex = 6;
- this.btnTestPrint.Text = "测试打印";
- this.btnTestPrint.UseVisualStyleBackColor = true;
- this.btnTestPrint.Click += new System.EventHandler(this.btnTestPrint_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(1139, 46);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 5;
- this.button2.Text = "截图测试";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // txtPlanNo
- //
- this.txtPlanNo.Location = new System.Drawing.Point(642, 49);
- this.txtPlanNo.Name = "txtPlanNo";
- this.txtPlanNo.Size = new System.Drawing.Size(192, 21);
- this.txtPlanNo.TabIndex = 4;
- this.txtPlanNo.Text = "2021122700";
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(340, 48);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(100, 21);
- this.textBox1.TabIndex = 3;
- this.textBox1.Text = "湘G66666";
- //
- // numericUpDown1
- //
- this.numericUpDown1.Location = new System.Drawing.Point(478, 48);
- this.numericUpDown1.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.numericUpDown1.Name = "numericUpDown1";
- this.numericUpDown1.Size = new System.Drawing.Size(120, 21);
- this.numericUpDown1.TabIndex = 2;
- this.numericUpDown1.Value = new decimal(new int[] {
- 65200,
- 0,
- 0,
- 0});
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(936, 46);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(93, 23);
- this.button1.TabIndex = 1;
- this.button1.Text = "设置测试参数";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // ucCarFormTop_Jisco1
- //
- this.ucCarFormTop_Jisco1.BackColor = System.Drawing.Color.Transparent;
- this.ucCarFormTop_Jisco1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ucCarFormTop_Jisco1.Location = new System.Drawing.Point(0, 0);
- this.ucCarFormTop_Jisco1.Margin = new System.Windows.Forms.Padding(2);
- this.ucCarFormTop_Jisco1.Name = "ucCarFormTop_Jisco1";
- this.ucCarFormTop_Jisco1.Size = new System.Drawing.Size(1264, 115);
- this.ucCarFormTop_Jisco1.TabIndex = 13;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.ucCarFormButtomJXJG1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel2.Location = new System.Drawing.Point(0, 729);
- this.panel2.Margin = new System.Windows.Forms.Padding(2);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1264, 115);
- this.panel2.TabIndex = 6;
- //
- // ucCarFormButtomJXJG1
- //
- this.ucCarFormButtomJXJG1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ucCarFormButtomJXJG1.Location = new System.Drawing.Point(0, 0);
- this.ucCarFormButtomJXJG1.Margin = new System.Windows.Forms.Padding(2);
- this.ucCarFormButtomJXJG1.Name = "ucCarFormButtomJXJG1";
- this.ucCarFormButtomJXJG1.Size = new System.Drawing.Size(1264, 115);
- this.ucCarFormButtomJXJG1.TabIndex = 0;
- //
- // panel3
- //
- this.panel3.BackColor = System.Drawing.Color.White;
- this.panel3.Controls.Add(this.panel8);
- this.panel3.Controls.Add(this.panel7);
- this.panel3.Controls.Add(this.panel6);
- this.panel3.Controls.Add(this.panel5);
- this.panel3.Controls.Add(this.panel4);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(0, 115);
- this.panel3.Margin = new System.Windows.Forms.Padding(2);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(1264, 614);
- this.panel3.TabIndex = 8;
- //
- // panel8
- //
- this.panel8.Controls.Add(this.pictureBox1);
- this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel8.Location = new System.Drawing.Point(21, 20);
- this.panel8.Name = "panel8";
- this.panel8.Size = new System.Drawing.Size(763, 574);
- this.panel8.TabIndex = 6;
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
- 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.Fill;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(763, 574);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 13;
- this.pictureBox1.TabStop = false;
- //
- // panel7
- //
- this.panel7.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel7.Location = new System.Drawing.Point(784, 20);
- this.panel7.Name = "panel7";
- this.panel7.Size = new System.Drawing.Size(480, 574);
- this.panel7.TabIndex = 5;
- //
- // panel6
- //
- this.panel6.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel6.Location = new System.Drawing.Point(0, 20);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(21, 574);
- this.panel6.TabIndex = 4;
- //
- // panel5
- //
- this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel5.Location = new System.Drawing.Point(0, 594);
- this.panel5.Margin = new System.Windows.Forms.Padding(2);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(1264, 20);
- this.panel5.TabIndex = 2;
- //
- // panel4
- //
- this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel4.Location = new System.Drawing.Point(0, 0);
- this.panel4.Margin = new System.Windows.Forms.Padding(2);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(1264, 20);
- this.panel4.TabIndex = 0;
- //
- // printDocument1
- //
- this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
- //
- // timer1
- //
- this.timer1.Interval = 2000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1264, 844);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.panel2);
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "Form1";
- this.Text = "Form1";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
- this.Load += new System.EventHandler(this.Form1_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
- this.panel2.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- this.panel8.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.NumericUpDown numericUpDown1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.TextBox txtPlanNo;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Panel panel8;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Panel panel7;
- private System.Windows.Forms.Panel panel6;
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button btnTestPrint;
- private System.Drawing.Printing.PrintDocument printDocument1;
- private MeterModuleLibrary.uc.ucCarFormButtomJXJG ucCarFormButtomJXJG1;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button4;
- private MeterModuleLibrary.uc.ucCarFormTop_Jisco ucCarFormTop_Jisco1;
- }
- }
|