123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366 |
- namespace OTSPartA_STDEditor
- {
- partial class ConstantsEditor
- {
- /// <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.button_Cancel = new System.Windows.Forms.Button();
- this.button_OK = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.textBox_9 = new System.Windows.Forms.TextBox();
- this.checkBox_9 = new System.Windows.Forms.CheckBox();
- this.textBox_8 = new System.Windows.Forms.TextBox();
- this.checkBox_8 = new System.Windows.Forms.CheckBox();
- this.textBox_7 = new System.Windows.Forms.TextBox();
- this.checkBox_7 = new System.Windows.Forms.CheckBox();
- this.textBox_6 = new System.Windows.Forms.TextBox();
- this.checkBox_6 = new System.Windows.Forms.CheckBox();
- this.textBox_5 = new System.Windows.Forms.TextBox();
- this.checkBox_5 = new System.Windows.Forms.CheckBox();
- this.textBox_4 = new System.Windows.Forms.TextBox();
- this.checkBox_4 = new System.Windows.Forms.CheckBox();
- this.textBox_3 = new System.Windows.Forms.TextBox();
- this.checkBox_3 = new System.Windows.Forms.CheckBox();
- this.textBox_2 = new System.Windows.Forms.TextBox();
- this.checkBox_2 = new System.Windows.Forms.CheckBox();
- this.textBox_1 = new System.Windows.Forms.TextBox();
- this.checkBox_1 = new System.Windows.Forms.CheckBox();
- this.textBox_0 = new System.Windows.Forms.TextBox();
- this.checkBox_0 = new System.Windows.Forms.CheckBox();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // button_Cancel
- //
- this.button_Cancel.Location = new System.Drawing.Point(120, 539);
- this.button_Cancel.Name = "button_Cancel";
- this.button_Cancel.Size = new System.Drawing.Size(75, 31);
- this.button_Cancel.TabIndex = 21;
- this.button_Cancel.Text = "取消";
- this.button_Cancel.UseVisualStyleBackColor = true;
- this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click);
- //
- // button_OK
- //
- this.button_OK.Location = new System.Drawing.Point(39, 539);
- this.button_OK.Name = "button_OK";
- this.button_OK.Size = new System.Drawing.Size(75, 31);
- this.button_OK.TabIndex = 20;
- this.button_OK.Text = "确定";
- this.button_OK.UseVisualStyleBackColor = true;
- this.button_OK.Click += new System.EventHandler(this.button_OK_Click);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.textBox_9);
- this.groupBox1.Controls.Add(this.checkBox_9);
- this.groupBox1.Controls.Add(this.textBox_8);
- this.groupBox1.Controls.Add(this.checkBox_8);
- this.groupBox1.Controls.Add(this.textBox_7);
- this.groupBox1.Controls.Add(this.checkBox_7);
- this.groupBox1.Controls.Add(this.textBox_6);
- this.groupBox1.Controls.Add(this.checkBox_6);
- this.groupBox1.Controls.Add(this.textBox_5);
- this.groupBox1.Controls.Add(this.checkBox_5);
- this.groupBox1.Controls.Add(this.textBox_4);
- this.groupBox1.Controls.Add(this.checkBox_4);
- this.groupBox1.Controls.Add(this.textBox_3);
- this.groupBox1.Controls.Add(this.checkBox_3);
- this.groupBox1.Controls.Add(this.textBox_2);
- this.groupBox1.Controls.Add(this.checkBox_2);
- this.groupBox1.Controls.Add(this.textBox_1);
- this.groupBox1.Controls.Add(this.checkBox_1);
- this.groupBox1.Controls.Add(this.textBox_0);
- this.groupBox1.Controls.Add(this.checkBox_0);
- this.groupBox1.Location = new System.Drawing.Point(12, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(181, 519);
- this.groupBox1.TabIndex = 6;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "常量编辑:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(115, 23);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(17, 12);
- this.label2.TabIndex = 22;
- this.label2.Text = "值";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(16, 25);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 21;
- this.label1.Text = "常量符号";
- //
- // textBox_9
- //
- this.textBox_9.Location = new System.Drawing.Point(82, 477);
- this.textBox_9.Name = "textBox_9";
- this.textBox_9.Size = new System.Drawing.Size(82, 21);
- this.textBox_9.TabIndex = 20;
- this.textBox_9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // checkBox_9
- //
- this.checkBox_9.AutoSize = true;
- this.checkBox_9.Location = new System.Drawing.Point(18, 479);
- this.checkBox_9.Name = "checkBox_9";
- this.checkBox_9.Size = new System.Drawing.Size(54, 16);
- this.checkBox_9.TabIndex = 19;
- this.checkBox_9.Text = "MAC#9";
- this.checkBox_9.UseVisualStyleBackColor = true;
- this.checkBox_9.CheckedChanged += new System.EventHandler(this.checkBox_9_CheckedChanged);
- //
- // textBox_8
- //
- this.textBox_8.Location = new System.Drawing.Point(82, 427);
- this.textBox_8.Name = "textBox_8";
- this.textBox_8.Size = new System.Drawing.Size(82, 21);
- this.textBox_8.TabIndex = 18;
- this.textBox_8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // checkBox_8
- //
- this.checkBox_8.AutoSize = true;
- this.checkBox_8.Location = new System.Drawing.Point(18, 429);
- this.checkBox_8.Name = "checkBox_8";
- this.checkBox_8.Size = new System.Drawing.Size(54, 16);
- this.checkBox_8.TabIndex = 17;
- this.checkBox_8.Text = "MAC#8";
- this.checkBox_8.UseVisualStyleBackColor = true;
- this.checkBox_8.CheckedChanged += new System.EventHandler(this.checkBox_8_CheckedChanged);
- //
- // textBox_7
- //
- this.textBox_7.Location = new System.Drawing.Point(82, 381);
- this.textBox_7.Name = "textBox_7";
- this.textBox_7.Size = new System.Drawing.Size(82, 21);
- this.textBox_7.TabIndex = 16;
- this.textBox_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // checkBox_7
- //
- this.checkBox_7.AutoSize = true;
- this.checkBox_7.Location = new System.Drawing.Point(18, 383);
- this.checkBox_7.Name = "checkBox_7";
- this.checkBox_7.Size = new System.Drawing.Size(54, 16);
- this.checkBox_7.TabIndex = 15;
- this.checkBox_7.Text = "MAC#7";
- this.checkBox_7.UseVisualStyleBackColor = true;
- this.checkBox_7.CheckedChanged += new System.EventHandler(this.checkBox_7_CheckedChanged);
- //
- // textBox_6
- //
- this.textBox_6.Location = new System.Drawing.Point(82, 332);
- this.textBox_6.Name = "textBox_6";
- this.textBox_6.Size = new System.Drawing.Size(82, 21);
- this.textBox_6.TabIndex = 14;
- this.textBox_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // checkBox_6
- //
- this.checkBox_6.AutoSize = true;
- this.checkBox_6.Location = new System.Drawing.Point(18, 334);
- this.checkBox_6.Name = "checkBox_6";
- this.checkBox_6.Size = new System.Drawing.Size(54, 16);
- this.checkBox_6.TabIndex = 13;
- this.checkBox_6.Text = "MAC#6";
- this.checkBox_6.UseVisualStyleBackColor = true;
- this.checkBox_6.CheckedChanged += new System.EventHandler(this.checkBox_6_CheckedChanged);
- //
- // textBox_5
- //
- this.textBox_5.Location = new System.Drawing.Point(82, 282);
- this.textBox_5.Name = "textBox_5";
- this.textBox_5.Size = new System.Drawing.Size(82, 21);
- this.textBox_5.TabIndex = 12;
- this.textBox_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // checkBox_5
- //
- this.checkBox_5.AutoSize = true;
- this.checkBox_5.Location = new System.Drawing.Point(18, 284);
- this.checkBox_5.Name = "checkBox_5";
- this.checkBox_5.Size = new System.Drawing.Size(54, 16);
- this.checkBox_5.TabIndex = 11;
- this.checkBox_5.Text = "MAC#5";
- this.checkBox_5.UseVisualStyleBackColor = true;
- this.checkBox_5.CheckedChanged += new System.EventHandler(this.checkBox_5_CheckedChanged);
- //
- // textBox_4
- //
- this.textBox_4.Location = new System.Drawing.Point(82, 235);
- this.textBox_4.Name = "textBox_4";
- this.textBox_4.Size = new System.Drawing.Size(82, 21);
- this.textBox_4.TabIndex = 10;
- this.textBox_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // checkBox_4
- //
- this.checkBox_4.AutoSize = true;
- this.checkBox_4.Location = new System.Drawing.Point(18, 237);
- this.checkBox_4.Name = "checkBox_4";
- this.checkBox_4.Size = new System.Drawing.Size(54, 16);
- this.checkBox_4.TabIndex = 9;
- this.checkBox_4.Text = "MAC#4";
- this.checkBox_4.UseVisualStyleBackColor = true;
- this.checkBox_4.CheckedChanged += new System.EventHandler(this.checkBox_4_CheckedChanged);
- //
- // textBox_3
- //
- this.textBox_3.Location = new System.Drawing.Point(82, 188);
- this.textBox_3.Name = "textBox_3";
- this.textBox_3.Size = new System.Drawing.Size(82, 21);
- this.textBox_3.TabIndex = 8;
- this.textBox_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // checkBox_3
- //
- this.checkBox_3.AutoSize = true;
- this.checkBox_3.Location = new System.Drawing.Point(18, 190);
- this.checkBox_3.Name = "checkBox_3";
- this.checkBox_3.Size = new System.Drawing.Size(54, 16);
- this.checkBox_3.TabIndex = 7;
- this.checkBox_3.Text = "MAC#3";
- this.checkBox_3.UseVisualStyleBackColor = true;
- this.checkBox_3.CheckedChanged += new System.EventHandler(this.checkBox_3_CheckedChanged);
- //
- // textBox_2
- //
- this.textBox_2.Location = new System.Drawing.Point(82, 141);
- this.textBox_2.Name = "textBox_2";
- this.textBox_2.Size = new System.Drawing.Size(82, 21);
- this.textBox_2.TabIndex = 6;
- this.textBox_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // checkBox_2
- //
- this.checkBox_2.AutoSize = true;
- this.checkBox_2.Location = new System.Drawing.Point(18, 143);
- this.checkBox_2.Name = "checkBox_2";
- this.checkBox_2.Size = new System.Drawing.Size(54, 16);
- this.checkBox_2.TabIndex = 5;
- this.checkBox_2.Text = "MAC#2";
- this.checkBox_2.UseVisualStyleBackColor = true;
- this.checkBox_2.CheckedChanged += new System.EventHandler(this.checkBox_2_CheckedChanged);
- //
- // textBox_1
- //
- this.textBox_1.Location = new System.Drawing.Point(82, 95);
- this.textBox_1.Name = "textBox_1";
- this.textBox_1.Size = new System.Drawing.Size(82, 21);
- this.textBox_1.TabIndex = 4;
- this.textBox_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // checkBox_1
- //
- this.checkBox_1.AutoSize = true;
- this.checkBox_1.Location = new System.Drawing.Point(18, 97);
- this.checkBox_1.Name = "checkBox_1";
- this.checkBox_1.Size = new System.Drawing.Size(54, 16);
- this.checkBox_1.TabIndex = 3;
- this.checkBox_1.Text = "MAC#1";
- this.checkBox_1.UseVisualStyleBackColor = true;
- this.checkBox_1.CheckedChanged += new System.EventHandler(this.checkBox_1_CheckedChanged);
- //
- // textBox_0
- //
- this.textBox_0.Location = new System.Drawing.Point(82, 53);
- this.textBox_0.Name = "textBox_0";
- this.textBox_0.Size = new System.Drawing.Size(82, 21);
- this.textBox_0.TabIndex = 2;
- this.textBox_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // checkBox_0
- //
- this.checkBox_0.AutoSize = true;
- this.checkBox_0.Location = new System.Drawing.Point(18, 55);
- this.checkBox_0.Name = "checkBox_0";
- this.checkBox_0.Size = new System.Drawing.Size(54, 16);
- this.checkBox_0.TabIndex = 1;
- this.checkBox_0.Tag = "";
- this.checkBox_0.Text = "MAC#0";
- this.checkBox_0.UseVisualStyleBackColor = true;
- this.checkBox_0.CheckedChanged += new System.EventHandler(this.checkBox_0_CheckedChanged);
- //
- // ConstantsEditor
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(206, 575);
- this.Controls.Add(this.button_Cancel);
- this.Controls.Add(this.button_OK);
- this.Controls.Add(this.groupBox1);
- this.MaximizeBox = false;
- this.Name = "ConstantsEditor";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "ConstantsEditor";
- this.Load += new System.EventHandler(this.ConstantsEditor_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button button_Cancel;
- private System.Windows.Forms.Button button_OK;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox textBox_9;
- private System.Windows.Forms.CheckBox checkBox_9;
- private System.Windows.Forms.TextBox textBox_8;
- private System.Windows.Forms.CheckBox checkBox_8;
- private System.Windows.Forms.TextBox textBox_7;
- private System.Windows.Forms.CheckBox checkBox_7;
- private System.Windows.Forms.TextBox textBox_6;
- private System.Windows.Forms.CheckBox checkBox_6;
- private System.Windows.Forms.TextBox textBox_5;
- private System.Windows.Forms.CheckBox checkBox_5;
- private System.Windows.Forms.TextBox textBox_4;
- private System.Windows.Forms.CheckBox checkBox_4;
- private System.Windows.Forms.TextBox textBox_3;
- private System.Windows.Forms.CheckBox checkBox_3;
- private System.Windows.Forms.TextBox textBox_2;
- private System.Windows.Forms.CheckBox checkBox_2;
- private System.Windows.Forms.TextBox textBox_1;
- private System.Windows.Forms.CheckBox checkBox_1;
- private System.Windows.Forms.TextBox textBox_0;
- private System.Windows.Forms.CheckBox checkBox_0;
- }
- }
|