ResampleForm.Designer.cs 26 KB

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