MainWin.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. namespace Ips.Adc.WadTool
  2. {
  3. partial class MainWin
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWin));
  29. lcMain = new DevExpress.XtraLayout.LayoutControl();
  30. btnStopAd = new DevExpress.XtraEditors.SimpleButton();
  31. txtStartPos = new DevExpress.XtraEditors.TextEdit();
  32. txtResZqTime = new DevExpress.XtraEditors.DateEdit();
  33. txtResZqs = new DevExpress.XtraEditors.SpinEdit();
  34. logCtrl1 = new Library.DxpLib.LogCtrl();
  35. btnStartAd = new DevExpress.XtraEditors.SimpleButton();
  36. txtMutil = new DevExpress.XtraEditors.SpinEdit();
  37. txtZqTimeNs = new DevExpress.XtraEditors.SpinEdit();
  38. txtZqTime = new DevExpress.XtraEditors.DateEdit();
  39. txtZqs = new DevExpress.XtraEditors.SpinEdit();
  40. txtResZqTimeNs = new DevExpress.XtraEditors.SpinEdit();
  41. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  42. layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  43. layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  44. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  45. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  46. layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  47. layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
  48. layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  49. layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  50. layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  51. layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  52. layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  53. emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  54. layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
  55. layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
  56. ((System.ComponentModel.ISupportInitialize)lcMain).BeginInit();
  57. lcMain.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)txtStartPos.Properties).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)txtResZqTime.Properties).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)txtResZqTime.Properties.CalendarTimeProperties).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)txtResZqs.Properties).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)txtMutil.Properties).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)txtZqTimeNs.Properties).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)txtZqTime.Properties).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)txtZqTime.Properties.CalendarTimeProperties).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)txtZqs.Properties).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)txtResZqTimeNs.Properties).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)layoutControlGroup2).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)layoutControlItem9).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)layoutControlItem10).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)layoutControlItem11).BeginInit();
  83. SuspendLayout();
  84. //
  85. // lcMain
  86. //
  87. lcMain.Controls.Add(btnStopAd);
  88. lcMain.Controls.Add(txtStartPos);
  89. lcMain.Controls.Add(txtResZqTime);
  90. lcMain.Controls.Add(txtResZqs);
  91. lcMain.Controls.Add(logCtrl1);
  92. lcMain.Controls.Add(btnStartAd);
  93. lcMain.Controls.Add(txtMutil);
  94. lcMain.Controls.Add(txtZqTimeNs);
  95. lcMain.Controls.Add(txtZqTime);
  96. lcMain.Controls.Add(txtZqs);
  97. lcMain.Controls.Add(txtResZqTimeNs);
  98. lcMain.Dock = DockStyle.Fill;
  99. lcMain.Location = new Point(0, 0);
  100. lcMain.Name = "lcMain";
  101. lcMain.Root = Root;
  102. lcMain.Size = new Size(838, 569);
  103. lcMain.TabIndex = 0;
  104. lcMain.Text = "layoutControl1";
  105. //
  106. // btnStopAd
  107. //
  108. btnStopAd.Location = new Point(745, 126);
  109. btnStopAd.Name = "btnStopAd";
  110. btnStopAd.Size = new Size(81, 22);
  111. btnStopAd.StyleController = lcMain;
  112. btnStopAd.TabIndex = 11;
  113. btnStopAd.Text = "停止采集";
  114. btnStopAd.Click += btnStopAd_Click;
  115. //
  116. // txtStartPos
  117. //
  118. txtStartPos.Location = new Point(72, 126);
  119. txtStartPos.Name = "txtStartPos";
  120. txtStartPos.Properties.ReadOnly = true;
  121. txtStartPos.Size = new Size(132, 20);
  122. txtStartPos.StyleController = lcMain;
  123. txtStartPos.TabIndex = 10;
  124. //
  125. // txtResZqTime
  126. //
  127. txtResZqTime.EditValue = null;
  128. txtResZqTime.Location = new Point(218, 96);
  129. txtResZqTime.Name = "txtResZqTime";
  130. txtResZqTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  131. txtResZqTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  132. txtResZqTime.Size = new Size(186, 20);
  133. txtResZqTime.StyleController = lcMain;
  134. txtResZqTime.TabIndex = 5;
  135. //
  136. // txtResZqs
  137. //
  138. txtResZqs.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
  139. txtResZqs.Location = new Point(78, 96);
  140. txtResZqs.Name = "txtResZqs";
  141. txtResZqs.Properties.Appearance.Options.UseTextOptions = true;
  142. txtResZqs.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  143. txtResZqs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  144. txtResZqs.Properties.IsFloatValue = false;
  145. txtResZqs.Properties.MaskSettings.Set("mask", "N00");
  146. txtResZqs.Size = new Size(76, 20);
  147. txtResZqs.StyleController = lcMain;
  148. txtResZqs.TabIndex = 4;
  149. txtResZqs.EditValueChanged += txtResZqs_EditValueChanged;
  150. //
  151. // logCtrl1
  152. //
  153. logCtrl1.AutoMoveToLastLine = true;
  154. logCtrl1.Location = new Point(12, 152);
  155. logCtrl1.MinLevel = Library.Basic.LogType.Info;
  156. logCtrl1.Name = "logCtrl1";
  157. logCtrl1.Size = new Size(814, 405);
  158. logCtrl1.TabIndex = 9;
  159. //
  160. // btnStartAd
  161. //
  162. btnStartAd.Location = new Point(660, 126);
  163. btnStartAd.Name = "btnStartAd";
  164. btnStartAd.Size = new Size(81, 22);
  165. btnStartAd.StyleController = lcMain;
  166. btnStartAd.TabIndex = 8;
  167. btnStartAd.Text = "开始采集";
  168. btnStartAd.Click += btnStartAd_Click;
  169. //
  170. // txtMutil
  171. //
  172. txtMutil.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
  173. txtMutil.Location = new Point(589, 126);
  174. txtMutil.Name = "txtMutil";
  175. txtMutil.Properties.Appearance.Options.UseTextOptions = true;
  176. txtMutil.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  177. txtMutil.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  178. txtMutil.Size = new Size(67, 20);
  179. txtMutil.StyleController = lcMain;
  180. txtMutil.TabIndex = 7;
  181. //
  182. // txtZqTimeNs
  183. //
  184. txtZqTimeNs.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
  185. txtZqTimeNs.Location = new Point(468, 39);
  186. txtZqTimeNs.Name = "txtZqTimeNs";
  187. txtZqTimeNs.Properties.Appearance.Options.UseTextOptions = true;
  188. txtZqTimeNs.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  189. txtZqTimeNs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  190. txtZqTimeNs.Properties.IsFloatValue = false;
  191. txtZqTimeNs.Properties.MaskSettings.Set("mask", "N00");
  192. txtZqTimeNs.Size = new Size(352, 20);
  193. txtZqTimeNs.StyleController = lcMain;
  194. txtZqTimeNs.TabIndex = 3;
  195. //
  196. // txtZqTime
  197. //
  198. txtZqTime.EditValue = new DateTime(2023, 4, 2, 13, 3, 6, 0);
  199. txtZqTime.Location = new Point(218, 39);
  200. txtZqTime.Name = "txtZqTime";
  201. txtZqTime.Properties.Appearance.Options.UseTextOptions = true;
  202. txtZqTime.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  203. txtZqTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  204. txtZqTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  205. txtZqTime.Size = new Size(186, 20);
  206. txtZqTime.StyleController = lcMain;
  207. txtZqTime.TabIndex = 2;
  208. //
  209. // txtZqs
  210. //
  211. txtZqs.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
  212. txtZqs.Location = new Point(78, 39);
  213. txtZqs.Name = "txtZqs";
  214. txtZqs.Properties.Appearance.Options.UseTextOptions = true;
  215. txtZqs.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  216. txtZqs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  217. txtZqs.Properties.IsFloatValue = false;
  218. txtZqs.Properties.MaskSettings.Set("mask", "N00");
  219. txtZqs.Size = new Size(76, 20);
  220. txtZqs.StyleController = lcMain;
  221. txtZqs.TabIndex = 0;
  222. //
  223. // txtResZqTimeNs
  224. //
  225. txtResZqTimeNs.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
  226. txtResZqTimeNs.Location = new Point(468, 96);
  227. txtResZqTimeNs.Name = "txtResZqTimeNs";
  228. txtResZqTimeNs.Properties.Appearance.Options.UseTextOptions = true;
  229. txtResZqTimeNs.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  230. txtResZqTimeNs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  231. txtResZqTimeNs.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
  232. txtResZqTimeNs.Properties.IsFloatValue = false;
  233. txtResZqTimeNs.Properties.MaskSettings.Set("mask", "N00");
  234. txtResZqTimeNs.Size = new Size(352, 20);
  235. txtResZqTimeNs.StyleController = lcMain;
  236. txtResZqTimeNs.TabIndex = 6;
  237. //
  238. // Root
  239. //
  240. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  241. Root.GroupBordersVisible = false;
  242. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem6, layoutControlGroup1, layoutControlGroup2, layoutControlItem4, layoutControlItem5, emptySpaceItem1, layoutControlItem10, layoutControlItem11 });
  243. Root.Name = "Root";
  244. Root.Size = new Size(838, 569);
  245. Root.TextVisible = false;
  246. //
  247. // layoutControlItem6
  248. //
  249. layoutControlItem6.Control = logCtrl1;
  250. layoutControlItem6.Location = new Point(0, 140);
  251. layoutControlItem6.Name = "layoutControlItem6";
  252. layoutControlItem6.Size = new Size(818, 409);
  253. layoutControlItem6.TextSize = new Size(0, 0);
  254. layoutControlItem6.TextVisible = false;
  255. //
  256. // layoutControlGroup1
  257. //
  258. layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Light;
  259. layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3 });
  260. layoutControlGroup1.Location = new Point(0, 0);
  261. layoutControlGroup1.Name = "layoutControlGroup1";
  262. layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  263. layoutControlGroup1.Size = new Size(818, 57);
  264. layoutControlGroup1.Text = "已知周期";
  265. //
  266. // layoutControlItem1
  267. //
  268. layoutControlItem1.Control = txtZqs;
  269. layoutControlItem1.Location = new Point(0, 0);
  270. layoutControlItem1.MaxSize = new Size(140, 24);
  271. layoutControlItem1.MinSize = new Size(140, 24);
  272. layoutControlItem1.Name = "layoutControlItem1";
  273. layoutControlItem1.Size = new Size(140, 24);
  274. layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  275. layoutControlItem1.Text = "已知周期";
  276. layoutControlItem1.TextSize = new Size(48, 14);
  277. //
  278. // layoutControlItem2
  279. //
  280. layoutControlItem2.Control = txtZqTime;
  281. layoutControlItem2.Location = new Point(140, 0);
  282. layoutControlItem2.MaxSize = new Size(250, 24);
  283. layoutControlItem2.MinSize = new Size(250, 24);
  284. layoutControlItem2.Name = "layoutControlItem2";
  285. layoutControlItem2.Size = new Size(250, 24);
  286. layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  287. layoutControlItem2.Text = "周期时间";
  288. layoutControlItem2.TextSize = new Size(48, 14);
  289. //
  290. // layoutControlItem3
  291. //
  292. layoutControlItem3.Control = txtZqTimeNs;
  293. layoutControlItem3.Location = new Point(390, 0);
  294. layoutControlItem3.Name = "layoutControlItem3";
  295. layoutControlItem3.Size = new Size(416, 24);
  296. layoutControlItem3.Text = "纳秒数";
  297. layoutControlItem3.TextSize = new Size(48, 14);
  298. //
  299. // layoutControlGroup2
  300. //
  301. layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Light;
  302. layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem7, layoutControlItem8, layoutControlItem9 });
  303. layoutControlGroup2.Location = new Point(0, 57);
  304. layoutControlGroup2.Name = "layoutControlGroup2";
  305. layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  306. layoutControlGroup2.Size = new Size(818, 57);
  307. layoutControlGroup2.Text = "采集周期";
  308. //
  309. // layoutControlItem7
  310. //
  311. layoutControlItem7.Control = txtResZqs;
  312. layoutControlItem7.Location = new Point(0, 0);
  313. layoutControlItem7.MaxSize = new Size(140, 24);
  314. layoutControlItem7.MinSize = new Size(140, 24);
  315. layoutControlItem7.Name = "layoutControlItem7";
  316. layoutControlItem7.Size = new Size(140, 24);
  317. layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  318. layoutControlItem7.Text = "采集周期";
  319. layoutControlItem7.TextSize = new Size(48, 14);
  320. //
  321. // layoutControlItem8
  322. //
  323. layoutControlItem8.Control = txtResZqTime;
  324. layoutControlItem8.Location = new Point(140, 0);
  325. layoutControlItem8.MaxSize = new Size(250, 24);
  326. layoutControlItem8.MinSize = new Size(250, 24);
  327. layoutControlItem8.Name = "layoutControlItem8";
  328. layoutControlItem8.Size = new Size(250, 24);
  329. layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  330. layoutControlItem8.Text = "周期时间";
  331. layoutControlItem8.TextSize = new Size(48, 14);
  332. //
  333. // layoutControlItem9
  334. //
  335. layoutControlItem9.Control = txtResZqTimeNs;
  336. layoutControlItem9.Location = new Point(390, 0);
  337. layoutControlItem9.Name = "layoutControlItem9";
  338. layoutControlItem9.Size = new Size(416, 24);
  339. layoutControlItem9.Text = "纳秒数";
  340. layoutControlItem9.TextSize = new Size(48, 14);
  341. //
  342. // layoutControlItem4
  343. //
  344. layoutControlItem4.Control = txtMutil;
  345. layoutControlItem4.Location = new Point(517, 114);
  346. layoutControlItem4.MaxSize = new Size(131, 24);
  347. layoutControlItem4.MinSize = new Size(131, 24);
  348. layoutControlItem4.Name = "layoutControlItem4";
  349. layoutControlItem4.Size = new Size(131, 26);
  350. layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  351. layoutControlItem4.Text = "抽取倍数";
  352. layoutControlItem4.TextSize = new Size(48, 14);
  353. //
  354. // layoutControlItem5
  355. //
  356. layoutControlItem5.Control = btnStartAd;
  357. layoutControlItem5.Location = new Point(648, 114);
  358. layoutControlItem5.MaxSize = new Size(85, 26);
  359. layoutControlItem5.MinSize = new Size(85, 26);
  360. layoutControlItem5.Name = "layoutControlItem5";
  361. layoutControlItem5.Size = new Size(85, 26);
  362. layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  363. layoutControlItem5.TextSize = new Size(0, 0);
  364. layoutControlItem5.TextVisible = false;
  365. //
  366. // emptySpaceItem1
  367. //
  368. emptySpaceItem1.AllowHotTrack = false;
  369. emptySpaceItem1.Location = new Point(196, 114);
  370. emptySpaceItem1.Name = "emptySpaceItem1";
  371. emptySpaceItem1.Size = new Size(321, 26);
  372. emptySpaceItem1.TextSize = new Size(0, 0);
  373. //
  374. // layoutControlItem10
  375. //
  376. layoutControlItem10.Control = txtStartPos;
  377. layoutControlItem10.Location = new Point(0, 114);
  378. layoutControlItem10.MaxSize = new Size(196, 24);
  379. layoutControlItem10.MinSize = new Size(196, 24);
  380. layoutControlItem10.Name = "layoutControlItem10";
  381. layoutControlItem10.Size = new Size(196, 26);
  382. layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  383. layoutControlItem10.Text = "起始样点";
  384. layoutControlItem10.TextSize = new Size(48, 14);
  385. //
  386. // layoutControlItem11
  387. //
  388. layoutControlItem11.Control = btnStopAd;
  389. layoutControlItem11.Location = new Point(733, 114);
  390. layoutControlItem11.MaxSize = new Size(85, 26);
  391. layoutControlItem11.MinSize = new Size(85, 26);
  392. layoutControlItem11.Name = "layoutControlItem11";
  393. layoutControlItem11.Size = new Size(85, 26);
  394. layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  395. layoutControlItem11.TextSize = new Size(0, 0);
  396. layoutControlItem11.TextVisible = false;
  397. //
  398. // MainWin
  399. //
  400. AutoScaleDimensions = new SizeF(7F, 14F);
  401. AutoScaleMode = AutoScaleMode.Font;
  402. ClientSize = new Size(838, 569);
  403. Controls.Add(lcMain);
  404. IconOptions.Icon = (Icon)resources.GetObject("MainWin.IconOptions.Icon");
  405. Name = "MainWin";
  406. StartPosition = FormStartPosition.CenterScreen;
  407. Text = "WGS采集工具";
  408. FormClosing += MainWin_FormClosing;
  409. Load += MainWin_Load;
  410. ((System.ComponentModel.ISupportInitialize)lcMain).EndInit();
  411. lcMain.ResumeLayout(false);
  412. ((System.ComponentModel.ISupportInitialize)txtStartPos.Properties).EndInit();
  413. ((System.ComponentModel.ISupportInitialize)txtResZqTime.Properties.CalendarTimeProperties).EndInit();
  414. ((System.ComponentModel.ISupportInitialize)txtResZqTime.Properties).EndInit();
  415. ((System.ComponentModel.ISupportInitialize)txtResZqs.Properties).EndInit();
  416. ((System.ComponentModel.ISupportInitialize)txtMutil.Properties).EndInit();
  417. ((System.ComponentModel.ISupportInitialize)txtZqTimeNs.Properties).EndInit();
  418. ((System.ComponentModel.ISupportInitialize)txtZqTime.Properties.CalendarTimeProperties).EndInit();
  419. ((System.ComponentModel.ISupportInitialize)txtZqTime.Properties).EndInit();
  420. ((System.ComponentModel.ISupportInitialize)txtZqs.Properties).EndInit();
  421. ((System.ComponentModel.ISupportInitialize)txtResZqTimeNs.Properties).EndInit();
  422. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  423. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
  424. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
  425. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  426. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  427. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
  428. ((System.ComponentModel.ISupportInitialize)layoutControlGroup2).EndInit();
  429. ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
  430. ((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit();
  431. ((System.ComponentModel.ISupportInitialize)layoutControlItem9).EndInit();
  432. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
  433. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
  434. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
  435. ((System.ComponentModel.ISupportInitialize)layoutControlItem10).EndInit();
  436. ((System.ComponentModel.ISupportInitialize)layoutControlItem11).EndInit();
  437. ResumeLayout(false);
  438. }
  439. #endregion
  440. private DevExpress.XtraLayout.LayoutControl lcMain;
  441. private DevExpress.XtraLayout.LayoutControlGroup Root;
  442. private DevExpress.XtraEditors.SpinEdit txtZqs;
  443. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  444. private DevExpress.XtraEditors.SimpleButton btnStartAd;
  445. private DevExpress.XtraEditors.SpinEdit txtMutil;
  446. private DevExpress.XtraEditors.SpinEdit txtZqTimeNs;
  447. private DevExpress.XtraEditors.DateEdit txtZqTime;
  448. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  449. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  450. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  451. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  452. private Library.DxpLib.LogCtrl logCtrl1;
  453. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  454. private DevExpress.XtraEditors.SpinEdit txtResZqs;
  455. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  456. private DevExpress.XtraEditors.DateEdit txtResZqTime;
  457. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  458. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  459. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  460. private DevExpress.XtraEditors.SpinEdit txtResZqTimeNs;
  461. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  462. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
  463. private DevExpress.XtraEditors.TextEdit txtStartPos;
  464. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
  465. private DevExpress.XtraEditors.SimpleButton btnStopAd;
  466. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
  467. }
  468. }