123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353 |
- namespace OTSPartA_STDEditor
- {
- partial class Form_UserConstants
- {
- /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
- this.button_UpdateConstants = new System.Windows.Forms.Button();
- this.label_ConstantValue = new System.Windows.Forms.Label();
- this.checkBox_3 = new System.Windows.Forms.CheckBox();
- this.label_ConstantSymbol = new System.Windows.Forms.Label();
- this.checkBox_0 = new System.Windows.Forms.CheckBox();
- this.textBox_9 = new System.Windows.Forms.TextBox();
- this.textBox_0 = new System.Windows.Forms.TextBox();
- this.checkBox_9 = new System.Windows.Forms.CheckBox();
- this.checkBox_1 = new System.Windows.Forms.CheckBox();
- this.textBox_8 = new System.Windows.Forms.TextBox();
- this.textBox_1 = new System.Windows.Forms.TextBox();
- this.checkBox_8 = new System.Windows.Forms.CheckBox();
- this.checkBox_2 = new System.Windows.Forms.CheckBox();
- this.textBox_7 = new System.Windows.Forms.TextBox();
- this.textBox_2 = new System.Windows.Forms.TextBox();
- this.checkBox_7 = new System.Windows.Forms.CheckBox();
- this.textBox_3 = new System.Windows.Forms.TextBox();
- this.textBox_6 = new System.Windows.Forms.TextBox();
- this.checkBox_4 = new System.Windows.Forms.CheckBox();
- this.checkBox_6 = new System.Windows.Forms.CheckBox();
- this.textBox_4 = new System.Windows.Forms.TextBox();
- this.textBox_5 = new System.Windows.Forms.TextBox();
- this.checkBox_5 = new System.Windows.Forms.CheckBox();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.button_UpdateConstants);
- this.groupBox1.Controls.Add(this.label_ConstantValue);
- this.groupBox1.Controls.Add(this.checkBox_3);
- this.groupBox1.Controls.Add(this.label_ConstantSymbol);
- this.groupBox1.Controls.Add(this.checkBox_0);
- this.groupBox1.Controls.Add(this.textBox_9);
- this.groupBox1.Controls.Add(this.textBox_0);
- this.groupBox1.Controls.Add(this.checkBox_9);
- this.groupBox1.Controls.Add(this.checkBox_1);
- this.groupBox1.Controls.Add(this.textBox_8);
- this.groupBox1.Controls.Add(this.textBox_1);
- this.groupBox1.Controls.Add(this.checkBox_8);
- this.groupBox1.Controls.Add(this.checkBox_2);
- this.groupBox1.Controls.Add(this.textBox_7);
- this.groupBox1.Controls.Add(this.textBox_2);
- this.groupBox1.Controls.Add(this.checkBox_7);
- this.groupBox1.Controls.Add(this.textBox_3);
- this.groupBox1.Controls.Add(this.textBox_6);
- this.groupBox1.Controls.Add(this.checkBox_4);
- this.groupBox1.Controls.Add(this.checkBox_6);
- this.groupBox1.Controls.Add(this.textBox_4);
- this.groupBox1.Controls.Add(this.textBox_5);
- this.groupBox1.Controls.Add(this.checkBox_5);
- this.groupBox1.Location = new System.Drawing.Point(13, 4);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(238, 633);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- //
- // button_UpdateConstants
- //
- this.button_UpdateConstants.Location = new System.Drawing.Point(23, 572);
- this.button_UpdateConstants.Name = "button_UpdateConstants";
- this.button_UpdateConstants.Size = new System.Drawing.Size(196, 35);
- this.button_UpdateConstants.TabIndex = 47;
- this.button_UpdateConstants.Text = "确认更新常数库";
- this.button_UpdateConstants.UseVisualStyleBackColor = true;
- this.button_UpdateConstants.Click += new System.EventHandler(this.button_UpdateConstants_Click);
- //
- // label_ConstantValue
- //
- this.label_ConstantValue.AutoSize = true;
- this.label_ConstantValue.Location = new System.Drawing.Point(157, 32);
- this.label_ConstantValue.Name = "label_ConstantValue";
- this.label_ConstantValue.Size = new System.Drawing.Size(17, 12);
- this.label_ConstantValue.TabIndex = 46;
- this.label_ConstantValue.Text = "值";
- //
- // checkBox_3
- //
- this.checkBox_3.AutoSize = true;
- this.checkBox_3.Location = new System.Drawing.Point(23, 211);
- this.checkBox_3.Name = "checkBox_3";
- this.checkBox_3.Size = new System.Drawing.Size(54, 16);
- this.checkBox_3.TabIndex = 31;
- this.checkBox_3.Text = "MAC#3";
- this.checkBox_3.UseVisualStyleBackColor = true;
- this.checkBox_3.CheckedChanged += new System.EventHandler(this.checkBox_3_CheckedChanged);
- //
- // label_ConstantSymbol
- //
- this.label_ConstantSymbol.AutoSize = true;
- this.label_ConstantSymbol.Location = new System.Drawing.Point(24, 32);
- this.label_ConstantSymbol.Name = "label_ConstantSymbol";
- this.label_ConstantSymbol.Size = new System.Drawing.Size(53, 12);
- this.label_ConstantSymbol.TabIndex = 45;
- this.label_ConstantSymbol.Text = "常量符号";
- //
- // checkBox_0
- //
- this.checkBox_0.AutoSize = true;
- this.checkBox_0.Location = new System.Drawing.Point(23, 72);
- this.checkBox_0.Name = "checkBox_0";
- this.checkBox_0.Size = new System.Drawing.Size(54, 16);
- this.checkBox_0.TabIndex = 25;
- 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);
- //
- // textBox_9
- //
- this.textBox_9.Location = new System.Drawing.Point(117, 501);
- this.textBox_9.Name = "textBox_9";
- this.textBox_9.Size = new System.Drawing.Size(102, 21);
- this.textBox_9.TabIndex = 44;
- this.textBox_9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_0
- //
- this.textBox_0.Location = new System.Drawing.Point(117, 71);
- this.textBox_0.Name = "textBox_0";
- this.textBox_0.Size = new System.Drawing.Size(102, 21);
- this.textBox_0.TabIndex = 26;
- this.textBox_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // checkBox_9
- //
- this.checkBox_9.AutoSize = true;
- this.checkBox_9.Location = new System.Drawing.Point(23, 503);
- this.checkBox_9.Name = "checkBox_9";
- this.checkBox_9.Size = new System.Drawing.Size(54, 16);
- this.checkBox_9.TabIndex = 43;
- this.checkBox_9.Text = "MAC#9";
- this.checkBox_9.UseVisualStyleBackColor = true;
- this.checkBox_9.CheckedChanged += new System.EventHandler(this.checkBox_9_CheckedChanged);
- //
- // checkBox_1
- //
- this.checkBox_1.AutoSize = true;
- this.checkBox_1.Location = new System.Drawing.Point(23, 119);
- this.checkBox_1.Name = "checkBox_1";
- this.checkBox_1.Size = new System.Drawing.Size(54, 16);
- this.checkBox_1.TabIndex = 27;
- this.checkBox_1.Text = "MAC#1";
- this.checkBox_1.UseVisualStyleBackColor = true;
- this.checkBox_1.CheckedChanged += new System.EventHandler(this.checkBox_1_CheckedChanged);
- //
- // textBox_8
- //
- this.textBox_8.Location = new System.Drawing.Point(117, 449);
- this.textBox_8.Name = "textBox_8";
- this.textBox_8.Size = new System.Drawing.Size(102, 21);
- this.textBox_8.TabIndex = 42;
- this.textBox_8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_1
- //
- this.textBox_1.Location = new System.Drawing.Point(117, 117);
- this.textBox_1.Name = "textBox_1";
- this.textBox_1.Size = new System.Drawing.Size(102, 21);
- this.textBox_1.TabIndex = 28;
- this.textBox_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // checkBox_8
- //
- this.checkBox_8.AutoSize = true;
- this.checkBox_8.Location = new System.Drawing.Point(23, 451);
- this.checkBox_8.Name = "checkBox_8";
- this.checkBox_8.Size = new System.Drawing.Size(54, 16);
- this.checkBox_8.TabIndex = 41;
- this.checkBox_8.Text = "MAC#8";
- this.checkBox_8.UseVisualStyleBackColor = true;
- this.checkBox_8.CheckedChanged += new System.EventHandler(this.checkBox_8_CheckedChanged);
- //
- // checkBox_2
- //
- this.checkBox_2.AutoSize = true;
- this.checkBox_2.Location = new System.Drawing.Point(23, 161);
- this.checkBox_2.Name = "checkBox_2";
- this.checkBox_2.Size = new System.Drawing.Size(54, 16);
- this.checkBox_2.TabIndex = 29;
- this.checkBox_2.Text = "MAC#2";
- this.checkBox_2.UseVisualStyleBackColor = true;
- this.checkBox_2.CheckedChanged += new System.EventHandler(this.checkBox_2_CheckedChanged);
- //
- // textBox_7
- //
- this.textBox_7.Location = new System.Drawing.Point(117, 400);
- this.textBox_7.Name = "textBox_7";
- this.textBox_7.Size = new System.Drawing.Size(102, 21);
- this.textBox_7.TabIndex = 40;
- this.textBox_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_2
- //
- this.textBox_2.Location = new System.Drawing.Point(117, 160);
- this.textBox_2.Name = "textBox_2";
- this.textBox_2.Size = new System.Drawing.Size(102, 21);
- this.textBox_2.TabIndex = 30;
- this.textBox_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // checkBox_7
- //
- this.checkBox_7.AutoSize = true;
- this.checkBox_7.Location = new System.Drawing.Point(23, 402);
- this.checkBox_7.Name = "checkBox_7";
- this.checkBox_7.Size = new System.Drawing.Size(54, 16);
- this.checkBox_7.TabIndex = 39;
- this.checkBox_7.Text = "MAC#7";
- this.checkBox_7.UseVisualStyleBackColor = true;
- this.checkBox_7.CheckedChanged += new System.EventHandler(this.checkBox_7_CheckedChanged);
- //
- // textBox_3
- //
- this.textBox_3.Location = new System.Drawing.Point(117, 209);
- this.textBox_3.Name = "textBox_3";
- this.textBox_3.Size = new System.Drawing.Size(102, 21);
- this.textBox_3.TabIndex = 32;
- this.textBox_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_6
- //
- this.textBox_6.Location = new System.Drawing.Point(117, 349);
- this.textBox_6.Name = "textBox_6";
- this.textBox_6.Size = new System.Drawing.Size(102, 21);
- this.textBox_6.TabIndex = 38;
- this.textBox_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // checkBox_4
- //
- this.checkBox_4.AutoSize = true;
- this.checkBox_4.Location = new System.Drawing.Point(23, 255);
- this.checkBox_4.Name = "checkBox_4";
- this.checkBox_4.Size = new System.Drawing.Size(54, 16);
- this.checkBox_4.TabIndex = 33;
- this.checkBox_4.Text = "MAC#4";
- this.checkBox_4.UseVisualStyleBackColor = true;
- this.checkBox_4.CheckedChanged += new System.EventHandler(this.checkBox_4_CheckedChanged);
- //
- // checkBox_6
- //
- this.checkBox_6.AutoSize = true;
- this.checkBox_6.Location = new System.Drawing.Point(23, 352);
- this.checkBox_6.Name = "checkBox_6";
- this.checkBox_6.Size = new System.Drawing.Size(54, 16);
- this.checkBox_6.TabIndex = 37;
- this.checkBox_6.Text = "MAC#6";
- this.checkBox_6.UseVisualStyleBackColor = true;
- this.checkBox_6.CheckedChanged += new System.EventHandler(this.checkBox_6_CheckedChanged);
- //
- // textBox_4
- //
- this.textBox_4.Location = new System.Drawing.Point(117, 253);
- this.textBox_4.Name = "textBox_4";
- this.textBox_4.Size = new System.Drawing.Size(102, 21);
- this.textBox_4.TabIndex = 34;
- this.textBox_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_5
- //
- this.textBox_5.Location = new System.Drawing.Point(117, 302);
- this.textBox_5.Name = "textBox_5";
- this.textBox_5.Size = new System.Drawing.Size(102, 21);
- this.textBox_5.TabIndex = 36;
- this.textBox_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // checkBox_5
- //
- this.checkBox_5.AutoSize = true;
- this.checkBox_5.Location = new System.Drawing.Point(23, 303);
- this.checkBox_5.Name = "checkBox_5";
- this.checkBox_5.Size = new System.Drawing.Size(54, 16);
- this.checkBox_5.TabIndex = 35;
- this.checkBox_5.Text = "MAC#5";
- this.checkBox_5.UseVisualStyleBackColor = true;
- this.checkBox_5.CheckedChanged += new System.EventHandler(this.checkBox_5_CheckedChanged);
- //
- // Form_UserConstants
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(263, 650);
- this.Controls.Add(this.groupBox1);
- this.MaximizeBox = false;
- this.Name = "Form_UserConstants";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Form_UserConstants";
- this.Load += new System.EventHandler(this.Form_UserConstants_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Button button_UpdateConstants;
- private System.Windows.Forms.Label label_ConstantValue;
- private System.Windows.Forms.CheckBox checkBox_3;
- private System.Windows.Forms.Label label_ConstantSymbol;
- private System.Windows.Forms.CheckBox checkBox_0;
- private System.Windows.Forms.TextBox textBox_9;
- private System.Windows.Forms.TextBox textBox_0;
- private System.Windows.Forms.CheckBox checkBox_9;
- private System.Windows.Forms.CheckBox checkBox_1;
- private System.Windows.Forms.TextBox textBox_8;
- private System.Windows.Forms.TextBox textBox_1;
- private System.Windows.Forms.CheckBox checkBox_8;
- private System.Windows.Forms.CheckBox checkBox_2;
- private System.Windows.Forms.TextBox textBox_7;
- private System.Windows.Forms.TextBox textBox_2;
- private System.Windows.Forms.CheckBox checkBox_7;
- private System.Windows.Forms.TextBox textBox_3;
- private System.Windows.Forms.TextBox textBox_6;
- private System.Windows.Forms.CheckBox checkBox_4;
- private System.Windows.Forms.CheckBox checkBox_6;
- private System.Windows.Forms.TextBox textBox_4;
- private System.Windows.Forms.TextBox textBox_5;
- private System.Windows.Forms.CheckBox checkBox_5;
- }
- }
|