namespace HStation.WinFrmUI
|
{
|
partial class SelectXhsProjectTransferFileDlg
|
{
|
/// <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 Windows Form 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 Container();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
txtSuffix = new TextEdit();
|
btnSearch = new SimpleButton();
|
btnOk = new SimpleButton();
|
btnCancel = new SimpleButton();
|
txtUploadUserName = new TextEdit();
|
txtFileCode = new TextEdit();
|
txtFileName = new TextEdit();
|
dtEnd = new DateEdit();
|
dtStart = new DateEdit();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
selectXhsProjectTransferFileViewModelBindingSource = new BindingSource(components);
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colFileName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFileCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFileSize = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFileSuffix = new DevExpress.XtraGrid.Columns.GridColumn();
|
colUploadTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
colUploadUserName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)txtSuffix.Properties).BeginInit();
|
((ISupportInitialize)txtUploadUserName.Properties).BeginInit();
|
((ISupportInitialize)txtFileCode.Properties).BeginInit();
|
((ISupportInitialize)txtFileName.Properties).BeginInit();
|
((ISupportInitialize)dtEnd.Properties).BeginInit();
|
((ISupportInitialize)dtEnd.Properties.CalendarTimeProperties).BeginInit();
|
((ISupportInitialize)dtStart.Properties).BeginInit();
|
((ISupportInitialize)dtStart.Properties.CalendarTimeProperties).BeginInit();
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)selectXhsProjectTransferFileViewModelBindingSource).BeginInit();
|
((ISupportInitialize)gridView1).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem8).BeginInit();
|
((ISupportInitialize)emptySpaceItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem9).BeginInit();
|
((ISupportInitialize)layoutControlGroup1).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
((ISupportInitialize)layoutControlItem4).BeginInit();
|
((ISupportInitialize)layoutControlItem5).BeginInit();
|
((ISupportInitialize)layoutControlItem6).BeginInit();
|
((ISupportInitialize)layoutControlItem10).BeginInit();
|
((ISupportInitialize)emptySpaceItem2).BeginInit();
|
((ISupportInitialize)layoutControlItem7).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(txtSuffix);
|
layoutControl1.Controls.Add(btnSearch);
|
layoutControl1.Controls.Add(btnOk);
|
layoutControl1.Controls.Add(btnCancel);
|
layoutControl1.Controls.Add(txtUploadUserName);
|
layoutControl1.Controls.Add(txtFileCode);
|
layoutControl1.Controls.Add(txtFileName);
|
layoutControl1.Controls.Add(dtEnd);
|
layoutControl1.Controls.Add(dtStart);
|
layoutControl1.Controls.Add(gridControl1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1270, 311, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(1205, 665);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// txtSuffix
|
//
|
txtSuffix.Location = new Point(808, 24);
|
txtSuffix.Name = "txtSuffix";
|
txtSuffix.Size = new Size(82, 20);
|
txtSuffix.StyleController = layoutControl1;
|
txtSuffix.TabIndex = 5;
|
//
|
// btnSearch
|
//
|
btnSearch.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
|
btnSearch.Appearance.Options.UseBackColor = true;
|
btnSearch.Location = new Point(1074, 24);
|
btnSearch.Name = "btnSearch";
|
btnSearch.Size = new Size(85, 22);
|
btnSearch.StyleController = layoutControl1;
|
btnSearch.TabIndex = 7;
|
btnSearch.Text = "查询";
|
btnSearch.Click += btnSearch_Click;
|
//
|
// btnOk
|
//
|
btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
btnOk.Appearance.Options.UseBackColor = true;
|
btnOk.Location = new Point(997, 631);
|
btnOk.Name = "btnOk";
|
btnOk.Size = new Size(96, 22);
|
btnOk.StyleController = layoutControl1;
|
btnOk.TabIndex = 9;
|
btnOk.Text = "确定";
|
btnOk.Click += btnOk_Click;
|
//
|
// btnCancel
|
//
|
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
|
btnCancel.Appearance.Options.UseBackColor = true;
|
btnCancel.DialogResult = DialogResult.Cancel;
|
btnCancel.Location = new Point(1097, 631);
|
btnCancel.Name = "btnCancel";
|
btnCancel.Size = new Size(96, 22);
|
btnCancel.StyleController = layoutControl1;
|
btnCancel.TabIndex = 10;
|
btnCancel.Text = "取消";
|
//
|
// txtUploadUserName
|
//
|
txtUploadUserName.Location = new Point(958, 24);
|
txtUploadUserName.Name = "txtUploadUserName";
|
txtUploadUserName.Size = new Size(112, 20);
|
txtUploadUserName.StyleController = layoutControl1;
|
txtUploadUserName.TabIndex = 6;
|
//
|
// txtFileCode
|
//
|
txtFileCode.Location = new Point(628, 24);
|
txtFileCode.Name = "txtFileCode";
|
txtFileCode.Size = new Size(112, 20);
|
txtFileCode.StyleController = layoutControl1;
|
txtFileCode.TabIndex = 4;
|
//
|
// txtFileName
|
//
|
txtFileName.Location = new Point(448, 24);
|
txtFileName.Name = "txtFileName";
|
txtFileName.Size = new Size(112, 20);
|
txtFileName.StyleController = layoutControl1;
|
txtFileName.TabIndex = 3;
|
//
|
// dtEnd
|
//
|
dtEnd.EditValue = null;
|
dtEnd.Location = new Point(268, 24);
|
dtEnd.Name = "dtEnd";
|
dtEnd.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
|
dtEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
|
dtEnd.Size = new Size(112, 20);
|
dtEnd.StyleController = layoutControl1;
|
dtEnd.TabIndex = 2;
|
//
|
// dtStart
|
//
|
dtStart.EditValue = null;
|
dtStart.Location = new Point(88, 24);
|
dtStart.Name = "dtStart";
|
dtStart.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
|
dtStart.Properties.CalendarTimeProperties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
|
dtStart.Size = new Size(112, 20);
|
dtStart.StyleController = layoutControl1;
|
dtStart.TabIndex = 0;
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = selectXhsProjectTransferFileViewModelBindingSource;
|
gridControl1.Location = new Point(12, 62);
|
gridControl1.MainView = gridView1;
|
gridControl1.Name = "gridControl1";
|
gridControl1.Size = new Size(1181, 565);
|
gridControl1.TabIndex = 8;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// selectXhsProjectTransferFileViewModelBindingSource
|
//
|
selectXhsProjectTransferFileViewModelBindingSource.DataSource = typeof(SelectXhsProjectTransferFileViewModel);
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colFileName, colFileCode, colFileSize, colFileSuffix, colUploadTime, colUploadUserName, colDescription });
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
//
|
// colFileName
|
//
|
colFileName.FieldName = "FileName";
|
colFileName.MinWidth = 150;
|
colFileName.Name = "colFileName";
|
colFileName.Visible = true;
|
colFileName.VisibleIndex = 0;
|
colFileName.Width = 150;
|
//
|
// colFileCode
|
//
|
colFileCode.FieldName = "FileCode";
|
colFileCode.MaxWidth = 200;
|
colFileCode.MinWidth = 100;
|
colFileCode.Name = "colFileCode";
|
colFileCode.Visible = true;
|
colFileCode.VisibleIndex = 1;
|
colFileCode.Width = 100;
|
//
|
// colFileSize
|
//
|
colFileSize.FieldName = "FileSize";
|
colFileSize.MaxWidth = 80;
|
colFileSize.MinWidth = 80;
|
colFileSize.Name = "colFileSize";
|
colFileSize.Visible = true;
|
colFileSize.VisibleIndex = 2;
|
colFileSize.Width = 80;
|
//
|
// colFileSuffix
|
//
|
colFileSuffix.FieldName = "FileSuffix";
|
colFileSuffix.MaxWidth = 80;
|
colFileSuffix.MinWidth = 80;
|
colFileSuffix.Name = "colFileSuffix";
|
colFileSuffix.Visible = true;
|
colFileSuffix.VisibleIndex = 3;
|
colFileSuffix.Width = 80;
|
//
|
// colUploadTime
|
//
|
colUploadTime.FieldName = "UploadTime";
|
colUploadTime.MaxWidth = 150;
|
colUploadTime.MinWidth = 120;
|
colUploadTime.Name = "colUploadTime";
|
colUploadTime.Visible = true;
|
colUploadTime.VisibleIndex = 4;
|
colUploadTime.Width = 120;
|
//
|
// colUploadUserName
|
//
|
colUploadUserName.FieldName = "UploadUserName";
|
colUploadUserName.MaxWidth = 100;
|
colUploadUserName.MinWidth = 100;
|
colUploadUserName.Name = "colUploadUserName";
|
colUploadUserName.Visible = true;
|
colUploadUserName.VisibleIndex = 5;
|
colUploadUserName.Width = 100;
|
//
|
// colDescription
|
//
|
colDescription.FieldName = "Description";
|
colDescription.MinWidth = 100;
|
colDescription.Name = "colDescription";
|
colDescription.Visible = true;
|
colDescription.VisibleIndex = 6;
|
colDescription.Width = 100;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem8, emptySpaceItem1, layoutControlItem9, layoutControlGroup1 });
|
Root.Name = "Root";
|
Root.Size = new Size(1205, 665);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = gridControl1;
|
layoutControlItem1.Location = new Point(0, 50);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(1185, 569);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlItem8
|
//
|
layoutControlItem8.Control = btnCancel;
|
layoutControlItem8.Location = new Point(1085, 619);
|
layoutControlItem8.MaxSize = new Size(100, 26);
|
layoutControlItem8.MinSize = new Size(100, 26);
|
layoutControlItem8.Name = "layoutControlItem8";
|
layoutControlItem8.Size = new Size(100, 26);
|
layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem8.TextSize = new Size(0, 0);
|
layoutControlItem8.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 619);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(985, 26);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem9
|
//
|
layoutControlItem9.Control = btnOk;
|
layoutControlItem9.Location = new Point(985, 619);
|
layoutControlItem9.MaxSize = new Size(100, 26);
|
layoutControlItem9.MinSize = new Size(100, 26);
|
layoutControlItem9.Name = "layoutControlItem9";
|
layoutControlItem9.Size = new Size(100, 26);
|
layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem9.TextSize = new Size(0, 0);
|
layoutControlItem9.TextVisible = false;
|
//
|
// layoutControlGroup1
|
//
|
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem3, layoutControlItem4, layoutControlItem5, layoutControlItem6, layoutControlItem10, emptySpaceItem2, layoutControlItem7 });
|
layoutControlGroup1.Location = new Point(0, 0);
|
layoutControlGroup1.Name = "layoutControlGroup1";
|
layoutControlGroup1.Size = new Size(1185, 50);
|
layoutControlGroup1.Text = "查询条件";
|
layoutControlGroup1.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem2.Control = dtStart;
|
layoutControlItem2.Location = new Point(0, 0);
|
layoutControlItem2.MaxSize = new Size(180, 0);
|
layoutControlItem2.MinSize = new Size(180, 24);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(180, 26);
|
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem2.Text = "开始日期:";
|
layoutControlItem2.TextSize = new Size(52, 14);
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem3.Control = dtEnd;
|
layoutControlItem3.Location = new Point(180, 0);
|
layoutControlItem3.MaxSize = new Size(180, 0);
|
layoutControlItem3.MinSize = new Size(180, 24);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(180, 26);
|
layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem3.Text = "结束日期:";
|
layoutControlItem3.TextSize = new Size(52, 14);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem4.Control = txtFileName;
|
layoutControlItem4.Location = new Point(360, 0);
|
layoutControlItem4.MaxSize = new Size(180, 0);
|
layoutControlItem4.MinSize = new Size(180, 24);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(180, 26);
|
layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem4.Text = "文件名称:";
|
layoutControlItem4.TextSize = new Size(52, 14);
|
//
|
// layoutControlItem5
|
//
|
layoutControlItem5.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem5.Control = txtFileCode;
|
layoutControlItem5.Location = new Point(540, 0);
|
layoutControlItem5.MaxSize = new Size(180, 0);
|
layoutControlItem5.MinSize = new Size(180, 24);
|
layoutControlItem5.Name = "layoutControlItem5";
|
layoutControlItem5.Size = new Size(180, 26);
|
layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem5.Text = "文件编码:";
|
layoutControlItem5.TextSize = new Size(52, 14);
|
//
|
// layoutControlItem6
|
//
|
layoutControlItem6.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem6.Control = txtUploadUserName;
|
layoutControlItem6.Location = new Point(870, 0);
|
layoutControlItem6.MaxSize = new Size(180, 0);
|
layoutControlItem6.MinSize = new Size(180, 24);
|
layoutControlItem6.Name = "layoutControlItem6";
|
layoutControlItem6.Size = new Size(180, 26);
|
layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem6.Text = "上传用户:";
|
layoutControlItem6.TextSize = new Size(52, 14);
|
//
|
// layoutControlItem10
|
//
|
layoutControlItem10.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem10.Control = btnSearch;
|
layoutControlItem10.Location = new Point(1050, 0);
|
layoutControlItem10.MaxSize = new Size(89, 26);
|
layoutControlItem10.MinSize = new Size(89, 26);
|
layoutControlItem10.Name = "layoutControlItem10";
|
layoutControlItem10.Size = new Size(89, 26);
|
layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem10.TextSize = new Size(0, 0);
|
layoutControlItem10.TextVisible = false;
|
//
|
// emptySpaceItem2
|
//
|
emptySpaceItem2.AllowHotTrack = false;
|
emptySpaceItem2.Location = new Point(1139, 0);
|
emptySpaceItem2.MinSize = new Size(1, 1);
|
emptySpaceItem2.Name = "emptySpaceItem2";
|
emptySpaceItem2.Size = new Size(22, 26);
|
emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
emptySpaceItem2.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem7
|
//
|
layoutControlItem7.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem7.Control = txtSuffix;
|
layoutControlItem7.Location = new Point(720, 0);
|
layoutControlItem7.MaxSize = new Size(150, 0);
|
layoutControlItem7.MinSize = new Size(150, 24);
|
layoutControlItem7.Name = "layoutControlItem7";
|
layoutControlItem7.Size = new Size(150, 26);
|
layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem7.Text = "文件后缀:";
|
layoutControlItem7.TextSize = new Size(52, 14);
|
//
|
// SelectXhsProjectTransferFileDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(1205, 665);
|
Controls.Add(layoutControl1);
|
Name = "SelectXhsProjectTransferFileDlg";
|
StartPosition = FormStartPosition.CenterParent;
|
Text = "选择云文件";
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)txtSuffix.Properties).EndInit();
|
((ISupportInitialize)txtUploadUserName.Properties).EndInit();
|
((ISupportInitialize)txtFileCode.Properties).EndInit();
|
((ISupportInitialize)txtFileName.Properties).EndInit();
|
((ISupportInitialize)dtEnd.Properties.CalendarTimeProperties).EndInit();
|
((ISupportInitialize)dtEnd.Properties).EndInit();
|
((ISupportInitialize)dtStart.Properties.CalendarTimeProperties).EndInit();
|
((ISupportInitialize)dtStart.Properties).EndInit();
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)selectXhsProjectTransferFileViewModelBindingSource).EndInit();
|
((ISupportInitialize)gridView1).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem8).EndInit();
|
((ISupportInitialize)emptySpaceItem1).EndInit();
|
((ISupportInitialize)layoutControlItem9).EndInit();
|
((ISupportInitialize)layoutControlGroup1).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
((ISupportInitialize)layoutControlItem4).EndInit();
|
((ISupportInitialize)layoutControlItem5).EndInit();
|
((ISupportInitialize)layoutControlItem6).EndInit();
|
((ISupportInitialize)layoutControlItem10).EndInit();
|
((ISupportInitialize)emptySpaceItem2).EndInit();
|
((ISupportInitialize)layoutControlItem7).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DateEdit dtEnd;
|
private DateEdit dtStart;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private SimpleButton btnSearch;
|
private SimpleButton btnOk;
|
private SimpleButton btnCancel;
|
private TextEdit txtUploadUserName;
|
private TextEdit txtFileCode;
|
private TextEdit txtFileName;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
private BindingSource selectXhsProjectTransferFileViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colFileName;
|
private DevExpress.XtraGrid.Columns.GridColumn colFileCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colFileSize;
|
private DevExpress.XtraGrid.Columns.GridColumn colFileSuffix;
|
private DevExpress.XtraGrid.Columns.GridColumn colUploadTime;
|
private DevExpress.XtraGrid.Columns.GridColumn colUploadUserName;
|
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
|
private TextEdit txtSuffix;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
}
|
}
|