ldj/winform/入库/ReceiveRecords.designer.cs

525 lines
31 KiB
C#
Raw Normal View History

2023-05-23 16:13:17 +08:00
namespace DeiNiu.wms.win
{
partial class ReceiveRecords
{
/// <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(ReceiveRecords));
this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.bbQuery = new DevExpress.XtraBars.BarButtonItem();
this.bbiExport = new DevExpress.XtraBars.BarButtonItem();
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
2023-11-21 19:18:23 +08:00
this.txtVenderId = new DevExpress.XtraEditors.TextEdit();
2023-05-23 16:13:17 +08:00
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.pager1 = new DeiNiu.Controls.pager.Pager();
this.txtPurchOrderQ = new DevExpress.XtraEditors.TextEdit();
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
this.txtPreNoQ = new DevExpress.XtraEditors.TextEdit();
this.txtVenderQ = new DevExpress.XtraEditors.TextEdit();
this.dateEditFrom = new DevExpress.XtraEditors.DateEdit();
this.dateEditTo = new DevExpress.XtraEditors.DateEdit();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
this.emptySpaceItem12 = new DevExpress.XtraLayout.EmptySpaceItem();
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
2023-11-21 19:18:23 +08:00
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
2023-05-23 16:13:17 +08:00
this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
2023-11-21 19:18:23 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtVenderId.Properties)).BeginInit();
2023-05-23 16:13:17 +08:00
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPurchOrderQ.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPreNoQ.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtVenderQ.Properties)).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.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem12)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
2023-11-21 19:18:23 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
2023-05-23 16:13:17 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
this.SuspendLayout();
//
// ribbon
//
this.ribbon.ExpandCollapseItem.Id = 0;
this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbon.ExpandCollapseItem,
this.bbQuery,
2023-11-21 19:18:23 +08:00
this.bbiExport});
2023-05-23 16:13:17 +08:00
this.ribbon.Location = new System.Drawing.Point(0, 0);
2023-11-21 19:18:23 +08:00
this.ribbon.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
2023-05-23 16:13:17 +08:00
this.ribbon.MaxItemId = 6;
this.ribbon.Name = "ribbon";
this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
this.ribbonPage1});
2023-11-21 19:18:23 +08:00
this.ribbon.Size = new System.Drawing.Size(1966, 225);
2023-05-23 16:13:17 +08:00
this.ribbon.StatusBar = this.ribbonStatusBar;
//
// bbQuery
//
this.bbQuery.Caption = "查询";
this.bbQuery.Id = 3;
this.bbQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbQuery.ImageOptions.Image")));
2023-11-21 19:18:23 +08:00
this.bbQuery.ImageOptions.ImageUri.Uri = "Find";
2023-05-23 16:13:17 +08:00
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);
//
// bbiExport
//
this.bbiExport.Caption = "导出";
this.bbiExport.Id = 4;
this.bbiExport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiExport.ImageOptions.Image")));
this.bbiExport.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbiExport.ImageOptions.LargeImage")));
this.bbiExport.Name = "bbiExport";
this.bbiExport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiExport_ItemClick);
//
// 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.ItemLinks.Add(this.bbiExport);
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
this.ribbonPageGroup1.Text = "编辑";
//
// ribbonStatusBar
//
2023-11-21 19:18:23 +08:00
this.ribbonStatusBar.Location = new System.Drawing.Point(0, 1176);
this.ribbonStatusBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
2023-05-23 16:13:17 +08:00
this.ribbonStatusBar.Name = "ribbonStatusBar";
this.ribbonStatusBar.Ribbon = this.ribbon;
2023-11-21 19:18:23 +08:00
this.ribbonStatusBar.Size = new System.Drawing.Size(1966, 48);
2023-05-23 16:13:17 +08:00
//
// layoutControl1
//
2023-11-21 19:18:23 +08:00
this.layoutControl1.Controls.Add(this.txtVenderId);
2023-05-23 16:13:17 +08:00
this.layoutControl1.Controls.Add(this.gridControl1);
this.layoutControl1.Controls.Add(this.pager1);
this.layoutControl1.Controls.Add(this.txtPurchOrderQ);
this.layoutControl1.Controls.Add(this.btnQuery);
this.layoutControl1.Controls.Add(this.txtPreNoQ);
this.layoutControl1.Controls.Add(this.txtVenderQ);
this.layoutControl1.Controls.Add(this.dateEditFrom);
this.layoutControl1.Controls.Add(this.dateEditTo);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
2023-11-21 19:18:23 +08:00
this.layoutControl1.Location = new System.Drawing.Point(0, 225);
this.layoutControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
2023-05-23 16:13:17 +08:00
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1611, 125, 450, 400);
this.layoutControl1.Root = this.layoutControlGroup1;
2023-11-21 19:18:23 +08:00
this.layoutControl1.Size = new System.Drawing.Size(1966, 951);
2023-05-23 16:13:17 +08:00
this.layoutControl1.TabIndex = 2;
this.layoutControl1.Text = "layoutControl1";
//
2023-11-21 19:18:23 +08:00
// txtVenderId
//
this.txtVenderId.Location = new System.Drawing.Point(113, 67);
this.txtVenderId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txtVenderId.Name = "txtVenderId";
this.txtVenderId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.txtVenderId.Properties.Appearance.Options.UseFont = true;
this.txtVenderId.Size = new System.Drawing.Size(153, 34);
this.txtVenderId.StyleController = this.layoutControl1;
this.txtVenderId.TabIndex = 33;
//
2023-05-23 16:13:17 +08:00
// gridControl1
//
2023-11-21 19:18:23 +08:00
this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
this.gridControl1.Location = new System.Drawing.Point(18, 160);
2023-05-23 16:13:17 +08:00
this.gridControl1.MainView = this.gridView1;
2023-11-21 19:18:23 +08:00
this.gridControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
2023-05-23 16:13:17 +08:00
this.gridControl1.MenuManager = this.ribbon;
this.gridControl1.Name = "gridControl1";
2023-11-21 19:18:23 +08:00
this.gridControl1.Size = new System.Drawing.Size(1930, 742);
2023-05-23 16:13:17 +08:00
this.gridControl1.TabIndex = 26;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
//
// pager1
//
2023-11-21 19:18:23 +08:00
this.pager1.Location = new System.Drawing.Point(18, 908);
this.pager1.Margin = new System.Windows.Forms.Padding(6);
2023-05-23 16:13:17 +08:00
this.pager1.Name = "pager1";
this.pager1.NMax = 0;
this.pager1.PageCount = 0;
this.pager1.PageCurrent = 0;
this.pager1.PageSize = 100;
2023-11-21 19:18:23 +08:00
this.pager1.Size = new System.Drawing.Size(1930, 25);
2023-05-23 16:13:17 +08:00
this.pager1.TabIndex = 22;
//
// txtPurchOrderQ
//
2023-11-21 19:18:23 +08:00
this.txtPurchOrderQ.Location = new System.Drawing.Point(359, 107);
this.txtPurchOrderQ.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
2023-05-23 16:13:17 +08:00
this.txtPurchOrderQ.MenuManager = this.ribbon;
this.txtPurchOrderQ.Name = "txtPurchOrderQ";
2023-11-21 19:18:23 +08:00
this.txtPurchOrderQ.Size = new System.Drawing.Size(214, 28);
2023-05-23 16:13:17 +08:00
this.txtPurchOrderQ.StyleController = this.layoutControl1;
this.txtPurchOrderQ.TabIndex = 5;
//
// btnQuery
//
2023-11-21 19:18:23 +08:00
this.btnQuery.ImageUri.Uri = "Zoom;Size32x32";
this.btnQuery.Location = new System.Drawing.Point(854, 67);
this.btnQuery.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
2023-05-23 16:13:17 +08:00
this.btnQuery.Name = "btnQuery";
2023-11-21 19:18:23 +08:00
this.btnQuery.Size = new System.Drawing.Size(72, 68);
2023-05-23 16:13:17 +08:00
this.btnQuery.StyleController = this.layoutControl1;
this.btnQuery.TabIndex = 23;
this.btnQuery.Text = "查询";
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// txtPreNoQ
//
2023-11-21 19:18:23 +08:00
this.txtPreNoQ.Location = new System.Drawing.Point(114, 107);
this.txtPreNoQ.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
2023-05-23 16:13:17 +08:00
this.txtPreNoQ.MenuManager = this.ribbon;
this.txtPreNoQ.Name = "txtPreNoQ";
2023-11-21 19:18:23 +08:00
this.txtPreNoQ.Size = new System.Drawing.Size(152, 28);
2023-05-23 16:13:17 +08:00
this.txtPreNoQ.StyleController = this.layoutControl1;
this.txtPreNoQ.TabIndex = 25;
this.txtPreNoQ.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtpinyin_KeyUp);
//
// txtVenderQ
//
2023-11-21 19:18:23 +08:00
this.txtVenderQ.Location = new System.Drawing.Point(359, 67);
this.txtVenderQ.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
2023-05-23 16:13:17 +08:00
this.txtVenderQ.Name = "txtVenderQ";
this.txtVenderQ.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.txtVenderQ.Properties.Appearance.Options.UseFont = true;
2023-11-21 19:18:23 +08:00
this.txtVenderQ.Size = new System.Drawing.Size(214, 34);
2023-05-23 16:13:17 +08:00
this.txtVenderQ.StyleController = this.layoutControl1;
this.txtVenderQ.TabIndex = 4;
//
// dateEditFrom
//
this.dateEditFrom.EditValue = null;
2023-11-21 19:18:23 +08:00
this.dateEditFrom.Location = new System.Drawing.Point(665, 67);
this.dateEditFrom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
2023-05-23 16:13:17 +08:00
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.EditMask = "";
this.dateEditFrom.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.None;
2023-11-21 19:18:23 +08:00
this.dateEditFrom.Size = new System.Drawing.Size(173, 28);
2023-05-23 16:13:17 +08:00
this.dateEditFrom.StyleController = this.layoutControl1;
this.dateEditFrom.TabIndex = 31;
//
// dateEditTo
//
this.dateEditTo.EditValue = null;
2023-11-21 19:18:23 +08:00
this.dateEditTo.Location = new System.Drawing.Point(665, 101);
this.dateEditTo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
2023-05-23 16:13:17 +08:00
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)});
2023-11-21 19:18:23 +08:00
this.dateEditTo.Size = new System.Drawing.Size(173, 28);
2023-05-23 16:13:17 +08:00
this.dateEditTo.StyleController = this.layoutControl1;
this.dateEditTo.TabIndex = 32;
//
// layoutControlGroup1
//
this.layoutControlGroup1.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.layoutControlGroup1.AppearanceGroup.Options.UseFont = true;
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.layoutControlGroup1.GroupBordersVisible = false;
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlGroup2,
this.layoutControlItem19,
this.layoutControlItem4});
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
this.layoutControlGroup1.Name = "Root";
2023-11-21 19:18:23 +08:00
this.layoutControlGroup1.Size = new System.Drawing.Size(1966, 951);
2023-05-23 16:13:17 +08:00
this.layoutControlGroup1.TextVisible = false;
//
// layoutControlGroup2
//
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.emptySpaceItem12,
this.layoutControlItem7,
this.layoutControlItem12,
this.layoutControlItem13,
this.layoutControlItem3,
this.layoutControlItem21,
2023-11-21 19:18:23 +08:00
this.layoutControlItem2,
this.layoutControlItem1});
2023-05-23 16:13:17 +08:00
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
this.layoutControlGroup2.Name = "layoutControlGroup2";
2023-11-21 19:18:23 +08:00
this.layoutControlGroup2.Size = new System.Drawing.Size(1936, 142);
2023-05-23 16:13:17 +08:00
this.layoutControlGroup2.Text = "查询";
//
// emptySpaceItem12
//
this.emptySpaceItem12.AllowHotTrack = false;
2023-11-21 19:18:23 +08:00
this.emptySpaceItem12.Location = new System.Drawing.Point(895, 0);
2023-05-23 16:13:17 +08:00
this.emptySpaceItem12.Name = "emptySpaceItem12";
2023-11-21 19:18:23 +08:00
this.emptySpaceItem12.Size = new System.Drawing.Size(1003, 74);
2023-05-23 16:13:17 +08:00
this.emptySpaceItem12.TextSize = new System.Drawing.Size(0, 0);
//
// layoutControlItem7
//
this.layoutControlItem7.Control = this.btnQuery;
2023-11-21 19:18:23 +08:00
this.layoutControlItem7.Location = new System.Drawing.Point(817, 0);
this.layoutControlItem7.MaxSize = new System.Drawing.Size(78, 74);
this.layoutControlItem7.MinSize = new System.Drawing.Size(78, 74);
2023-05-23 16:13:17 +08:00
this.layoutControlItem7.Name = "layoutControlItem7";
2023-11-21 19:18:23 +08:00
this.layoutControlItem7.Size = new System.Drawing.Size(78, 74);
2023-05-23 16:13:17 +08:00
this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem7.TextVisible = false;
//
// layoutControlItem12
//
this.layoutControlItem12.Control = this.dateEditFrom;
this.layoutControlItem12.CustomizationFormText = "起始时间";
2023-11-21 19:18:23 +08:00
this.layoutControlItem12.Location = new System.Drawing.Point(552, 0);
this.layoutControlItem12.MaxSize = new System.Drawing.Size(265, 34);
this.layoutControlItem12.MinSize = new System.Drawing.Size(265, 34);
2023-05-23 16:13:17 +08:00
this.layoutControlItem12.Name = "layoutControlItem12";
2023-11-21 19:18:23 +08:00
this.layoutControlItem12.Size = new System.Drawing.Size(265, 34);
2023-05-23 16:13:17 +08:00
this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem12.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
this.layoutControlItem12.Text = "起始时间";
2023-11-21 19:18:23 +08:00
this.layoutControlItem12.TextSize = new System.Drawing.Size(73, 22);
2023-05-23 16:13:17 +08:00
//
// layoutControlItem13
//
this.layoutControlItem13.Control = this.dateEditTo;
this.layoutControlItem13.CustomizationFormText = "截止时间";
2023-11-21 19:18:23 +08:00
this.layoutControlItem13.Location = new System.Drawing.Point(552, 34);
this.layoutControlItem13.MaxSize = new System.Drawing.Size(265, 40);
this.layoutControlItem13.MinSize = new System.Drawing.Size(265, 40);
2023-05-23 16:13:17 +08:00
this.layoutControlItem13.Name = "layoutControlItem13";
2023-11-21 19:18:23 +08:00
this.layoutControlItem13.Size = new System.Drawing.Size(265, 40);
2023-05-23 16:13:17 +08:00
this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem13.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
this.layoutControlItem13.Text = "截止时间";
2023-11-21 19:18:23 +08:00
this.layoutControlItem13.TextSize = new System.Drawing.Size(73, 22);
2023-05-23 16:13:17 +08:00
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.txtVenderQ;
this.layoutControlItem3.CustomizationFormText = "商品编号";
2023-11-21 19:18:23 +08:00
this.layoutControlItem3.Location = new System.Drawing.Point(245, 0);
this.layoutControlItem3.MaxSize = new System.Drawing.Size(307, 40);
this.layoutControlItem3.MinSize = new System.Drawing.Size(307, 40);
2023-05-23 16:13:17 +08:00
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 1;
2023-11-21 19:18:23 +08:00
this.layoutControlItem3.Size = new System.Drawing.Size(307, 40);
2023-05-23 16:13:17 +08:00
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
this.layoutControlItem3.Text = "供应商名";
this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
2023-11-21 19:18:23 +08:00
this.layoutControlItem3.TextSize = new System.Drawing.Size(72, 22);
2023-05-23 16:13:17 +08:00
this.layoutControlItem3.TextToControlDistance = 5;
//
// layoutControlItem21
//
this.layoutControlItem21.Control = this.txtPreNoQ;
2023-11-21 19:18:23 +08:00
this.layoutControlItem21.Location = new System.Drawing.Point(0, 40);
this.layoutControlItem21.MinSize = new System.Drawing.Size(143, 34);
2023-05-23 16:13:17 +08:00
this.layoutControlItem21.Name = "layoutControlItem21";
2023-11-21 19:18:23 +08:00
this.layoutControlItem21.Size = new System.Drawing.Size(245, 34);
2023-05-23 16:13:17 +08:00
this.layoutControlItem21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem21.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
this.layoutControlItem21.Text = "预到单号";
this.layoutControlItem21.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
2023-11-21 19:18:23 +08:00
this.layoutControlItem21.TextSize = new System.Drawing.Size(72, 22);
2023-05-23 16:13:17 +08:00
this.layoutControlItem21.TextToControlDistance = 5;
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.txtPurchOrderQ;
2023-11-21 19:18:23 +08:00
this.layoutControlItem2.Location = new System.Drawing.Point(245, 40);
this.layoutControlItem2.MaxSize = new System.Drawing.Size(307, 34);
this.layoutControlItem2.MinSize = new System.Drawing.Size(307, 34);
2023-05-23 16:13:17 +08:00
this.layoutControlItem2.Name = "layoutControlItem2";
2023-11-21 19:18:23 +08:00
this.layoutControlItem2.Size = new System.Drawing.Size(307, 34);
2023-05-23 16:13:17 +08:00
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
this.layoutControlItem2.Text = "采购单号";
this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
2023-11-21 19:18:23 +08:00
this.layoutControlItem2.TextSize = new System.Drawing.Size(72, 22);
2023-05-23 16:13:17 +08:00
this.layoutControlItem2.TextToControlDistance = 5;
//
2023-11-21 19:18:23 +08:00
// layoutControlItem1
//
this.layoutControlItem1.Control = this.txtVenderId;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.MaxSize = new System.Drawing.Size(245, 40);
this.layoutControlItem1.MinSize = new System.Drawing.Size(245, 40);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(245, 40);
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
this.layoutControlItem1.Text = "供应商ID";
this.layoutControlItem1.TextSize = new System.Drawing.Size(73, 22);
//
2023-05-23 16:13:17 +08:00
// layoutControlItem19
//
this.layoutControlItem19.Control = this.pager1;
2023-11-21 19:18:23 +08:00
this.layoutControlItem19.Location = new System.Drawing.Point(0, 890);
2023-05-23 16:13:17 +08:00
this.layoutControlItem19.Name = "layoutControlItem19";
2023-11-21 19:18:23 +08:00
this.layoutControlItem19.Size = new System.Drawing.Size(1936, 31);
2023-05-23 16:13:17 +08:00
this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem19.TextVisible = false;
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.gridControl1;
2023-11-21 19:18:23 +08:00
this.layoutControlItem4.Location = new System.Drawing.Point(0, 142);
2023-05-23 16:13:17 +08:00
this.layoutControlItem4.Name = "layoutControlItem4";
2023-11-21 19:18:23 +08:00
this.layoutControlItem4.Size = new System.Drawing.Size(1936, 748);
2023-05-23 16:13:17 +08:00
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem4.TextVisible = false;
//
// barButtonItem1
//
this.barButtonItem1.Caption = "查询";
this.barButtonItem1.Id = 1;
this.barButtonItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.Image")));
this.barButtonItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.LargeImage")));
this.barButtonItem1.Name = "barButtonItem1";
//
// ReceiveRecords
//
2023-11-21 19:18:23 +08:00
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
2023-05-23 16:13:17 +08:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2023-11-21 19:18:23 +08:00
this.ClientSize = new System.Drawing.Size(1966, 1224);
2023-05-23 16:13:17 +08:00
this.Controls.Add(this.layoutControl1);
this.Controls.Add(this.ribbonStatusBar);
this.Controls.Add(this.ribbon);
2023-11-21 19:18:23 +08:00
this.Margin = new System.Windows.Forms.Padding(10, 14, 10, 14);
2023-05-23 16:13:17 +08:00
this.Name = "ReceiveRecords";
this.Ribbon = this.ribbon;
this.StatusBar = this.ribbonStatusBar;
this.Text = "ReceiveForm";
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
2023-11-21 19:18:23 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtVenderId.Properties)).EndInit();
2023-05-23 16:13:17 +08:00
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPurchOrderQ.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPreNoQ.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtVenderQ.Properties)).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.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem12)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
2023-11-21 19:18:23 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
2023-05-23 16:13:17 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).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.Ribbon.RibbonStatusBar ribbonStatusBar;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private Controls.pager.Pager pager1;
private DevExpress.XtraEditors.TextEdit txtPurchOrderQ;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraEditors.SimpleButton btnQuery;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem12;
private DevExpress.XtraEditors.TextEdit txtPreNoQ;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21;
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
private DevExpress.XtraBars.BarButtonItem bbQuery;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraEditors.TextEdit txtVenderQ;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraBars.BarButtonItem bbiExport;
private DevExpress.XtraEditors.DateEdit dateEditFrom;
private DevExpress.XtraEditors.DateEdit dateEditTo;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
2023-11-21 19:18:23 +08:00
private DevExpress.XtraEditors.TextEdit txtVenderId;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
2023-05-23 16:13:17 +08:00
}
}