/* Create By GS EasyCode */
|
namespace Gs.DevApp.DevFrm
|
{
|
partial class Frm_MesDaaDirectOut
|
{
|
/// <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()
|
{
|
//BQSetControlObject
|
this.lb_itemId = new DevExpress.XtraEditors.LabelControl();
|
this.txt_itemId = new DevExpress.XtraEditors.TextEdit();
|
this.gv_itemId = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.lb_workshop = new DevExpress.XtraEditors.LabelControl();
|
this.txt_workshop = new DevExpress.XtraEditors.TextEdit();
|
this.gv_workshop = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.lb_id = new DevExpress.XtraEditors.LabelControl();
|
this.txt_id = new DevExpress.XtraEditors.TextEdit();
|
this.gv_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.lb_guid = new DevExpress.XtraEditors.LabelControl();
|
this.txt_guid = new DevExpress.XtraEditors.TextEdit();
|
this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
//BQSetControlInfo
|
//
|
//lb_itemId
|
//
|
this.lb_itemId.Location = new System.Drawing.Point(770, 20);
|
this.lb_itemId.Name = "lb_itemId";
|
this.lb_itemId.Size = new System.Drawing.Size(150,21);
|
this.lb_itemId.TabIndex = 216;
|
this.lb_itemId.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lb_itemId.Text = "物料ID ";
|
//
|
//txt_itemId
|
//
|
this.txt_itemId.Location = new System.Drawing.Point(830, 20);
|
this.txt_itemId.Name = "txt_itemId";
|
this.txt_itemId.Size = new System.Drawing.Size(150,21);
|
this.txt_itemId.TabIndex = 216;
|
this.txt_itemId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
//
|
//gv_itemId
|
//
|
this.gv_itemId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gv_itemId.AppearanceCell.Options.UseFont = true;
|
this.gv_itemId.FieldName = "itemId";
|
this.gv_itemId.Caption = "物料ID ";
|
this.gv_itemId.Tag = "query_a.item_id";
|
this.gv_itemId.MinWidth =50;
|
this.gv_itemId.Visible = true;
|
this.gv_itemId.Width =94;
|
this.gv_itemId.OptionsColumn.AllowEdit = false;
|
this.gv_itemId.VisibleIndex = 0;
|
|
//
|
//lb_workshop
|
//
|
this.lb_workshop.Location = new System.Drawing.Point(520, 20);
|
this.lb_workshop.Name = "lb_workshop";
|
this.lb_workshop.Size = new System.Drawing.Size(150,21);
|
this.lb_workshop.TabIndex = 213;
|
this.lb_workshop.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lb_workshop.Text = "车间ID ";
|
//
|
//txt_workshop
|
//
|
this.txt_workshop.Location = new System.Drawing.Point(580, 20);
|
this.txt_workshop.Name = "txt_workshop";
|
this.txt_workshop.Size = new System.Drawing.Size(150,21);
|
this.txt_workshop.TabIndex = 213;
|
this.txt_workshop.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
//
|
//gv_workshop
|
//
|
this.gv_workshop.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gv_workshop.AppearanceCell.Options.UseFont = true;
|
this.gv_workshop.FieldName = "workshop";
|
this.gv_workshop.Caption = "车间ID ";
|
this.gv_workshop.Tag = "query_a.workshop";
|
this.gv_workshop.MinWidth =50;
|
this.gv_workshop.Visible = true;
|
this.gv_workshop.Width =94;
|
this.gv_workshop.OptionsColumn.AllowEdit = false;
|
this.gv_workshop.VisibleIndex = 0;
|
|
//
|
//lb_id
|
//
|
this.lb_id.Location = new System.Drawing.Point(270, 20);
|
this.lb_id.Name = "lb_id";
|
this.lb_id.Size = new System.Drawing.Size(150,21);
|
this.lb_id.TabIndex = 211;
|
this.lb_id.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lb_id.Text = "id ";
|
//
|
//txt_id
|
//
|
this.txt_id.Location = new System.Drawing.Point(330, 20);
|
this.txt_id.Name = "txt_id";
|
this.txt_id.Size = new System.Drawing.Size(150,21);
|
this.txt_id.TabIndex = 211;
|
this.txt_id.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
//
|
//gv_id
|
//
|
this.gv_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gv_id.AppearanceCell.Options.UseFont = true;
|
this.gv_id.FieldName = "id";
|
this.gv_id.Caption = "id ";
|
this.gv_id.Tag = "query_a.id";
|
this.gv_id.MinWidth =50;
|
this.gv_id.Visible = true;
|
this.gv_id.Width =94;
|
this.gv_id.OptionsColumn.AllowEdit = false;
|
this.gv_id.VisibleIndex = 0;
|
|
//
|
//lb_guid
|
//
|
this.lb_guid.Location = new System.Drawing.Point(20, 20);
|
this.lb_guid.Name = "lb_guid";
|
this.lb_guid.Size = new System.Drawing.Size(150,21);
|
this.lb_guid.TabIndex = 210;
|
this.lb_guid.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lb_guid.Text = "guid ";
|
//
|
//txt_guid
|
//
|
this.txt_guid.Location = new System.Drawing.Point(80, 20);
|
this.txt_guid.Name = "txt_guid";
|
this.txt_guid.Size = new System.Drawing.Size(150,21);
|
this.txt_guid.TabIndex = 210;
|
this.txt_guid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
//
|
//gv_guid
|
//
|
this.gv_guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gv_guid.AppearanceCell.Options.UseFont = true;
|
this.gv_guid.FieldName = "guid";
|
this.gv_guid.Caption = "guid ";
|
this.gv_guid.Tag = "query_a.guid";
|
this.gv_guid.MinWidth =50;
|
this.gv_guid.Visible = true;
|
this.gv_guid.Width =94;
|
this.gv_guid.OptionsColumn.AllowEdit = false;
|
this.gv_guid.VisibleIndex = 0;
|
|
this.toolBarMenu1 = new UserControl.UcToolBarMenu();
|
this.gcMain = new DevExpress.XtraGrid.GridControl();
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
this.pageBar1 = new UserControls.Data.UcPageBar();
|
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
|
this.lbGuid = new System.Windows.Forms.Label();
|
((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
this.xtraTabControl1.SuspendLayout();
|
this.xtraTabPage1.SuspendLayout();
|
this.xtraTabPage2.SuspendLayout();
|
this.panel1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// toolBarMenu1
|
//
|
|
this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.toolBarMenu1.isSetBtn = false;
|
this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
|
this.toolBarMenu1.Name = "toolBarMenu1";
|
this.toolBarMenu1.Size = new System.Drawing.Size(1128, 80);
|
this.toolBarMenu1.TabIndex = 0;
|
//
|
// gcMain
|
//
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gcMain.Location = new System.Drawing.Point(0, 0);
|
this.gcMain.MainView = this.gridView1;
|
this.gcMain.Name = "gcMain";
|
this.gcMain.Size = new System.Drawing.Size(1126, 531);
|
this.gcMain.TabIndex = 1;
|
this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1});
|
//
|
// gridView1
|
//
|
this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.gridView1.Appearance.Row.Options.UseFont = true;
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.gv_guid,this.gv_id,this.gv_workshop,this.gv_itemId});
|
this.gridView1.GridControl = this.gcMain;
|
this.gridView1.IndicatorWidth = 50;
|
this.gridView1.Name = "gridView1";
|
this.gridView1.OptionsFind.ShowSearchNavButtons = false;
|
this.gridView1.OptionsView.ShowAutoFilterRow = true;
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
//
|
// xtraTabControl1
|
//
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
|
this.xtraTabControl1.Size = new System.Drawing.Size(1128, 602);
|
this.xtraTabControl1.TabIndex = 3;
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
this.xtraTabPage1,
|
this.xtraTabPage2});
|
//
|
// xtraTabPage1
|
//
|
this.xtraTabPage1.Controls.Add(this.gcMain);
|
this.xtraTabPage1.Controls.Add(this.pageBar1);
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
this.xtraTabPage1.Size = new System.Drawing.Size(1126, 570);
|
this.xtraTabPage1.Text = "数据查询";
|
//
|
// pageBar1
|
//
|
this.pageBar1.CurrentPage = 1;
|
this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.pageBar1.Location = new System.Drawing.Point(0, 531);
|
this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
this.pageBar1.Name = "pageBar1";
|
this.pageBar1.RecordCount = 0;
|
this.pageBar1.RowsCount = 50;
|
this.pageBar1.Size = new System.Drawing.Size(1126, 39);
|
this.pageBar1.TabIndex = 3;
|
this.pageBar1.TotalPages = 0;
|
//
|
// xtraTabPage2
|
//
|
this.xtraTabPage2.Controls.Add(this.panel1);
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
this.xtraTabPage2.PageEnabled = false;
|
this.xtraTabPage2.Size = new System.Drawing.Size(1126, 570);
|
this.xtraTabPage2.Text = "数据编辑";
|
//
|
// panel1
|
//
|
this.panel1.BackColor = System.Drawing.Color.White;
|
this.panel1.Controls.Add(this.labelControl11);
|
this.panel1.Controls.Add(this.lbGuid);
|
this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.panel1.Location = new System.Drawing.Point(76, 20);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(585, 426);
|
this.panel1.TabIndex = 1;
|
//
|
// labelControl11
|
//
|
this.labelControl11.Location = new System.Drawing.Point(61, 388);
|
this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.labelControl11.Name = "labelControl11";
|
this.labelControl11.Size = new System.Drawing.Size(45, 18);
|
this.labelControl11.TabIndex = 130;
|
this.labelControl11.Text = "主键:";
|
//
|
// lbGuid
|
//
|
this.lbGuid.AutoSize = true;
|
this.lbGuid.Location = new System.Drawing.Point(112, 388);
|
this.lbGuid.Name = "lbGuid";
|
this.lbGuid.Size = new System.Drawing.Size(0, 21);
|
this.lbGuid.TabIndex = 1;
|
//
|
// category1
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1128, 682);
|
this.Controls.Add(this.xtraTabControl1);
|
this.Controls.Add(this.toolBarMenu1);
|
//BQAddControltoMContainer
|
this.panel1.Controls.Add(this.lb_itemId);
|
this.panel1.Controls.Add(this.txt_itemId);
|
|
this.panel1.Controls.Add(this.lb_workshop);
|
this.panel1.Controls.Add(this.txt_workshop);
|
|
this.panel1.Controls.Add(this.lb_id);
|
this.panel1.Controls.Add(this.txt_id);
|
|
this.panel1.Controls.Add(this.lb_guid);
|
this.panel1.Controls.Add(this.txt_guid);
|
|
this.Name = "category1";
|
this.Text = "";
|
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
this.xtraTabControl1.ResumeLayout(false);
|
this.xtraTabPage1.ResumeLayout(false);
|
this.xtraTabPage2.ResumeLayout(false);
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
this.ResumeLayout(false);
|
}
|
#endregion
|
private UserControl.UcToolBarMenu toolBarMenu1;
|
private DevExpress.XtraGrid.GridControl gcMain;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
private UserControls.Data.UcPageBar pageBar1;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Label lbGuid;
|
private DevExpress.XtraEditors.LabelControl labelControl11;
|
//BQCreateConrolObejct
|
private DevExpress.XtraEditors.LabelControl lb_itemId;
|
private DevExpress.XtraEditors.TextEdit txt_itemId;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_itemId;
|
|
private DevExpress.XtraEditors.LabelControl lb_workshop;
|
private DevExpress.XtraEditors.TextEdit txt_workshop;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_workshop;
|
|
private DevExpress.XtraEditors.LabelControl lb_id;
|
private DevExpress.XtraEditors.TextEdit txt_id;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_id;
|
|
private DevExpress.XtraEditors.LabelControl lb_guid;
|
private DevExpress.XtraEditors.TextEdit txt_guid;
|
private DevExpress.XtraGrid.Columns.GridColumn gv_guid;
|
|
}
|
}
|