SignalMergeMainCtrl.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. namespace Ips.Sps.Tools.SignalMerges
  2. {
  3. partial class SignalMergeMainCtrl
  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. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  34. bsMain = new BindingSource(components);
  35. dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
  36. btnSigMerge = new DevExpress.XtraEditors.SimpleButton();
  37. grdMain = new DevExpress.XtraGrid.GridControl();
  38. gvMain = new DevExpress.XtraGrid.Views.Grid.GridView();
  39. colFileName = new DevExpress.XtraGrid.Columns.GridColumn();
  40. inFileEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  41. colFfc = new DevExpress.XtraGrid.Columns.GridColumn();
  42. ffcEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  43. InFsButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  44. OutFsButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  45. OutFileButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  46. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  47. layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  48. ItemForInFs = new DevExpress.XtraLayout.LayoutControlItem();
  49. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  50. ItemForOutFs = new DevExpress.XtraLayout.LayoutControlItem();
  51. ItemForOutFile = new DevExpress.XtraLayout.LayoutControlItem();
  52. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  53. dxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
  54. ((System.ComponentModel.ISupportInitialize)bsMain).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
  56. dataLayoutControl1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)grdMain).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)gvMain).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)inFileEdit).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)ffcEdit).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)InFsButtonEdit.Properties).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)OutFsButtonEdit.Properties).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)OutFileButtonEdit.Properties).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)ItemForInFs).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)ItemForOutFs).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)ItemForOutFile).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)dxError).BeginInit();
  72. SuspendLayout();
  73. //
  74. // bsMain
  75. //
  76. bsMain.DataSource = typeof(SignalMergeViewModel);
  77. //
  78. // dataLayoutControl1
  79. //
  80. dataLayoutControl1.Controls.Add(btnSigMerge);
  81. dataLayoutControl1.Controls.Add(grdMain);
  82. dataLayoutControl1.Controls.Add(InFsButtonEdit);
  83. dataLayoutControl1.Controls.Add(OutFsButtonEdit);
  84. dataLayoutControl1.Controls.Add(OutFileButtonEdit);
  85. dataLayoutControl1.DataSource = bsMain;
  86. dataLayoutControl1.Dock = DockStyle.Fill;
  87. dataLayoutControl1.Location = new Point(0, 0);
  88. dataLayoutControl1.Name = "dataLayoutControl1";
  89. dataLayoutControl1.Root = Root;
  90. dataLayoutControl1.Size = new Size(738, 514);
  91. dataLayoutControl1.TabIndex = 0;
  92. dataLayoutControl1.Text = "dataLayoutControl1";
  93. //
  94. // btnSigMerge
  95. //
  96. btnSigMerge.Location = new Point(674, 12);
  97. btnSigMerge.Name = "btnSigMerge";
  98. btnSigMerge.Size = new Size(52, 22);
  99. btnSigMerge.StyleController = dataLayoutControl1;
  100. btnSigMerge.TabIndex = 5;
  101. btnSigMerge.Text = "合并";
  102. btnSigMerge.Click += btnSigMerge_Click;
  103. //
  104. // grdMain
  105. //
  106. grdMain.DataMember = "MergeItems";
  107. grdMain.DataSource = bsMain;
  108. grdMain.Location = new Point(12, 38);
  109. grdMain.MainView = gvMain;
  110. grdMain.Name = "grdMain";
  111. grdMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { inFileEdit, ffcEdit });
  112. grdMain.Size = new Size(714, 464);
  113. grdMain.TabIndex = 4;
  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[] { colFileName, colFfc });
  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. // colFileName
  126. //
  127. colFileName.ColumnEdit = inFileEdit;
  128. colFileName.FieldName = "FileName";
  129. colFileName.Name = "colFileName";
  130. colFileName.Visible = true;
  131. colFileName.VisibleIndex = 0;
  132. colFileName.Width = 575;
  133. //
  134. // inFileEdit
  135. //
  136. inFileEdit.AutoHeight = false;
  137. inFileEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  138. inFileEdit.Name = "inFileEdit";
  139. inFileEdit.ButtonClick += inFileEdit_ButtonClick;
  140. //
  141. // colFfc
  142. //
  143. colFfc.ColumnEdit = ffcEdit;
  144. colFfc.FieldName = "Ffc";
  145. colFfc.Name = "colFfc";
  146. colFfc.Visible = true;
  147. colFfc.VisibleIndex = 1;
  148. colFfc.Width = 232;
  149. //
  150. // ffcEdit
  151. //
  152. ffcEdit.AutoHeight = false;
  153. ffcEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
  154. ffcEdit.Name = "ffcEdit";
  155. //
  156. // InFsButtonEdit
  157. //
  158. InFsButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "InFs", true, DataSourceUpdateMode.OnPropertyChanged));
  159. InFsButtonEdit.Location = new Point(84, 12);
  160. InFsButtonEdit.Name = "InFsButtonEdit";
  161. InFsButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  162. InFsButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  163. InFsButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  164. InFsButtonEdit.Properties.Mask.EditMask = "F";
  165. InFsButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  166. InFsButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  167. InFsButtonEdit.Size = new Size(119, 20);
  168. InFsButtonEdit.StyleController = dataLayoutControl1;
  169. InFsButtonEdit.TabIndex = 0;
  170. //
  171. // OutFsButtonEdit
  172. //
  173. OutFsButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "OutFs", true, DataSourceUpdateMode.OnPropertyChanged));
  174. OutFsButtonEdit.Location = new Point(279, 12);
  175. OutFsButtonEdit.Name = "OutFsButtonEdit";
  176. OutFsButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  177. OutFsButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  178. OutFsButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  179. OutFsButtonEdit.Properties.Mask.EditMask = "F";
  180. OutFsButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  181. OutFsButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  182. OutFsButtonEdit.Size = new Size(127, 20);
  183. OutFsButtonEdit.StyleController = dataLayoutControl1;
  184. OutFsButtonEdit.TabIndex = 2;
  185. //
  186. // OutFileButtonEdit
  187. //
  188. OutFileButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "OutFile", true, DataSourceUpdateMode.OnPropertyChanged));
  189. OutFileButtonEdit.Location = new Point(482, 12);
  190. OutFileButtonEdit.Name = "OutFileButtonEdit";
  191. OutFileButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  192. OutFileButtonEdit.Size = new Size(188, 20);
  193. OutFileButtonEdit.StyleController = dataLayoutControl1;
  194. OutFileButtonEdit.TabIndex = 3;
  195. OutFileButtonEdit.ButtonClick += OutFileButtonEdit_ButtonClick;
  196. //
  197. // Root
  198. //
  199. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  200. Root.GroupBordersVisible = false;
  201. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
  202. Root.Name = "Root";
  203. Root.Size = new Size(738, 514);
  204. Root.TextVisible = false;
  205. //
  206. // layoutControlGroup1
  207. //
  208. layoutControlGroup1.AllowDrawBackground = false;
  209. layoutControlGroup1.GroupBordersVisible = false;
  210. layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForInFs, layoutControlItem1, ItemForOutFs, ItemForOutFile, layoutControlItem2 });
  211. layoutControlGroup1.Location = new Point(0, 0);
  212. layoutControlGroup1.Name = "autoGeneratedGroup0";
  213. layoutControlGroup1.Size = new Size(718, 494);
  214. //
  215. // ItemForInFs
  216. //
  217. ItemForInFs.Control = InFsButtonEdit;
  218. ItemForInFs.Location = new Point(0, 0);
  219. ItemForInFs.MaxSize = new Size(195, 24);
  220. ItemForInFs.MinSize = new Size(195, 24);
  221. ItemForInFs.Name = "ItemForInFs";
  222. ItemForInFs.Size = new Size(195, 26);
  223. ItemForInFs.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  224. ItemForInFs.Text = "输入采样率";
  225. ItemForInFs.TextSize = new Size(60, 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(718, 468);
  233. layoutControlItem1.TextSize = new Size(0, 0);
  234. layoutControlItem1.TextVisible = false;
  235. //
  236. // ItemForOutFs
  237. //
  238. ItemForOutFs.Control = OutFsButtonEdit;
  239. ItemForOutFs.Location = new Point(195, 0);
  240. ItemForOutFs.MaxSize = new Size(203, 24);
  241. ItemForOutFs.MinSize = new Size(203, 24);
  242. ItemForOutFs.Name = "ItemForOutFs";
  243. ItemForOutFs.Size = new Size(203, 26);
  244. ItemForOutFs.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  245. ItemForOutFs.Text = "输出采样率";
  246. ItemForOutFs.TextSize = new Size(60, 14);
  247. //
  248. // ItemForOutFile
  249. //
  250. ItemForOutFile.Control = OutFileButtonEdit;
  251. ItemForOutFile.Location = new Point(398, 0);
  252. ItemForOutFile.Name = "ItemForOutFile";
  253. ItemForOutFile.Size = new Size(264, 26);
  254. ItemForOutFile.Text = "输出文件";
  255. ItemForOutFile.TextSize = new Size(60, 14);
  256. //
  257. // layoutControlItem2
  258. //
  259. layoutControlItem2.Control = btnSigMerge;
  260. layoutControlItem2.Location = new Point(662, 0);
  261. layoutControlItem2.MaxSize = new Size(56, 26);
  262. layoutControlItem2.MinSize = new Size(56, 26);
  263. layoutControlItem2.Name = "layoutControlItem2";
  264. layoutControlItem2.Size = new Size(56, 26);
  265. layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  266. layoutControlItem2.TextSize = new Size(0, 0);
  267. layoutControlItem2.TextVisible = false;
  268. //
  269. // dxError
  270. //
  271. dxError.ContainerControl = this;
  272. //
  273. // SignalMergeMainCtrl
  274. //
  275. AutoScaleDimensions = new SizeF(7F, 14F);
  276. AutoScaleMode = AutoScaleMode.Font;
  277. Controls.Add(dataLayoutControl1);
  278. Name = "SignalMergeMainCtrl";
  279. Size = new Size(738, 514);
  280. Load += SignalMergeMainCtrl_Load;
  281. ((System.ComponentModel.ISupportInitialize)bsMain).EndInit();
  282. ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
  283. dataLayoutControl1.ResumeLayout(false);
  284. ((System.ComponentModel.ISupportInitialize)grdMain).EndInit();
  285. ((System.ComponentModel.ISupportInitialize)gvMain).EndInit();
  286. ((System.ComponentModel.ISupportInitialize)inFileEdit).EndInit();
  287. ((System.ComponentModel.ISupportInitialize)ffcEdit).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)InFsButtonEdit.Properties).EndInit();
  289. ((System.ComponentModel.ISupportInitialize)OutFsButtonEdit.Properties).EndInit();
  290. ((System.ComponentModel.ISupportInitialize)OutFileButtonEdit.Properties).EndInit();
  291. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)ItemForInFs).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  295. ((System.ComponentModel.ISupportInitialize)ItemForOutFs).EndInit();
  296. ((System.ComponentModel.ISupportInitialize)ItemForOutFile).EndInit();
  297. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  298. ((System.ComponentModel.ISupportInitialize)dxError).EndInit();
  299. ResumeLayout(false);
  300. }
  301. #endregion
  302. private BindingSource bsMain;
  303. private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
  304. private DevExpress.XtraGrid.GridControl grdMain;
  305. private DevExpress.XtraGrid.Views.Grid.GridView gvMain;
  306. private DevExpress.XtraEditors.ButtonEdit InFsButtonEdit;
  307. private DevExpress.XtraEditors.ButtonEdit OutFsButtonEdit;
  308. private DevExpress.XtraEditors.ButtonEdit OutFileButtonEdit;
  309. private DevExpress.XtraLayout.LayoutControlGroup Root;
  310. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  311. private DevExpress.XtraLayout.LayoutControlItem ItemForInFs;
  312. private DevExpress.XtraLayout.LayoutControlItem ItemForOutFs;
  313. private DevExpress.XtraLayout.LayoutControlItem ItemForOutFile;
  314. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  315. private DevExpress.XtraGrid.Columns.GridColumn colFileName;
  316. private DevExpress.XtraGrid.Columns.GridColumn colFfc;
  317. private DevExpress.XtraEditors.SimpleButton btnSigMerge;
  318. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  319. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit inFileEdit;
  320. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit ffcEdit;
  321. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxError;
  322. }
  323. }