SignalDdcMainCtrl.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. namespace Ips.Sps.Tools.SignalDdces
  2. {
  3. partial class SignalDdcMainCtrl
  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 Component 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. components = new System.ComponentModel.Container();
  29. bsMain = new BindingSource(components);
  30. dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
  31. btnDdc = new DevExpress.XtraEditors.SimpleButton();
  32. grdMain = new DevExpress.XtraGrid.GridControl();
  33. gvMain = new DevExpress.XtraGrid.Views.Grid.GridView();
  34. colFfc = new DevExpress.XtraGrid.Columns.GridColumn();
  35. colMutil = new DevExpress.XtraGrid.Columns.GridColumn();
  36. FileInButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  37. OutDirButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  38. FsButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  39. RealCheckEdit = new DevExpress.XtraEditors.CheckEdit();
  40. GpuCheckEdit = new DevExpress.XtraEditors.CheckEdit();
  41. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  42. layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  43. ItemForFileIn = new DevExpress.XtraLayout.LayoutControlItem();
  44. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  45. ItemForOutDir = new DevExpress.XtraLayout.LayoutControlItem();
  46. ItemForFs = new DevExpress.XtraLayout.LayoutControlItem();
  47. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  48. ItemForReal = new DevExpress.XtraLayout.LayoutControlItem();
  49. ItemForGpu = new DevExpress.XtraLayout.LayoutControlItem();
  50. dxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
  51. ((System.ComponentModel.ISupportInitialize)bsMain).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
  53. dataLayoutControl1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)grdMain).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)gvMain).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)FileInButtonEdit.Properties).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)OutDirButtonEdit.Properties).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)FsButtonEdit.Properties).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)RealCheckEdit.Properties).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)GpuCheckEdit.Properties).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)ItemForFileIn).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)ItemForOutDir).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)ItemForFs).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)ItemForReal).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)ItemForGpu).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)dxError).BeginInit();
  71. SuspendLayout();
  72. //
  73. // bsMain
  74. //
  75. bsMain.DataSource = typeof(SignalDdcViewModel);
  76. //
  77. // dataLayoutControl1
  78. //
  79. dataLayoutControl1.Controls.Add(btnDdc);
  80. dataLayoutControl1.Controls.Add(grdMain);
  81. dataLayoutControl1.Controls.Add(FileInButtonEdit);
  82. dataLayoutControl1.Controls.Add(OutDirButtonEdit);
  83. dataLayoutControl1.Controls.Add(FsButtonEdit);
  84. dataLayoutControl1.Controls.Add(RealCheckEdit);
  85. dataLayoutControl1.Controls.Add(GpuCheckEdit);
  86. dataLayoutControl1.DataSource = bsMain;
  87. dataLayoutControl1.Dock = DockStyle.Fill;
  88. dataLayoutControl1.Location = new Point(0, 0);
  89. dataLayoutControl1.Name = "dataLayoutControl1";
  90. dataLayoutControl1.Root = Root;
  91. dataLayoutControl1.Size = new Size(835, 452);
  92. dataLayoutControl1.TabIndex = 0;
  93. dataLayoutControl1.Text = "dataLayoutControl1";
  94. //
  95. // btnDdc
  96. //
  97. btnDdc.Location = new Point(761, 12);
  98. btnDdc.Name = "btnDdc";
  99. btnDdc.Size = new Size(62, 22);
  100. btnDdc.StyleController = dataLayoutControl1;
  101. btnDdc.TabIndex = 6;
  102. btnDdc.Text = "信道化";
  103. btnDdc.Click += btnDdc_Click;
  104. //
  105. // grdMain
  106. //
  107. grdMain.DataMember = "DdcItems";
  108. grdMain.DataSource = bsMain;
  109. grdMain.Location = new Point(12, 38);
  110. grdMain.MainView = gvMain;
  111. grdMain.Name = "grdMain";
  112. grdMain.Size = new Size(811, 402);
  113. grdMain.TabIndex = 7;
  114. grdMain.UseEmbeddedNavigator = true;
  115. grdMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvMain });
  116. //
  117. // gvMain
  118. //
  119. gvMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colFfc, colMutil });
  120. gvMain.GridControl = grdMain;
  121. gvMain.Name = "gvMain";
  122. gvMain.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
  123. gvMain.OptionsView.ShowGroupPanel = false;
  124. //
  125. // colFfc
  126. //
  127. colFfc.FieldName = "Ffc";
  128. colFfc.Name = "colFfc";
  129. colFfc.Visible = true;
  130. colFfc.VisibleIndex = 0;
  131. colFfc.Width = 181;
  132. //
  133. // colMutil
  134. //
  135. colMutil.FieldName = "Mutil";
  136. colMutil.Name = "colMutil";
  137. colMutil.Visible = true;
  138. colMutil.VisibleIndex = 1;
  139. colMutil.Width = 626;
  140. //
  141. // FileInButtonEdit
  142. //
  143. FileInButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "FileIn", true, DataSourceUpdateMode.OnPropertyChanged));
  144. FileInButtonEdit.Location = new Point(72, 12);
  145. FileInButtonEdit.Name = "FileInButtonEdit";
  146. FileInButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  147. FileInButtonEdit.Size = new Size(225, 20);
  148. FileInButtonEdit.StyleController = dataLayoutControl1;
  149. FileInButtonEdit.TabIndex = 0;
  150. FileInButtonEdit.ButtonClick += FileInButtonEdit_ButtonClick;
  151. //
  152. // OutDirButtonEdit
  153. //
  154. OutDirButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "OutDir", true, DataSourceUpdateMode.OnPropertyChanged));
  155. OutDirButtonEdit.Location = new Point(361, 12);
  156. OutDirButtonEdit.Name = "OutDirButtonEdit";
  157. OutDirButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  158. OutDirButtonEdit.Size = new Size(94, 20);
  159. OutDirButtonEdit.StyleController = dataLayoutControl1;
  160. OutDirButtonEdit.TabIndex = 2;
  161. OutDirButtonEdit.ButtonClick += OutDirButtonEdit_ButtonClick;
  162. //
  163. // FsButtonEdit
  164. //
  165. FsButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "Fs", true, DataSourceUpdateMode.OnPropertyChanged));
  166. FsButtonEdit.Location = new Point(519, 12);
  167. FsButtonEdit.Name = "FsButtonEdit";
  168. FsButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  169. FsButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  170. FsButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  171. FsButtonEdit.Properties.Mask.EditMask = "F";
  172. FsButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  173. FsButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  174. FsButtonEdit.Size = new Size(118, 20);
  175. FsButtonEdit.StyleController = dataLayoutControl1;
  176. FsButtonEdit.TabIndex = 3;
  177. //
  178. // RealCheckEdit
  179. //
  180. RealCheckEdit.DataBindings.Add(new Binding("EditValue", bsMain, "Real", true));
  181. RealCheckEdit.Location = new Point(641, 12);
  182. RealCheckEdit.Name = "RealCheckEdit";
  183. RealCheckEdit.Properties.Caption = "实数";
  184. RealCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
  185. RealCheckEdit.Size = new Size(56, 20);
  186. RealCheckEdit.StyleController = dataLayoutControl1;
  187. RealCheckEdit.TabIndex = 4;
  188. //
  189. // GpuCheckEdit
  190. //
  191. GpuCheckEdit.DataBindings.Add(new Binding("EditValue", bsMain, "Gpu", true));
  192. GpuCheckEdit.Location = new Point(701, 12);
  193. GpuCheckEdit.Name = "GpuCheckEdit";
  194. GpuCheckEdit.Properties.Caption = "GPU";
  195. GpuCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
  196. GpuCheckEdit.Size = new Size(56, 20);
  197. GpuCheckEdit.StyleController = dataLayoutControl1;
  198. GpuCheckEdit.TabIndex = 5;
  199. //
  200. // Root
  201. //
  202. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  203. Root.GroupBordersVisible = false;
  204. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
  205. Root.Name = "Root";
  206. Root.Size = new Size(835, 452);
  207. Root.TextVisible = false;
  208. //
  209. // layoutControlGroup1
  210. //
  211. layoutControlGroup1.AllowDrawBackground = false;
  212. layoutControlGroup1.GroupBordersVisible = false;
  213. layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForFileIn, layoutControlItem1, ItemForOutDir, ItemForFs, layoutControlItem2, ItemForReal, ItemForGpu });
  214. layoutControlGroup1.Location = new Point(0, 0);
  215. layoutControlGroup1.Name = "autoGeneratedGroup0";
  216. layoutControlGroup1.Size = new Size(815, 432);
  217. //
  218. // ItemForFileIn
  219. //
  220. ItemForFileIn.Control = FileInButtonEdit;
  221. ItemForFileIn.Location = new Point(0, 0);
  222. ItemForFileIn.Name = "ItemForFileIn";
  223. ItemForFileIn.Size = new Size(289, 26);
  224. ItemForFileIn.Text = "输入文件";
  225. ItemForFileIn.TextSize = new Size(48, 14);
  226. //
  227. // layoutControlItem1
  228. //
  229. layoutControlItem1.Control = grdMain;
  230. layoutControlItem1.Location = new Point(0, 26);
  231. layoutControlItem1.Name = "layoutControlItem1";
  232. layoutControlItem1.Size = new Size(815, 406);
  233. layoutControlItem1.TextSize = new Size(0, 0);
  234. layoutControlItem1.TextVisible = false;
  235. //
  236. // ItemForOutDir
  237. //
  238. ItemForOutDir.Control = OutDirButtonEdit;
  239. ItemForOutDir.Location = new Point(289, 0);
  240. ItemForOutDir.Name = "ItemForOutDir";
  241. ItemForOutDir.Size = new Size(158, 26);
  242. ItemForOutDir.Text = "输出路径";
  243. ItemForOutDir.TextSize = new Size(48, 14);
  244. //
  245. // ItemForFs
  246. //
  247. ItemForFs.Control = FsButtonEdit;
  248. ItemForFs.Location = new Point(447, 0);
  249. ItemForFs.MaxSize = new Size(182, 24);
  250. ItemForFs.MinSize = new Size(182, 24);
  251. ItemForFs.Name = "ItemForFs";
  252. ItemForFs.Size = new Size(182, 26);
  253. ItemForFs.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  254. ItemForFs.Text = "采样率";
  255. ItemForFs.TextSize = new Size(48, 14);
  256. //
  257. // layoutControlItem2
  258. //
  259. layoutControlItem2.Control = btnDdc;
  260. layoutControlItem2.Location = new Point(749, 0);
  261. layoutControlItem2.MaxSize = new Size(66, 26);
  262. layoutControlItem2.MinSize = new Size(66, 26);
  263. layoutControlItem2.Name = "layoutControlItem2";
  264. layoutControlItem2.Size = new Size(66, 26);
  265. layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  266. layoutControlItem2.TextSize = new Size(0, 0);
  267. layoutControlItem2.TextVisible = false;
  268. //
  269. // ItemForReal
  270. //
  271. ItemForReal.Control = RealCheckEdit;
  272. ItemForReal.Location = new Point(629, 0);
  273. ItemForReal.MaxSize = new Size(60, 24);
  274. ItemForReal.MinSize = new Size(60, 24);
  275. ItemForReal.Name = "ItemForReal";
  276. ItemForReal.Size = new Size(60, 26);
  277. ItemForReal.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  278. ItemForReal.Text = "实数";
  279. ItemForReal.TextSize = new Size(0, 0);
  280. ItemForReal.TextVisible = false;
  281. //
  282. // ItemForGpu
  283. //
  284. ItemForGpu.Control = GpuCheckEdit;
  285. ItemForGpu.Location = new Point(689, 0);
  286. ItemForGpu.MaxSize = new Size(60, 24);
  287. ItemForGpu.MinSize = new Size(60, 24);
  288. ItemForGpu.Name = "ItemForGpu";
  289. ItemForGpu.Size = new Size(60, 26);
  290. ItemForGpu.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  291. ItemForGpu.Text = "GPU";
  292. ItemForGpu.TextSize = new Size(0, 0);
  293. ItemForGpu.TextVisible = false;
  294. //
  295. // dxError
  296. //
  297. dxError.ContainerControl = this;
  298. //
  299. // SignalDdcMainCtrl
  300. //
  301. AutoScaleDimensions = new SizeF(7F, 14F);
  302. AutoScaleMode = AutoScaleMode.Font;
  303. Controls.Add(dataLayoutControl1);
  304. Name = "SignalDdcMainCtrl";
  305. Size = new Size(835, 452);
  306. Load += SignalDdcMainCtrl_Load;
  307. ((System.ComponentModel.ISupportInitialize)bsMain).EndInit();
  308. ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
  309. dataLayoutControl1.ResumeLayout(false);
  310. ((System.ComponentModel.ISupportInitialize)grdMain).EndInit();
  311. ((System.ComponentModel.ISupportInitialize)gvMain).EndInit();
  312. ((System.ComponentModel.ISupportInitialize)FileInButtonEdit.Properties).EndInit();
  313. ((System.ComponentModel.ISupportInitialize)OutDirButtonEdit.Properties).EndInit();
  314. ((System.ComponentModel.ISupportInitialize)FsButtonEdit.Properties).EndInit();
  315. ((System.ComponentModel.ISupportInitialize)RealCheckEdit.Properties).EndInit();
  316. ((System.ComponentModel.ISupportInitialize)GpuCheckEdit.Properties).EndInit();
  317. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)ItemForFileIn).EndInit();
  320. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  321. ((System.ComponentModel.ISupportInitialize)ItemForOutDir).EndInit();
  322. ((System.ComponentModel.ISupportInitialize)ItemForFs).EndInit();
  323. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  324. ((System.ComponentModel.ISupportInitialize)ItemForReal).EndInit();
  325. ((System.ComponentModel.ISupportInitialize)ItemForGpu).EndInit();
  326. ((System.ComponentModel.ISupportInitialize)dxError).EndInit();
  327. ResumeLayout(false);
  328. }
  329. #endregion
  330. private BindingSource bsMain;
  331. private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
  332. private DevExpress.XtraEditors.ButtonEdit FileInButtonEdit;
  333. private DevExpress.XtraEditors.ButtonEdit OutDirButtonEdit;
  334. private DevExpress.XtraEditors.ButtonEdit FsButtonEdit;
  335. private DevExpress.XtraLayout.LayoutControlGroup Root;
  336. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  337. private DevExpress.XtraLayout.LayoutControlItem ItemForFileIn;
  338. private DevExpress.XtraLayout.LayoutControlItem ItemForOutDir;
  339. private DevExpress.XtraLayout.LayoutControlItem ItemForFs;
  340. private DevExpress.XtraGrid.GridControl grdMain;
  341. private DevExpress.XtraGrid.Views.Grid.GridView gvMain;
  342. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  343. private DevExpress.XtraEditors.SimpleButton btnDdc;
  344. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  345. private DevExpress.XtraGrid.Columns.GridColumn colFfc;
  346. private DevExpress.XtraGrid.Columns.GridColumn colMutil;
  347. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxError;
  348. private DevExpress.XtraEditors.CheckEdit RealCheckEdit;
  349. private DevExpress.XtraEditors.CheckEdit GpuCheckEdit;
  350. private DevExpress.XtraLayout.LayoutControlItem ItemForReal;
  351. private DevExpress.XtraLayout.LayoutControlItem ItemForGpu;
  352. }
  353. }