FileConcatMainCtrl.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. namespace Ips.Sps.Tools.FileConcats
  2. {
  3. partial class FileConcatMainCtrl
  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. dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
  30. btnConcat = new DevExpress.XtraEditors.SimpleButton();
  31. grdMain = new DevExpress.XtraGrid.GridControl();
  32. bsMain = new BindingSource(components);
  33. gvMain = new DevExpress.XtraGrid.Views.Grid.GridView();
  34. colFileName = new DevExpress.XtraGrid.Columns.GridColumn();
  35. InFileEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  36. colAddZeroPrev = new DevExpress.XtraGrid.Columns.GridColumn();
  37. addZeroEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
  38. colAddZeroBack = new DevExpress.XtraGrid.Columns.GridColumn();
  39. OutFileButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  40. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  41. layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  42. ItemForOutFile = new DevExpress.XtraLayout.LayoutControlItem();
  43. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  44. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  45. dxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
  46. ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
  47. dataLayoutControl1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)grdMain).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)bsMain).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)gvMain).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)InFileEdit).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)addZeroEdit).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)OutFileButtonEdit.Properties).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)ItemForOutFile).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)dxError).BeginInit();
  60. SuspendLayout();
  61. //
  62. // dataLayoutControl1
  63. //
  64. dataLayoutControl1.Controls.Add(btnConcat);
  65. dataLayoutControl1.Controls.Add(grdMain);
  66. dataLayoutControl1.Controls.Add(OutFileButtonEdit);
  67. dataLayoutControl1.DataSource = bsMain;
  68. dataLayoutControl1.Dock = DockStyle.Fill;
  69. dataLayoutControl1.Location = new Point(0, 0);
  70. dataLayoutControl1.Name = "dataLayoutControl1";
  71. dataLayoutControl1.Root = Root;
  72. dataLayoutControl1.Size = new Size(828, 480);
  73. dataLayoutControl1.TabIndex = 0;
  74. dataLayoutControl1.Text = "dataLayoutControl1";
  75. //
  76. // btnConcat
  77. //
  78. btnConcat.Location = new Point(763, 12);
  79. btnConcat.Name = "btnConcat";
  80. btnConcat.Size = new Size(53, 22);
  81. btnConcat.StyleController = dataLayoutControl1;
  82. btnConcat.TabIndex = 6;
  83. btnConcat.Text = "拼接";
  84. btnConcat.Click += btnConcat_Click;
  85. //
  86. // grdMain
  87. //
  88. grdMain.DataMember = "FileList";
  89. grdMain.DataSource = bsMain;
  90. grdMain.Location = new Point(12, 38);
  91. grdMain.MainView = gvMain;
  92. grdMain.Name = "grdMain";
  93. grdMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { InFileEdit, addZeroEdit });
  94. grdMain.Size = new Size(804, 430);
  95. grdMain.TabIndex = 5;
  96. grdMain.UseEmbeddedNavigator = true;
  97. grdMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvMain });
  98. //
  99. // bsMain
  100. //
  101. bsMain.DataSource = typeof(FileConcatViewModel);
  102. //
  103. // gvMain
  104. //
  105. gvMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colFileName, colAddZeroPrev, colAddZeroBack });
  106. gvMain.GridControl = grdMain;
  107. gvMain.Name = "gvMain";
  108. gvMain.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
  109. gvMain.OptionsView.ShowGroupPanel = false;
  110. //
  111. // colFileName
  112. //
  113. colFileName.ColumnEdit = InFileEdit;
  114. colFileName.FieldName = "FileName";
  115. colFileName.Name = "colFileName";
  116. colFileName.Visible = true;
  117. colFileName.VisibleIndex = 0;
  118. colFileName.Width = 497;
  119. //
  120. // InFileEdit
  121. //
  122. InFileEdit.AutoHeight = false;
  123. InFileEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  124. InFileEdit.Name = "InFileEdit";
  125. InFileEdit.ButtonClick += InFileEdit_ButtonClick;
  126. //
  127. // colAddZeroPrev
  128. //
  129. colAddZeroPrev.ColumnEdit = addZeroEdit;
  130. colAddZeroPrev.FieldName = "AddZeroPrev";
  131. colAddZeroPrev.Name = "colAddZeroPrev";
  132. colAddZeroPrev.Visible = true;
  133. colAddZeroPrev.VisibleIndex = 1;
  134. colAddZeroPrev.Width = 139;
  135. //
  136. // addZeroEdit
  137. //
  138. addZeroEdit.AutoHeight = false;
  139. addZeroEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  140. addZeroEdit.MaskSettings.Set("mask", "d");
  141. addZeroEdit.Name = "addZeroEdit";
  142. //
  143. // colAddZeroBack
  144. //
  145. colAddZeroBack.ColumnEdit = addZeroEdit;
  146. colAddZeroBack.FieldName = "AddZeroBack";
  147. colAddZeroBack.Name = "colAddZeroBack";
  148. colAddZeroBack.Visible = true;
  149. colAddZeroBack.VisibleIndex = 2;
  150. colAddZeroBack.Width = 171;
  151. //
  152. // OutFileButtonEdit
  153. //
  154. OutFileButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "OutFile", true, DataSourceUpdateMode.OnPropertyChanged));
  155. OutFileButtonEdit.Location = new Point(72, 12);
  156. OutFileButtonEdit.Name = "OutFileButtonEdit";
  157. OutFileButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  158. OutFileButtonEdit.Size = new Size(687, 20);
  159. OutFileButtonEdit.StyleController = dataLayoutControl1;
  160. OutFileButtonEdit.TabIndex = 4;
  161. OutFileButtonEdit.ButtonClick += OutFileButtonEdit_ButtonClick;
  162. //
  163. // Root
  164. //
  165. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  166. Root.GroupBordersVisible = false;
  167. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
  168. Root.Name = "Root";
  169. Root.Size = new Size(828, 480);
  170. Root.TextVisible = false;
  171. //
  172. // layoutControlGroup1
  173. //
  174. layoutControlGroup1.AllowDrawBackground = false;
  175. layoutControlGroup1.GroupBordersVisible = false;
  176. layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForOutFile, layoutControlItem1, layoutControlItem2 });
  177. layoutControlGroup1.Location = new Point(0, 0);
  178. layoutControlGroup1.Name = "autoGeneratedGroup0";
  179. layoutControlGroup1.Size = new Size(808, 460);
  180. //
  181. // ItemForOutFile
  182. //
  183. ItemForOutFile.Control = OutFileButtonEdit;
  184. ItemForOutFile.Location = new Point(0, 0);
  185. ItemForOutFile.Name = "ItemForOutFile";
  186. ItemForOutFile.Size = new Size(751, 26);
  187. ItemForOutFile.Text = "输出文件";
  188. ItemForOutFile.TextSize = new Size(48, 14);
  189. //
  190. // layoutControlItem1
  191. //
  192. layoutControlItem1.Control = grdMain;
  193. layoutControlItem1.Location = new Point(0, 26);
  194. layoutControlItem1.Name = "layoutControlItem1";
  195. layoutControlItem1.Size = new Size(808, 434);
  196. layoutControlItem1.TextSize = new Size(0, 0);
  197. layoutControlItem1.TextVisible = false;
  198. //
  199. // layoutControlItem2
  200. //
  201. layoutControlItem2.Control = btnConcat;
  202. layoutControlItem2.Location = new Point(751, 0);
  203. layoutControlItem2.MaxSize = new Size(57, 26);
  204. layoutControlItem2.MinSize = new Size(57, 26);
  205. layoutControlItem2.Name = "layoutControlItem2";
  206. layoutControlItem2.Size = new Size(57, 26);
  207. layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  208. layoutControlItem2.TextSize = new Size(0, 0);
  209. layoutControlItem2.TextVisible = false;
  210. //
  211. // dxError
  212. //
  213. dxError.ContainerControl = this;
  214. //
  215. // FileConcatMainCtrl
  216. //
  217. AutoScaleDimensions = new SizeF(7F, 14F);
  218. AutoScaleMode = AutoScaleMode.Font;
  219. Controls.Add(dataLayoutControl1);
  220. Name = "FileConcatMainCtrl";
  221. Size = new Size(828, 480);
  222. Load += FileConcatMainCtrl_Load;
  223. ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
  224. dataLayoutControl1.ResumeLayout(false);
  225. ((System.ComponentModel.ISupportInitialize)grdMain).EndInit();
  226. ((System.ComponentModel.ISupportInitialize)bsMain).EndInit();
  227. ((System.ComponentModel.ISupportInitialize)gvMain).EndInit();
  228. ((System.ComponentModel.ISupportInitialize)InFileEdit).EndInit();
  229. ((System.ComponentModel.ISupportInitialize)addZeroEdit).EndInit();
  230. ((System.ComponentModel.ISupportInitialize)OutFileButtonEdit.Properties).EndInit();
  231. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  232. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
  233. ((System.ComponentModel.ISupportInitialize)ItemForOutFile).EndInit();
  234. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  235. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  236. ((System.ComponentModel.ISupportInitialize)dxError).EndInit();
  237. ResumeLayout(false);
  238. }
  239. #endregion
  240. private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
  241. private DevExpress.XtraLayout.LayoutControlGroup Root;
  242. private BindingSource bsMain;
  243. private DevExpress.XtraEditors.SimpleButton btnConcat;
  244. private DevExpress.XtraGrid.GridControl grdMain;
  245. private DevExpress.XtraGrid.Views.Grid.GridView gvMain;
  246. private DevExpress.XtraEditors.ButtonEdit OutFileButtonEdit;
  247. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  248. private DevExpress.XtraLayout.LayoutControlItem ItemForOutFile;
  249. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  250. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  251. private DevExpress.XtraGrid.Columns.GridColumn colFileName;
  252. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit InFileEdit;
  253. private DevExpress.XtraGrid.Columns.GridColumn colAddZeroPrev;
  254. private DevExpress.XtraGrid.Columns.GridColumn colAddZeroBack;
  255. private DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit addZeroEdit;
  256. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxError;
  257. }
  258. }