OTSMeasureResultWindow.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576
  1. namespace OTSMeasureApp
  2. {
  3. partial class OTSMeasureResultWindow
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OTSMeasureResultWindow));
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.lblSampleName = new System.Windows.Forms.Label();
  39. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  40. this.pictureBox6 = new System.Windows.Forms.PictureBox();
  41. this.pictureBox11 = new System.Windows.Forms.PictureBox();
  42. this.pictureBox12 = new System.Windows.Forms.PictureBox();
  43. this.pictureBox7 = new System.Windows.Forms.PictureBox();
  44. this.lblParticleCount = new System.Windows.Forms.Label();
  45. this.PBState = new System.Windows.Forms.ProgressBar();
  46. this.lblProgressInfo = new System.Windows.Forms.Label();
  47. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  48. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  49. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  50. this.label2 = new System.Windows.Forms.Label();
  51. this.label3 = new System.Windows.Forms.Label();
  52. this.label4 = new System.Windows.Forms.Label();
  53. this.lblBeginTime = new System.Windows.Forms.Label();
  54. this.dg_Info = new System.Windows.Forms.DataGridView();
  55. this.TypeId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.strName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Area = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  64. this.lblFieldCount = new System.Windows.Forms.Label();
  65. this.lblMeasureTime = new System.Windows.Forms.Label();
  66. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.dg_Info)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // label5
  79. //
  80. this.label5.AutoSize = true;
  81. this.label5.BackColor = System.Drawing.SystemColors.ActiveCaption;
  82. this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.label5.ForeColor = System.Drawing.Color.Black;
  84. this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  85. this.label5.Location = new System.Drawing.Point(27, 51);
  86. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  87. this.label5.Name = "label5";
  88. this.label5.Size = new System.Drawing.Size(77, 12);
  89. this.label5.TabIndex = 46;
  90. this.label5.Text = "当前颗粒数量";
  91. //
  92. // label6
  93. //
  94. this.label6.AutoSize = true;
  95. this.label6.BackColor = System.Drawing.SystemColors.ActiveCaption;
  96. this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.label6.ForeColor = System.Drawing.Color.Black;
  98. this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  99. this.label6.Location = new System.Drawing.Point(475, 9);
  100. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  101. this.label6.Name = "label6";
  102. this.label6.Size = new System.Drawing.Size(41, 12);
  103. this.label6.TabIndex = 47;
  104. this.label6.Text = "帧图数";
  105. //
  106. // label1
  107. //
  108. this.label1.AutoSize = true;
  109. this.label1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  110. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.label1.ForeColor = System.Drawing.Color.Black;
  112. this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  113. this.label1.Location = new System.Drawing.Point(45, 9);
  114. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  115. this.label1.Name = "label1";
  116. this.label1.Size = new System.Drawing.Size(41, 12);
  117. this.label1.TabIndex = 48;
  118. this.label1.Text = "样品名";
  119. //
  120. // lblSampleName
  121. //
  122. this.lblSampleName.AutoSize = true;
  123. this.lblSampleName.BackColor = System.Drawing.Color.White;
  124. this.lblSampleName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.lblSampleName.ForeColor = System.Drawing.Color.Black;
  126. this.lblSampleName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  127. this.lblSampleName.Location = new System.Drawing.Point(129, 9);
  128. this.lblSampleName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  129. this.lblSampleName.Name = "lblSampleName";
  130. this.lblSampleName.Size = new System.Drawing.Size(17, 12);
  131. this.lblSampleName.TabIndex = 50;
  132. this.lblSampleName.Text = "--";
  133. //
  134. // pictureBox1
  135. //
  136. this.pictureBox1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  137. this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  138. this.pictureBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  139. this.pictureBox1.Location = new System.Drawing.Point(8, 46);
  140. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
  141. this.pictureBox1.Name = "pictureBox1";
  142. this.pictureBox1.Size = new System.Drawing.Size(117, 23);
  143. this.pictureBox1.TabIndex = 32;
  144. this.pictureBox1.TabStop = false;
  145. //
  146. // pictureBox6
  147. //
  148. this.pictureBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  149. | System.Windows.Forms.AnchorStyles.Right)));
  150. this.pictureBox6.BackColor = System.Drawing.Color.White;
  151. this.pictureBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  152. this.pictureBox6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  153. this.pictureBox6.Location = new System.Drawing.Point(125, 24);
  154. this.pictureBox6.Margin = new System.Windows.Forms.Padding(2);
  155. this.pictureBox6.Name = "pictureBox6";
  156. this.pictureBox6.Size = new System.Drawing.Size(957, 23);
  157. this.pictureBox6.TabIndex = 37;
  158. this.pictureBox6.TabStop = false;
  159. //
  160. // pictureBox11
  161. //
  162. this.pictureBox11.BackColor = System.Drawing.SystemColors.ActiveCaption;
  163. this.pictureBox11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  164. this.pictureBox11.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  165. this.pictureBox11.Location = new System.Drawing.Point(8, 2);
  166. this.pictureBox11.Margin = new System.Windows.Forms.Padding(2);
  167. this.pictureBox11.Name = "pictureBox11";
  168. this.pictureBox11.Size = new System.Drawing.Size(117, 23);
  169. this.pictureBox11.TabIndex = 38;
  170. this.pictureBox11.TabStop = false;
  171. //
  172. // pictureBox12
  173. //
  174. this.pictureBox12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  175. | System.Windows.Forms.AnchorStyles.Right)));
  176. this.pictureBox12.BackColor = System.Drawing.Color.White;
  177. this.pictureBox12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  178. this.pictureBox12.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  179. this.pictureBox12.Location = new System.Drawing.Point(125, 2);
  180. this.pictureBox12.Margin = new System.Windows.Forms.Padding(2);
  181. this.pictureBox12.Name = "pictureBox12";
  182. this.pictureBox12.Size = new System.Drawing.Size(957, 23);
  183. this.pictureBox12.TabIndex = 39;
  184. this.pictureBox12.TabStop = false;
  185. //
  186. // pictureBox7
  187. //
  188. this.pictureBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  189. | System.Windows.Forms.AnchorStyles.Right)));
  190. this.pictureBox7.BackColor = System.Drawing.Color.White;
  191. this.pictureBox7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  192. this.pictureBox7.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  193. this.pictureBox7.Location = new System.Drawing.Point(125, 46);
  194. this.pictureBox7.Margin = new System.Windows.Forms.Padding(2);
  195. this.pictureBox7.Name = "pictureBox7";
  196. this.pictureBox7.Size = new System.Drawing.Size(957, 23);
  197. this.pictureBox7.TabIndex = 40;
  198. this.pictureBox7.TabStop = false;
  199. //
  200. // lblParticleCount
  201. //
  202. this.lblParticleCount.AutoSize = true;
  203. this.lblParticleCount.BackColor = System.Drawing.Color.White;
  204. this.lblParticleCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.lblParticleCount.ForeColor = System.Drawing.Color.Black;
  206. this.lblParticleCount.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  207. this.lblParticleCount.Location = new System.Drawing.Point(129, 51);
  208. this.lblParticleCount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  209. this.lblParticleCount.Name = "lblParticleCount";
  210. this.lblParticleCount.Size = new System.Drawing.Size(11, 12);
  211. this.lblParticleCount.TabIndex = 51;
  212. this.lblParticleCount.Text = "0";
  213. //
  214. // PBState
  215. //
  216. this.PBState.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  217. | System.Windows.Forms.AnchorStyles.Right)));
  218. this.PBState.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  219. this.PBState.Location = new System.Drawing.Point(559, 50);
  220. this.PBState.Margin = new System.Windows.Forms.Padding(2);
  221. this.PBState.Name = "PBState";
  222. this.PBState.Size = new System.Drawing.Size(337, 15);
  223. this.PBState.TabIndex = 29;
  224. this.PBState.SizeChanged += new System.EventHandler(this.PBState_SizeChanged);
  225. //
  226. // lblProgressInfo
  227. //
  228. this.lblProgressInfo.BackColor = System.Drawing.Color.White;
  229. this.lblProgressInfo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  230. this.lblProgressInfo.Location = new System.Drawing.Point(611, 51);
  231. this.lblProgressInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  232. this.lblProgressInfo.Name = "lblProgressInfo";
  233. this.lblProgressInfo.Size = new System.Drawing.Size(33, 12);
  234. this.lblProgressInfo.TabIndex = 30;
  235. this.lblProgressInfo.Text = "0%";
  236. //
  237. // pictureBox3
  238. //
  239. this.pictureBox3.BackColor = System.Drawing.SystemColors.ActiveCaption;
  240. this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  241. this.pictureBox3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  242. this.pictureBox3.Location = new System.Drawing.Point(437, 2);
  243. this.pictureBox3.Margin = new System.Windows.Forms.Padding(2);
  244. this.pictureBox3.Name = "pictureBox3";
  245. this.pictureBox3.Size = new System.Drawing.Size(117, 23);
  246. this.pictureBox3.TabIndex = 33;
  247. this.pictureBox3.TabStop = false;
  248. //
  249. // pictureBox4
  250. //
  251. this.pictureBox4.BackColor = System.Drawing.SystemColors.ActiveCaption;
  252. this.pictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  253. this.pictureBox4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  254. this.pictureBox4.Location = new System.Drawing.Point(437, 24);
  255. this.pictureBox4.Margin = new System.Windows.Forms.Padding(2);
  256. this.pictureBox4.Name = "pictureBox4";
  257. this.pictureBox4.Size = new System.Drawing.Size(117, 23);
  258. this.pictureBox4.TabIndex = 34;
  259. this.pictureBox4.TabStop = false;
  260. //
  261. // pictureBox5
  262. //
  263. this.pictureBox5.BackColor = System.Drawing.SystemColors.ActiveCaption;
  264. this.pictureBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  265. this.pictureBox5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  266. this.pictureBox5.Location = new System.Drawing.Point(437, 46);
  267. this.pictureBox5.Margin = new System.Windows.Forms.Padding(2);
  268. this.pictureBox5.Name = "pictureBox5";
  269. this.pictureBox5.Size = new System.Drawing.Size(117, 23);
  270. this.pictureBox5.TabIndex = 35;
  271. this.pictureBox5.TabStop = false;
  272. //
  273. // label2
  274. //
  275. this.label2.AutoSize = true;
  276. this.label2.BackColor = System.Drawing.SystemColors.ActiveCaption;
  277. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.label2.ForeColor = System.Drawing.Color.Black;
  279. this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  280. this.label2.Location = new System.Drawing.Point(469, 51);
  281. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  282. this.label2.Name = "label2";
  283. this.label2.Size = new System.Drawing.Size(53, 12);
  284. this.label2.TabIndex = 43;
  285. this.label2.Text = "测量进度";
  286. //
  287. // label3
  288. //
  289. this.label3.AutoSize = true;
  290. this.label3.BackColor = System.Drawing.SystemColors.ActiveCaption;
  291. this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.label3.ForeColor = System.Drawing.Color.Black;
  293. this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  294. this.label3.Location = new System.Drawing.Point(469, 29);
  295. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  296. this.label3.Name = "label3";
  297. this.label3.Size = new System.Drawing.Size(53, 12);
  298. this.label3.TabIndex = 44;
  299. this.label3.Text = "测量时间";
  300. //
  301. // label4
  302. //
  303. this.label4.AutoSize = true;
  304. this.label4.BackColor = System.Drawing.SystemColors.ActiveCaption;
  305. this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.label4.ForeColor = System.Drawing.Color.Black;
  307. this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  308. this.label4.Location = new System.Drawing.Point(39, 29);
  309. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  310. this.label4.Name = "label4";
  311. this.label4.Size = new System.Drawing.Size(53, 12);
  312. this.label4.TabIndex = 45;
  313. this.label4.Text = "开始时间";
  314. //
  315. // lblBeginTime
  316. //
  317. this.lblBeginTime.AutoSize = true;
  318. this.lblBeginTime.BackColor = System.Drawing.Color.White;
  319. this.lblBeginTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.lblBeginTime.ForeColor = System.Drawing.Color.Black;
  321. this.lblBeginTime.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  322. this.lblBeginTime.Location = new System.Drawing.Point(129, 29);
  323. this.lblBeginTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  324. this.lblBeginTime.Name = "lblBeginTime";
  325. this.lblBeginTime.Size = new System.Drawing.Size(0, 12);
  326. this.lblBeginTime.TabIndex = 52;
  327. //
  328. // dg_Info
  329. //
  330. this.dg_Info.AllowUserToAddRows = false;
  331. this.dg_Info.AllowUserToDeleteRows = false;
  332. this.dg_Info.AllowUserToResizeColumns = false;
  333. this.dg_Info.AllowUserToResizeRows = false;
  334. this.dg_Info.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  335. | System.Windows.Forms.AnchorStyles.Left)
  336. | System.Windows.Forms.AnchorStyles.Right)));
  337. this.dg_Info.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  338. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  339. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  340. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  342. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  343. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  344. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  345. this.dg_Info.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  346. this.dg_Info.ColumnHeadersHeight = 24;
  347. this.dg_Info.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  348. this.TypeId,
  349. this.strName,
  350. this.Number,
  351. this.Area});
  352. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  353. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  354. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  355. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  356. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  357. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  358. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  359. this.dg_Info.DefaultCellStyle = dataGridViewCellStyle6;
  360. this.dg_Info.Location = new System.Drawing.Point(8, 73);
  361. this.dg_Info.Margin = new System.Windows.Forms.Padding(2);
  362. this.dg_Info.Name = "dg_Info";
  363. this.dg_Info.ReadOnly = true;
  364. this.dg_Info.RowHeadersVisible = false;
  365. this.dg_Info.RowTemplate.Height = 24;
  366. this.dg_Info.Size = new System.Drawing.Size(1073, 593);
  367. this.dg_Info.TabIndex = 54;
  368. //
  369. // TypeId
  370. //
  371. this.TypeId.DataPropertyName = "TypeId";
  372. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  373. this.TypeId.DefaultCellStyle = dataGridViewCellStyle2;
  374. this.TypeId.HeaderText = "分类";
  375. this.TypeId.MinimumWidth = 100;
  376. this.TypeId.Name = "TypeId";
  377. this.TypeId.ReadOnly = true;
  378. this.TypeId.Visible = false;
  379. //
  380. // strName
  381. //
  382. this.strName.DataPropertyName = "STDName";
  383. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  384. this.strName.DefaultCellStyle = dataGridViewCellStyle3;
  385. this.strName.FillWeight = 200F;
  386. this.strName.HeaderText = "名称";
  387. this.strName.MinimumWidth = 300;
  388. this.strName.Name = "strName";
  389. this.strName.ReadOnly = true;
  390. this.strName.Width = 300;
  391. //
  392. // Number
  393. //
  394. this.Number.DataPropertyName = "Number";
  395. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  396. this.Number.DefaultCellStyle = dataGridViewCellStyle4;
  397. this.Number.HeaderText = "数量";
  398. this.Number.MinimumWidth = 300;
  399. this.Number.Name = "Number";
  400. this.Number.ReadOnly = true;
  401. this.Number.Width = 300;
  402. //
  403. // Area
  404. //
  405. this.Area.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  406. this.Area.DataPropertyName = "Area";
  407. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  408. this.Area.DefaultCellStyle = dataGridViewCellStyle5;
  409. this.Area.HeaderText = "面积";
  410. this.Area.MinimumWidth = 300;
  411. this.Area.Name = "Area";
  412. this.Area.ReadOnly = true;
  413. //
  414. // dataGridViewTextBoxColumn1
  415. //
  416. this.dataGridViewTextBoxColumn1.DataPropertyName = "TypeId";
  417. this.dataGridViewTextBoxColumn1.HeaderText = "分类";
  418. this.dataGridViewTextBoxColumn1.MinimumWidth = 100;
  419. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  420. //
  421. // dataGridViewTextBoxColumn2
  422. //
  423. this.dataGridViewTextBoxColumn2.DataPropertyName = "stdName";
  424. this.dataGridViewTextBoxColumn2.FillWeight = 200F;
  425. this.dataGridViewTextBoxColumn2.HeaderText = "名称";
  426. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  427. this.dataGridViewTextBoxColumn2.Width = 200;
  428. //
  429. // dataGridViewTextBoxColumn3
  430. //
  431. this.dataGridViewTextBoxColumn3.DataPropertyName = "Number";
  432. this.dataGridViewTextBoxColumn3.HeaderText = "数量";
  433. this.dataGridViewTextBoxColumn3.MinimumWidth = 300;
  434. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  435. this.dataGridViewTextBoxColumn3.Width = 300;
  436. //
  437. // dataGridViewTextBoxColumn4
  438. //
  439. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  440. this.dataGridViewTextBoxColumn4.DataPropertyName = "Area";
  441. this.dataGridViewTextBoxColumn4.HeaderText = "面积";
  442. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  443. //
  444. // pictureBox2
  445. //
  446. this.pictureBox2.BackColor = System.Drawing.SystemColors.ActiveCaption;
  447. this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  448. this.pictureBox2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  449. this.pictureBox2.Location = new System.Drawing.Point(8, 24);
  450. this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
  451. this.pictureBox2.Name = "pictureBox2";
  452. this.pictureBox2.Size = new System.Drawing.Size(117, 23);
  453. this.pictureBox2.TabIndex = 36;
  454. this.pictureBox2.TabStop = false;
  455. //
  456. // lblSingleCount
  457. //
  458. this.lblFieldCount.AutoSize = true;
  459. this.lblFieldCount.BackColor = System.Drawing.Color.White;
  460. this.lblFieldCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  461. this.lblFieldCount.ForeColor = System.Drawing.Color.Black;
  462. this.lblFieldCount.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  463. this.lblFieldCount.Location = new System.Drawing.Point(559, 7);
  464. this.lblFieldCount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  465. this.lblFieldCount.Name = "lblSingleCount";
  466. this.lblFieldCount.Size = new System.Drawing.Size(11, 12);
  467. this.lblFieldCount.TabIndex = 49;
  468. this.lblFieldCount.Text = "0";
  469. //
  470. // lblMeasureTime
  471. //
  472. this.lblMeasureTime.AutoSize = true;
  473. this.lblMeasureTime.BackColor = System.Drawing.Color.White;
  474. this.lblMeasureTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  475. this.lblMeasureTime.ForeColor = System.Drawing.Color.Black;
  476. this.lblMeasureTime.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  477. this.lblMeasureTime.Location = new System.Drawing.Point(559, 29);
  478. this.lblMeasureTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  479. this.lblMeasureTime.Name = "lblMeasureTime";
  480. this.lblMeasureTime.Size = new System.Drawing.Size(0, 12);
  481. this.lblMeasureTime.TabIndex = 53;
  482. //
  483. // OTSMeasureResultWindow
  484. //
  485. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  486. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  487. this.BackColor = System.Drawing.SystemColors.Control;
  488. this.ClientSize = new System.Drawing.Size(1089, 674);
  489. this.CloseButton = false;
  490. this.CloseButtonVisible = false;
  491. this.Controls.Add(this.label6);
  492. this.Controls.Add(this.dg_Info);
  493. this.Controls.Add(this.lblMeasureTime);
  494. this.Controls.Add(this.lblBeginTime);
  495. this.Controls.Add(this.label4);
  496. this.Controls.Add(this.label3);
  497. this.Controls.Add(this.label2);
  498. this.Controls.Add(this.pictureBox5);
  499. this.Controls.Add(this.pictureBox4);
  500. this.Controls.Add(this.pictureBox3);
  501. this.Controls.Add(this.lblProgressInfo);
  502. this.Controls.Add(this.PBState);
  503. this.Controls.Add(this.lblParticleCount);
  504. this.Controls.Add(this.lblSampleName);
  505. this.Controls.Add(this.lblFieldCount);
  506. this.Controls.Add(this.label1);
  507. this.Controls.Add(this.label5);
  508. this.Controls.Add(this.pictureBox7);
  509. this.Controls.Add(this.pictureBox12);
  510. this.Controls.Add(this.pictureBox11);
  511. this.Controls.Add(this.pictureBox6);
  512. this.Controls.Add(this.pictureBox2);
  513. this.Controls.Add(this.pictureBox1);
  514. this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)(((((OTS.WinFormsUI.Docking.DockAreas.DockLeft | OTS.WinFormsUI.Docking.DockAreas.DockRight)
  515. | OTS.WinFormsUI.Docking.DockAreas.DockTop)
  516. | OTS.WinFormsUI.Docking.DockAreas.DockBottom)
  517. | OTS.WinFormsUI.Docking.DockAreas.Document)));
  518. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  519. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  520. this.Name = "OTSMeasureResultWindow";
  521. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  522. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSMeasureResultWindow_FormClosing);
  523. this.Load += new System.EventHandler(this.OTSMeasureResultWindow_Load);
  524. this.SizeChanged += new System.EventHandler(this.OTSMeasureResultWindow_SizeChanged);
  525. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  526. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
  527. ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit();
  528. ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();
  529. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
  530. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  531. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  532. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  533. ((System.ComponentModel.ISupportInitialize)(this.dg_Info)).EndInit();
  534. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  535. this.ResumeLayout(false);
  536. this.PerformLayout();
  537. }
  538. #endregion
  539. private System.Windows.Forms.Label label5;
  540. private System.Windows.Forms.Label label6;
  541. private System.Windows.Forms.Label label1;
  542. private System.Windows.Forms.Label lblSampleName;
  543. private System.Windows.Forms.PictureBox pictureBox1;
  544. private System.Windows.Forms.PictureBox pictureBox6;
  545. private System.Windows.Forms.PictureBox pictureBox11;
  546. private System.Windows.Forms.PictureBox pictureBox12;
  547. private System.Windows.Forms.PictureBox pictureBox7;
  548. private System.Windows.Forms.Label lblParticleCount;
  549. private System.Windows.Forms.ProgressBar PBState;
  550. private System.Windows.Forms.Label lblProgressInfo;
  551. private System.Windows.Forms.PictureBox pictureBox3;
  552. private System.Windows.Forms.PictureBox pictureBox4;
  553. private System.Windows.Forms.PictureBox pictureBox5;
  554. private System.Windows.Forms.Label label2;
  555. private System.Windows.Forms.Label label3;
  556. private System.Windows.Forms.Label label4;
  557. private System.Windows.Forms.Label lblBeginTime;
  558. private System.Windows.Forms.DataGridView dg_Info;
  559. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  560. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  561. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  562. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  563. private System.Windows.Forms.DataGridViewTextBoxColumn TypeId;
  564. private System.Windows.Forms.DataGridViewTextBoxColumn strName;
  565. private System.Windows.Forms.DataGridViewTextBoxColumn Number;
  566. private System.Windows.Forms.DataGridViewTextBoxColumn Area;
  567. private System.Windows.Forms.PictureBox pictureBox2;
  568. private System.Windows.Forms.Label lblFieldCount;
  569. private System.Windows.Forms.Label lblMeasureTime;
  570. }
  571. }