| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
-
- namespace OTSIncAReportApp._1_UI
- {
- partial class frmReMeasure
- {
- /// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.LB_IMGSCANSPEED = new System.Windows.Forms.Label();
- this.LB_XRAYSCANMODE = new System.Windows.Forms.Label();
- this.LB_SCANTIME = new System.Windows.Forms.Label();
- this.BTN_NO = new System.Windows.Forms.Button();
- this.BTN_YES = new System.Windows.Forms.Button();
- this.NUD_SCANTIME = new System.Windows.Forms.NumericUpDown();
- this.IDC_COMBO_IMGSCANSPEED = new System.Windows.Forms.ComboBox();
- this.IDC_COMBO_XRAYSCANMODE = new System.Windows.Forms.ComboBox();
- this.tableLayoutPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.NUD_SCANTIME)).BeginInit();
- this.SuspendLayout();
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 2;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel1.Controls.Add(this.LB_IMGSCANSPEED, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.LB_XRAYSCANMODE, 0, 1);
- this.tableLayoutPanel1.Controls.Add(this.LB_SCANTIME, 0, 2);
- this.tableLayoutPanel1.Controls.Add(this.BTN_NO, 0, 3);
- this.tableLayoutPanel1.Controls.Add(this.BTN_YES, 1, 3);
- this.tableLayoutPanel1.Controls.Add(this.NUD_SCANTIME, 1, 2);
- this.tableLayoutPanel1.Controls.Add(this.IDC_COMBO_IMGSCANSPEED, 1, 0);
- this.tableLayoutPanel1.Controls.Add(this.IDC_COMBO_XRAYSCANMODE, 1, 1);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 4;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(449, 308);
- this.tableLayoutPanel1.TabIndex = 0;
- //
- // LB_IMGSCANSPEED
- //
- this.LB_IMGSCANSPEED.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.LB_IMGSCANSPEED.AutoSize = true;
- this.LB_IMGSCANSPEED.Location = new System.Drawing.Point(67, 32);
- this.LB_IMGSCANSPEED.Name = "LB_IMGSCANSPEED";
- this.LB_IMGSCANSPEED.Size = new System.Drawing.Size(89, 12);
- this.LB_IMGSCANSPEED.TabIndex = 0;
- this.LB_IMGSCANSPEED.Text = "图像扫描精度:";
- //
- // LB_XRAYSCANMODE
- //
- this.LB_XRAYSCANMODE.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.LB_XRAYSCANMODE.AutoSize = true;
- this.LB_XRAYSCANMODE.Location = new System.Drawing.Point(67, 109);
- this.LB_XRAYSCANMODE.Name = "LB_XRAYSCANMODE";
- this.LB_XRAYSCANMODE.Size = new System.Drawing.Size(89, 12);
- this.LB_XRAYSCANMODE.TabIndex = 0;
- this.LB_XRAYSCANMODE.Text = "颗粒扫描方式:";
- //
- // LB_SCANTIME
- //
- this.LB_SCANTIME.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.LB_SCANTIME.AutoSize = true;
- this.LB_SCANTIME.Location = new System.Drawing.Point(43, 186);
- this.LB_SCANTIME.Name = "LB_SCANTIME";
- this.LB_SCANTIME.Size = new System.Drawing.Size(137, 12);
- this.LB_SCANTIME.TabIndex = 0;
- this.LB_SCANTIME.Text = "颗粒扫描时间(毫秒):";
- //
- // BTN_NO
- //
- this.BTN_NO.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.BTN_NO.Location = new System.Drawing.Point(69, 254);
- this.BTN_NO.Name = "BTN_NO";
- this.BTN_NO.Size = new System.Drawing.Size(85, 31);
- this.BTN_NO.TabIndex = 1;
- this.BTN_NO.Text = "取消";
- this.BTN_NO.UseVisualStyleBackColor = true;
- this.BTN_NO.Click += new System.EventHandler(this.BTN_NO_Click);
- //
- // BTN_YES
- //
- this.BTN_YES.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.BTN_YES.Location = new System.Drawing.Point(294, 254);
- this.BTN_YES.Name = "BTN_YES";
- this.BTN_YES.Size = new System.Drawing.Size(85, 31);
- this.BTN_YES.TabIndex = 1;
- this.BTN_YES.Text = "确定";
- this.BTN_YES.UseVisualStyleBackColor = true;
- this.BTN_YES.Click += new System.EventHandler(this.BTN_YES_Click);
- //
- // NUD_SCANTIME
- //
- this.NUD_SCANTIME.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.NUD_SCANTIME.Location = new System.Drawing.Point(276, 182);
- this.NUD_SCANTIME.Maximum = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.NUD_SCANTIME.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.NUD_SCANTIME.Name = "NUD_SCANTIME";
- this.NUD_SCANTIME.Size = new System.Drawing.Size(120, 21);
- this.NUD_SCANTIME.TabIndex = 2;
- this.NUD_SCANTIME.Value = new decimal(new int[] {
- 1000,
- 0,
- 0,
- 0});
- //
- // IDC_COMBO_IMGSCANSPEED
- //
- this.IDC_COMBO_IMGSCANSPEED.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.IDC_COMBO_IMGSCANSPEED.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.IDC_COMBO_IMGSCANSPEED.FormattingEnabled = true;
- this.IDC_COMBO_IMGSCANSPEED.Location = new System.Drawing.Point(276, 28);
- this.IDC_COMBO_IMGSCANSPEED.Name = "IDC_COMBO_IMGSCANSPEED";
- this.IDC_COMBO_IMGSCANSPEED.Size = new System.Drawing.Size(121, 20);
- this.IDC_COMBO_IMGSCANSPEED.TabIndex = 3;
- //
- // IDC_COMBO_XRAYSCANMODE
- //
- this.IDC_COMBO_XRAYSCANMODE.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.IDC_COMBO_XRAYSCANMODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.IDC_COMBO_XRAYSCANMODE.FormattingEnabled = true;
- this.IDC_COMBO_XRAYSCANMODE.Location = new System.Drawing.Point(276, 105);
- this.IDC_COMBO_XRAYSCANMODE.Name = "IDC_COMBO_XRAYSCANMODE";
- this.IDC_COMBO_XRAYSCANMODE.Size = new System.Drawing.Size(121, 20);
- this.IDC_COMBO_XRAYSCANMODE.TabIndex = 3;
- //
- // frmReMeasure
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(449, 308);
- this.Controls.Add(this.tableLayoutPanel1);
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(465, 347);
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(465, 347);
- this.Name = "frmReMeasure";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "二次采集";
- this.Load += new System.EventHandler(this.frmReMeasure_Load);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.tableLayoutPanel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.NUD_SCANTIME)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.Label LB_IMGSCANSPEED;
- private System.Windows.Forms.Label LB_XRAYSCANMODE;
- private System.Windows.Forms.Label LB_SCANTIME;
- private System.Windows.Forms.Button BTN_NO;
- private System.Windows.Forms.Button BTN_YES;
- private System.Windows.Forms.ComboBox IDC_COMBO_IMGSCANSPEED;
- private System.Windows.Forms.NumericUpDown NUD_SCANTIME;
- private System.Windows.Forms.ComboBox IDC_COMBO_XRAYSCANMODE;
- }
- }
|