using DevExpress.XtraEditors;
using DevExpress.XtraLayout;
using DevExpress.XtraTab;
namespace MES.Form
{
partial class FrmbuyerOutWarehouse
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.tabDataList = new DevExpress.XtraTab.XtraTabPage();
this.tabDataDetail = new DevExpress.XtraTab.XtraTabPage();
this.grdList = new DevExpress.XtraGrid.GridControl();
this.grdListView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
//////////////////////
this.txtid=new DevExpress.XtraEditors.TextEdit();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
//////////////////////
this.txtcode=new DevExpress.XtraEditors.TextEdit();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
//////////////////////
this.txtouttime=new DevExpress.XtraEditors.DateEdit();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.repositoryItemtxtsupplierid = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.txtsupplierid=new DevExpress.XtraEditors.LookUpEdit();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
//////////////////////
this.txtsuppliercode=new DevExpress.XtraEditors.TextEdit();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.repositoryItemtxtcreatorId = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.txtcreatorId=new DevExpress.XtraEditors.LookUpEdit();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
//////////////////////
this.txtremark=new DevExpress.XtraEditors.TextEdit();
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
/////////////////////////
((System.ComponentModel.ISupportInitialize)(this.txtid.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
/////////////////////////
((System.ComponentModel.ISupportInitialize)(this.txtcode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtouttime.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtouttime.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemtxtsupplierid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtsupplierid.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
/////////////////////////
((System.ComponentModel.ISupportInitialize)(this.txtsuppliercode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemtxtcreatorId)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtcreatorId.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
/////////////////////////
((System.ComponentModel.ISupportInitialize)(this.txtremark.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.tabDataList.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grdListView)).BeginInit();
this.tabDataDetail.SuspendLayout();
this.SuspendLayout();
// layoutControl1
//
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(12, 8);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.layoutControlGroup1;
layoutControl1.AutoScroll=true;
this.layoutControl1.Size = new System.Drawing.Size(605, 363);
this.layoutControl1.TabIndex = 6;
this.layoutControl1.Text = "layoutControl1";
this.layoutControl1.Controls.Add(this.txtid);
this.layoutControl1.Controls.Add(this.txtcode);
this.layoutControl1.Controls.Add(this.txtouttime);
this.layoutControl1.Controls.Add(this.txtsupplierid);
this.layoutControl1.Controls.Add(this.txtsuppliercode);
this.layoutControl1.Controls.Add(this.txtcreatorId);
this.layoutControl1.Controls.Add(this.txtremark);
//TextEdit
//DateEdit
//SimpleButton
//CheckEdit
//MemoEdit
//PictureEdit
//LookUpEdit
//ComboBoxEdit
//
// txt${ColumnInfo.Name.Alias.ToCapit()}
//
this.txtid.Location = new System.Drawing.Point(112, 12);
this.txtid.Name = "txtid";
this.txtid.Size = new System.Drawing.Size(481, 20);
this.txtid.StyleController = this.layoutControl1;
this.txtid.TabIndex = 1;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.txtid;
this.layoutControlItem1.CustomizationFormText = "id";
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(585, 24);
this.layoutControlItem1.Text = "id";
this.layoutControlItem1.TextSize = new System.Drawing.Size(96, 14);
//
// txt${ColumnInfo.Name.Alias.ToCapit()}
//
this.txtcode.Location = new System.Drawing.Point(112, 36);
this.txtcode.Name = "txtcode";
this.txtcode.Size = new System.Drawing.Size(481, 20);
this.txtcode.StyleController = this.layoutControl1;
this.txtcode.TabIndex = 2;
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.txtcode;
this.layoutControlItem2.CustomizationFormText = "采购退货出库单号";
this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(585, 24);
this.layoutControlItem2.Text = "采购退货出库单号";
this.layoutControlItem2.TextSize = new System.Drawing.Size(96, 14);
//
// txt${ColumnInfo.Name.Alias.ToCapit()}
//
this.txtouttime.EditValue = null;
this.txtouttime.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtouttime.Location = new System.Drawing.Point(112, 60);
this.txtouttime.Name = "txtouttime";
this.txtouttime.Properties.DisplayFormat.FormatString = "G";
this.txtouttime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.txtouttime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtouttime.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txtouttime.Size = new System.Drawing.Size(481, 20);
this.txtouttime.StyleController = this.layoutControl1;
this.txtouttime.TabIndex = 3;
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.txtouttime;
this.layoutControlItem3.CustomizationFormText = "出库日期";
this.layoutControlItem3.Location = new System.Drawing.Point(0, 48);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Size = new System.Drawing.Size(585, 24);
this.layoutControlItem3.Text = "出库日期";
this.layoutControlItem3.TextSize = new System.Drawing.Size(96, 14);
//
// lookUpEdit1
//
this.txtsupplierid.Location = new System.Drawing.Point(120, 60);
this.txtsupplierid.Name = "txtsupplierid";
this.txtsupplierid.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtsupplierid.Properties.DisplayMember = "Name";
this.txtsupplierid.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
this.txtsupplierid.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
this.txtsupplierid.Properties.ValueMember = "ID";
this.txtsupplierid.Size = new System.Drawing.Size(932, 20);
this.txtsupplierid.StyleController = this.layoutControl1;
this.txtsupplierid.TabIndex = 4;
this.txtsupplierid.EditValue = "";
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.txtsupplierid;
this.layoutControlItem4.CustomizationFormText = "供应商";
this.layoutControlItem4.Location = new System.Drawing.Point(0, 72);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Size = new System.Drawing.Size(585, 24);
this.layoutControlItem4.Text = "供应商";
this.layoutControlItem4.TextSize = new System.Drawing.Size(96, 14);
//
// txt${ColumnInfo.Name.Alias.ToCapit()}
//
this.txtsuppliercode.Location = new System.Drawing.Point(112, 108);
this.txtsuppliercode.Name = "txtsuppliercode";
this.txtsuppliercode.Size = new System.Drawing.Size(481, 20);
this.txtsuppliercode.StyleController = this.layoutControl1;
this.txtsuppliercode.TabIndex = 5;
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.txtsuppliercode;
this.layoutControlItem5.CustomizationFormText = "供应商编码";
this.layoutControlItem5.Location = new System.Drawing.Point(0, 96);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Size = new System.Drawing.Size(585, 24);
this.layoutControlItem5.Text = "供应商编码";
this.layoutControlItem5.TextSize = new System.Drawing.Size(96, 14);
//
// lookUpEdit1
//
this.txtcreatorId.Location = new System.Drawing.Point(120, 60);
this.txtcreatorId.Name = "txtcreatorId";
this.txtcreatorId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtcreatorId.Properties.DisplayMember = "Name";
this.txtcreatorId.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
this.txtcreatorId.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
this.txtcreatorId.Properties.ValueMember = "ID";
this.txtcreatorId.Size = new System.Drawing.Size(932, 20);
this.txtcreatorId.StyleController = this.layoutControl1;
this.txtcreatorId.TabIndex = 6;
this.txtcreatorId.EditValue = "";
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.txtcreatorId;
this.layoutControlItem6.CustomizationFormText = "制单人";
this.layoutControlItem6.Location = new System.Drawing.Point(0, 120);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.Size = new System.Drawing.Size(585, 24);
this.layoutControlItem6.Text = "制单人";
this.layoutControlItem6.TextSize = new System.Drawing.Size(96, 14);
//
// txt${ColumnInfo.Name.Alias.ToCapit()}
//
this.txtremark.Location = new System.Drawing.Point(112, 156);
this.txtremark.Name = "txtremark";
this.txtremark.Size = new System.Drawing.Size(481, 20);
this.txtremark.StyleController = this.layoutControl1;
this.txtremark.TabIndex = 7;
//
// layoutControlItem7
//
this.layoutControlItem7.Control = this.txtremark;
this.layoutControlItem7.CustomizationFormText = "备注";
this.layoutControlItem7.Location = new System.Drawing.Point(0, 144);
this.layoutControlItem7.Name = "layoutControlItem7";
this.layoutControlItem7.Size = new System.Drawing.Size(585, 24);
this.layoutControlItem7.Text = "备注";
this.layoutControlItem7.TextSize = new System.Drawing.Size(96, 14);
//
// layoutControlGroup1
//
this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1
,this.layoutControlItem2
,this.layoutControlItem3
,this.layoutControlItem4
,this.layoutControlItem5
,this.layoutControlItem6
,this.layoutControlItem7
});
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
this.layoutControlGroup1.Name = "layoutControlGroup1";
this.layoutControlGroup1.Size = new System.Drawing.Size(605, 363);
this.layoutControlGroup1.Text = "layoutControlGroup1";
this.layoutControlGroup1.TextVisible = false;
//
// xtraTabControl1
//
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraTabControl1.Location = new System.Drawing.Point(0, 34);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.tabDataList;
this.xtraTabControl1.Size = new System.Drawing.Size(585, 436);
this.xtraTabControl1.TabIndex = 1;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.tabDataList,
this.tabDataDetail});
//
// tabDataList
//
this.tabDataList.Controls.Add(this.grdList);
this.tabDataList.Name = "tabDataList";
this.tabDataList.Size = new System.Drawing.Size(579, 407);
this.tabDataList.Text = "数据列表";
//
// tabDataDetail
//
this.tabDataDetail.Controls.Add(this.panelControl2);
this.tabDataDetail.Name = "tabDataDetail";
this.tabDataDetail.Size = new System.Drawing.Size(579, 407);
this.tabDataDetail.Text = "数据编辑";
//
// grdList
//
this.grdList.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdList.Location = new System.Drawing.Point(0, 0);
this.grdList.MainView = this.grdListView;
this.grdList.Name = "grdList";
this.grdList.Size = new System.Drawing.Size(579, 407);
this.grdList.TabIndex = 0;
this.grdList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grdListView});
//
// grdListView
//
this.grdListView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn1,
this.gridColumn2,
this.gridColumn3,
this.gridColumn4,
this.gridColumn5,
this.gridColumn6,
this.gridColumn7,
});
this.grdListView.OptionsBehavior.Editable = false;
this.grdListView.GridControl = this.grdList;
this.grdListView.Name = "grdListView";
this.grdListView.OptionsView.ColumnAutoWidth=false;
this.grdListView.BestFitColumns();
//
// panelControl2
//
this.panelControl2.Controls.Add(this.layoutControl1);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(579, 407);
this.panelControl2.TabIndex = 0;
////////////////////////////////
(this.gridColumn1).Caption = "id";
(this.gridColumn1).Name = "gridColumn1";
(this.gridColumn1).FieldName = "id";
////////////////////////////////
(this.gridColumn2).Caption = "采购退货出库单号";
(this.gridColumn2).Name = "gridColumn2";
(this.gridColumn2).FieldName = "code";
(this.gridColumn2).Visible = true;
(this.gridColumn2).VisibleIndex = 2;
(this.gridColumn3).DisplayFormat.FormatString = "G";
(this.gridColumn3).DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
(this.gridColumn3).Caption = "出库日期";
(this.gridColumn3).Name = "gridColumn3";
(this.gridColumn3).FieldName = "outtime";
(this.gridColumn3).Visible = true;
(this.gridColumn3).VisibleIndex = 3;
(this.gridColumn4).ColumnEdit = this.repositoryItemtxtsupplierid;
this.repositoryItemtxtsupplierid.AutoHeight = false;
this.repositoryItemtxtsupplierid.DisplayMember = "Name";
this.repositoryItemtxtsupplierid.ValueMember = "ID";
this.repositoryItemtxtsupplierid.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemtxtsupplierid.Name = "repositoryItemtxtsupplierid";
(this.gridColumn4).Caption = "供应商";
(this.gridColumn4).Name = "gridColumn4";
(this.gridColumn4).FieldName = "supplierid";
(this.gridColumn4).Visible = true;
(this.gridColumn4).VisibleIndex = 4;
////////////////////////////////
(this.gridColumn5).Caption = "供应商编码";
(this.gridColumn5).Name = "gridColumn5";
(this.gridColumn5).FieldName = "suppliercode";
(this.gridColumn5).Visible = true;
(this.gridColumn5).VisibleIndex = 5;
(this.gridColumn6).ColumnEdit = this.repositoryItemtxtcreatorId;
this.repositoryItemtxtcreatorId.AutoHeight = false;
this.repositoryItemtxtcreatorId.DisplayMember = "Name";
this.repositoryItemtxtcreatorId.ValueMember = "ID";
this.repositoryItemtxtcreatorId.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemtxtcreatorId.Name = "repositoryItemtxtcreatorId";
(this.gridColumn6).Caption = "制单人";
(this.gridColumn6).Name = "gridColumn6";
(this.gridColumn6).FieldName = "creatorId";
(this.gridColumn6).Visible = true;
(this.gridColumn6).VisibleIndex = 6;
////////////////////////////////
(this.gridColumn7).Caption = "备注";
(this.gridColumn7).Name = "gridColumn7";
(this.gridColumn7).FieldName = "remark";
(this.gridColumn7).Visible = true;
(this.gridColumn7).VisibleIndex = 7;
//
// XtraForm1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1300, 800);
this.Controls.Add(this.xtraTabControl1);
this.Name = "FrmbuyerOutWarehouse";
this.Text = "FrmbuyerOutWarehouse";
this.Load += new System.EventHandler(this.FrmbuyerOutWarehouse_Load);
this.Controls.SetChildIndex(this.xtraTabControl1, 0);
/////////////////////////
((System.ComponentModel.ISupportInitialize)(this.txtid.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
/////////////////////////
((System.ComponentModel.ISupportInitialize)(this.txtcode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtouttime.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtouttime.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemtxtsupplierid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtsupplierid.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
/////////////////////////
((System.ComponentModel.ISupportInitialize)(this.txtsuppliercode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemtxtcreatorId)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtcreatorId.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
/////////////////////////
((System.ComponentModel.ISupportInitialize)(this.txtremark.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.tabDataList.ResumeLayout(false);
this.tabDataDetail.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grdList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grdListView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private XtraTabControl xtraTabControl1;
private XtraTabPage tabDataList;
private XtraTabPage tabDataDetail;
private DevExpress.XtraGrid.GridControl grdList;
private DevExpress.XtraGrid.Views.Grid.GridView grdListView;
private PanelControl panelControl2;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtid;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtcode;
///////////////////////////////
private DevExpress.XtraEditors.DateEdit txtouttime;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemtxtsupplierid;
private DevExpress.XtraEditors.LookUpEdit txtsupplierid;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtsuppliercode;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemtxtcreatorId;
private DevExpress.XtraEditors.LookUpEdit txtcreatorId;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtremark;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
}
}