Form1.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. namespace XdCxRhDW.DataEmulation
  2. {
  3. partial class Form1
  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. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions4 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  29. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject13 = new DevExpress.Utils.SerializableAppearanceObject();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject14 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject15 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject16 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions5 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  34. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject17 = new DevExpress.Utils.SerializableAppearanceObject();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject18 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject19 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject20 = new DevExpress.Utils.SerializableAppearanceObject();
  38. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  39. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  40. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  41. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  42. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  43. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  44. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  45. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  46. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  47. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  48. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  49. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  50. this.txtFile1 = new DevExpress.XtraEditors.TextEdit();
  51. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  52. this.txtFile2 = new DevExpress.XtraEditors.TextEdit();
  53. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  54. this.txtFsHz = new DevExpress.XtraEditors.ButtonEdit();
  55. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  56. this.txtSigLen = new DevExpress.XtraEditors.ButtonEdit();
  57. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  58. this.txtDto = new DevExpress.XtraEditors.ButtonEdit();
  59. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.txtDfo = new DevExpress.XtraEditors.ButtonEdit();
  61. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  62. this.btnBuilder = new DevExpress.XtraEditors.SimpleButton();
  63. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  64. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  65. this.btnOpenDir = new DevExpress.XtraEditors.SimpleButton();
  66. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  67. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  68. this.layoutControl1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.txtFile1.Properties)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.txtFile2.Properties)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.txtFsHz.Properties)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.txtSigLen.Properties)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.txtDto.Properties)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.txtDfo.Properties)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  85. this.SuspendLayout();
  86. //
  87. // layoutControl1
  88. //
  89. this.layoutControl1.Controls.Add(this.btnOpenDir);
  90. this.layoutControl1.Controls.Add(this.btnBuilder);
  91. this.layoutControl1.Controls.Add(this.txtFsHz);
  92. this.layoutControl1.Controls.Add(this.txtFile2);
  93. this.layoutControl1.Controls.Add(this.txtFile1);
  94. this.layoutControl1.Controls.Add(this.txtSigLen);
  95. this.layoutControl1.Controls.Add(this.txtDto);
  96. this.layoutControl1.Controls.Add(this.txtDfo);
  97. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  99. this.layoutControl1.Name = "layoutControl1";
  100. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1113, 199, 650, 400);
  101. this.layoutControl1.Root = this.Root;
  102. this.layoutControl1.Size = new System.Drawing.Size(289, 388);
  103. this.layoutControl1.TabIndex = 0;
  104. this.layoutControl1.Text = "layoutControl1";
  105. //
  106. // Root
  107. //
  108. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  109. this.Root.GroupBordersVisible = false;
  110. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  111. this.layoutControlItem1,
  112. this.layoutControlGroup1,
  113. this.layoutControlItem2,
  114. this.layoutControlItem4,
  115. this.layoutControlItem5,
  116. this.layoutControlItem6,
  117. this.layoutControlItem8,
  118. this.layoutControlItem7});
  119. this.Root.Name = "Root";
  120. this.Root.Size = new System.Drawing.Size(289, 388);
  121. this.Root.TextVisible = false;
  122. //
  123. // txtFile1
  124. //
  125. this.txtFile1.EditValue = "ch1.dat";
  126. this.txtFile1.Location = new System.Drawing.Point(12, 31);
  127. this.txtFile1.Name = "txtFile1";
  128. this.txtFile1.Properties.AutoHeight = false;
  129. this.txtFile1.Size = new System.Drawing.Size(265, 23);
  130. this.txtFile1.StyleController = this.layoutControl1;
  131. this.txtFile1.TabIndex = 4;
  132. //
  133. // layoutControlItem1
  134. //
  135. this.layoutControlItem1.Control = this.txtFile1;
  136. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  137. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 46);
  138. this.layoutControlItem1.MinSize = new System.Drawing.Size(114, 46);
  139. this.layoutControlItem1.Name = "layoutControlItem1";
  140. this.layoutControlItem1.Size = new System.Drawing.Size(269, 46);
  141. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  142. this.layoutControlItem1.Text = "输出文件1";
  143. this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  144. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  145. this.layoutControlItem1.TextSize = new System.Drawing.Size(55, 14);
  146. this.layoutControlItem1.TextToControlDistance = 5;
  147. //
  148. // txtFile2
  149. //
  150. this.txtFile2.EditValue = "ch2.dat";
  151. this.txtFile2.Location = new System.Drawing.Point(12, 87);
  152. this.txtFile2.Name = "txtFile2";
  153. this.txtFile2.Properties.AutoHeight = false;
  154. this.txtFile2.Size = new System.Drawing.Size(265, 23);
  155. this.txtFile2.StyleController = this.layoutControl1;
  156. this.txtFile2.TabIndex = 5;
  157. //
  158. // layoutControlItem2
  159. //
  160. this.layoutControlItem2.Control = this.txtFile2;
  161. this.layoutControlItem2.Location = new System.Drawing.Point(0, 46);
  162. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 56);
  163. this.layoutControlItem2.MinSize = new System.Drawing.Size(114, 56);
  164. this.layoutControlItem2.Name = "layoutControlItem2";
  165. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  166. this.layoutControlItem2.Size = new System.Drawing.Size(269, 56);
  167. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  168. this.layoutControlItem2.Text = "输出文件2";
  169. this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  170. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  171. this.layoutControlItem2.TextSize = new System.Drawing.Size(55, 14);
  172. this.layoutControlItem2.TextToControlDistance = 5;
  173. //
  174. // txtFsHz
  175. //
  176. this.txtFsHz.EditValue = "96000";
  177. this.txtFsHz.Location = new System.Drawing.Point(12, 143);
  178. this.txtFsHz.Name = "txtFsHz";
  179. this.txtFsHz.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  180. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Hz", -1, false, true, false, editorButtonImageOptions4, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject13, serializableAppearanceObject14, serializableAppearanceObject15, serializableAppearanceObject16, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  181. this.txtFsHz.Size = new System.Drawing.Size(265, 23);
  182. this.txtFsHz.StyleController = this.layoutControl1;
  183. this.txtFsHz.TabIndex = 6;
  184. //
  185. // layoutControlItem3
  186. //
  187. this.layoutControlItem3.Control = this.txtFsHz;
  188. this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
  189. this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 56);
  190. this.layoutControlItem3.MinSize = new System.Drawing.Size(96, 56);
  191. this.layoutControlItem3.Name = "layoutControlItem3";
  192. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  193. this.layoutControlItem3.Size = new System.Drawing.Size(269, 56);
  194. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  195. this.layoutControlItem3.Text = "采样率";
  196. this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  197. this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  198. this.layoutControlItem3.TextSize = new System.Drawing.Size(36, 14);
  199. this.layoutControlItem3.TextToControlDistance = 5;
  200. //
  201. // txtSigLen
  202. //
  203. this.txtSigLen.EditValue = "15";
  204. this.txtSigLen.Location = new System.Drawing.Point(12, 199);
  205. this.txtSigLen.Name = "txtSigLen";
  206. this.txtSigLen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  207. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "秒", -1, false, true, false, editorButtonImageOptions5, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject17, serializableAppearanceObject18, serializableAppearanceObject19, serializableAppearanceObject20, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  208. this.txtSigLen.Size = new System.Drawing.Size(265, 23);
  209. this.txtSigLen.StyleController = this.layoutControl1;
  210. this.txtSigLen.TabIndex = 6;
  211. //
  212. // layoutControlItem4
  213. //
  214. this.layoutControlItem4.Control = this.txtSigLen;
  215. this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  216. this.layoutControlItem4.CustomizationFormText = "采样率";
  217. this.layoutControlItem4.Location = new System.Drawing.Point(0, 158);
  218. this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 56);
  219. this.layoutControlItem4.MinSize = new System.Drawing.Size(107, 56);
  220. this.layoutControlItem4.Name = "layoutControlItem4";
  221. this.layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  222. this.layoutControlItem4.Size = new System.Drawing.Size(269, 56);
  223. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  224. this.layoutControlItem4.Text = "信号时长";
  225. this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  226. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
  227. this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
  228. this.layoutControlItem4.TextToControlDistance = 5;
  229. //
  230. // txtDto
  231. //
  232. this.txtDto.EditValue = "1000";
  233. this.txtDto.Location = new System.Drawing.Point(12, 255);
  234. this.txtDto.Name = "txtDto";
  235. this.txtDto.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  236. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "us", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  237. this.txtDto.Size = new System.Drawing.Size(265, 23);
  238. this.txtDto.StyleController = this.layoutControl1;
  239. this.txtDto.TabIndex = 6;
  240. //
  241. // layoutControlItem5
  242. //
  243. this.layoutControlItem5.Control = this.txtDto;
  244. this.layoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  245. this.layoutControlItem5.CustomizationFormText = "采样率";
  246. this.layoutControlItem5.Location = new System.Drawing.Point(0, 214);
  247. this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 56);
  248. this.layoutControlItem5.MinSize = new System.Drawing.Size(83, 56);
  249. this.layoutControlItem5.Name = "layoutControlItem5";
  250. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  251. this.layoutControlItem5.Size = new System.Drawing.Size(269, 56);
  252. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  253. this.layoutControlItem5.Text = "时差";
  254. this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  255. this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
  256. this.layoutControlItem5.TextSize = new System.Drawing.Size(24, 14);
  257. this.layoutControlItem5.TextToControlDistance = 5;
  258. //
  259. // txtDfo
  260. //
  261. this.txtDfo.EditValue = "200";
  262. this.txtDfo.Location = new System.Drawing.Point(12, 311);
  263. this.txtDfo.Name = "txtDfo";
  264. this.txtDfo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  265. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Hz", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  266. this.txtDfo.Size = new System.Drawing.Size(265, 23);
  267. this.txtDfo.StyleController = this.layoutControl1;
  268. this.txtDfo.TabIndex = 6;
  269. //
  270. // layoutControlItem6
  271. //
  272. this.layoutControlItem6.Control = this.txtDfo;
  273. this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  274. this.layoutControlItem6.CustomizationFormText = "采样率";
  275. this.layoutControlItem6.Location = new System.Drawing.Point(0, 270);
  276. this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 56);
  277. this.layoutControlItem6.MinSize = new System.Drawing.Size(84, 56);
  278. this.layoutControlItem6.Name = "layoutControlItem6";
  279. this.layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  280. this.layoutControlItem6.Size = new System.Drawing.Size(269, 56);
  281. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  282. this.layoutControlItem6.Text = "频差";
  283. this.layoutControlItem6.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  284. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  285. this.layoutControlItem6.TextSize = new System.Drawing.Size(24, 14);
  286. this.layoutControlItem6.TextToControlDistance = 5;
  287. //
  288. // btnBuilder
  289. //
  290. this.btnBuilder.Location = new System.Drawing.Point(12, 348);
  291. this.btnBuilder.Name = "btnBuilder";
  292. this.btnBuilder.Size = new System.Drawing.Size(120, 28);
  293. this.btnBuilder.StyleController = this.layoutControl1;
  294. this.btnBuilder.TabIndex = 7;
  295. this.btnBuilder.Text = "生成";
  296. this.btnBuilder.Click += new System.EventHandler(this.btnBuilder_ClickAsync);
  297. //
  298. // layoutControlItem7
  299. //
  300. this.layoutControlItem7.Control = this.btnBuilder;
  301. this.layoutControlItem7.Location = new System.Drawing.Point(0, 326);
  302. this.layoutControlItem7.MaxSize = new System.Drawing.Size(0, 42);
  303. this.layoutControlItem7.MinSize = new System.Drawing.Size(89, 42);
  304. this.layoutControlItem7.Name = "layoutControlItem7";
  305. this.layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 12, 12, 2);
  306. this.layoutControlItem7.Size = new System.Drawing.Size(134, 42);
  307. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  308. this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  309. this.layoutControlItem7.TextVisible = false;
  310. //
  311. // layoutControlGroup1
  312. //
  313. this.layoutControlGroup1.GroupBordersVisible = false;
  314. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  315. this.layoutControlItem3});
  316. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 102);
  317. this.layoutControlGroup1.Name = "layoutControlGroup1";
  318. this.layoutControlGroup1.Size = new System.Drawing.Size(269, 56);
  319. //
  320. // btnOpenDir
  321. //
  322. this.btnOpenDir.Location = new System.Drawing.Point(156, 348);
  323. this.btnOpenDir.Name = "btnOpenDir";
  324. this.btnOpenDir.Size = new System.Drawing.Size(121, 28);
  325. this.btnOpenDir.StyleController = this.layoutControl1;
  326. this.btnOpenDir.TabIndex = 8;
  327. this.btnOpenDir.Text = "打开输出目录";
  328. this.btnOpenDir.Click += new System.EventHandler(this.btnOpenDir_Click);
  329. //
  330. // layoutControlItem8
  331. //
  332. this.layoutControlItem8.Control = this.btnOpenDir;
  333. this.layoutControlItem8.Location = new System.Drawing.Point(134, 326);
  334. this.layoutControlItem8.MaxSize = new System.Drawing.Size(0, 42);
  335. this.layoutControlItem8.MinSize = new System.Drawing.Size(89, 42);
  336. this.layoutControlItem8.Name = "layoutControlItem8";
  337. this.layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 12, 2);
  338. this.layoutControlItem8.Size = new System.Drawing.Size(135, 42);
  339. this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  340. this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
  341. this.layoutControlItem8.TextVisible = false;
  342. //
  343. // Form1
  344. //
  345. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  346. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  347. this.ClientSize = new System.Drawing.Size(289, 388);
  348. this.Controls.Add(this.layoutControl1);
  349. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  350. this.MaximizeBox = false;
  351. this.MinimizeBox = false;
  352. this.Name = "Form1";
  353. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  354. this.Text = "时频差数据仿真";
  355. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  356. this.layoutControl1.ResumeLayout(false);
  357. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)(this.txtFile1.Properties)).EndInit();
  359. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  360. ((System.ComponentModel.ISupportInitialize)(this.txtFile2.Properties)).EndInit();
  361. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  362. ((System.ComponentModel.ISupportInitialize)(this.txtFsHz.Properties)).EndInit();
  363. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  364. ((System.ComponentModel.ISupportInitialize)(this.txtSigLen.Properties)).EndInit();
  365. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  366. ((System.ComponentModel.ISupportInitialize)(this.txtDto.Properties)).EndInit();
  367. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  368. ((System.ComponentModel.ISupportInitialize)(this.txtDfo.Properties)).EndInit();
  369. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  370. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  371. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  372. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  373. this.ResumeLayout(false);
  374. }
  375. #endregion
  376. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  377. private DevExpress.XtraLayout.LayoutControlGroup Root;
  378. private DevExpress.XtraEditors.ButtonEdit txtFsHz;
  379. private DevExpress.XtraEditors.TextEdit txtFile2;
  380. private DevExpress.XtraEditors.TextEdit txtFile1;
  381. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  382. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  383. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  384. private DevExpress.XtraEditors.ButtonEdit txtSigLen;
  385. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  386. private DevExpress.XtraEditors.ButtonEdit txtDto;
  387. private DevExpress.XtraEditors.ButtonEdit txtDfo;
  388. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  389. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  390. private DevExpress.XtraEditors.SimpleButton btnBuilder;
  391. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  392. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  393. private DevExpress.XtraEditors.SimpleButton btnOpenDir;
  394. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  395. }
  396. }