SampleEditor.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496
  1. namespace DW5S.App.EditForms
  2. {
  3. partial class SampleEditor
  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. this.components = new System.ComponentModel.Container();
  29. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  34. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  38. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  39. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  40. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
  41. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
  42. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
  43. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
  44. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  45. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  46. this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
  47. this.txtSampleName = new DevExpress.XtraEditors.ButtonEdit();
  48. this.txtStartSec = new DevExpress.XtraEditors.ButtonEdit();
  49. this.txtFsHz = new DevExpress.XtraEditors.ButtonEdit();
  50. this.txtEndSec = new DevExpress.XtraEditors.ButtonEdit();
  51. this.txtSampleFile = new DevExpress.XtraEditors.ButtonEdit();
  52. this.txtRmark = new DevExpress.XtraEditors.ButtonEdit();
  53. this.searchLookRef = new DevExpress.XtraEditors.SearchLookUpEdit();
  54. this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  55. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  56. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  57. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  58. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  59. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  61. this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
  62. this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
  63. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  64. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  65. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  66. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  67. this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
  68. this.txtRefSig = new DevExpress.XtraEditors.SearchLookUpEdit();
  69. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  70. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  71. this.layoutControl1.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.txtSampleName.Properties)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.txtStartSec.Properties)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.txtFsHz.Properties)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.txtEndSec.Properties)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.txtSampleFile.Properties)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.txtRmark.Properties)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.searchLookRef.Properties)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.txtRefSig.Properties)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  95. this.SuspendLayout();
  96. //
  97. // layoutControl1
  98. //
  99. this.layoutControl1.Controls.Add(this.btnOk);
  100. this.layoutControl1.Controls.Add(this.btnCancel);
  101. this.layoutControl1.Controls.Add(this.txtSampleName);
  102. this.layoutControl1.Controls.Add(this.txtStartSec);
  103. this.layoutControl1.Controls.Add(this.txtFsHz);
  104. this.layoutControl1.Controls.Add(this.txtEndSec);
  105. this.layoutControl1.Controls.Add(this.txtSampleFile);
  106. this.layoutControl1.Controls.Add(this.txtRmark);
  107. this.layoutControl1.Controls.Add(this.searchLookRef);
  108. this.layoutControl1.Controls.Add(this.txtRefSig);
  109. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  110. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  111. this.layoutControl1.Name = "layoutControl1";
  112. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  113. this.layoutControl1.Root = this.Root;
  114. this.layoutControl1.Size = new System.Drawing.Size(417, 350);
  115. this.layoutControl1.TabIndex = 0;
  116. this.layoutControl1.Text = "layoutControl1";
  117. //
  118. // btnOk
  119. //
  120. this.btnOk.Location = new System.Drawing.Point(316, 305);
  121. this.btnOk.Name = "btnOk";
  122. this.btnOk.Size = new System.Drawing.Size(79, 23);
  123. this.btnOk.StyleController = this.layoutControl1;
  124. this.btnOk.TabIndex = 10;
  125. this.btnOk.Text = "确定";
  126. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  127. //
  128. // btnCancel
  129. //
  130. this.btnCancel.Location = new System.Drawing.Point(227, 305);
  131. this.btnCancel.Name = "btnCancel";
  132. this.btnCancel.Size = new System.Drawing.Size(85, 23);
  133. this.btnCancel.StyleController = this.layoutControl1;
  134. this.btnCancel.TabIndex = 9;
  135. this.btnCancel.Text = "取消";
  136. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  137. //
  138. // txtSampleName
  139. //
  140. this.txtSampleName.Location = new System.Drawing.Point(22, 49);
  141. this.txtSampleName.MaximumSize = new System.Drawing.Size(0, 22);
  142. this.txtSampleName.MinimumSize = new System.Drawing.Size(0, 22);
  143. this.txtSampleName.Name = "txtSampleName";
  144. this.txtSampleName.Size = new System.Drawing.Size(180, 22);
  145. this.txtSampleName.StyleController = this.layoutControl1;
  146. this.txtSampleName.TabIndex = 0;
  147. //
  148. // txtStartSec
  149. //
  150. this.txtStartSec.EditValue = "";
  151. this.txtStartSec.Location = new System.Drawing.Point(22, 161);
  152. this.txtStartSec.MaximumSize = new System.Drawing.Size(0, 22);
  153. this.txtStartSec.MinimumSize = new System.Drawing.Size(0, 22);
  154. this.txtStartSec.Name = "txtStartSec";
  155. this.txtStartSec.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  156. this.txtStartSec.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  157. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "s", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  158. this.txtStartSec.Size = new System.Drawing.Size(180, 22);
  159. this.txtStartSec.StyleController = this.layoutControl1;
  160. this.txtStartSec.TabIndex = 4;
  161. //
  162. // txtFsHz
  163. //
  164. this.txtFsHz.Location = new System.Drawing.Point(214, 102);
  165. this.txtFsHz.MaximumSize = new System.Drawing.Size(0, 22);
  166. this.txtFsHz.MinimumSize = new System.Drawing.Size(0, 22);
  167. this.txtFsHz.Name = "txtFsHz";
  168. this.txtFsHz.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  169. 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)});
  170. this.txtFsHz.Size = new System.Drawing.Size(181, 22);
  171. this.txtFsHz.StyleController = this.layoutControl1;
  172. this.txtFsHz.TabIndex = 12;
  173. //
  174. // txtEndSec
  175. //
  176. this.txtEndSec.EditValue = "";
  177. this.txtEndSec.Location = new System.Drawing.Point(214, 161);
  178. this.txtEndSec.MaximumSize = new System.Drawing.Size(0, 22);
  179. this.txtEndSec.MinimumSize = new System.Drawing.Size(0, 22);
  180. this.txtEndSec.Name = "txtEndSec";
  181. this.txtEndSec.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  182. this.txtEndSec.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  183. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "s", -1, false, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  184. this.txtEndSec.Size = new System.Drawing.Size(181, 22);
  185. this.txtEndSec.StyleController = this.layoutControl1;
  186. this.txtEndSec.TabIndex = 4;
  187. //
  188. // txtSampleFile
  189. //
  190. this.txtSampleFile.Location = new System.Drawing.Point(22, 215);
  191. this.txtSampleFile.MaximumSize = new System.Drawing.Size(0, 22);
  192. this.txtSampleFile.MinimumSize = new System.Drawing.Size(0, 22);
  193. this.txtSampleFile.Name = "txtSampleFile";
  194. this.txtSampleFile.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  195. new DevExpress.XtraEditors.Controls.EditorButton()});
  196. this.txtSampleFile.Size = new System.Drawing.Size(373, 22);
  197. this.txtSampleFile.StyleController = this.layoutControl1;
  198. this.txtSampleFile.TabIndex = 14;
  199. this.txtSampleFile.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnSampleFile_ButtonClick);
  200. //
  201. // txtRmark
  202. //
  203. this.txtRmark.Location = new System.Drawing.Point(22, 269);
  204. this.txtRmark.MaximumSize = new System.Drawing.Size(0, 22);
  205. this.txtRmark.MinimumSize = new System.Drawing.Size(0, 22);
  206. this.txtRmark.Name = "txtRmark";
  207. this.txtRmark.Size = new System.Drawing.Size(373, 22);
  208. this.txtRmark.StyleController = this.layoutControl1;
  209. this.txtRmark.TabIndex = 15;
  210. //
  211. // searchLookRef
  212. //
  213. this.searchLookRef.Location = new System.Drawing.Point(214, 49);
  214. this.searchLookRef.MaximumSize = new System.Drawing.Size(0, 22);
  215. this.searchLookRef.MinimumSize = new System.Drawing.Size(0, 22);
  216. this.searchLookRef.Name = "searchLookRef";
  217. this.searchLookRef.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  218. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  219. this.searchLookRef.Properties.NullText = "";
  220. this.searchLookRef.Properties.PopupSizeable = false;
  221. this.searchLookRef.Properties.PopupView = this.searchLookUpEdit1View;
  222. this.searchLookRef.Size = new System.Drawing.Size(181, 22);
  223. this.searchLookRef.StyleController = this.layoutControl1;
  224. this.searchLookRef.TabIndex = 16;
  225. //
  226. // searchLookUpEdit1View
  227. //
  228. this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  229. this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  230. this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  231. this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  232. //
  233. // Root
  234. //
  235. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  236. this.Root.GroupBordersVisible = false;
  237. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  238. this.layoutControlItem2,
  239. this.layoutControlItem4,
  240. this.layoutControlItem5,
  241. this.layoutControlItem7,
  242. this.emptySpaceItem1,
  243. this.layoutControlItem10,
  244. this.layoutControlItem11,
  245. this.layoutControlItem9,
  246. this.layoutControlItem3,
  247. this.layoutControlItem1,
  248. this.layoutControlItem8});
  249. this.Root.Name = "Root";
  250. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20);
  251. this.Root.Size = new System.Drawing.Size(417, 350);
  252. this.Root.TextVisible = false;
  253. //
  254. // layoutControlItem2
  255. //
  256. this.layoutControlItem2.Control = this.txtSampleName;
  257. this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
  258. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 54);
  259. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 54);
  260. this.layoutControlItem2.Name = "layoutControlItem2";
  261. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 10, 12, 2);
  262. this.layoutControlItem2.Size = new System.Drawing.Size(192, 54);
  263. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  264. this.layoutControlItem2.Text = "样本名称";
  265. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  266. this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
  267. //
  268. // layoutControlItem4
  269. //
  270. this.layoutControlItem4.Control = this.btnCancel;
  271. this.layoutControlItem4.Location = new System.Drawing.Point(205, 273);
  272. this.layoutControlItem4.MaxSize = new System.Drawing.Size(89, 37);
  273. this.layoutControlItem4.MinSize = new System.Drawing.Size(89, 37);
  274. this.layoutControlItem4.Name = "layoutControlItem4";
  275. this.layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  276. this.layoutControlItem4.Size = new System.Drawing.Size(89, 37);
  277. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  278. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  279. this.layoutControlItem4.TextVisible = false;
  280. //
  281. // layoutControlItem5
  282. //
  283. this.layoutControlItem5.Control = this.btnOk;
  284. this.layoutControlItem5.Location = new System.Drawing.Point(294, 273);
  285. this.layoutControlItem5.MaxSize = new System.Drawing.Size(83, 37);
  286. this.layoutControlItem5.MinSize = new System.Drawing.Size(83, 37);
  287. this.layoutControlItem5.Name = "layoutControlItem5";
  288. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  289. this.layoutControlItem5.Size = new System.Drawing.Size(83, 37);
  290. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  291. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  292. this.layoutControlItem5.TextVisible = false;
  293. //
  294. // layoutControlItem7
  295. //
  296. this.layoutControlItem7.Control = this.txtStartSec;
  297. this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  298. this.layoutControlItem7.CustomizationFormText = "门限";
  299. this.layoutControlItem7.Location = new System.Drawing.Point(0, 112);
  300. this.layoutControlItem7.MaxSize = new System.Drawing.Size(0, 54);
  301. this.layoutControlItem7.MinSize = new System.Drawing.Size(54, 54);
  302. this.layoutControlItem7.Name = "layoutControlItem7";
  303. this.layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 10, 12, 2);
  304. this.layoutControlItem7.Size = new System.Drawing.Size(192, 54);
  305. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  306. this.layoutControlItem7.Text = "开始秒数";
  307. this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top;
  308. this.layoutControlItem7.TextSize = new System.Drawing.Size(48, 14);
  309. //
  310. // emptySpaceItem1
  311. //
  312. this.emptySpaceItem1.AllowHotTrack = false;
  313. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 273);
  314. this.emptySpaceItem1.Name = "emptySpaceItem1";
  315. this.emptySpaceItem1.Size = new System.Drawing.Size(205, 37);
  316. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  317. //
  318. // layoutControlItem10
  319. //
  320. this.layoutControlItem10.Control = this.txtSampleFile;
  321. this.layoutControlItem10.Location = new System.Drawing.Point(0, 166);
  322. this.layoutControlItem10.MaxSize = new System.Drawing.Size(0, 53);
  323. this.layoutControlItem10.MinSize = new System.Drawing.Size(54, 53);
  324. this.layoutControlItem10.Name = "layoutControlItem10";
  325. this.layoutControlItem10.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  326. this.layoutControlItem10.Size = new System.Drawing.Size(377, 53);
  327. this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  328. this.layoutControlItem10.Text = "样本文件";
  329. this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Top;
  330. this.layoutControlItem10.TextSize = new System.Drawing.Size(48, 14);
  331. //
  332. // layoutControlItem11
  333. //
  334. this.layoutControlItem11.Control = this.txtRmark;
  335. this.layoutControlItem11.Location = new System.Drawing.Point(0, 219);
  336. this.layoutControlItem11.Name = "layoutControlItem11";
  337. this.layoutControlItem11.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 5, 2);
  338. this.layoutControlItem11.Size = new System.Drawing.Size(377, 54);
  339. this.layoutControlItem11.Text = "备注";
  340. this.layoutControlItem11.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
  341. this.layoutControlItem11.TextLocation = DevExpress.Utils.Locations.Top;
  342. this.layoutControlItem11.TextSize = new System.Drawing.Size(50, 20);
  343. this.layoutControlItem11.TextToControlDistance = 5;
  344. //
  345. // layoutControlItem9
  346. //
  347. this.layoutControlItem9.Control = this.txtEndSec;
  348. this.layoutControlItem9.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  349. this.layoutControlItem9.CustomizationFormText = "门限";
  350. this.layoutControlItem9.Location = new System.Drawing.Point(192, 112);
  351. this.layoutControlItem9.MaxSize = new System.Drawing.Size(0, 54);
  352. this.layoutControlItem9.MinSize = new System.Drawing.Size(54, 54);
  353. this.layoutControlItem9.Name = "layoutControlItem9";
  354. this.layoutControlItem9.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  355. this.layoutControlItem9.Size = new System.Drawing.Size(185, 54);
  356. this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  357. this.layoutControlItem9.Text = "结束秒数";
  358. this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Top;
  359. this.layoutControlItem9.TextSize = new System.Drawing.Size(48, 14);
  360. //
  361. // layoutControlItem3
  362. //
  363. this.layoutControlItem3.Control = this.searchLookRef;
  364. this.layoutControlItem3.Location = new System.Drawing.Point(192, 0);
  365. this.layoutControlItem3.Name = "layoutControlItem3";
  366. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  367. this.layoutControlItem3.Size = new System.Drawing.Size(185, 53);
  368. this.layoutControlItem3.Text = "参考站";
  369. this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  370. this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
  371. //
  372. // layoutControlItem1
  373. //
  374. this.layoutControlItem1.Control = this.txtFsHz;
  375. this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  376. this.layoutControlItem1.CustomizationFormText = "信号带宽";
  377. this.layoutControlItem1.Location = new System.Drawing.Point(192, 53);
  378. this.layoutControlItem1.MinSize = new System.Drawing.Size(50, 25);
  379. this.layoutControlItem1.Name = "layoutControlItem1";
  380. this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  381. this.layoutControlItem1.Size = new System.Drawing.Size(185, 59);
  382. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  383. this.layoutControlItem1.Text = "采样率";
  384. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  385. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  386. //
  387. // layoutControlItem8
  388. //
  389. this.layoutControlItem8.Control = this.txtRefSig;
  390. this.layoutControlItem8.Location = new System.Drawing.Point(0, 54);
  391. this.layoutControlItem8.MinSize = new System.Drawing.Size(50, 25);
  392. this.layoutControlItem8.Name = "layoutControlItem8";
  393. this.layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 10, 12, 2);
  394. this.layoutControlItem8.Size = new System.Drawing.Size(192, 58);
  395. this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  396. this.layoutControlItem8.Text = "参考信号";
  397. this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
  398. this.layoutControlItem8.TextSize = new System.Drawing.Size(48, 14);
  399. //
  400. // dxErrorProvider
  401. //
  402. this.dxErrorProvider.ContainerControl = this;
  403. //
  404. // txtRefSig
  405. //
  406. this.txtRefSig.Location = new System.Drawing.Point(22, 103);
  407. this.txtRefSig.MaximumSize = new System.Drawing.Size(0, 22);
  408. this.txtRefSig.MinimumSize = new System.Drawing.Size(0, 22);
  409. this.txtRefSig.Name = "txtRefSig";
  410. this.txtRefSig.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  411. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  412. this.txtRefSig.Properties.NullText = "";
  413. this.txtRefSig.Properties.PopupView = this.gridView1;
  414. this.txtRefSig.Size = new System.Drawing.Size(180, 20);
  415. this.txtRefSig.StyleController = this.layoutControl1;
  416. this.txtRefSig.TabIndex = 12;
  417. //
  418. // gridView1
  419. //
  420. this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  421. this.gridView1.Name = "gridView1";
  422. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  423. this.gridView1.OptionsView.ShowGroupPanel = false;
  424. //
  425. // SampleEditor
  426. //
  427. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  428. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  429. this.ClientSize = new System.Drawing.Size(417, 350);
  430. this.Controls.Add(this.layoutControl1);
  431. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  432. this.Name = "SampleEditor";
  433. this.Text = "SampleEditor";
  434. this.Load += new System.EventHandler(this.SampleEditor_Load);
  435. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  436. this.layoutControl1.ResumeLayout(false);
  437. ((System.ComponentModel.ISupportInitialize)(this.txtSampleName.Properties)).EndInit();
  438. ((System.ComponentModel.ISupportInitialize)(this.txtStartSec.Properties)).EndInit();
  439. ((System.ComponentModel.ISupportInitialize)(this.txtFsHz.Properties)).EndInit();
  440. ((System.ComponentModel.ISupportInitialize)(this.txtEndSec.Properties)).EndInit();
  441. ((System.ComponentModel.ISupportInitialize)(this.txtSampleFile.Properties)).EndInit();
  442. ((System.ComponentModel.ISupportInitialize)(this.txtRmark.Properties)).EndInit();
  443. ((System.ComponentModel.ISupportInitialize)(this.searchLookRef.Properties)).EndInit();
  444. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
  445. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  446. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  447. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  448. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  449. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  450. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  451. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
  452. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
  453. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
  454. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  455. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  456. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  457. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
  458. ((System.ComponentModel.ISupportInitialize)(this.txtRefSig.Properties)).EndInit();
  459. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  460. this.ResumeLayout(false);
  461. }
  462. #endregion
  463. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  464. private DevExpress.XtraLayout.LayoutControlGroup Root;
  465. private DevExpress.XtraEditors.SimpleButton btnOk;
  466. private DevExpress.XtraEditors.SimpleButton btnCancel;
  467. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  468. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  469. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  470. private DevExpress.XtraEditors.ButtonEdit txtSampleName;
  471. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
  472. private DevExpress.XtraEditors.ButtonEdit txtStartSec;
  473. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  474. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  475. private DevExpress.XtraEditors.ButtonEdit txtFsHz;
  476. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  477. private DevExpress.XtraEditors.ButtonEdit txtEndSec;
  478. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  479. private DevExpress.XtraEditors.ButtonEdit txtSampleFile;
  480. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
  481. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  482. private DevExpress.XtraEditors.ButtonEdit txtRmark;
  483. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
  484. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  485. private DevExpress.XtraEditors.SearchLookUpEdit searchLookRef;
  486. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  487. private DevExpress.XtraEditors.SearchLookUpEdit txtRefSig;
  488. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  489. }
  490. }