namespace Ips.Sps.Tools.FileConcats
{
partial class FileConcatMainCtrl
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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;
}
}