123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524 |
-
- using SmartCoalApplication.Core.CustomControl;
- using System;
- namespace SmartCoalApplication.AutomaticMeasurement
- {
- partial class AutomaticMeasurement
- {
- /// <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.buttonCancelMeasurement = new System.Windows.Forms.Button();
- this.buttonStartMeasuring = new System.Windows.Forms.Button();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.label14 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.comboMingcheng = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.comboCengbie = new System.Windows.Forms.ComboBox();
- this.label12 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.comboBanci = new System.Windows.Forms.ComboBox();
- this.comboShiyanshi = new System.Windows.Forms.ComboBox();
- this.comboShiyongchangqu = new System.Windows.Forms.ComboBox();
- this.comboZhichengbie = new System.Windows.Forms.ComboBox();
- this.label7 = new System.Windows.Forms.Label();
- this.textPihao = new SmartCoalApplication.Core.CustomControl.NewTextBox();
- this.textDanhao = new SmartCoalApplication.Core.CustomControl.NewTextBox();
- this.textLiaohao = new SmartCoalApplication.Core.CustomControl.NewTextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.groupOutInfo = new System.Windows.Forms.GroupBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.panelOutInfo = new System.Windows.Forms.Panel();
- this.comboDianduxianbie = new SmartCoalApplication.Core.CustomControl.NewTextBox();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.groupBox4.SuspendLayout();
- this.groupOutInfo.SuspendLayout();
- this.panel2.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox1.Controls.Add(this.buttonCancelMeasurement);
- this.groupBox1.Controls.Add(this.buttonStartMeasuring);
- this.groupBox1.Location = new System.Drawing.Point(9, 10);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox1.Size = new System.Drawing.Size(1032, 50);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "操作";
- //
- // buttonCancelMeasurement
- //
- this.buttonCancelMeasurement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.buttonCancelMeasurement.Location = new System.Drawing.Point(962, 19);
- this.buttonCancelMeasurement.Margin = new System.Windows.Forms.Padding(2);
- this.buttonCancelMeasurement.Name = "buttonCancelMeasurement";
- this.buttonCancelMeasurement.Size = new System.Drawing.Size(64, 27);
- this.buttonCancelMeasurement.TabIndex = 7;
- this.buttonCancelMeasurement.Text = "取消測量";
- this.buttonCancelMeasurement.UseVisualStyleBackColor = true;
- this.buttonCancelMeasurement.Click += new System.EventHandler(this.buttonCancelMeasurement_Click);
- //
- // buttonStartMeasuring
- //
- this.buttonStartMeasuring.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.buttonStartMeasuring.Location = new System.Drawing.Point(874, 18);
- this.buttonStartMeasuring.Margin = new System.Windows.Forms.Padding(2);
- this.buttonStartMeasuring.Name = "buttonStartMeasuring";
- this.buttonStartMeasuring.Size = new System.Drawing.Size(73, 28);
- this.buttonStartMeasuring.TabIndex = 6;
- this.buttonStartMeasuring.Text = "開始測量";
- this.buttonStartMeasuring.UseVisualStyleBackColor = true;
- this.buttonStartMeasuring.Click += new System.EventHandler(this.buttonStartMeasuring_Click);
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.label14);
- this.groupBox2.Controls.Add(this.label13);
- this.groupBox2.Controls.Add(this.comboMingcheng);
- this.groupBox2.Controls.Add(this.label1);
- this.groupBox2.Location = new System.Drawing.Point(9, 65);
- this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox2.Size = new System.Drawing.Size(478, 83);
- this.groupBox2.TabIndex = 1;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "選擇測試規程";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(49, 59);
- this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(53, 12);
- this.label14.TabIndex = 2;
- this.label14.Text = "默认标尺";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(4, 59);
- this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(41, 12);
- this.label13.TabIndex = 1;
- this.label13.Text = "标尺:";
- //
- // comboMingcheng
- //
- this.comboMingcheng.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
- this.comboMingcheng.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
- this.comboMingcheng.FormattingEnabled = true;
- this.comboMingcheng.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.comboMingcheng.Location = new System.Drawing.Point(49, 23);
- this.comboMingcheng.Margin = new System.Windows.Forms.Padding(2);
- this.comboMingcheng.Name = "comboMingcheng";
- this.comboMingcheng.Size = new System.Drawing.Size(323, 20);
- this.comboMingcheng.TabIndex = 0;
- this.comboMingcheng.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(4, 26);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "名稱:";
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.comboDianduxianbie);
- this.groupBox3.Controls.Add(this.comboCengbie);
- this.groupBox3.Controls.Add(this.label12);
- this.groupBox3.Controls.Add(this.label11);
- this.groupBox3.Controls.Add(this.label10);
- this.groupBox3.Controls.Add(this.comboBanci);
- this.groupBox3.Controls.Add(this.comboShiyanshi);
- this.groupBox3.Controls.Add(this.comboShiyongchangqu);
- this.groupBox3.Controls.Add(this.comboZhichengbie);
- this.groupBox3.Controls.Add(this.label7);
- this.groupBox3.Controls.Add(this.textPihao);
- this.groupBox3.Controls.Add(this.textDanhao);
- this.groupBox3.Controls.Add(this.textLiaohao);
- this.groupBox3.Controls.Add(this.label6);
- this.groupBox3.Controls.Add(this.label5);
- this.groupBox3.Controls.Add(this.label4);
- this.groupBox3.Controls.Add(this.label3);
- this.groupBox3.Controls.Add(this.label2);
- this.groupBox3.Controls.Add(this.label8);
- this.groupBox3.Controls.Add(this.label9);
- this.groupBox3.Location = new System.Drawing.Point(9, 152);
- this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox3.Size = new System.Drawing.Size(478, 153);
- this.groupBox3.TabIndex = 2;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "基本信息";
- //
- // comboCengbie
- //
- this.comboCengbie.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboCengbie.FormattingEnabled = true;
- this.comboCengbie.Location = new System.Drawing.Point(276, 94);
- this.comboCengbie.Name = "comboCengbie";
- this.comboCengbie.Size = new System.Drawing.Size(121, 20);
- this.comboCengbie.TabIndex = 23;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(274, 122);
- this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(17, 12);
- this.label12.TabIndex = 22;
- this.label12.Text = "um";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(238, 122);
- this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(41, 12);
- this.label11.TabIndex = 20;
- this.label11.Text = "單位:";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(238, 97);
- this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(41, 12);
- this.label10.TabIndex = 19;
- this.label10.Text = "層別:";
- //
- // comboBanci
- //
- this.comboBanci.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBanci.FormattingEnabled = true;
- this.comboBanci.Location = new System.Drawing.Point(276, 70);
- this.comboBanci.Margin = new System.Windows.Forms.Padding(2);
- this.comboBanci.Name = "comboBanci";
- this.comboBanci.Size = new System.Drawing.Size(121, 20);
- this.comboBanci.TabIndex = 16;
- //
- // comboShiyanshi
- //
- this.comboShiyanshi.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboShiyanshi.FormattingEnabled = true;
- this.comboShiyanshi.Location = new System.Drawing.Point(276, 46);
- this.comboShiyanshi.Margin = new System.Windows.Forms.Padding(2);
- this.comboShiyanshi.Name = "comboShiyanshi";
- this.comboShiyanshi.Size = new System.Drawing.Size(121, 20);
- this.comboShiyanshi.TabIndex = 15;
- //
- // comboShiyongchangqu
- //
- this.comboShiyongchangqu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboShiyongchangqu.FormattingEnabled = true;
- this.comboShiyongchangqu.Location = new System.Drawing.Point(276, 21);
- this.comboShiyongchangqu.Margin = new System.Windows.Forms.Padding(2);
- this.comboShiyongchangqu.Name = "comboShiyongchangqu";
- this.comboShiyongchangqu.Size = new System.Drawing.Size(121, 20);
- this.comboShiyongchangqu.TabIndex = 14;
- //
- // comboZhichengbie
- //
- this.comboZhichengbie.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboZhichengbie.FormattingEnabled = true;
- this.comboZhichengbie.Location = new System.Drawing.Point(69, 96);
- this.comboZhichengbie.Margin = new System.Windows.Forms.Padding(2);
- this.comboZhichengbie.Name = "comboZhichengbie";
- this.comboZhichengbie.Size = new System.Drawing.Size(121, 20);
- this.comboZhichengbie.TabIndex = 12;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(216, 24);
- this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(65, 12);
- this.label7.TabIndex = 11;
- this.label7.Text = "使用廠區:";
- //
- // textPihao
- //
- this.textPihao.Location = new System.Drawing.Point(69, 71);
- this.textPihao.Margin = new System.Windows.Forms.Padding(2);
- this.textPihao.Name = "textPihao";
- this.textPihao.Size = new System.Drawing.Size(121, 21);
- this.textPihao.TabIndex = 8;
- //
- // textDanhao
- //
- this.textDanhao.Location = new System.Drawing.Point(69, 47);
- this.textDanhao.Margin = new System.Windows.Forms.Padding(2);
- this.textDanhao.Name = "textDanhao";
- this.textDanhao.Size = new System.Drawing.Size(121, 21);
- this.textDanhao.TabIndex = 7;
- this.textDanhao.KeyUp += new System.Windows.Forms.KeyEventHandler(textDanhao_KeyUp);
- //
- // textLiaohao
- //
- this.textLiaohao.Location = new System.Drawing.Point(69, 22);
- this.textLiaohao.Margin = new System.Windows.Forms.Padding(2);
- this.textLiaohao.Name = "textLiaohao";
- this.textLiaohao.Size = new System.Drawing.Size(121, 21);
- this.textLiaohao.TabIndex = 6;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(4, 123);
- this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(65, 12);
- this.label6.TabIndex = 5;
- this.label6.Text = "電鍍綫別:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(14, 98);
- this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(53, 12);
- this.label5.TabIndex = 4;
- this.label5.Text = "製成別:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(26, 74);
- this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(41, 12);
- this.label4.TabIndex = 3;
- this.label4.Text = "批號:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(26, 50);
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(41, 12);
- this.label3.TabIndex = 2;
- this.label3.Text = "單號:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(26, 25);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(41, 12);
- this.label2.TabIndex = 1;
- this.label2.Text = "料號:";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(227, 49);
- this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(53, 12);
- this.label8.TabIndex = 17;
- this.label8.Text = "實驗室:";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(238, 73);
- this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(41, 12);
- this.label9.TabIndex = 18;
- this.label9.Text = "班次:";
- //
- // groupBox4
- //
- this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.groupBox4.Controls.Add(this.panel1);
- this.groupBox4.Location = new System.Drawing.Point(9, 309);
- this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox4.Size = new System.Drawing.Size(478, 290);
- this.groupBox4.TabIndex = 3;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "分类";
- //
- // panel1
- //
- this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.panel1.AutoScroll = true;
- this.panel1.BackColor = System.Drawing.Color.Transparent;
- this.panel1.Location = new System.Drawing.Point(5, 18);
- this.panel1.Margin = new System.Windows.Forms.Padding(2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(468, 262);
- this.panel1.TabIndex = 8;
- //
- // groupOutInfo
- //
- this.groupOutInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupOutInfo.Controls.Add(this.panel2);
- this.groupOutInfo.Location = new System.Drawing.Point(491, 65);
- this.groupOutInfo.Margin = new System.Windows.Forms.Padding(2);
- this.groupOutInfo.Name = "groupOutInfo";
- this.groupOutInfo.Padding = new System.Windows.Forms.Padding(2);
- this.groupOutInfo.Size = new System.Drawing.Size(549, 534);
- this.groupOutInfo.TabIndex = 4;
- this.groupOutInfo.TabStop = false;
- this.groupOutInfo.Text = "輸出信息";
- //
- // panel2
- //
- this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panel2.AutoScroll = true;
- this.panel2.Controls.Add(this.panelOutInfo);
- this.panel2.Location = new System.Drawing.Point(5, 13);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(542, 516);
- this.panel2.TabIndex = 5;
- //
- // panelOutInfo
- //
- this.panelOutInfo.AutoSize = true;
- this.panelOutInfo.Location = new System.Drawing.Point(3, 3);
- this.panelOutInfo.Name = "panelOutInfo";
- this.panelOutInfo.Size = new System.Drawing.Size(536, 508);
- this.panelOutInfo.TabIndex = 0;
- //
- // comboDianduxianbie
- //
- this.comboDianduxianbie.Location = new System.Drawing.Point(69, 122);
- this.comboDianduxianbie.Name = "comboDianduxianbie";
- this.comboDianduxianbie.Size = new System.Drawing.Size(121, 21);
- this.comboDianduxianbie.TabIndex = 24;
- //
- // AutomaticMeasurement
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1049, 607);
- this.Controls.Add(this.groupOutInfo);
- this.Controls.Add(this.groupBox4);
- this.Controls.Add(this.groupBox3);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Margin = new System.Windows.Forms.Padding(2);
- this.MinimizeBox = false;
- this.Name = "AutomaticMeasurement";
- this.Text = "开始测试规程";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Resize += new System.EventHandler(this.AutomaticMeasurement_Resize);
- this.Load += new System.EventHandler(this.AutomaticMeasurement_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.groupBox3.ResumeLayout(false);
- this.groupBox3.PerformLayout();
- this.groupBox4.ResumeLayout(false);
- this.groupOutInfo.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.GroupBox groupBox3;
- private NewTextBox textLiaohao;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label7;
- private NewTextBox textPihao;
- private NewTextBox textDanhao;
- private System.Windows.Forms.ComboBox comboBanci;
- private System.Windows.Forms.ComboBox comboShiyanshi;
- private System.Windows.Forms.ComboBox comboShiyongchangqu;
- private System.Windows.Forms.ComboBox comboZhichengbie;
- private System.Windows.Forms.Button buttonCancelMeasurement;
- private System.Windows.Forms.Button buttonStartMeasuring;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.GroupBox groupOutInfo;
- private System.Windows.Forms.ComboBox comboMingcheng;
- private System.Windows.Forms.ComboBox comboCengbie;
- private System.Windows.Forms.Panel panelOutInfo;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Panel panel2;
- private NewTextBox comboDianduxianbie;
- }
- }
|