ResampleForm.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. namespace DW5S.App.CorTools
  2. {
  3. partial class ResampleForm
  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 editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  29. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  34. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  38. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  39. this.txtOutFile = new DevExpress.XtraEditors.TextEdit();
  40. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  41. this.txtOutFs = new DevExpress.XtraEditors.ButtonEdit();
  42. this.txtFile = new DevExpress.XtraEditors.ButtonEdit();
  43. this.txtFs = new DevExpress.XtraEditors.ButtonEdit();
  44. this.txtOutDir = new DevExpress.XtraEditors.ButtonEdit();
  45. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  46. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  47. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  48. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  51. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  52. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  53. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  54. this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
  55. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  56. this.layoutControl1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtOutFile.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtOutFs.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtFile.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txtFs.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtOutDir.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
  72. this.tablePanel1.SuspendLayout();
  73. this.SuspendLayout();
  74. //
  75. // layoutControl1
  76. //
  77. this.tablePanel1.SetColumn(this.layoutControl1, 1);
  78. this.layoutControl1.Controls.Add(this.txtOutFile);
  79. this.layoutControl1.Controls.Add(this.btnOk);
  80. this.layoutControl1.Controls.Add(this.txtOutFs);
  81. this.layoutControl1.Controls.Add(this.txtFile);
  82. this.layoutControl1.Controls.Add(this.txtFs);
  83. this.layoutControl1.Controls.Add(this.txtOutDir);
  84. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  85. this.layoutControl1.Location = new System.Drawing.Point(79, 31);
  86. this.layoutControl1.Name = "layoutControl1";
  87. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  88. this.layoutControl1.Root = this.Root;
  89. this.tablePanel1.SetRow(this.layoutControl1, 1);
  90. this.layoutControl1.Size = new System.Drawing.Size(496, 396);
  91. this.layoutControl1.TabIndex = 0;
  92. this.layoutControl1.Text = "layoutControl1";
  93. //
  94. // txtOutFile
  95. //
  96. this.txtOutFile.EditValue = "11111";
  97. this.txtOutFile.Location = new System.Drawing.Point(12, 296);
  98. this.txtOutFile.Name = "txtOutFile";
  99. this.txtOutFile.Properties.Appearance.Options.UseTextOptions = true;
  100. this.txtOutFile.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  101. this.txtOutFile.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  102. this.txtOutFile.Properties.ReadOnly = true;
  103. this.txtOutFile.Size = new System.Drawing.Size(472, 18);
  104. this.txtOutFile.StyleController = this.layoutControl1;
  105. this.txtOutFile.TabIndex = 9;
  106. this.txtOutFile.ToolTip = "双击全选";
  107. //
  108. // btnOk
  109. //
  110. this.btnOk.Location = new System.Drawing.Point(187, 258);
  111. this.btnOk.Name = "btnOk";
  112. this.btnOk.Size = new System.Drawing.Size(96, 26);
  113. this.btnOk.StyleController = this.layoutControl1;
  114. this.btnOk.TabIndex = 8;
  115. this.btnOk.Text = "变采样";
  116. this.btnOk.Click += new System.EventHandler(this.btnOk_ClickAsync);
  117. //
  118. // txtOutFs
  119. //
  120. this.txtOutFs.Location = new System.Drawing.Point(12, 155);
  121. this.txtOutFs.Name = "txtOutFs";
  122. this.txtOutFs.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  123. this.txtOutFs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  124. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "KHz", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  125. this.txtOutFs.Size = new System.Drawing.Size(472, 23);
  126. this.txtOutFs.StyleController = this.layoutControl1;
  127. this.txtOutFs.TabIndex = 6;
  128. //
  129. // txtFile
  130. //
  131. this.txtFile.EditValue = "";
  132. this.txtFile.Location = new System.Drawing.Point(12, 29);
  133. this.txtFile.Name = "txtFile";
  134. this.txtFile.Properties.AutoHeight = false;
  135. this.txtFile.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  136. new DevExpress.XtraEditors.Controls.EditorButton()});
  137. this.txtFile.Properties.NullText = "[EditValue is null]";
  138. this.txtFile.Size = new System.Drawing.Size(472, 23);
  139. this.txtFile.StyleController = this.layoutControl1;
  140. this.txtFile.TabIndex = 4;
  141. //
  142. // txtFs
  143. //
  144. this.txtFs.Location = new System.Drawing.Point(12, 93);
  145. this.txtFs.Name = "txtFs";
  146. this.txtFs.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  147. this.txtFs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  148. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "KHz", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  149. this.txtFs.Size = new System.Drawing.Size(472, 23);
  150. this.txtFs.StyleController = this.layoutControl1;
  151. this.txtFs.TabIndex = 6;
  152. //
  153. // txtOutDir
  154. //
  155. this.txtOutDir.EditValue = "";
  156. this.txtOutDir.Location = new System.Drawing.Point(12, 217);
  157. this.txtOutDir.Name = "txtOutDir";
  158. this.txtOutDir.Properties.AutoHeight = false;
  159. this.txtOutDir.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  160. new DevExpress.XtraEditors.Controls.EditorButton()});
  161. this.txtOutDir.Properties.NullText = "[EditValue is null]";
  162. this.txtOutDir.Size = new System.Drawing.Size(472, 23);
  163. this.txtOutDir.StyleController = this.layoutControl1;
  164. this.txtOutDir.TabIndex = 4;
  165. //
  166. // Root
  167. //
  168. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  169. this.Root.GroupBordersVisible = false;
  170. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  171. this.layoutControlItem1,
  172. this.layoutControlItem5,
  173. this.layoutControlItem6,
  174. this.layoutControlItem7,
  175. this.emptySpaceItem1,
  176. this.layoutControlItem2,
  177. this.emptySpaceItem2,
  178. this.layoutControlItem3});
  179. this.Root.Name = "Root";
  180. this.Root.Size = new System.Drawing.Size(496, 396);
  181. this.Root.TextVisible = false;
  182. //
  183. // layoutControlItem1
  184. //
  185. this.layoutControlItem1.Control = this.txtFile;
  186. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  187. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 44);
  188. this.layoutControlItem1.MinSize = new System.Drawing.Size(50, 44);
  189. this.layoutControlItem1.Name = "layoutControlItem1";
  190. this.layoutControlItem1.Size = new System.Drawing.Size(476, 44);
  191. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  192. this.layoutControlItem1.Text = "原始文件";
  193. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  194. this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 14);
  195. //
  196. // layoutControlItem5
  197. //
  198. this.layoutControlItem5.Control = this.btnOk;
  199. this.layoutControlItem5.Location = new System.Drawing.Point(175, 232);
  200. this.layoutControlItem5.MaxSize = new System.Drawing.Size(100, 44);
  201. this.layoutControlItem5.MinSize = new System.Drawing.Size(100, 44);
  202. this.layoutControlItem5.Name = "layoutControlItem5";
  203. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 16, 2);
  204. this.layoutControlItem5.Size = new System.Drawing.Size(100, 44);
  205. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  206. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  207. this.layoutControlItem5.TextVisible = false;
  208. //
  209. // layoutControlItem6
  210. //
  211. this.layoutControlItem6.Control = this.txtOutFs;
  212. this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  213. this.layoutControlItem6.CustomizationFormText = "轨道经度";
  214. this.layoutControlItem6.Location = new System.Drawing.Point(0, 106);
  215. this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 62);
  216. this.layoutControlItem6.MinSize = new System.Drawing.Size(76, 62);
  217. this.layoutControlItem6.Name = "layoutControlItem6";
  218. this.layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 22, 2);
  219. this.layoutControlItem6.Size = new System.Drawing.Size(476, 62);
  220. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  221. this.layoutControlItem6.Text = "变换后采样率";
  222. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  223. this.layoutControlItem6.TextSize = new System.Drawing.Size(72, 14);
  224. //
  225. // layoutControlItem7
  226. //
  227. this.layoutControlItem7.Control = this.txtFs;
  228. this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  229. this.layoutControlItem7.CustomizationFormText = "轨道经度";
  230. this.layoutControlItem7.Location = new System.Drawing.Point(0, 44);
  231. this.layoutControlItem7.MaxSize = new System.Drawing.Size(0, 62);
  232. this.layoutControlItem7.MinSize = new System.Drawing.Size(76, 62);
  233. this.layoutControlItem7.Name = "layoutControlItem7";
  234. this.layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 22, 2);
  235. this.layoutControlItem7.Size = new System.Drawing.Size(476, 62);
  236. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  237. this.layoutControlItem7.Text = "原始采样率";
  238. this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top;
  239. this.layoutControlItem7.TextSize = new System.Drawing.Size(72, 14);
  240. //
  241. // emptySpaceItem1
  242. //
  243. this.emptySpaceItem1.AllowHotTrack = false;
  244. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 232);
  245. this.emptySpaceItem1.MinSize = new System.Drawing.Size(1, 24);
  246. this.emptySpaceItem1.Name = "emptySpaceItem1";
  247. this.emptySpaceItem1.Size = new System.Drawing.Size(175, 44);
  248. this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  249. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  250. //
  251. // layoutControlItem2
  252. //
  253. this.layoutControlItem2.Control = this.txtOutDir;
  254. this.layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  255. this.layoutControlItem2.CustomizationFormText = "原始文件";
  256. this.layoutControlItem2.Location = new System.Drawing.Point(0, 168);
  257. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 64);
  258. this.layoutControlItem2.MinSize = new System.Drawing.Size(76, 64);
  259. this.layoutControlItem2.Name = "layoutControlItem2";
  260. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 22, 2);
  261. this.layoutControlItem2.Size = new System.Drawing.Size(476, 64);
  262. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  263. this.layoutControlItem2.Text = "输出目录";
  264. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  265. this.layoutControlItem2.TextSize = new System.Drawing.Size(72, 14);
  266. //
  267. // emptySpaceItem2
  268. //
  269. this.emptySpaceItem2.AllowHotTrack = false;
  270. this.emptySpaceItem2.Location = new System.Drawing.Point(275, 232);
  271. this.emptySpaceItem2.Name = "emptySpaceItem2";
  272. this.emptySpaceItem2.Size = new System.Drawing.Size(201, 44);
  273. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  274. //
  275. // layoutControlItem3
  276. //
  277. this.layoutControlItem3.Control = this.txtOutFile;
  278. this.layoutControlItem3.Location = new System.Drawing.Point(0, 276);
  279. this.layoutControlItem3.Name = "layoutControlItem3";
  280. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  281. this.layoutControlItem3.Size = new System.Drawing.Size(476, 100);
  282. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  283. this.layoutControlItem3.TextVisible = false;
  284. //
  285. // tablePanel1
  286. //
  287. this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
  288. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
  289. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 500F),
  290. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F)});
  291. this.tablePanel1.Controls.Add(this.layoutControl1);
  292. this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  293. this.tablePanel1.Location = new System.Drawing.Point(0, 0);
  294. this.tablePanel1.Name = "tablePanel1";
  295. this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
  296. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
  297. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 400F),
  298. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F)});
  299. this.tablePanel1.Size = new System.Drawing.Size(654, 459);
  300. this.tablePanel1.TabIndex = 1;
  301. this.tablePanel1.UseSkinIndents = true;
  302. //
  303. // ResampleForm
  304. //
  305. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  306. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  307. this.ClientSize = new System.Drawing.Size(654, 459);
  308. this.Controls.Add(this.tablePanel1);
  309. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  310. this.Name = "ResampleForm";
  311. this.Text = "变采样";
  312. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  313. this.layoutControl1.ResumeLayout(false);
  314. ((System.ComponentModel.ISupportInitialize)(this.txtOutFile.Properties)).EndInit();
  315. ((System.ComponentModel.ISupportInitialize)(this.txtOutFs.Properties)).EndInit();
  316. ((System.ComponentModel.ISupportInitialize)(this.txtFile.Properties)).EndInit();
  317. ((System.ComponentModel.ISupportInitialize)(this.txtFs.Properties)).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)(this.txtOutDir.Properties)).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  320. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  321. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  322. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  323. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  324. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  325. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  326. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  327. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  328. ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
  329. this.tablePanel1.ResumeLayout(false);
  330. this.ResumeLayout(false);
  331. }
  332. #endregion
  333. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  334. private DevExpress.XtraLayout.LayoutControlGroup Root;
  335. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  336. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  337. private DevExpress.XtraEditors.SimpleButton btnOk;
  338. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  339. private DevExpress.XtraEditors.ButtonEdit txtOutFs;
  340. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  341. private DevExpress.XtraEditors.ButtonEdit txtFile;
  342. private DevExpress.XtraEditors.ButtonEdit txtFs;
  343. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  344. private DevExpress.Utils.Layout.TablePanel tablePanel1;
  345. private DevExpress.XtraEditors.ButtonEdit txtOutDir;
  346. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  347. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  348. private DevExpress.XtraEditors.TextEdit txtOutFile;
  349. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  350. }
  351. }