frmReMeasure.Designer.cs 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. 
  2. namespace OTSIncAReportApp._1_UI
  3. {
  4. partial class frmReMeasure
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.LB_IMGSCANSPEED = new System.Windows.Forms.Label();
  31. this.LB_XRAYSCANMODE = new System.Windows.Forms.Label();
  32. this.LB_SCANTIME = new System.Windows.Forms.Label();
  33. this.BTN_NO = new System.Windows.Forms.Button();
  34. this.BTN_YES = new System.Windows.Forms.Button();
  35. this.NUD_SCANTIME = new System.Windows.Forms.NumericUpDown();
  36. this.IDC_COMBO_IMGSCANSPEED = new System.Windows.Forms.ComboBox();
  37. this.IDC_COMBO_XRAYSCANMODE = new System.Windows.Forms.ComboBox();
  38. this.tableLayoutPanel1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.NUD_SCANTIME)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // tableLayoutPanel1
  43. //
  44. this.tableLayoutPanel1.ColumnCount = 2;
  45. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  46. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  47. this.tableLayoutPanel1.Controls.Add(this.LB_IMGSCANSPEED, 0, 0);
  48. this.tableLayoutPanel1.Controls.Add(this.LB_XRAYSCANMODE, 0, 1);
  49. this.tableLayoutPanel1.Controls.Add(this.LB_SCANTIME, 0, 2);
  50. this.tableLayoutPanel1.Controls.Add(this.BTN_NO, 0, 3);
  51. this.tableLayoutPanel1.Controls.Add(this.BTN_YES, 1, 3);
  52. this.tableLayoutPanel1.Controls.Add(this.NUD_SCANTIME, 1, 2);
  53. this.tableLayoutPanel1.Controls.Add(this.IDC_COMBO_IMGSCANSPEED, 1, 0);
  54. this.tableLayoutPanel1.Controls.Add(this.IDC_COMBO_XRAYSCANMODE, 1, 1);
  55. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  57. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  58. this.tableLayoutPanel1.RowCount = 4;
  59. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  60. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  61. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  62. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  63. this.tableLayoutPanel1.Size = new System.Drawing.Size(449, 308);
  64. this.tableLayoutPanel1.TabIndex = 0;
  65. //
  66. // LB_IMGSCANSPEED
  67. //
  68. this.LB_IMGSCANSPEED.Anchor = System.Windows.Forms.AnchorStyles.None;
  69. this.LB_IMGSCANSPEED.AutoSize = true;
  70. this.LB_IMGSCANSPEED.Location = new System.Drawing.Point(67, 32);
  71. this.LB_IMGSCANSPEED.Name = "LB_IMGSCANSPEED";
  72. this.LB_IMGSCANSPEED.Size = new System.Drawing.Size(89, 12);
  73. this.LB_IMGSCANSPEED.TabIndex = 0;
  74. this.LB_IMGSCANSPEED.Text = "图像扫描精度:";
  75. //
  76. // LB_XRAYSCANMODE
  77. //
  78. this.LB_XRAYSCANMODE.Anchor = System.Windows.Forms.AnchorStyles.None;
  79. this.LB_XRAYSCANMODE.AutoSize = true;
  80. this.LB_XRAYSCANMODE.Location = new System.Drawing.Point(67, 109);
  81. this.LB_XRAYSCANMODE.Name = "LB_XRAYSCANMODE";
  82. this.LB_XRAYSCANMODE.Size = new System.Drawing.Size(89, 12);
  83. this.LB_XRAYSCANMODE.TabIndex = 0;
  84. this.LB_XRAYSCANMODE.Text = "颗粒扫描方式:";
  85. //
  86. // LB_SCANTIME
  87. //
  88. this.LB_SCANTIME.Anchor = System.Windows.Forms.AnchorStyles.None;
  89. this.LB_SCANTIME.AutoSize = true;
  90. this.LB_SCANTIME.Location = new System.Drawing.Point(43, 186);
  91. this.LB_SCANTIME.Name = "LB_SCANTIME";
  92. this.LB_SCANTIME.Size = new System.Drawing.Size(137, 12);
  93. this.LB_SCANTIME.TabIndex = 0;
  94. this.LB_SCANTIME.Text = "颗粒扫描时间(毫秒):";
  95. //
  96. // BTN_NO
  97. //
  98. this.BTN_NO.Anchor = System.Windows.Forms.AnchorStyles.None;
  99. this.BTN_NO.Location = new System.Drawing.Point(69, 254);
  100. this.BTN_NO.Name = "BTN_NO";
  101. this.BTN_NO.Size = new System.Drawing.Size(85, 31);
  102. this.BTN_NO.TabIndex = 1;
  103. this.BTN_NO.Text = "取消";
  104. this.BTN_NO.UseVisualStyleBackColor = true;
  105. this.BTN_NO.Click += new System.EventHandler(this.BTN_NO_Click);
  106. //
  107. // BTN_YES
  108. //
  109. this.BTN_YES.Anchor = System.Windows.Forms.AnchorStyles.None;
  110. this.BTN_YES.Location = new System.Drawing.Point(294, 254);
  111. this.BTN_YES.Name = "BTN_YES";
  112. this.BTN_YES.Size = new System.Drawing.Size(85, 31);
  113. this.BTN_YES.TabIndex = 1;
  114. this.BTN_YES.Text = "确定";
  115. this.BTN_YES.UseVisualStyleBackColor = true;
  116. this.BTN_YES.Click += new System.EventHandler(this.BTN_YES_Click);
  117. //
  118. // NUD_SCANTIME
  119. //
  120. this.NUD_SCANTIME.Anchor = System.Windows.Forms.AnchorStyles.None;
  121. this.NUD_SCANTIME.Location = new System.Drawing.Point(276, 182);
  122. this.NUD_SCANTIME.Maximum = new decimal(new int[] {
  123. 1000000,
  124. 0,
  125. 0,
  126. 0});
  127. this.NUD_SCANTIME.Minimum = new decimal(new int[] {
  128. 1,
  129. 0,
  130. 0,
  131. 0});
  132. this.NUD_SCANTIME.Name = "NUD_SCANTIME";
  133. this.NUD_SCANTIME.Size = new System.Drawing.Size(120, 21);
  134. this.NUD_SCANTIME.TabIndex = 2;
  135. this.NUD_SCANTIME.Value = new decimal(new int[] {
  136. 1000,
  137. 0,
  138. 0,
  139. 0});
  140. //
  141. // IDC_COMBO_IMGSCANSPEED
  142. //
  143. this.IDC_COMBO_IMGSCANSPEED.Anchor = System.Windows.Forms.AnchorStyles.None;
  144. this.IDC_COMBO_IMGSCANSPEED.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  145. this.IDC_COMBO_IMGSCANSPEED.FormattingEnabled = true;
  146. this.IDC_COMBO_IMGSCANSPEED.Location = new System.Drawing.Point(276, 28);
  147. this.IDC_COMBO_IMGSCANSPEED.Name = "IDC_COMBO_IMGSCANSPEED";
  148. this.IDC_COMBO_IMGSCANSPEED.Size = new System.Drawing.Size(121, 20);
  149. this.IDC_COMBO_IMGSCANSPEED.TabIndex = 3;
  150. //
  151. // IDC_COMBO_XRAYSCANMODE
  152. //
  153. this.IDC_COMBO_XRAYSCANMODE.Anchor = System.Windows.Forms.AnchorStyles.None;
  154. this.IDC_COMBO_XRAYSCANMODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  155. this.IDC_COMBO_XRAYSCANMODE.FormattingEnabled = true;
  156. this.IDC_COMBO_XRAYSCANMODE.Location = new System.Drawing.Point(276, 105);
  157. this.IDC_COMBO_XRAYSCANMODE.Name = "IDC_COMBO_XRAYSCANMODE";
  158. this.IDC_COMBO_XRAYSCANMODE.Size = new System.Drawing.Size(121, 20);
  159. this.IDC_COMBO_XRAYSCANMODE.TabIndex = 3;
  160. //
  161. // frmReMeasure
  162. //
  163. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  164. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  165. this.ClientSize = new System.Drawing.Size(449, 308);
  166. this.Controls.Add(this.tableLayoutPanel1);
  167. this.MaximizeBox = false;
  168. this.MaximumSize = new System.Drawing.Size(465, 347);
  169. this.MinimizeBox = false;
  170. this.MinimumSize = new System.Drawing.Size(465, 347);
  171. this.Name = "frmReMeasure";
  172. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  173. this.Text = "二次采集";
  174. this.Load += new System.EventHandler(this.frmReMeasure_Load);
  175. this.tableLayoutPanel1.ResumeLayout(false);
  176. this.tableLayoutPanel1.PerformLayout();
  177. ((System.ComponentModel.ISupportInitialize)(this.NUD_SCANTIME)).EndInit();
  178. this.ResumeLayout(false);
  179. }
  180. #endregion
  181. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  182. private System.Windows.Forms.Label LB_IMGSCANSPEED;
  183. private System.Windows.Forms.Label LB_XRAYSCANMODE;
  184. private System.Windows.Forms.Label LB_SCANTIME;
  185. private System.Windows.Forms.Button BTN_NO;
  186. private System.Windows.Forms.Button BTN_YES;
  187. private System.Windows.Forms.ComboBox IDC_COMBO_IMGSCANSPEED;
  188. private System.Windows.Forms.NumericUpDown NUD_SCANTIME;
  189. private System.Windows.Forms.ComboBox IDC_COMBO_XRAYSCANMODE;
  190. }
  191. }