| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336 |
- namespace MeterModuleLibrary
- {
- partial class frmPhNo
- {
- /// <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.btnLeft = new System.Windows.Forms.Button();
- this.btnRight = new System.Windows.Forms.Button();
- this.btnClean = new System.Windows.Forms.Button();
- this.btnBack = new System.Windows.Forms.Button();
- this.btnSubmit = new System.Windows.Forms.Button();
- this.txtValue = new System.Windows.Forms.TextBox();
- this.btn0 = new System.Windows.Forms.Button();
- this.btn1 = new System.Windows.Forms.Button();
- this.btn2 = new System.Windows.Forms.Button();
- this.btn3 = new System.Windows.Forms.Button();
- this.btn4 = new System.Windows.Forms.Button();
- this.btn5 = new System.Windows.Forms.Button();
- this.btn6 = new System.Windows.Forms.Button();
- this.btn7 = new System.Windows.Forms.Button();
- this.btn8 = new System.Windows.Forms.Button();
- this.btn9 = new System.Windows.Forms.Button();
- this.btnSpot = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // btnLeft
- //
- this.btnLeft.BackColor = System.Drawing.Color.DodgerBlue;
- this.btnLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnLeft.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btnLeft.ForeColor = System.Drawing.Color.White;
- this.btnLeft.Location = new System.Drawing.Point(346, 59);
- this.btnLeft.Name = "btnLeft";
- this.btnLeft.Size = new System.Drawing.Size(134, 60);
- this.btnLeft.TabIndex = 716;
- this.btnLeft.Text = "左移";
- this.btnLeft.UseVisualStyleBackColor = false;
- this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click);
- //
- // btnRight
- //
- this.btnRight.BackColor = System.Drawing.Color.DodgerBlue;
- this.btnRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnRight.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btnRight.ForeColor = System.Drawing.Color.White;
- this.btnRight.Location = new System.Drawing.Point(486, 59);
- this.btnRight.Name = "btnRight";
- this.btnRight.Size = new System.Drawing.Size(134, 60);
- this.btnRight.TabIndex = 715;
- this.btnRight.Text = "右移";
- this.btnRight.UseVisualStyleBackColor = false;
- this.btnRight.Click += new System.EventHandler(this.btnRight_Click);
- //
- // btnClean
- //
- this.btnClean.BackColor = System.Drawing.Color.DodgerBlue;
- this.btnClean.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnClean.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btnClean.ForeColor = System.Drawing.Color.White;
- this.btnClean.Location = new System.Drawing.Point(346, 125);
- this.btnClean.Name = "btnClean";
- this.btnClean.Size = new System.Drawing.Size(134, 60);
- this.btnClean.TabIndex = 714;
- this.btnClean.Text = "清空";
- this.btnClean.UseVisualStyleBackColor = false;
- this.btnClean.Click += new System.EventHandler(this.btnClean_Click);
- //
- // btnBack
- //
- this.btnBack.BackColor = System.Drawing.Color.DodgerBlue;
- this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnBack.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btnBack.ForeColor = System.Drawing.Color.White;
- this.btnBack.Location = new System.Drawing.Point(486, 125);
- this.btnBack.Name = "btnBack";
- this.btnBack.Size = new System.Drawing.Size(134, 60);
- this.btnBack.TabIndex = 713;
- this.btnBack.Text = "回退";
- this.btnBack.UseVisualStyleBackColor = false;
- this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
- //
- // btnSubmit
- //
- this.btnSubmit.BackColor = System.Drawing.Color.MediumSeaGreen;
- this.btnSubmit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnSubmit.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btnSubmit.ForeColor = System.Drawing.Color.White;
- this.btnSubmit.Location = new System.Drawing.Point(346, 191);
- this.btnSubmit.Name = "btnSubmit";
- this.btnSubmit.Size = new System.Drawing.Size(274, 60);
- this.btnSubmit.TabIndex = 712;
- this.btnSubmit.Text = "确认";
- this.btnSubmit.UseVisualStyleBackColor = false;
- this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
- //
- // txtValue
- //
- this.txtValue.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtValue.Location = new System.Drawing.Point(5, 4);
- this.txtValue.Margin = new System.Windows.Forms.Padding(2);
- this.txtValue.Name = "txtValue";
- this.txtValue.Size = new System.Drawing.Size(615, 44);
- this.txtValue.TabIndex = 711;
- //
- // btn0
- //
- this.btn0.BackColor = System.Drawing.Color.White;
- this.btn0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn0.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btn0.ForeColor = System.Drawing.Color.Black;
- this.btn0.Location = new System.Drawing.Point(250, 59);
- this.btn0.Name = "btn0";
- this.btn0.Size = new System.Drawing.Size(70, 60);
- this.btn0.TabIndex = 710;
- this.btn0.Text = "0";
- this.btn0.UseVisualStyleBackColor = false;
- this.btn0.Click += new System.EventHandler(this.btnValue_Click);
- //
- // btn1
- //
- this.btn1.BackColor = System.Drawing.Color.White;
- this.btn1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn1.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btn1.ForeColor = System.Drawing.Color.Black;
- this.btn1.Location = new System.Drawing.Point(6, 58);
- this.btn1.Name = "btn1";
- this.btn1.Size = new System.Drawing.Size(70, 60);
- this.btn1.TabIndex = 709;
- this.btn1.Text = "1";
- this.btn1.UseVisualStyleBackColor = false;
- this.btn1.Click += new System.EventHandler(this.btnValue_Click);
- //
- // btn2
- //
- this.btn2.BackColor = System.Drawing.Color.White;
- this.btn2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn2.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btn2.ForeColor = System.Drawing.Color.Black;
- this.btn2.Location = new System.Drawing.Point(88, 59);
- this.btn2.Name = "btn2";
- this.btn2.Size = new System.Drawing.Size(70, 60);
- this.btn2.TabIndex = 708;
- this.btn2.Text = "2";
- this.btn2.UseVisualStyleBackColor = false;
- this.btn2.Click += new System.EventHandler(this.btnValue_Click);
- //
- // btn3
- //
- this.btn3.BackColor = System.Drawing.Color.White;
- this.btn3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn3.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btn3.ForeColor = System.Drawing.Color.Black;
- this.btn3.Location = new System.Drawing.Point(171, 59);
- this.btn3.Name = "btn3";
- this.btn3.Size = new System.Drawing.Size(70, 60);
- this.btn3.TabIndex = 707;
- this.btn3.Text = "3";
- this.btn3.UseVisualStyleBackColor = false;
- this.btn3.Click += new System.EventHandler(this.btnValue_Click);
- //
- // btn4
- //
- this.btn4.BackColor = System.Drawing.Color.White;
- this.btn4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn4.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btn4.ForeColor = System.Drawing.Color.Black;
- this.btn4.Location = new System.Drawing.Point(6, 124);
- this.btn4.Name = "btn4";
- this.btn4.Size = new System.Drawing.Size(70, 60);
- this.btn4.TabIndex = 706;
- this.btn4.Text = "4";
- this.btn4.UseVisualStyleBackColor = false;
- this.btn4.Click += new System.EventHandler(this.btnValue_Click);
- //
- // btn5
- //
- this.btn5.BackColor = System.Drawing.Color.White;
- this.btn5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn5.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btn5.ForeColor = System.Drawing.Color.Black;
- this.btn5.Location = new System.Drawing.Point(88, 123);
- this.btn5.Name = "btn5";
- this.btn5.Size = new System.Drawing.Size(70, 60);
- this.btn5.TabIndex = 705;
- this.btn5.Text = "5";
- this.btn5.UseVisualStyleBackColor = false;
- this.btn5.Click += new System.EventHandler(this.btnValue_Click);
- //
- // btn6
- //
- this.btn6.BackColor = System.Drawing.Color.White;
- this.btn6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn6.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btn6.ForeColor = System.Drawing.Color.Black;
- this.btn6.Location = new System.Drawing.Point(170, 124);
- this.btn6.Name = "btn6";
- this.btn6.Size = new System.Drawing.Size(70, 60);
- this.btn6.TabIndex = 704;
- this.btn6.Text = "6";
- this.btn6.UseVisualStyleBackColor = false;
- this.btn6.Click += new System.EventHandler(this.btnValue_Click);
- //
- // btn7
- //
- this.btn7.BackColor = System.Drawing.Color.White;
- this.btn7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn7.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btn7.ForeColor = System.Drawing.Color.Black;
- this.btn7.Location = new System.Drawing.Point(6, 189);
- this.btn7.Name = "btn7";
- this.btn7.Size = new System.Drawing.Size(70, 60);
- this.btn7.TabIndex = 703;
- this.btn7.Text = "7";
- this.btn7.UseVisualStyleBackColor = false;
- this.btn7.Click += new System.EventHandler(this.btnValue_Click);
- //
- // btn8
- //
- this.btn8.BackColor = System.Drawing.Color.White;
- this.btn8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn8.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btn8.ForeColor = System.Drawing.Color.Black;
- this.btn8.Location = new System.Drawing.Point(87, 189);
- this.btn8.Name = "btn8";
- this.btn8.Size = new System.Drawing.Size(70, 60);
- this.btn8.TabIndex = 702;
- this.btn8.Text = "8";
- this.btn8.UseVisualStyleBackColor = false;
- this.btn8.Click += new System.EventHandler(this.btnValue_Click);
- //
- // btn9
- //
- this.btn9.BackColor = System.Drawing.Color.White;
- this.btn9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btn9.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btn9.ForeColor = System.Drawing.Color.Black;
- this.btn9.Location = new System.Drawing.Point(170, 189);
- this.btn9.Name = "btn9";
- this.btn9.Size = new System.Drawing.Size(70, 60);
- this.btn9.TabIndex = 701;
- this.btn9.Text = "9";
- this.btn9.UseVisualStyleBackColor = false;
- this.btn9.Click += new System.EventHandler(this.btnValue_Click);
- //
- // btnSpot
- //
- this.btnSpot.BackColor = System.Drawing.Color.White;
- this.btnSpot.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnSpot.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btnSpot.ForeColor = System.Drawing.Color.Black;
- this.btnSpot.Location = new System.Drawing.Point(250, 123);
- this.btnSpot.Name = "btnSpot";
- this.btnSpot.Size = new System.Drawing.Size(70, 126);
- this.btnSpot.TabIndex = 700;
- this.btnSpot.Text = "-";
- this.btnSpot.UseVisualStyleBackColor = false;
- this.btnSpot.Click += new System.EventHandler(this.btnValue_Click);
- //
- // frmPhNo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.LightBlue;
- this.ClientSize = new System.Drawing.Size(625, 256);
- this.Controls.Add(this.btnLeft);
- this.Controls.Add(this.btnRight);
- this.Controls.Add(this.btnClean);
- this.Controls.Add(this.btnBack);
- this.Controls.Add(this.btnSubmit);
- this.Controls.Add(this.txtValue);
- this.Controls.Add(this.btn0);
- this.Controls.Add(this.btn1);
- this.Controls.Add(this.btn2);
- this.Controls.Add(this.btn3);
- this.Controls.Add(this.btn4);
- this.Controls.Add(this.btn5);
- this.Controls.Add(this.btn6);
- this.Controls.Add(this.btn7);
- this.Controls.Add(this.btn8);
- this.Controls.Add(this.btn9);
- this.Controls.Add(this.btnSpot);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "frmPhNo";
- this.Text = "frmPhNo";
- this.TopMost = true;
- this.Load += new System.EventHandler(this.frmPhNo_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button btnLeft;
- private System.Windows.Forms.Button btnRight;
- private System.Windows.Forms.Button btnClean;
- private System.Windows.Forms.Button btnBack;
- private System.Windows.Forms.Button btnSubmit;
- private System.Windows.Forms.TextBox txtValue;
- private System.Windows.Forms.Button btn0;
- private System.Windows.Forms.Button btn1;
- private System.Windows.Forms.Button btn2;
- private System.Windows.Forms.Button btn3;
- private System.Windows.Forms.Button btn4;
- private System.Windows.Forms.Button btn5;
- private System.Windows.Forms.Button btn6;
- private System.Windows.Forms.Button btn7;
- private System.Windows.Forms.Button btn8;
- private System.Windows.Forms.Button btn9;
- private System.Windows.Forms.Button btnSpot;
- }
- }
|