| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263 |
- namespace Ips.Sps.Tools.FileConcats
- {
- partial class FileConcatMainCtrl
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Component Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- components = new System.ComponentModel.Container();
- dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
- btnConcat = new DevExpress.XtraEditors.SimpleButton();
- grdMain = new DevExpress.XtraGrid.GridControl();
- bsMain = new BindingSource(components);
- gvMain = new DevExpress.XtraGrid.Views.Grid.GridView();
- colFileName = new DevExpress.XtraGrid.Columns.GridColumn();
- InFileEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
- colAddZeroPrev = new DevExpress.XtraGrid.Columns.GridColumn();
- addZeroEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
- colAddZeroBack = new DevExpress.XtraGrid.Columns.GridColumn();
- OutFileButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
- Root = new DevExpress.XtraLayout.LayoutControlGroup();
- layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
- ItemForOutFile = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
- dxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
- ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
- dataLayoutControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)grdMain).BeginInit();
- ((System.ComponentModel.ISupportInitialize)bsMain).BeginInit();
- ((System.ComponentModel.ISupportInitialize)gvMain).BeginInit();
- ((System.ComponentModel.ISupportInitialize)InFileEdit).BeginInit();
- ((System.ComponentModel.ISupportInitialize)addZeroEdit).BeginInit();
- ((System.ComponentModel.ISupportInitialize)OutFileButtonEdit.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)ItemForOutFile).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
- ((System.ComponentModel.ISupportInitialize)dxError).BeginInit();
- SuspendLayout();
- //
- // dataLayoutControl1
- //
- dataLayoutControl1.Controls.Add(btnConcat);
- dataLayoutControl1.Controls.Add(grdMain);
- dataLayoutControl1.Controls.Add(OutFileButtonEdit);
- dataLayoutControl1.DataSource = bsMain;
- dataLayoutControl1.Dock = DockStyle.Fill;
- dataLayoutControl1.Location = new Point(0, 0);
- dataLayoutControl1.Name = "dataLayoutControl1";
- dataLayoutControl1.Root = Root;
- dataLayoutControl1.Size = new Size(828, 480);
- dataLayoutControl1.TabIndex = 0;
- dataLayoutControl1.Text = "dataLayoutControl1";
- //
- // btnConcat
- //
- btnConcat.Location = new Point(763, 12);
- btnConcat.Name = "btnConcat";
- btnConcat.Size = new Size(53, 22);
- btnConcat.StyleController = dataLayoutControl1;
- btnConcat.TabIndex = 6;
- btnConcat.Text = "拼接";
- btnConcat.Click += btnConcat_Click;
- //
- // grdMain
- //
- grdMain.DataMember = "FileList";
- grdMain.DataSource = bsMain;
- grdMain.Location = new Point(12, 38);
- grdMain.MainView = gvMain;
- grdMain.Name = "grdMain";
- grdMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { InFileEdit, addZeroEdit });
- grdMain.Size = new Size(804, 430);
- grdMain.TabIndex = 5;
- grdMain.UseEmbeddedNavigator = true;
- grdMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvMain });
- //
- // bsMain
- //
- bsMain.DataSource = typeof(FileConcatViewModel);
- //
- // gvMain
- //
- gvMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colFileName, colAddZeroPrev, colAddZeroBack });
- gvMain.GridControl = grdMain;
- gvMain.Name = "gvMain";
- gvMain.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
- gvMain.OptionsView.ShowGroupPanel = false;
- //
- // colFileName
- //
- colFileName.ColumnEdit = InFileEdit;
- colFileName.FieldName = "FileName";
- colFileName.Name = "colFileName";
- colFileName.Visible = true;
- colFileName.VisibleIndex = 0;
- colFileName.Width = 497;
- //
- // InFileEdit
- //
- InFileEdit.AutoHeight = false;
- InFileEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
- InFileEdit.Name = "InFileEdit";
- InFileEdit.ButtonClick += InFileEdit_ButtonClick;
- //
- // colAddZeroPrev
- //
- colAddZeroPrev.ColumnEdit = addZeroEdit;
- colAddZeroPrev.FieldName = "AddZeroPrev";
- colAddZeroPrev.Name = "colAddZeroPrev";
- colAddZeroPrev.Visible = true;
- colAddZeroPrev.VisibleIndex = 1;
- colAddZeroPrev.Width = 139;
- //
- // addZeroEdit
- //
- addZeroEdit.AutoHeight = false;
- addZeroEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
- addZeroEdit.MaskSettings.Set("mask", "d");
- addZeroEdit.Name = "addZeroEdit";
- //
- // colAddZeroBack
- //
- colAddZeroBack.ColumnEdit = addZeroEdit;
- colAddZeroBack.FieldName = "AddZeroBack";
- colAddZeroBack.Name = "colAddZeroBack";
- colAddZeroBack.Visible = true;
- colAddZeroBack.VisibleIndex = 2;
- colAddZeroBack.Width = 171;
- //
- // OutFileButtonEdit
- //
- OutFileButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "OutFile", true, DataSourceUpdateMode.OnPropertyChanged));
- OutFileButtonEdit.Location = new Point(72, 12);
- OutFileButtonEdit.Name = "OutFileButtonEdit";
- OutFileButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
- OutFileButtonEdit.Size = new Size(687, 20);
- OutFileButtonEdit.StyleController = dataLayoutControl1;
- OutFileButtonEdit.TabIndex = 4;
- OutFileButtonEdit.ButtonClick += OutFileButtonEdit_ButtonClick;
- //
- // Root
- //
- Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
- Root.GroupBordersVisible = false;
- Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
- Root.Name = "Root";
- Root.Size = new Size(828, 480);
- Root.TextVisible = false;
- //
- // layoutControlGroup1
- //
- layoutControlGroup1.AllowDrawBackground = false;
- layoutControlGroup1.GroupBordersVisible = false;
- layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForOutFile, layoutControlItem1, layoutControlItem2 });
- layoutControlGroup1.Location = new Point(0, 0);
- layoutControlGroup1.Name = "autoGeneratedGroup0";
- layoutControlGroup1.Size = new Size(808, 460);
- //
- // ItemForOutFile
- //
- ItemForOutFile.Control = OutFileButtonEdit;
- ItemForOutFile.Location = new Point(0, 0);
- ItemForOutFile.Name = "ItemForOutFile";
- ItemForOutFile.Size = new Size(751, 26);
- ItemForOutFile.Text = "输出文件";
- ItemForOutFile.TextSize = new Size(48, 14);
- //
- // layoutControlItem1
- //
- layoutControlItem1.Control = grdMain;
- layoutControlItem1.Location = new Point(0, 26);
- layoutControlItem1.Name = "layoutControlItem1";
- layoutControlItem1.Size = new Size(808, 434);
- layoutControlItem1.TextSize = new Size(0, 0);
- layoutControlItem1.TextVisible = false;
- //
- // layoutControlItem2
- //
- layoutControlItem2.Control = btnConcat;
- layoutControlItem2.Location = new Point(751, 0);
- layoutControlItem2.MaxSize = new Size(57, 26);
- layoutControlItem2.MinSize = new Size(57, 26);
- layoutControlItem2.Name = "layoutControlItem2";
- layoutControlItem2.Size = new Size(57, 26);
- layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- layoutControlItem2.TextSize = new Size(0, 0);
- layoutControlItem2.TextVisible = false;
- //
- // dxError
- //
- dxError.ContainerControl = this;
- //
- // FileConcatMainCtrl
- //
- AutoScaleDimensions = new SizeF(7F, 14F);
- AutoScaleMode = AutoScaleMode.Font;
- Controls.Add(dataLayoutControl1);
- Name = "FileConcatMainCtrl";
- Size = new Size(828, 480);
- Load += FileConcatMainCtrl_Load;
- ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
- dataLayoutControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)grdMain).EndInit();
- ((System.ComponentModel.ISupportInitialize)bsMain).EndInit();
- ((System.ComponentModel.ISupportInitialize)gvMain).EndInit();
- ((System.ComponentModel.ISupportInitialize)InFileEdit).EndInit();
- ((System.ComponentModel.ISupportInitialize)addZeroEdit).EndInit();
- ((System.ComponentModel.ISupportInitialize)OutFileButtonEdit.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)Root).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
- ((System.ComponentModel.ISupportInitialize)ItemForOutFile).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
- ((System.ComponentModel.ISupportInitialize)dxError).EndInit();
- ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
- private DevExpress.XtraLayout.LayoutControlGroup Root;
- private BindingSource bsMain;
- private DevExpress.XtraEditors.SimpleButton btnConcat;
- private DevExpress.XtraGrid.GridControl grdMain;
- private DevExpress.XtraGrid.Views.Grid.GridView gvMain;
- private DevExpress.XtraEditors.ButtonEdit OutFileButtonEdit;
- private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
- private DevExpress.XtraLayout.LayoutControlItem ItemForOutFile;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
- private DevExpress.XtraGrid.Columns.GridColumn colFileName;
- private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit InFileEdit;
- private DevExpress.XtraGrid.Columns.GridColumn colAddZeroPrev;
- private DevExpress.XtraGrid.Columns.GridColumn colAddZeroBack;
- private DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit addZeroEdit;
- private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxError;
- }
- }
|