729 lines
44 KiB
C#
729 lines
44 KiB
C#
namespace DeiNiu.wms.win
|
|
{
|
|
partial class TaskCenter
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TaskCenter));
|
|
this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
|
this.bbQuery = new DevExpress.XtraBars.BarButtonItem();
|
|
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
|
|
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.btnApprove = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnReject = new DevExpress.XtraEditors.SimpleButton();
|
|
this.lbTaskNo = new DevExpress.XtraEditors.LabelControl();
|
|
this.gridControl2 = new DevExpress.XtraGrid.GridControl();
|
|
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.pager1 = new DeiNiu.Controls.pager.Pager();
|
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
|
|
this.dateEditFrom = new DevExpress.XtraEditors.DateEdit();
|
|
this.dateEditTo = new DevExpress.XtraEditors.DateEdit();
|
|
this.comTypeQ = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
this.comStatusQ = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
this.txtOrderNo = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtOccupiedBy = new DevExpress.XtraEditors.TextEdit();
|
|
this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
|
|
this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.emptySpaceItem8 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
|
|
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEditFrom.Properties.CalendarTimeProperties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEditFrom.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEditTo.Properties.CalendarTimeProperties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEditTo.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.comTypeQ.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.comStatusQ.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtOrderNo.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtOccupiedBy.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// ribbon
|
|
//
|
|
this.ribbon.ExpandCollapseItem.Id = 0;
|
|
this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
this.ribbon.ExpandCollapseItem,
|
|
this.bbQuery});
|
|
this.ribbon.Location = new System.Drawing.Point(0, 0);
|
|
this.ribbon.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.ribbon.MaxItemId = 4;
|
|
this.ribbon.Name = "ribbon";
|
|
this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
|
|
this.ribbonPage1});
|
|
this.ribbon.Size = new System.Drawing.Size(1985, 225);
|
|
//
|
|
// bbQuery
|
|
//
|
|
this.bbQuery.Caption = "查询";
|
|
this.bbQuery.Id = 1;
|
|
this.bbQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbQuery.ImageOptions.Image")));
|
|
this.bbQuery.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbQuery.ImageOptions.LargeImage")));
|
|
this.bbQuery.Name = "bbQuery";
|
|
this.bbQuery.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbQuery_ItemClick_1);
|
|
//
|
|
// ribbonPage1
|
|
//
|
|
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
|
|
this.ribbonPageGroup1});
|
|
this.ribbonPage1.Name = "ribbonPage1";
|
|
this.ribbonPage1.Text = "编辑";
|
|
//
|
|
// ribbonPageGroup1
|
|
//
|
|
this.ribbonPageGroup1.ItemLinks.Add(this.bbQuery);
|
|
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
|
|
this.ribbonPageGroup1.Text = "编辑";
|
|
//
|
|
// layoutControl1
|
|
//
|
|
this.layoutControl1.Controls.Add(this.btnApprove);
|
|
this.layoutControl1.Controls.Add(this.btnReject);
|
|
this.layoutControl1.Controls.Add(this.lbTaskNo);
|
|
this.layoutControl1.Controls.Add(this.gridControl2);
|
|
this.layoutControl1.Controls.Add(this.pager1);
|
|
this.layoutControl1.Controls.Add(this.gridControl1);
|
|
this.layoutControl1.Controls.Add(this.btnQuery);
|
|
this.layoutControl1.Controls.Add(this.dateEditFrom);
|
|
this.layoutControl1.Controls.Add(this.dateEditTo);
|
|
this.layoutControl1.Controls.Add(this.comTypeQ);
|
|
this.layoutControl1.Controls.Add(this.comStatusQ);
|
|
this.layoutControl1.Controls.Add(this.txtOrderNo);
|
|
this.layoutControl1.Controls.Add(this.txtOccupiedBy);
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlGroup10});
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 225);
|
|
this.layoutControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1689, 510, 450, 400);
|
|
this.layoutControl1.Root = this.layoutControlGroup1;
|
|
this.layoutControl1.Size = new System.Drawing.Size(1985, 930);
|
|
this.layoutControl1.TabIndex = 2;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// btnApprove
|
|
//
|
|
this.btnApprove.Location = new System.Drawing.Point(1285, 127);
|
|
this.btnApprove.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.btnApprove.Name = "btnApprove";
|
|
this.btnApprove.Size = new System.Drawing.Size(96, 27);
|
|
this.btnApprove.StyleController = this.layoutControl1;
|
|
this.btnApprove.TabIndex = 76;
|
|
this.btnApprove.Text = "暂停";
|
|
this.btnApprove.Click += new System.EventHandler(this.btnApprove_Click_1);
|
|
//
|
|
// btnReject
|
|
//
|
|
this.btnReject.Location = new System.Drawing.Point(1387, 127);
|
|
this.btnReject.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.btnReject.Name = "btnReject";
|
|
this.btnReject.Size = new System.Drawing.Size(90, 27);
|
|
this.btnReject.StyleController = this.layoutControl1;
|
|
this.btnReject.TabIndex = 75;
|
|
this.btnReject.Text = "撤销";
|
|
this.btnReject.Click += new System.EventHandler(this.btnReject_Click);
|
|
//
|
|
// lbTaskNo
|
|
//
|
|
this.lbTaskNo.Appearance.Font = new System.Drawing.Font("Tahoma", 18F);
|
|
this.lbTaskNo.Appearance.Options.UseFont = true;
|
|
this.lbTaskNo.Location = new System.Drawing.Point(917, 127);
|
|
this.lbTaskNo.Margin = new System.Windows.Forms.Padding(14, 5, 4, 5);
|
|
this.lbTaskNo.Name = "lbTaskNo";
|
|
this.lbTaskNo.Padding = new System.Windows.Forms.Padding(14, 0, 0, 0);
|
|
this.lbTaskNo.Size = new System.Drawing.Size(352, 43);
|
|
this.lbTaskNo.StyleController = this.layoutControl1;
|
|
this.lbTaskNo.TabIndex = 73;
|
|
this.lbTaskNo.Text = "当前任务";
|
|
//
|
|
// gridControl2
|
|
//
|
|
this.gridControl2.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
|
|
this.gridControl2.Location = new System.Drawing.Point(917, 176);
|
|
this.gridControl2.MainView = this.gridView2;
|
|
this.gridControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.gridControl2.MenuManager = this.ribbon;
|
|
this.gridControl2.Name = "gridControl2";
|
|
this.gridControl2.Size = new System.Drawing.Size(1065, 751);
|
|
this.gridControl2.TabIndex = 24;
|
|
this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView2});
|
|
//
|
|
// gridView2
|
|
//
|
|
this.gridView2.GridControl = this.gridControl2;
|
|
this.gridView2.Name = "gridView2";
|
|
//
|
|
// pager1
|
|
//
|
|
this.pager1.Location = new System.Drawing.Point(3, 876);
|
|
this.pager1.Margin = new System.Windows.Forms.Padding(6);
|
|
this.pager1.Name = "pager1";
|
|
this.pager1.NMax = 0;
|
|
this.pager1.PageCount = 0;
|
|
this.pager1.PageCurrent = 0;
|
|
this.pager1.PageSize = 100;
|
|
this.pager1.Size = new System.Drawing.Size(900, 48);
|
|
this.pager1.TabIndex = 22;
|
|
//
|
|
// gridControl1
|
|
//
|
|
this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
|
|
this.gridControl1.Location = new System.Drawing.Point(3, 127);
|
|
this.gridControl1.MainView = this.gridView1;
|
|
this.gridControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.gridControl1.MenuManager = this.ribbon;
|
|
this.gridControl1.Name = "gridControl1";
|
|
this.gridControl1.Size = new System.Drawing.Size(900, 743);
|
|
this.gridControl1.TabIndex = 21;
|
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.GridControl = this.gridControl1;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridView1_SelectionChanged);
|
|
//
|
|
// btnQuery
|
|
//
|
|
this.btnQuery.ImageUri.Uri = "Zoom;Size32x32";
|
|
this.btnQuery.Location = new System.Drawing.Point(655, 52);
|
|
this.btnQuery.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.btnQuery.Name = "btnQuery";
|
|
this.btnQuery.Size = new System.Drawing.Size(82, 50);
|
|
this.btnQuery.StyleController = this.layoutControl1;
|
|
this.btnQuery.TabIndex = 23;
|
|
this.btnQuery.Text = "查询";
|
|
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
|
|
//
|
|
// dateEditFrom
|
|
//
|
|
this.dateEditFrom.EditValue = null;
|
|
this.dateEditFrom.Location = new System.Drawing.Point(517, 52);
|
|
this.dateEditFrom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.dateEditFrom.Name = "dateEditFrom";
|
|
this.dateEditFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.dateEditFrom.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.dateEditFrom.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.None;
|
|
this.dateEditFrom.Size = new System.Drawing.Size(122, 28);
|
|
this.dateEditFrom.StyleController = this.layoutControl1;
|
|
this.dateEditFrom.TabIndex = 31;
|
|
//
|
|
// dateEditTo
|
|
//
|
|
this.dateEditTo.EditValue = null;
|
|
this.dateEditTo.Location = new System.Drawing.Point(517, 80);
|
|
this.dateEditTo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.dateEditTo.Name = "dateEditTo";
|
|
this.dateEditTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.dateEditTo.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.dateEditTo.Size = new System.Drawing.Size(122, 28);
|
|
this.dateEditTo.StyleController = this.layoutControl1;
|
|
this.dateEditTo.TabIndex = 32;
|
|
//
|
|
// comTypeQ
|
|
//
|
|
this.comTypeQ.Location = new System.Drawing.Point(299, 51);
|
|
this.comTypeQ.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.comTypeQ.MenuManager = this.ribbon;
|
|
this.comTypeQ.Name = "comTypeQ";
|
|
this.comTypeQ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.comTypeQ.Size = new System.Drawing.Size(130, 28);
|
|
this.comTypeQ.StyleController = this.layoutControl1;
|
|
this.comTypeQ.TabIndex = 4;
|
|
//
|
|
// comStatusQ
|
|
//
|
|
this.comStatusQ.Location = new System.Drawing.Point(299, 79);
|
|
this.comStatusQ.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.comStatusQ.Name = "comStatusQ";
|
|
this.comStatusQ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.comStatusQ.Size = new System.Drawing.Size(130, 28);
|
|
this.comStatusQ.StyleController = this.layoutControl1;
|
|
this.comStatusQ.TabIndex = 4;
|
|
//
|
|
// txtOrderNo
|
|
//
|
|
this.txtOrderNo.Location = new System.Drawing.Point(81, 52);
|
|
this.txtOrderNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtOrderNo.Name = "txtOrderNo";
|
|
this.txtOrderNo.Size = new System.Drawing.Size(126, 28);
|
|
this.txtOrderNo.StyleController = this.layoutControl1;
|
|
this.txtOrderNo.TabIndex = 4;
|
|
//
|
|
// txtOccupiedBy
|
|
//
|
|
this.txtOccupiedBy.Location = new System.Drawing.Point(81, 80);
|
|
this.txtOccupiedBy.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtOccupiedBy.Name = "txtOccupiedBy";
|
|
this.txtOccupiedBy.Size = new System.Drawing.Size(126, 28);
|
|
this.txtOccupiedBy.StyleController = this.layoutControl1;
|
|
this.txtOccupiedBy.TabIndex = 4;
|
|
//
|
|
// layoutControlGroup10
|
|
//
|
|
this.layoutControlGroup10.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlGroup10.Name = "layoutControlGroup10";
|
|
this.layoutControlGroup10.Size = new System.Drawing.Size(389, 101);
|
|
this.layoutControlGroup10.Text = "货品拒收";
|
|
//
|
|
// layoutControlGroup1
|
|
//
|
|
this.layoutControlGroup1.GroupBordersVisible = false;
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.splitterItem1,
|
|
this.layoutControlGroup5,
|
|
this.layoutControlGroup6,
|
|
this.simpleSeparator1,
|
|
this.layoutControlGroup2});
|
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlGroup1.Name = "Root";
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(1985, 930);
|
|
this.layoutControlGroup1.TextVisible = false;
|
|
//
|
|
// splitterItem1
|
|
//
|
|
this.splitterItem1.AllowHotTrack = true;
|
|
this.splitterItem1.Location = new System.Drawing.Point(906, 124);
|
|
this.splitterItem1.Name = "splitterItem1";
|
|
this.splitterItem1.Size = new System.Drawing.Size(8, 806);
|
|
//
|
|
// layoutControlGroup5
|
|
//
|
|
this.layoutControlGroup5.GroupBordersVisible = false;
|
|
this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem24,
|
|
this.emptySpaceItem6,
|
|
this.layoutControlItem8,
|
|
this.layoutControlItem4,
|
|
this.emptySpaceItem8,
|
|
this.layoutControlItem2});
|
|
this.layoutControlGroup5.Location = new System.Drawing.Point(914, 124);
|
|
this.layoutControlGroup5.Name = "layoutControlGroup5";
|
|
this.layoutControlGroup5.Size = new System.Drawing.Size(1071, 806);
|
|
this.layoutControlGroup5.TextVisible = false;
|
|
//
|
|
// layoutControlItem24
|
|
//
|
|
this.layoutControlItem24.Control = this.lbTaskNo;
|
|
this.layoutControlItem24.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem24.MaxSize = new System.Drawing.Size(358, 49);
|
|
this.layoutControlItem24.MinSize = new System.Drawing.Size(358, 49);
|
|
this.layoutControlItem24.Name = "layoutControlItem24";
|
|
this.layoutControlItem24.Size = new System.Drawing.Size(358, 49);
|
|
this.layoutControlItem24.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem24.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem24.TextVisible = false;
|
|
//
|
|
// emptySpaceItem6
|
|
//
|
|
this.emptySpaceItem6.AllowHotTrack = false;
|
|
this.emptySpaceItem6.Location = new System.Drawing.Point(566, 0);
|
|
this.emptySpaceItem6.Name = "emptySpaceItem6";
|
|
this.emptySpaceItem6.Size = new System.Drawing.Size(505, 49);
|
|
this.emptySpaceItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// layoutControlItem8
|
|
//
|
|
this.layoutControlItem8.Control = this.gridControl2;
|
|
this.layoutControlItem8.Location = new System.Drawing.Point(0, 49);
|
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
|
this.layoutControlItem8.Size = new System.Drawing.Size(1071, 757);
|
|
this.layoutControlItem8.Text = "订单明细";
|
|
this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
|
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem8.TextVisible = false;
|
|
//
|
|
// layoutControlItem4
|
|
//
|
|
this.layoutControlItem4.Control = this.btnReject;
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(470, 0);
|
|
this.layoutControlItem4.MaxSize = new System.Drawing.Size(96, 33);
|
|
this.layoutControlItem4.MinSize = new System.Drawing.Size(96, 33);
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(96, 49);
|
|
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem4.TextVisible = false;
|
|
this.layoutControlItem4.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
//
|
|
// emptySpaceItem8
|
|
//
|
|
this.emptySpaceItem8.AllowHotTrack = false;
|
|
this.emptySpaceItem8.Location = new System.Drawing.Point(358, 0);
|
|
this.emptySpaceItem8.MaxSize = new System.Drawing.Size(10, 33);
|
|
this.emptySpaceItem8.MinSize = new System.Drawing.Size(10, 33);
|
|
this.emptySpaceItem8.Name = "emptySpaceItem8";
|
|
this.emptySpaceItem8.Size = new System.Drawing.Size(10, 49);
|
|
this.emptySpaceItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.emptySpaceItem8.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.Control = this.btnApprove;
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(368, 0);
|
|
this.layoutControlItem2.MaxSize = new System.Drawing.Size(102, 33);
|
|
this.layoutControlItem2.MinSize = new System.Drawing.Size(102, 33);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(102, 49);
|
|
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem2.TextVisible = false;
|
|
this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
//
|
|
// layoutControlGroup6
|
|
//
|
|
this.layoutControlGroup6.GroupBordersVisible = false;
|
|
this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem19,
|
|
this.layoutControlItem18});
|
|
this.layoutControlGroup6.Location = new System.Drawing.Point(0, 124);
|
|
this.layoutControlGroup6.Name = "layoutControlGroup6";
|
|
this.layoutControlGroup6.Size = new System.Drawing.Size(906, 803);
|
|
this.layoutControlGroup6.TextVisible = false;
|
|
//
|
|
// layoutControlItem19
|
|
//
|
|
this.layoutControlItem19.Control = this.pager1;
|
|
this.layoutControlItem19.Location = new System.Drawing.Point(0, 749);
|
|
this.layoutControlItem19.Name = "layoutControlItem19";
|
|
this.layoutControlItem19.Size = new System.Drawing.Size(906, 54);
|
|
this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem19.TextVisible = false;
|
|
//
|
|
// layoutControlItem18
|
|
//
|
|
this.layoutControlItem18.Control = this.gridControl1;
|
|
this.layoutControlItem18.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem18.Name = "layoutControlItem18";
|
|
this.layoutControlItem18.Size = new System.Drawing.Size(906, 749);
|
|
this.layoutControlItem18.Text = "待入库订单";
|
|
this.layoutControlItem18.TextLocation = DevExpress.Utils.Locations.Top;
|
|
this.layoutControlItem18.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem18.TextVisible = false;
|
|
//
|
|
// simpleSeparator1
|
|
//
|
|
this.simpleSeparator1.AllowHotTrack = false;
|
|
this.simpleSeparator1.Location = new System.Drawing.Point(0, 927);
|
|
this.simpleSeparator1.Name = "simpleSeparator1";
|
|
this.simpleSeparator1.Size = new System.Drawing.Size(906, 3);
|
|
//
|
|
// layoutControlGroup2
|
|
//
|
|
this.layoutControlGroup2.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
|
|
this.layoutControlGroup2.AppearanceGroup.Options.UseFont = true;
|
|
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem1,
|
|
this.layoutControlItem7,
|
|
this.emptySpaceItem2,
|
|
this.layoutControlItem20,
|
|
this.layoutControlItem22,
|
|
this.layoutControlItem23,
|
|
this.layoutControlItem25,
|
|
this.layoutControlItem27});
|
|
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
|
this.layoutControlGroup2.Size = new System.Drawing.Size(1985, 124);
|
|
this.layoutControlGroup2.Text = "查询";
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.Control = this.comTypeQ;
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(201, 0);
|
|
this.layoutControlItem1.MaxSize = new System.Drawing.Size(219, 28);
|
|
this.layoutControlItem1.MinSize = new System.Drawing.Size(219, 28);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.OptionsTableLayoutItem.ColumnIndex = 1;
|
|
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 10, 2, 2);
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(219, 28);
|
|
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem1.Text = "任务类型";
|
|
this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 22);
|
|
this.layoutControlItem1.TextToControlDistance = 5;
|
|
//
|
|
// layoutControlItem7
|
|
//
|
|
this.layoutControlItem7.Control = this.btnQuery;
|
|
this.layoutControlItem7.Location = new System.Drawing.Point(633, 0);
|
|
this.layoutControlItem7.MaxSize = new System.Drawing.Size(88, 56);
|
|
this.layoutControlItem7.MinSize = new System.Drawing.Size(88, 56);
|
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
|
this.layoutControlItem7.Size = new System.Drawing.Size(88, 56);
|
|
this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem7.TextVisible = false;
|
|
//
|
|
// emptySpaceItem2
|
|
//
|
|
this.emptySpaceItem2.AllowHotTrack = false;
|
|
this.emptySpaceItem2.Location = new System.Drawing.Point(721, 0);
|
|
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
|
this.emptySpaceItem2.Size = new System.Drawing.Size(1226, 56);
|
|
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// layoutControlItem20
|
|
//
|
|
this.layoutControlItem20.Control = this.dateEditFrom;
|
|
this.layoutControlItem20.CustomizationFormText = "起始时间";
|
|
this.layoutControlItem20.Location = new System.Drawing.Point(420, 0);
|
|
this.layoutControlItem20.MaxSize = new System.Drawing.Size(213, 28);
|
|
this.layoutControlItem20.MinSize = new System.Drawing.Size(213, 28);
|
|
this.layoutControlItem20.Name = "layoutControlItem20";
|
|
this.layoutControlItem20.Size = new System.Drawing.Size(213, 28);
|
|
this.layoutControlItem20.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem20.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
|
|
this.layoutControlItem20.Text = "起始时间";
|
|
this.layoutControlItem20.TextSize = new System.Drawing.Size(72, 22);
|
|
//
|
|
// layoutControlItem22
|
|
//
|
|
this.layoutControlItem22.Control = this.dateEditTo;
|
|
this.layoutControlItem22.CustomizationFormText = "截止时间";
|
|
this.layoutControlItem22.Location = new System.Drawing.Point(420, 28);
|
|
this.layoutControlItem22.MaxSize = new System.Drawing.Size(213, 28);
|
|
this.layoutControlItem22.MinSize = new System.Drawing.Size(213, 28);
|
|
this.layoutControlItem22.Name = "layoutControlItem22";
|
|
this.layoutControlItem22.Size = new System.Drawing.Size(213, 28);
|
|
this.layoutControlItem22.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem22.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
|
|
this.layoutControlItem22.Text = "截止时间";
|
|
this.layoutControlItem22.TextSize = new System.Drawing.Size(72, 22);
|
|
//
|
|
// layoutControlItem23
|
|
//
|
|
this.layoutControlItem23.Control = this.comStatusQ;
|
|
this.layoutControlItem23.CustomizationFormText = "单据类型";
|
|
this.layoutControlItem23.Location = new System.Drawing.Point(201, 28);
|
|
this.layoutControlItem23.MaxSize = new System.Drawing.Size(219, 28);
|
|
this.layoutControlItem23.MinSize = new System.Drawing.Size(219, 28);
|
|
this.layoutControlItem23.Name = "layoutControlItem23";
|
|
this.layoutControlItem23.OptionsTableLayoutItem.ColumnIndex = 1;
|
|
this.layoutControlItem23.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 10, 2, 2);
|
|
this.layoutControlItem23.Size = new System.Drawing.Size(219, 28);
|
|
this.layoutControlItem23.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem23.Text = "任务状态";
|
|
this.layoutControlItem23.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
this.layoutControlItem23.TextSize = new System.Drawing.Size(72, 22);
|
|
this.layoutControlItem23.TextToControlDistance = 5;
|
|
//
|
|
// layoutControlItem25
|
|
//
|
|
this.layoutControlItem25.Control = this.txtOrderNo;
|
|
this.layoutControlItem25.CustomizationFormText = "单号";
|
|
this.layoutControlItem25.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem25.MaxSize = new System.Drawing.Size(201, 28);
|
|
this.layoutControlItem25.MinSize = new System.Drawing.Size(201, 28);
|
|
this.layoutControlItem25.Name = "layoutControlItem25";
|
|
this.layoutControlItem25.OptionsTableLayoutItem.ColumnIndex = 1;
|
|
this.layoutControlItem25.Size = new System.Drawing.Size(201, 28);
|
|
this.layoutControlItem25.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem25.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
|
|
this.layoutControlItem25.Text = "任务号";
|
|
this.layoutControlItem25.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
this.layoutControlItem25.TextSize = new System.Drawing.Size(54, 22);
|
|
this.layoutControlItem25.TextToControlDistance = 5;
|
|
//
|
|
// layoutControlItem27
|
|
//
|
|
this.layoutControlItem27.Control = this.txtOccupiedBy;
|
|
this.layoutControlItem27.CustomizationFormText = "单号";
|
|
this.layoutControlItem27.Location = new System.Drawing.Point(0, 28);
|
|
this.layoutControlItem27.MaxSize = new System.Drawing.Size(201, 28);
|
|
this.layoutControlItem27.MinSize = new System.Drawing.Size(201, 28);
|
|
this.layoutControlItem27.Name = "layoutControlItem27";
|
|
this.layoutControlItem27.OptionsTableLayoutItem.ColumnIndex = 1;
|
|
this.layoutControlItem27.Size = new System.Drawing.Size(201, 28);
|
|
this.layoutControlItem27.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem27.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
|
|
this.layoutControlItem27.Text = "负责人";
|
|
this.layoutControlItem27.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
this.layoutControlItem27.TextSize = new System.Drawing.Size(54, 22);
|
|
this.layoutControlItem27.TextToControlDistance = 5;
|
|
//
|
|
// TaskCenter
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1985, 1155);
|
|
this.Controls.Add(this.layoutControl1);
|
|
this.Controls.Add(this.ribbon);
|
|
this.Margin = new System.Windows.Forms.Padding(10, 14, 10, 14);
|
|
this.Name = "TaskCenter";
|
|
this.Ribbon = this.ribbon;
|
|
this.Text = "GoodsForm";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GoodsInForm_FormClosing);
|
|
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
this.layoutControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEditFrom.Properties.CalendarTimeProperties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEditFrom.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEditTo.Properties.CalendarTimeProperties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEditTo.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.comTypeQ.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.comStatusQ.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtOrderNo.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtOccupiedBy.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
|
|
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
|
|
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
|
|
private DevExpress.XtraBars.BarButtonItem bbQuery;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
private Controls.pager.Pager pager1;
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
private DevExpress.XtraGrid.GridControl gridControl2;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
|
private DevExpress.XtraEditors.SimpleButton btnQuery;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup10;
|
|
private DevExpress.XtraLayout.SplitterItem splitterItem1;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6;
|
|
private DevExpress.XtraLayout.SimpleSeparator simpleSeparator1;
|
|
private DevExpress.XtraEditors.DateEdit dateEditFrom;
|
|
private DevExpress.XtraEditors.DateEdit dateEditTo;
|
|
private DevExpress.XtraEditors.ComboBoxEdit comTypeQ;
|
|
private DevExpress.XtraEditors.ComboBoxEdit comStatusQ;
|
|
private DevExpress.XtraEditors.LabelControl lbTaskNo;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem24;
|
|
private DevExpress.XtraEditors.TextEdit txtOrderNo;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem6;
|
|
private DevExpress.XtraEditors.TextEdit txtOccupiedBy;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem22;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem25;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem27;
|
|
private DevExpress.XtraEditors.SimpleButton btnReject;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem8;
|
|
private DevExpress.XtraEditors.SimpleButton btnApprove;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
}
|
|
} |