123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393 |
- namespace DllXqManager
- {
- partial class TLcdBase
- {
- /// <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.label3 = new System.Windows.Forms.Label();
- this.editFCode = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.editFName = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.editremark = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.editmodtime = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.editrectime = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.label7 = new System.Windows.Forms.Label();
- this.editFBound = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.editOffset = new System.Windows.Forms.TextBox();
- this.label9 = new System.Windows.Forms.Label();
- this.editFx = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.editFy = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.editPars1 = new System.Windows.Forms.TextBox();
- this.label12 = new System.Windows.Forms.Label();
- this.editPars2 = new System.Windows.Forms.TextBox();
- this.label13 = new System.Windows.Forms.Label();
- this.editPars3 = new System.Windows.Forms.TextBox();
- this.label14 = new System.Windows.Forms.Label();
- this.editPars4 = new System.Windows.Forms.TextBox();
- this.button3 = new System.Windows.Forms.Button();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // label3
- //
- this.label3.Location = new System.Drawing.Point(2, 24);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(100, 23);
- this.label3.TabIndex = 6;
- this.label3.Text = "代码";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editFCode
- //
- this.editFCode.Location = new System.Drawing.Point(105, 24);
- this.editFCode.Name = "editFCode";
- this.editFCode.ReadOnly = true;
- this.editFCode.Size = new System.Drawing.Size(176, 21);
- this.editFCode.TabIndex = 7;
- //
- // label1
- //
- this.label1.Location = new System.Drawing.Point(2, 68);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(100, 23);
- this.label1.TabIndex = 8;
- this.label1.Text = "名称";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editFName
- //
- this.editFName.Location = new System.Drawing.Point(105, 68);
- this.editFName.Name = "editFName";
- this.editFName.Size = new System.Drawing.Size(176, 21);
- this.editFName.TabIndex = 9;
- //
- // label2
- //
- this.label2.Location = new System.Drawing.Point(2, 180);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(100, 23);
- this.label2.TabIndex = 10;
- this.label2.Text = "备注";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editremark
- //
- this.editremark.Location = new System.Drawing.Point(105, 180);
- this.editremark.Name = "editremark";
- this.editremark.Size = new System.Drawing.Size(504, 21);
- this.editremark.TabIndex = 11;
- //
- // label4
- //
- this.label4.Location = new System.Drawing.Point(330, 225);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(100, 23);
- this.label4.TabIndex = 12;
- this.label4.Text = "修改时间";
- this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editmodtime
- //
- this.editmodtime.Location = new System.Drawing.Point(433, 225);
- this.editmodtime.Name = "editmodtime";
- this.editmodtime.ReadOnly = true;
- this.editmodtime.Size = new System.Drawing.Size(176, 21);
- this.editmodtime.TabIndex = 13;
- //
- // label5
- //
- this.label5.Location = new System.Drawing.Point(2, 225);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(100, 23);
- this.label5.TabIndex = 14;
- this.label5.Text = "录入时间";
- this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editrectime
- //
- this.editrectime.Location = new System.Drawing.Point(105, 225);
- this.editrectime.Name = "editrectime";
- this.editrectime.ReadOnly = true;
- this.editrectime.Size = new System.Drawing.Size(176, 21);
- this.editrectime.TabIndex = 15;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(109, 266);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(83, 37);
- this.button1.TabIndex = 16;
- this.button1.Text = "新增(&A)";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(198, 266);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(83, 37);
- this.button2.TabIndex = 17;
- this.button2.Text = "保存(&S)";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // label7
- //
- this.label7.Location = new System.Drawing.Point(2, 142);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(100, 23);
- this.label7.TabIndex = 20;
- this.label7.Text = "波特率";
- this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editFBound
- //
- this.editFBound.Location = new System.Drawing.Point(105, 142);
- this.editFBound.Name = "editFBound";
- this.editFBound.Size = new System.Drawing.Size(176, 21);
- this.editFBound.TabIndex = 21;
- //
- // label8
- //
- this.label8.Location = new System.Drawing.Point(31, 105);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(71, 23);
- this.label8.TabIndex = 140;
- this.label8.Text = "Offset";
- this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editOffset
- //
- this.editOffset.Location = new System.Drawing.Point(105, 105);
- this.editOffset.Name = "editOffset";
- this.editOffset.Size = new System.Drawing.Size(176, 21);
- this.editOffset.TabIndex = 141;
- //
- // label9
- //
- this.label9.Location = new System.Drawing.Point(290, 22);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(69, 23);
- this.label9.TabIndex = 142;
- this.label9.Text = "分辨率X";
- this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editFx
- //
- this.editFx.Location = new System.Drawing.Point(362, 22);
- this.editFx.Name = "editFx";
- this.editFx.Size = new System.Drawing.Size(105, 21);
- this.editFx.TabIndex = 143;
- //
- // label10
- //
- this.label10.Location = new System.Drawing.Point(470, 22);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(69, 23);
- this.label10.TabIndex = 144;
- this.label10.Text = "分辨率Y";
- this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editFy
- //
- this.editFy.Location = new System.Drawing.Point(542, 22);
- this.editFy.Name = "editFy";
- this.editFy.Size = new System.Drawing.Size(105, 21);
- this.editFy.TabIndex = 145;
- //
- // label11
- //
- this.label11.Location = new System.Drawing.Point(290, 70);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(69, 23);
- this.label11.TabIndex = 146;
- this.label11.Text = "参数1";
- this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editPars1
- //
- this.editPars1.Location = new System.Drawing.Point(362, 70);
- this.editPars1.Name = "editPars1";
- this.editPars1.Size = new System.Drawing.Size(105, 21);
- this.editPars1.TabIndex = 147;
- //
- // label12
- //
- this.label12.Location = new System.Drawing.Point(470, 68);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(69, 23);
- this.label12.TabIndex = 148;
- this.label12.Text = "参数2";
- this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editPars2
- //
- this.editPars2.Location = new System.Drawing.Point(542, 68);
- this.editPars2.Name = "editPars2";
- this.editPars2.Size = new System.Drawing.Size(105, 21);
- this.editPars2.TabIndex = 149;
- //
- // label13
- //
- this.label13.Location = new System.Drawing.Point(290, 105);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(69, 23);
- this.label13.TabIndex = 150;
- this.label13.Text = "参数3";
- this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editPars3
- //
- this.editPars3.Location = new System.Drawing.Point(362, 105);
- this.editPars3.Name = "editPars3";
- this.editPars3.Size = new System.Drawing.Size(105, 21);
- this.editPars3.TabIndex = 151;
- //
- // label14
- //
- this.label14.Location = new System.Drawing.Point(468, 105);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(71, 23);
- this.label14.TabIndex = 152;
- this.label14.Text = "参数4";
- this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editPars4
- //
- this.editPars4.Location = new System.Drawing.Point(542, 105);
- this.editPars4.Name = "editPars4";
- this.editPars4.Size = new System.Drawing.Size(105, 21);
- this.editPars4.TabIndex = 153;
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(304, 266);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(83, 37);
- this.button3.TabIndex = 155;
- this.button3.Text = "复制新增(&C)";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // panel1
- //
- this.panel1.Controls.Add(this.editFCode);
- this.panel1.Controls.Add(this.button3);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.label14);
- this.panel1.Controls.Add(this.editFName);
- this.panel1.Controls.Add(this.editPars4);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.label13);
- this.panel1.Controls.Add(this.editremark);
- this.panel1.Controls.Add(this.editPars3);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.label12);
- this.panel1.Controls.Add(this.editmodtime);
- this.panel1.Controls.Add(this.editPars2);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.label11);
- this.panel1.Controls.Add(this.editrectime);
- this.panel1.Controls.Add(this.editPars1);
- this.panel1.Controls.Add(this.label5);
- this.panel1.Controls.Add(this.label10);
- this.panel1.Controls.Add(this.button1);
- this.panel1.Controls.Add(this.editFy);
- this.panel1.Controls.Add(this.button2);
- this.panel1.Controls.Add(this.label9);
- this.panel1.Controls.Add(this.editFBound);
- this.panel1.Controls.Add(this.editFx);
- this.panel1.Controls.Add(this.label7);
- this.panel1.Controls.Add(this.label8);
- this.panel1.Controls.Add(this.editOffset);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(680, 322);
- this.panel1.TabIndex = 156;
- //
- // TLcdBase
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(680, 321);
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.MaximizeBox = false;
- this.Name = "TLcdBase";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "LCD维护";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mmabase_FormClosing);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox editFCode;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox editFName;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox editremark;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox editmodtime;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox editrectime;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox editFBound;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TextBox editOffset;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox editFx;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.TextBox editFy;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.TextBox editPars1;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.TextBox editPars2;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.TextBox editPars3;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.TextBox editPars4;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Panel panel1;
- }
- }
|