DetectToolForm.designer.cs 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837
  1. namespace XdCxRhDW.App.CorTools
  2. {
  3. partial class DetectToolForm
  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. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions4 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  44. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject13 = new DevExpress.Utils.SerializableAppearanceObject();
  45. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject14 = new DevExpress.Utils.SerializableAppearanceObject();
  46. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject15 = new DevExpress.Utils.SerializableAppearanceObject();
  47. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject16 = new DevExpress.Utils.SerializableAppearanceObject();
  48. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions5 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  49. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject17 = new DevExpress.Utils.SerializableAppearanceObject();
  50. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject18 = new DevExpress.Utils.SerializableAppearanceObject();
  51. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject19 = new DevExpress.Utils.SerializableAppearanceObject();
  52. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject20 = new DevExpress.Utils.SerializableAppearanceObject();
  53. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  54. this.txtFileTime = new DevExpress.XtraEditors.DateEdit();
  55. this.btnCalc = new DevExpress.XtraEditors.SimpleButton();
  56. this.chkDama = new DevExpress.XtraEditors.CheckEdit();
  57. this.btnCheck = new DevExpress.XtraEditors.SimpleButton();
  58. this.gcCheckCgRes = new DevExpress.XtraGrid.GridControl();
  59. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  60. this.dt = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.df = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.snr = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.smpstart = new DevExpress.XtraGrid.Columns.GridColumn();
  64. this.smplen = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  66. this.tm = new DevExpress.XtraGrid.Columns.GridColumn();
  67. this.file1 = new DevExpress.XtraGrid.Columns.GridColumn();
  68. this.file2 = new DevExpress.XtraGrid.Columns.GridColumn();
  69. this.sigType = new DevExpress.XtraGrid.Columns.GridColumn();
  70. this.tePos = new DevExpress.XtraEditors.TextEdit();
  71. this.teCount = new DevExpress.XtraEditors.TextEdit();
  72. this.btnFile1 = new DevExpress.XtraEditors.ButtonEdit();
  73. this.btnFile2 = new DevExpress.XtraEditors.ButtonEdit();
  74. this.ckIBS = new DevExpress.XtraEditors.CheckEdit();
  75. this.ckKY = new DevExpress.XtraEditors.CheckEdit();
  76. this.btnDrawImage = new DevExpress.XtraEditors.SimpleButton();
  77. this.tefs = new DevExpress.XtraEditors.ButtonEdit();
  78. this.teCenter = new DevExpress.XtraEditors.ButtonEdit();
  79. this.teRange = new DevExpress.XtraEditors.ButtonEdit();
  80. this.teDfRange = new DevExpress.XtraEditors.ButtonEdit();
  81. this.teSnr = new DevExpress.XtraEditors.ButtonEdit();
  82. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  83. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  84. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  85. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  86. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  87. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  88. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  89. this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
  90. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  91. this.lciStartPos = new DevExpress.XtraLayout.LayoutControlItem();
  92. this.lciSampleLength = new DevExpress.XtraLayout.LayoutControlItem();
  93. this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
  94. this.lciBtnCheck = new DevExpress.XtraLayout.LayoutControlItem();
  95. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  96. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  97. this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
  98. this.layoutItemDrawImage = new DevExpress.XtraLayout.LayoutControlItem();
  99. this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
  100. this.UserName = new DevExpress.XtraGrid.Columns.GridColumn();
  101. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  102. this.layoutControl1.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.txtFileTime.Properties)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.txtFileTime.Properties.CalendarTimeProperties)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.chkDama.Properties)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.gcCheckCgRes)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.tePos.Properties)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.teCount.Properties)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.btnFile1.Properties)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.btnFile2.Properties)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.ckIBS.Properties)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.ckKY.Properties)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.tefs.Properties)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.teCenter.Properties)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.teRange.Properties)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.teDfRange.Properties)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.teSnr.Properties)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.lciStartPos)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.lciSampleLength)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.lciBtnCheck)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.layoutItemDrawImage)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
  137. this.SuspendLayout();
  138. //
  139. // layoutControl1
  140. //
  141. this.layoutControl1.Controls.Add(this.txtFileTime);
  142. this.layoutControl1.Controls.Add(this.btnCalc);
  143. this.layoutControl1.Controls.Add(this.chkDama);
  144. this.layoutControl1.Controls.Add(this.btnCheck);
  145. this.layoutControl1.Controls.Add(this.gcCheckCgRes);
  146. this.layoutControl1.Controls.Add(this.tePos);
  147. this.layoutControl1.Controls.Add(this.teCount);
  148. this.layoutControl1.Controls.Add(this.btnFile1);
  149. this.layoutControl1.Controls.Add(this.btnFile2);
  150. this.layoutControl1.Controls.Add(this.ckIBS);
  151. this.layoutControl1.Controls.Add(this.ckKY);
  152. this.layoutControl1.Controls.Add(this.btnDrawImage);
  153. this.layoutControl1.Controls.Add(this.tefs);
  154. this.layoutControl1.Controls.Add(this.teCenter);
  155. this.layoutControl1.Controls.Add(this.teRange);
  156. this.layoutControl1.Controls.Add(this.teDfRange);
  157. this.layoutControl1.Controls.Add(this.teSnr);
  158. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  159. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  160. this.layoutControl1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  161. this.layoutControl1.Name = "layoutControl1";
  162. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(620, 232, 1300, 800);
  163. this.layoutControl1.Root = this.Root;
  164. this.layoutControl1.Size = new System.Drawing.Size(1100, 488);
  165. this.layoutControl1.TabIndex = 0;
  166. this.layoutControl1.Text = "layoutControl1";
  167. //
  168. // txtFileTime
  169. //
  170. this.txtFileTime.EditValue = null;
  171. this.txtFileTime.Location = new System.Drawing.Point(58, 57);
  172. this.txtFileTime.Name = "txtFileTime";
  173. this.txtFileTime.Properties.AutoHeight = false;
  174. this.txtFileTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  175. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  176. this.txtFileTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  177. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  178. this.txtFileTime.Size = new System.Drawing.Size(80, 23);
  179. this.txtFileTime.StyleController = this.layoutControl1;
  180. this.txtFileTime.TabIndex = 20;
  181. //
  182. // btnCalc
  183. //
  184. this.btnCalc.Location = new System.Drawing.Point(899, 31);
  185. this.btnCalc.Name = "btnCalc";
  186. this.btnCalc.Size = new System.Drawing.Size(96, 22);
  187. this.btnCalc.StyleController = this.layoutControl1;
  188. this.btnCalc.TabIndex = 19;
  189. this.btnCalc.Text = "文件参估";
  190. this.btnCalc.Click += new System.EventHandler(this.btnCalc_Click);
  191. //
  192. // chkDama
  193. //
  194. this.chkDama.Location = new System.Drawing.Point(799, 6);
  195. this.chkDama.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  196. this.chkDama.Name = "chkDama";
  197. this.chkDama.Properties.Caption = "DAMA";
  198. this.chkDama.Size = new System.Drawing.Size(96, 20);
  199. this.chkDama.StyleController = this.layoutControl1;
  200. this.chkDama.TabIndex = 16;
  201. this.chkDama.TabStop = false;
  202. this.chkDama.CheckedChanged += new System.EventHandler(this.chkDama_CheckedChanged);
  203. //
  204. // btnCheck
  205. //
  206. this.btnCheck.Location = new System.Drawing.Point(799, 31);
  207. this.btnCheck.Name = "btnCheck";
  208. this.btnCheck.Size = new System.Drawing.Size(96, 22);
  209. this.btnCheck.StyleController = this.layoutControl1;
  210. this.btnCheck.TabIndex = 15;
  211. this.btnCheck.Text = "检测";
  212. this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
  213. //
  214. // gcCheckCgRes
  215. //
  216. this.gcCheckCgRes.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
  217. this.gcCheckCgRes.Location = new System.Drawing.Point(5, 84);
  218. this.gcCheckCgRes.MainView = this.gridView1;
  219. this.gcCheckCgRes.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  220. this.gcCheckCgRes.Name = "gcCheckCgRes";
  221. this.gcCheckCgRes.Size = new System.Drawing.Size(1090, 399);
  222. this.gcCheckCgRes.TabIndex = 12;
  223. this.gcCheckCgRes.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  224. this.gridView1});
  225. //
  226. // gridView1
  227. //
  228. this.gridView1.Appearance.Row.Options.UseTextOptions = true;
  229. this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  230. this.gridView1.ColumnPanelRowHeight = 0;
  231. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  232. this.UserName,
  233. this.dt,
  234. this.df,
  235. this.snr,
  236. this.smpstart,
  237. this.smplen,
  238. this.gridColumn1,
  239. this.tm,
  240. this.file1,
  241. this.file2,
  242. this.sigType});
  243. this.gridView1.DetailHeight = 169;
  244. this.gridView1.FooterPanelHeight = 0;
  245. this.gridView1.GridControl = this.gcCheckCgRes;
  246. this.gridView1.GroupRowHeight = 0;
  247. this.gridView1.Name = "gridView1";
  248. this.gridView1.OptionsBehavior.Editable = false;
  249. this.gridView1.OptionsEditForm.PopupEditFormWidth = 431;
  250. this.gridView1.OptionsMenu.EnableColumnMenu = false;
  251. this.gridView1.OptionsView.ShowDetailButtons = false;
  252. this.gridView1.OptionsView.ShowGroupExpandCollapseButtons = false;
  253. this.gridView1.OptionsView.ShowGroupPanel = false;
  254. this.gridView1.OptionsView.ShowIndicator = false;
  255. this.gridView1.OptionsView.ShowPreviewRowLines = DevExpress.Utils.DefaultBoolean.False;
  256. this.gridView1.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.False;
  257. this.gridView1.RowHeight = 0;
  258. this.gridView1.ViewCaptionHeight = 0;
  259. //
  260. // dt
  261. //
  262. this.dt.Caption = "时差(us)";
  263. this.dt.FieldName = "dt";
  264. this.dt.MinWidth = 22;
  265. this.dt.Name = "dt";
  266. this.dt.Visible = true;
  267. this.dt.VisibleIndex = 5;
  268. this.dt.Width = 109;
  269. //
  270. // df
  271. //
  272. this.df.Caption = "频差(Hz)";
  273. this.df.FieldName = "df";
  274. this.df.MinWidth = 22;
  275. this.df.Name = "df";
  276. this.df.Visible = true;
  277. this.df.VisibleIndex = 7;
  278. this.df.Width = 109;
  279. //
  280. // snr
  281. //
  282. this.snr.Caption = "信噪比";
  283. this.snr.FieldName = "snr";
  284. this.snr.MinWidth = 22;
  285. this.snr.Name = "snr";
  286. this.snr.Visible = true;
  287. this.snr.VisibleIndex = 8;
  288. this.snr.Width = 83;
  289. //
  290. // smpstart
  291. //
  292. this.smpstart.Caption = "起始样点";
  293. this.smpstart.FieldName = "smpstart";
  294. this.smpstart.MinWidth = 22;
  295. this.smpstart.Name = "smpstart";
  296. this.smpstart.Visible = true;
  297. this.smpstart.VisibleIndex = 3;
  298. this.smpstart.Width = 90;
  299. //
  300. // smplen
  301. //
  302. this.smplen.Caption = "样点长度";
  303. this.smplen.FieldName = "smplen";
  304. this.smplen.MinWidth = 22;
  305. this.smplen.Name = "smplen";
  306. this.smplen.Visible = true;
  307. this.smplen.VisibleIndex = 4;
  308. this.smplen.Width = 90;
  309. //
  310. // gridColumn1
  311. //
  312. this.gridColumn1.Caption = "信号时间";
  313. this.gridColumn1.FieldName = "SigTime";
  314. this.gridColumn1.Name = "gridColumn1";
  315. this.gridColumn1.Visible = true;
  316. this.gridColumn1.VisibleIndex = 6;
  317. //
  318. // tm
  319. //
  320. this.tm.Caption = "耗时(ms)";
  321. this.tm.FieldName = "tm";
  322. this.tm.MinWidth = 22;
  323. this.tm.Name = "tm";
  324. this.tm.Visible = true;
  325. this.tm.VisibleIndex = 9;
  326. this.tm.Width = 69;
  327. //
  328. // file1
  329. //
  330. this.file1.Caption = "文件1";
  331. this.file1.FieldName = "file1";
  332. this.file1.MinWidth = 22;
  333. this.file1.Name = "file1";
  334. this.file1.Visible = true;
  335. this.file1.VisibleIndex = 2;
  336. this.file1.Width = 165;
  337. //
  338. // file2
  339. //
  340. this.file2.Caption = "文件2";
  341. this.file2.FieldName = "file2";
  342. this.file2.MinWidth = 22;
  343. this.file2.Name = "file2";
  344. this.file2.Visible = true;
  345. this.file2.VisibleIndex = 1;
  346. this.file2.Width = 127;
  347. //
  348. // sigType
  349. //
  350. this.sigType.Caption = "信号类型";
  351. this.sigType.FieldName = "SigType";
  352. this.sigType.Name = "sigType";
  353. this.sigType.Visible = true;
  354. this.sigType.VisibleIndex = 10;
  355. //
  356. // tePos
  357. //
  358. this.tePos.EditValue = "0";
  359. this.tePos.Location = new System.Drawing.Point(882, 57);
  360. this.tePos.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  361. this.tePos.Name = "tePos";
  362. this.tePos.Size = new System.Drawing.Size(76, 20);
  363. this.tePos.StyleController = this.layoutControl1;
  364. this.tePos.TabIndex = 10;
  365. //
  366. // teCount
  367. //
  368. this.teCount.EditValue = "0";
  369. this.teCount.Location = new System.Drawing.Point(1019, 57);
  370. this.teCount.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  371. this.teCount.Name = "teCount";
  372. this.teCount.Size = new System.Drawing.Size(76, 20);
  373. this.teCount.StyleController = this.layoutControl1;
  374. this.teCount.TabIndex = 9;
  375. this.teCount.ToolTip = "0表示文件末尾";
  376. //
  377. // btnFile1
  378. //
  379. this.btnFile1.AllowDrop = true;
  380. this.btnFile1.Location = new System.Drawing.Point(69, 5);
  381. this.btnFile1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  382. this.btnFile1.Name = "btnFile1";
  383. this.btnFile1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  384. new DevExpress.XtraEditors.Controls.EditorButton()});
  385. this.btnFile1.Size = new System.Drawing.Size(726, 20);
  386. this.btnFile1.StyleController = this.layoutControl1;
  387. this.btnFile1.TabIndex = 5;
  388. //
  389. // btnFile2
  390. //
  391. this.btnFile2.AllowDrop = true;
  392. this.btnFile2.Location = new System.Drawing.Point(69, 31);
  393. this.btnFile2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  394. this.btnFile2.Name = "btnFile2";
  395. this.btnFile2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  396. new DevExpress.XtraEditors.Controls.EditorButton()});
  397. this.btnFile2.Size = new System.Drawing.Size(726, 20);
  398. this.btnFile2.StyleController = this.layoutControl1;
  399. this.btnFile2.TabIndex = 4;
  400. //
  401. // ckIBS
  402. //
  403. this.ckIBS.Location = new System.Drawing.Point(899, 6);
  404. this.ckIBS.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  405. this.ckIBS.Name = "ckIBS";
  406. this.ckIBS.Properties.Caption = "IBS";
  407. this.ckIBS.Size = new System.Drawing.Size(96, 20);
  408. this.ckIBS.StyleController = this.layoutControl1;
  409. this.ckIBS.TabIndex = 17;
  410. this.ckIBS.TabStop = false;
  411. this.ckIBS.CheckedChanged += new System.EventHandler(this.ckIBS_CheckedChanged);
  412. //
  413. // ckKY
  414. //
  415. this.ckKY.Location = new System.Drawing.Point(999, 6);
  416. this.ckKY.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  417. this.ckKY.Name = "ckKY";
  418. this.ckKY.Properties.Caption = "能量检测";
  419. this.ckKY.Size = new System.Drawing.Size(96, 20);
  420. this.ckKY.StyleController = this.layoutControl1;
  421. this.ckKY.TabIndex = 18;
  422. this.ckKY.TabStop = false;
  423. this.ckKY.CheckedChanged += new System.EventHandler(this.ckKY_CheckedChanged);
  424. //
  425. // btnDrawImage
  426. //
  427. this.btnDrawImage.Location = new System.Drawing.Point(999, 31);
  428. this.btnDrawImage.Name = "btnDrawImage";
  429. this.btnDrawImage.Size = new System.Drawing.Size(96, 22);
  430. this.btnDrawImage.StyleController = this.layoutControl1;
  431. this.btnDrawImage.TabIndex = 15;
  432. this.btnDrawImage.Text = "画图";
  433. this.btnDrawImage.Click += new System.EventHandler(this.btnDrawImage_Click);
  434. //
  435. // tefs
  436. //
  437. this.tefs.EditValue = "0.096";
  438. this.tefs.Location = new System.Drawing.Point(187, 57);
  439. this.tefs.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  440. this.tefs.Name = "tefs";
  441. this.tefs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  442. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  443. this.tefs.Size = new System.Drawing.Size(88, 23);
  444. this.tefs.StyleController = this.layoutControl1;
  445. this.tefs.TabIndex = 6;
  446. //
  447. // teCenter
  448. //
  449. this.teCenter.EditValue = "0";
  450. this.teCenter.Location = new System.Drawing.Point(336, 57);
  451. this.teCenter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  452. this.teCenter.Name = "teCenter";
  453. this.teCenter.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  454. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "us", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  455. this.teCenter.Size = new System.Drawing.Size(76, 23);
  456. this.teCenter.StyleController = this.layoutControl1;
  457. this.teCenter.TabIndex = 7;
  458. //
  459. // teRange
  460. //
  461. this.teRange.EditValue = "40000";
  462. this.teRange.Location = new System.Drawing.Point(495, 57);
  463. this.teRange.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  464. this.teRange.Name = "teRange";
  465. this.teRange.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  466. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "us", -1, false, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  467. this.teRange.Size = new System.Drawing.Size(54, 23);
  468. this.teRange.StyleController = this.layoutControl1;
  469. this.teRange.TabIndex = 8;
  470. //
  471. // teDfRange
  472. //
  473. this.teDfRange.EditValue = "16384";
  474. this.teDfRange.Location = new System.Drawing.Point(633, 57);
  475. this.teDfRange.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  476. this.teDfRange.Name = "teDfRange";
  477. this.teDfRange.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  478. 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)});
  479. this.teDfRange.Size = new System.Drawing.Size(52, 23);
  480. this.teDfRange.StyleController = this.layoutControl1;
  481. this.teDfRange.TabIndex = 11;
  482. //
  483. // teSnr
  484. //
  485. this.teSnr.EditValue = "14";
  486. this.teSnr.Location = new System.Drawing.Point(758, 57);
  487. this.teSnr.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  488. this.teSnr.Name = "teSnr";
  489. this.teSnr.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  490. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "dB", -1, false, true, false, editorButtonImageOptions5, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject17, serializableAppearanceObject18, serializableAppearanceObject19, serializableAppearanceObject20, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  491. this.teSnr.Size = new System.Drawing.Size(64, 23);
  492. this.teSnr.StyleController = this.layoutControl1;
  493. this.teSnr.TabIndex = 14;
  494. //
  495. // Root
  496. //
  497. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  498. this.Root.GroupBordersVisible = false;
  499. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  500. this.layoutControlItem2,
  501. this.layoutControlItem3,
  502. this.layoutControlItem9,
  503. this.layoutControlItem1,
  504. this.layoutControlItem4,
  505. this.layoutControlItem5,
  506. this.layoutControlItem10,
  507. this.layoutControlItem8,
  508. this.lciStartPos,
  509. this.lciSampleLength,
  510. this.layoutControlItem12,
  511. this.lciBtnCheck,
  512. this.layoutControlItem6,
  513. this.layoutControlItem7,
  514. this.layoutControlItem11,
  515. this.layoutItemDrawImage,
  516. this.layoutControlItem13});
  517. this.Root.Name = "Root";
  518. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  519. this.Root.Size = new System.Drawing.Size(1100, 488);
  520. this.Root.TextVisible = false;
  521. //
  522. // layoutControlItem2
  523. //
  524. this.layoutControlItem2.Control = this.btnFile1;
  525. this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
  526. this.layoutControlItem2.Name = "layoutControlItem2";
  527. this.layoutControlItem2.Size = new System.Drawing.Size(794, 26);
  528. this.layoutControlItem2.Text = "信号文件1:";
  529. this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  530. this.layoutControlItem2.TextSize = new System.Drawing.Size(59, 14);
  531. this.layoutControlItem2.TextToControlDistance = 5;
  532. //
  533. // layoutControlItem3
  534. //
  535. this.layoutControlItem3.Control = this.tefs;
  536. this.layoutControlItem3.Location = new System.Drawing.Point(137, 52);
  537. this.layoutControlItem3.Name = "layoutControlItem3";
  538. this.layoutControlItem3.Size = new System.Drawing.Size(137, 27);
  539. this.layoutControlItem3.Text = "采样率:";
  540. this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  541. this.layoutControlItem3.TextSize = new System.Drawing.Size(40, 14);
  542. this.layoutControlItem3.TextToControlDistance = 5;
  543. //
  544. // layoutControlItem9
  545. //
  546. this.layoutControlItem9.Control = this.gcCheckCgRes;
  547. this.layoutControlItem9.Location = new System.Drawing.Point(0, 79);
  548. this.layoutControlItem9.Name = "layoutControlItem9";
  549. this.layoutControlItem9.Size = new System.Drawing.Size(1094, 403);
  550. this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
  551. this.layoutControlItem9.TextVisible = false;
  552. //
  553. // layoutControlItem1
  554. //
  555. this.layoutControlItem1.Control = this.btnFile2;
  556. this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
  557. this.layoutControlItem1.Name = "layoutControlItem1";
  558. this.layoutControlItem1.Size = new System.Drawing.Size(794, 26);
  559. this.layoutControlItem1.Text = "信号文件2:";
  560. this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  561. this.layoutControlItem1.TextSize = new System.Drawing.Size(59, 14);
  562. this.layoutControlItem1.TextToControlDistance = 5;
  563. //
  564. // layoutControlItem4
  565. //
  566. this.layoutControlItem4.Control = this.teCenter;
  567. this.layoutControlItem4.Location = new System.Drawing.Point(274, 52);
  568. this.layoutControlItem4.Name = "layoutControlItem4";
  569. this.layoutControlItem4.Size = new System.Drawing.Size(137, 27);
  570. this.layoutControlItem4.Text = "时差中心:";
  571. this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  572. this.layoutControlItem4.TextSize = new System.Drawing.Size(52, 14);
  573. this.layoutControlItem4.TextToControlDistance = 5;
  574. //
  575. // layoutControlItem5
  576. //
  577. this.layoutControlItem5.Control = this.teRange;
  578. this.layoutControlItem5.Location = new System.Drawing.Point(411, 52);
  579. this.layoutControlItem5.Name = "layoutControlItem5";
  580. this.layoutControlItem5.Size = new System.Drawing.Size(137, 27);
  581. this.layoutControlItem5.Text = "时差范围(us):";
  582. this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  583. this.layoutControlItem5.TextSize = new System.Drawing.Size(74, 14);
  584. this.layoutControlItem5.TextToControlDistance = 5;
  585. //
  586. // layoutControlItem10
  587. //
  588. this.layoutControlItem10.Control = this.teSnr;
  589. this.layoutControlItem10.Location = new System.Drawing.Point(684, 52);
  590. this.layoutControlItem10.Name = "layoutControlItem10";
  591. this.layoutControlItem10.Size = new System.Drawing.Size(137, 27);
  592. this.layoutControlItem10.Text = "信噪比门限:";
  593. this.layoutControlItem10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  594. this.layoutControlItem10.TextSize = new System.Drawing.Size(64, 14);
  595. this.layoutControlItem10.TextToControlDistance = 5;
  596. //
  597. // layoutControlItem8
  598. //
  599. this.layoutControlItem8.Control = this.teDfRange;
  600. this.layoutControlItem8.Location = new System.Drawing.Point(548, 52);
  601. this.layoutControlItem8.Name = "layoutControlItem8";
  602. this.layoutControlItem8.Size = new System.Drawing.Size(136, 27);
  603. this.layoutControlItem8.Text = "频差范围(Hz):";
  604. this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  605. this.layoutControlItem8.TextSize = new System.Drawing.Size(75, 14);
  606. this.layoutControlItem8.TextToControlDistance = 5;
  607. //
  608. // lciStartPos
  609. //
  610. this.lciStartPos.Control = this.tePos;
  611. this.lciStartPos.Location = new System.Drawing.Point(821, 52);
  612. this.lciStartPos.Name = "lciStartPos";
  613. this.lciStartPos.Size = new System.Drawing.Size(136, 27);
  614. this.lciStartPos.Text = "起始样点:";
  615. this.lciStartPos.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  616. this.lciStartPos.TextSize = new System.Drawing.Size(52, 14);
  617. this.lciStartPos.TextToControlDistance = 4;
  618. //
  619. // lciSampleLength
  620. //
  621. this.lciSampleLength.Control = this.teCount;
  622. this.lciSampleLength.Location = new System.Drawing.Point(957, 52);
  623. this.lciSampleLength.Name = "lciSampleLength";
  624. this.lciSampleLength.Size = new System.Drawing.Size(137, 27);
  625. this.lciSampleLength.Text = "样点长度:";
  626. this.lciSampleLength.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  627. this.lciSampleLength.TextSize = new System.Drawing.Size(52, 14);
  628. this.lciSampleLength.TextToControlDistance = 5;
  629. //
  630. // layoutControlItem12
  631. //
  632. this.layoutControlItem12.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
  633. this.layoutControlItem12.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
  634. this.layoutControlItem12.Control = this.chkDama;
  635. this.layoutControlItem12.Location = new System.Drawing.Point(794, 0);
  636. this.layoutControlItem12.MaxSize = new System.Drawing.Size(100, 26);
  637. this.layoutControlItem12.MinSize = new System.Drawing.Size(100, 26);
  638. this.layoutControlItem12.Name = "layoutControlItem12";
  639. this.layoutControlItem12.Size = new System.Drawing.Size(100, 26);
  640. this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  641. this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
  642. this.layoutControlItem12.TextVisible = false;
  643. //
  644. // lciBtnCheck
  645. //
  646. this.lciBtnCheck.Control = this.btnCheck;
  647. this.lciBtnCheck.Location = new System.Drawing.Point(794, 26);
  648. this.lciBtnCheck.MaxSize = new System.Drawing.Size(100, 26);
  649. this.lciBtnCheck.MinSize = new System.Drawing.Size(100, 26);
  650. this.lciBtnCheck.Name = "lciBtnCheck";
  651. this.lciBtnCheck.Size = new System.Drawing.Size(100, 26);
  652. this.lciBtnCheck.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  653. this.lciBtnCheck.TextSize = new System.Drawing.Size(0, 0);
  654. this.lciBtnCheck.TextVisible = false;
  655. //
  656. // layoutControlItem6
  657. //
  658. this.layoutControlItem6.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
  659. this.layoutControlItem6.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
  660. this.layoutControlItem6.Control = this.ckIBS;
  661. this.layoutControlItem6.Location = new System.Drawing.Point(894, 0);
  662. this.layoutControlItem6.MaxSize = new System.Drawing.Size(100, 26);
  663. this.layoutControlItem6.MinSize = new System.Drawing.Size(100, 26);
  664. this.layoutControlItem6.Name = "layoutControlItem6";
  665. this.layoutControlItem6.Size = new System.Drawing.Size(100, 26);
  666. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  667. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  668. this.layoutControlItem6.TextVisible = false;
  669. //
  670. // layoutControlItem7
  671. //
  672. this.layoutControlItem7.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
  673. this.layoutControlItem7.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
  674. this.layoutControlItem7.Control = this.ckKY;
  675. this.layoutControlItem7.Location = new System.Drawing.Point(994, 0);
  676. this.layoutControlItem7.MaxSize = new System.Drawing.Size(100, 24);
  677. this.layoutControlItem7.MinSize = new System.Drawing.Size(100, 24);
  678. this.layoutControlItem7.Name = "layoutControlItem7";
  679. this.layoutControlItem7.Size = new System.Drawing.Size(100, 26);
  680. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  681. this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  682. this.layoutControlItem7.TextVisible = false;
  683. //
  684. // layoutControlItem11
  685. //
  686. this.layoutControlItem11.Control = this.btnCalc;
  687. this.layoutControlItem11.Location = new System.Drawing.Point(894, 26);
  688. this.layoutControlItem11.MaxSize = new System.Drawing.Size(100, 26);
  689. this.layoutControlItem11.MinSize = new System.Drawing.Size(100, 26);
  690. this.layoutControlItem11.Name = "layoutControlItem11";
  691. this.layoutControlItem11.Size = new System.Drawing.Size(100, 26);
  692. this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  693. this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
  694. this.layoutControlItem11.TextVisible = false;
  695. //
  696. // layoutItemDrawImage
  697. //
  698. this.layoutItemDrawImage.Control = this.btnDrawImage;
  699. this.layoutItemDrawImage.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  700. this.layoutItemDrawImage.CustomizationFormText = "lciBtnCheck";
  701. this.layoutItemDrawImage.Location = new System.Drawing.Point(994, 26);
  702. this.layoutItemDrawImage.MaxSize = new System.Drawing.Size(100, 26);
  703. this.layoutItemDrawImage.MinSize = new System.Drawing.Size(100, 26);
  704. this.layoutItemDrawImage.Name = "layoutItemDrawImage";
  705. this.layoutItemDrawImage.Size = new System.Drawing.Size(100, 26);
  706. this.layoutItemDrawImage.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  707. this.layoutItemDrawImage.Text = "lciBtnCheck";
  708. this.layoutItemDrawImage.TextSize = new System.Drawing.Size(0, 0);
  709. this.layoutItemDrawImage.TextVisible = false;
  710. //
  711. // layoutControlItem13
  712. //
  713. this.layoutControlItem13.Control = this.txtFileTime;
  714. this.layoutControlItem13.Location = new System.Drawing.Point(0, 52);
  715. this.layoutControlItem13.Name = "layoutControlItem13";
  716. this.layoutControlItem13.Size = new System.Drawing.Size(137, 27);
  717. this.layoutControlItem13.Text = "文件时间";
  718. this.layoutControlItem13.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  719. this.layoutControlItem13.TextSize = new System.Drawing.Size(48, 14);
  720. this.layoutControlItem13.TextToControlDistance = 5;
  721. //
  722. // UserName
  723. //
  724. this.UserName.Caption = "用户";
  725. this.UserName.FieldName = "UserName";
  726. this.UserName.Name = "UserName";
  727. this.UserName.Visible = true;
  728. this.UserName.VisibleIndex = 0;
  729. //
  730. // DetectToolForm
  731. //
  732. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  733. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  734. this.ClientSize = new System.Drawing.Size(1100, 488);
  735. this.Controls.Add(this.layoutControl1);
  736. this.Margin = new System.Windows.Forms.Padding(2);
  737. this.MaximizeBox = false;
  738. this.Name = "DetectToolForm";
  739. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  740. this.Text = "信号检测工具";
  741. this.Load += new System.EventHandler(this.MainForm_Load);
  742. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  743. this.layoutControl1.ResumeLayout(false);
  744. ((System.ComponentModel.ISupportInitialize)(this.txtFileTime.Properties.CalendarTimeProperties)).EndInit();
  745. ((System.ComponentModel.ISupportInitialize)(this.txtFileTime.Properties)).EndInit();
  746. ((System.ComponentModel.ISupportInitialize)(this.chkDama.Properties)).EndInit();
  747. ((System.ComponentModel.ISupportInitialize)(this.gcCheckCgRes)).EndInit();
  748. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  749. ((System.ComponentModel.ISupportInitialize)(this.tePos.Properties)).EndInit();
  750. ((System.ComponentModel.ISupportInitialize)(this.teCount.Properties)).EndInit();
  751. ((System.ComponentModel.ISupportInitialize)(this.btnFile1.Properties)).EndInit();
  752. ((System.ComponentModel.ISupportInitialize)(this.btnFile2.Properties)).EndInit();
  753. ((System.ComponentModel.ISupportInitialize)(this.ckIBS.Properties)).EndInit();
  754. ((System.ComponentModel.ISupportInitialize)(this.ckKY.Properties)).EndInit();
  755. ((System.ComponentModel.ISupportInitialize)(this.tefs.Properties)).EndInit();
  756. ((System.ComponentModel.ISupportInitialize)(this.teCenter.Properties)).EndInit();
  757. ((System.ComponentModel.ISupportInitialize)(this.teRange.Properties)).EndInit();
  758. ((System.ComponentModel.ISupportInitialize)(this.teDfRange.Properties)).EndInit();
  759. ((System.ComponentModel.ISupportInitialize)(this.teSnr.Properties)).EndInit();
  760. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  761. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  762. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  763. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
  764. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  765. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  766. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  767. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
  768. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  769. ((System.ComponentModel.ISupportInitialize)(this.lciStartPos)).EndInit();
  770. ((System.ComponentModel.ISupportInitialize)(this.lciSampleLength)).EndInit();
  771. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
  772. ((System.ComponentModel.ISupportInitialize)(this.lciBtnCheck)).EndInit();
  773. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  774. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  775. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
  776. ((System.ComponentModel.ISupportInitialize)(this.layoutItemDrawImage)).EndInit();
  777. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
  778. this.ResumeLayout(false);
  779. }
  780. #endregion
  781. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  782. private DevExpress.XtraLayout.LayoutControlGroup Root;
  783. private DevExpress.XtraEditors.TextEdit tePos;
  784. private DevExpress.XtraEditors.TextEdit teCount;
  785. private DevExpress.XtraEditors.ButtonEdit btnFile1;
  786. private DevExpress.XtraEditors.ButtonEdit btnFile2;
  787. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  788. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  789. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  790. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  791. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  792. private DevExpress.XtraLayout.LayoutControlItem lciSampleLength;
  793. private DevExpress.XtraLayout.LayoutControlItem lciStartPos;
  794. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  795. private DevExpress.XtraGrid.GridControl gcCheckCgRes;
  796. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  797. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  798. private DevExpress.XtraGrid.Columns.GridColumn dt;
  799. private DevExpress.XtraGrid.Columns.GridColumn df;
  800. private DevExpress.XtraGrid.Columns.GridColumn snr;
  801. private DevExpress.XtraGrid.Columns.GridColumn smpstart;
  802. private DevExpress.XtraGrid.Columns.GridColumn smplen;
  803. private DevExpress.XtraGrid.Columns.GridColumn tm;
  804. private DevExpress.XtraGrid.Columns.GridColumn file1;
  805. private DevExpress.XtraGrid.Columns.GridColumn file2;
  806. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
  807. private DevExpress.XtraBars.BarSubItem barSubItem1;
  808. private DevExpress.XtraEditors.SimpleButton btnCheck;
  809. private DevExpress.XtraLayout.LayoutControlItem lciBtnCheck;
  810. private DevExpress.XtraEditors.CheckEdit chkDama;
  811. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
  812. private DevExpress.XtraEditors.CheckEdit ckIBS;
  813. private DevExpress.XtraEditors.CheckEdit ckKY;
  814. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  815. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  816. private DevExpress.XtraEditors.SimpleButton btnCalc;
  817. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
  818. private DevExpress.XtraEditors.SimpleButton btnDrawImage;
  819. private DevExpress.XtraLayout.LayoutControlItem layoutItemDrawImage;
  820. private DevExpress.XtraEditors.ButtonEdit tefs;
  821. private DevExpress.XtraEditors.ButtonEdit teCenter;
  822. private DevExpress.XtraEditors.ButtonEdit teRange;
  823. private DevExpress.XtraEditors.ButtonEdit teDfRange;
  824. private DevExpress.XtraEditors.ButtonEdit teSnr;
  825. private DevExpress.XtraEditors.DateEdit txtFileTime;
  826. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
  827. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  828. private DevExpress.XtraGrid.Columns.GridColumn sigType;
  829. private DevExpress.XtraGrid.Columns.GridColumn UserName;
  830. }
  831. }