锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

833 lines
46 KiB

namespace ICSSoft.Frame.APP
{
partial class FormICSArrivalVIQC
{
/// <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(FormICSArrivalVIQC));
this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.panel1 = new System.Windows.Forms.Panel();
this.labelText = new System.Windows.Forms.Label();
this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.repositoryItemButtonEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
this.grdDetail = new DevExpress.XtraGrid.GridControl();
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBatch = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
this.colcInvCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
this.colcCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colirowno = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPOCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPORow = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLOTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCreateUser = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCreateTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGood = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBad = new DevExpress.XtraGrid.Columns.GridColumn();
this.colEATTRIBUTE2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colisInput = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUpLoad = new DevExpress.XtraGrid.Columns.GridColumn();
this.btnUpLoad = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.colDownLoad = new DevExpress.XtraGrid.Columns.GridColumn();
this.btnDownLoad = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.coltFileName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colcdefine22 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnUpLoad)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnDownLoad)).BeginInit();
this.SuspendLayout();
//
// repDate
//
this.repDate.AutoHeight = false;
this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repDate.Mask.EditMask = "yyyy-MM-dd";
this.repDate.Mask.UseMaskAsDisplayFormat = true;
this.repDate.Name = "repDate";
this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
//
// rptPage
//
this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
this.rptPage.Appearance.Options.UseBackColor = true;
this.rptPage.Dock = System.Windows.Forms.DockStyle.Fill;
this.rptPage.isInit = false;
this.rptPage.Location = new System.Drawing.Point(0, 0);
this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.rptPage.Name = "rptPage";
this.rptPage.PageIndex = 0;
this.rptPage.PageSize = 0;
this.rptPage.RecordNum = 0;
this.rptPage.Size = new System.Drawing.Size(1113, 30);
this.rptPage.TabIndex = 15;
//
// btnExit
//
this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
this.btnExit.Appearance.Options.UseFont = true;
this.btnExit.Appearance.Options.UseForeColor = true;
this.btnExit.Appearance.Options.UseTextOptions = true;
this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
this.btnExit.Location = new System.Drawing.Point(769, 0);
this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(63, 31);
this.btnExit.TabIndex = 10;
this.btnExit.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// panelControl3
//
this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.panelControl3.Appearance.Options.UseBackColor = true;
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl3.Controls.Add(this.simpleButton4);
this.panelControl3.Controls.Add(this.simpleButton3);
this.panelControl3.Controls.Add(this.btnConfig);
this.panelControl3.Controls.Add(this.btnFilter);
this.panelControl3.Controls.Add(this.simpleButton2);
this.panelControl3.Controls.Add(this.simpleButton1);
this.panelControl3.Controls.Add(this.btnOutPut);
this.panelControl3.Controls.Add(this.btnCanSelect);
this.panelControl3.Controls.Add(this.btnSelect);
this.panelControl3.Controls.Add(this.btnFalsh);
this.panelControl3.Controls.Add(this.lblTitle);
this.panelControl3.Controls.Add(this.btnClose);
this.panelControl3.Controls.Add(this.btnExit);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl3.Location = new System.Drawing.Point(0, 0);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(1113, 31);
this.panelControl3.TabIndex = 13;
//
// simpleButton4
//
this.simpleButton4.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.simpleButton4.Appearance.ForeColor = System.Drawing.Color.White;
this.simpleButton4.Appearance.Options.UseFont = true;
this.simpleButton4.Appearance.Options.UseForeColor = true;
this.simpleButton4.Appearance.Options.UseTextOptions = true;
this.simpleButton4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.simpleButton4.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image")));
this.simpleButton4.Location = new System.Drawing.Point(693, 0);
this.simpleButton4.LookAndFeel.SkinName = "BlueButtonSkin";
this.simpleButton4.LookAndFeel.UseDefaultLookAndFeel = false;
this.simpleButton4.Name = "simpleButton4";
this.simpleButton4.Size = new System.Drawing.Size(76, 31);
this.simpleButton4.TabIndex = 29;
this.simpleButton4.Text = "清除文件";
this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
//
// simpleButton3
//
this.simpleButton3.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.simpleButton3.Appearance.ForeColor = System.Drawing.Color.White;
this.simpleButton3.Appearance.Options.UseFont = true;
this.simpleButton3.Appearance.Options.UseForeColor = true;
this.simpleButton3.Appearance.Options.UseTextOptions = true;
this.simpleButton3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.simpleButton3.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton3.Image")));
this.simpleButton3.Location = new System.Drawing.Point(936, 0);
this.simpleButton3.LookAndFeel.SkinName = "BlueButtonSkin";
this.simpleButton3.LookAndFeel.UseDefaultLookAndFeel = false;
this.simpleButton3.Name = "simpleButton3";
this.simpleButton3.Size = new System.Drawing.Size(82, 31);
this.simpleButton3.TabIndex = 52;
this.simpleButton3.Text = "全部让步";
this.simpleButton3.Visible = false;
this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
//
// btnConfig
//
this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
this.btnConfig.Appearance.Options.UseFont = true;
this.btnConfig.Appearance.Options.UseForeColor = true;
this.btnConfig.Appearance.Options.UseTextOptions = true;
this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
this.btnConfig.Location = new System.Drawing.Point(180, 0);
this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnConfig.Name = "btnConfig";
this.btnConfig.Size = new System.Drawing.Size(95, 31);
this.btnConfig.TabIndex = 51;
this.btnConfig.Text = "数据源设置";
this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
//
// btnFilter
//
this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
this.btnFilter.Appearance.Options.UseFont = true;
this.btnFilter.Appearance.Options.UseForeColor = true;
this.btnFilter.Appearance.Options.UseTextOptions = true;
this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
this.btnFilter.Location = new System.Drawing.Point(115, 0);
this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnFilter.Name = "btnFilter";
this.btnFilter.Size = new System.Drawing.Size(65, 31);
this.btnFilter.TabIndex = 50;
this.btnFilter.Text = "过滤";
this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
//
// simpleButton2
//
this.simpleButton2.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.simpleButton2.Appearance.ForeColor = System.Drawing.Color.White;
this.simpleButton2.Appearance.Options.UseFont = true;
this.simpleButton2.Appearance.Options.UseForeColor = true;
this.simpleButton2.Appearance.Options.UseTextOptions = true;
this.simpleButton2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.simpleButton2.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.Image")));
this.simpleButton2.Location = new System.Drawing.Point(563, 0);
this.simpleButton2.LookAndFeel.SkinName = "BlueButtonSkin";
this.simpleButton2.LookAndFeel.UseDefaultLookAndFeel = false;
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(130, 31);
this.simpleButton2.TabIndex = 49;
this.simpleButton2.Text = "全部判定为不合格";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// simpleButton1
//
this.simpleButton1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.simpleButton1.Appearance.ForeColor = System.Drawing.Color.White;
this.simpleButton1.Appearance.Options.UseFont = true;
this.simpleButton1.Appearance.Options.UseForeColor = true;
this.simpleButton1.Appearance.Options.UseTextOptions = true;
this.simpleButton1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.simpleButton1.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
this.simpleButton1.Location = new System.Drawing.Point(449, 0);
this.simpleButton1.LookAndFeel.SkinName = "BlueButtonSkin";
this.simpleButton1.LookAndFeel.UseDefaultLookAndFeel = false;
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(114, 31);
this.simpleButton1.TabIndex = 48;
this.simpleButton1.Text = "全部判定为合格";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// btnOutPut
//
this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
this.btnOutPut.Appearance.Options.UseFont = true;
this.btnOutPut.Appearance.Options.UseForeColor = true;
this.btnOutPut.Appearance.Options.UseTextOptions = true;
this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
this.btnOutPut.Location = new System.Drawing.Point(1018, 0);
this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnOutPut.Name = "btnOutPut";
this.btnOutPut.Size = new System.Drawing.Size(63, 31);
this.btnOutPut.TabIndex = 47;
this.btnOutPut.Text = "导出";
this.btnOutPut.Visible = false;
this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click_1);
//
// btnCanSelect
//
this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
this.btnCanSelect.Appearance.Options.UseFont = true;
this.btnCanSelect.Appearance.Options.UseForeColor = true;
this.btnCanSelect.Appearance.Options.UseTextOptions = true;
this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
this.btnCanSelect.Location = new System.Drawing.Point(333, 0);
this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnCanSelect.Name = "btnCanSelect";
this.btnCanSelect.Size = new System.Drawing.Size(58, 31);
this.btnCanSelect.TabIndex = 46;
this.btnCanSelect.Text = "全消";
this.btnCanSelect.Click += new System.EventHandler(this.btnCancelAll_Click);
//
// btnSelect
//
this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
this.btnSelect.Appearance.Options.UseFont = true;
this.btnSelect.Appearance.Options.UseForeColor = true;
this.btnSelect.Appearance.Options.UseTextOptions = true;
this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
this.btnSelect.Location = new System.Drawing.Point(275, 0);
this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(58, 31);
this.btnSelect.TabIndex = 45;
this.btnSelect.Text = "全选";
this.btnSelect.Click += new System.EventHandler(this.btnSelectAll_Click);
//
// btnFalsh
//
this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
this.btnFalsh.Appearance.Options.UseFont = true;
this.btnFalsh.Appearance.Options.UseForeColor = true;
this.btnFalsh.Appearance.Options.UseTextOptions = true;
this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
this.btnFalsh.Location = new System.Drawing.Point(391, 0);
this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnFalsh.Name = "btnFalsh";
this.btnFalsh.Size = new System.Drawing.Size(58, 31);
this.btnFalsh.TabIndex = 25;
this.btnFalsh.Text = "刷新";
this.btnFalsh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// lblTitle
//
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lblTitle.Location = new System.Drawing.Point(3, 4);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(106, 23);
this.lblTitle.TabIndex = 19;
this.lblTitle.Text = "来料-品质判定";
//
// btnClose
//
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
this.btnClose.Appearance.Options.UseFont = true;
this.btnClose.Appearance.Options.UseForeColor = true;
this.btnClose.Appearance.Options.UseTextOptions = true;
this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
this.btnClose.Location = new System.Drawing.Point(1087, 0);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(26, 31);
this.btnClose.TabIndex = 14;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// panel1
//
this.panel1.Controls.Add(this.rptPage);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 454);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1113, 30);
this.panel1.TabIndex = 17;
//
// labelText
//
this.labelText.AutoSize = true;
this.labelText.Location = new System.Drawing.Point(10, 35);
this.labelText.Name = "labelText";
this.labelText.Size = new System.Drawing.Size(55, 14);
this.labelText.TabIndex = 18;
this.labelText.Text = "详细信息";
//
// repositoryItemButtonEdit1
//
this.repositoryItemButtonEdit1.AutoHeight = false;
this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK)});
this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
this.repositoryItemButtonEdit1.NullText = "合格";
this.repositoryItemButtonEdit1.ReadOnly = true;
this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.repositoryItemButtonEdit1.Click += new System.EventHandler(this.repositoryItemButtonEdit1_Click);
//
// repositoryItemButtonEdit2
//
this.repositoryItemButtonEdit2.AutoHeight = false;
this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
this.repositoryItemButtonEdit2.ReadOnly = true;
this.repositoryItemButtonEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.repositoryItemButtonEdit2.Click += new System.EventHandler(this.repositoryItemButtonEdit2_Click);
//
// repositoryItemButtonEdit3
//
this.repositoryItemButtonEdit3.AutoHeight = false;
this.repositoryItemButtonEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK)});
this.repositoryItemButtonEdit3.Name = "repositoryItemButtonEdit3";
this.repositoryItemButtonEdit3.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.repositoryItemButtonEdit3.Click += new System.EventHandler(this.repositoryItemButtonEdit3_Click);
//
// repositoryItemButtonEdit4
//
this.repositoryItemButtonEdit4.AutoHeight = false;
this.repositoryItemButtonEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK)});
this.repositoryItemButtonEdit4.Name = "repositoryItemButtonEdit4";
this.repositoryItemButtonEdit4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.repositoryItemButtonEdit4.Click += new System.EventHandler(this.repositoryItemButtonEdit4_Click);
//
// grvAdvDetail
//
this.grvAdvDetail.GridControl = this.grdDetail;
this.grvAdvDetail.Name = "grvAdvDetail";
this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
this.grvAdvDetail.OptionsSelection.MultiSelect = true;
this.grvAdvDetail.OptionsView.ShowFooter = true;
this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
//
// grdDetail
//
this.grdDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.grdDetail.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.grdDetail.Location = new System.Drawing.Point(0, 52);
this.grdDetail.MainView = this.grvDetail;
this.grdDetail.Name = "grdDetail";
this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemButtonEdit1,
this.repositoryItemButtonEdit2,
this.repositoryItemButtonEdit3,
this.repositoryItemButtonEdit4,
this.btnUpLoad,
this.btnDownLoad});
this.grdDetail.Size = new System.Drawing.Size(1110, 404);
this.grdDetail.TabIndex = 0;
this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grvDetail,
this.grvAdvDetail});
//
// grvDetail
//
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colisSelect,
this.colID,
this.colBatch,
this.colcdefine22,
this.colLotNO,
this.colcInvCode,
this.colINVNAME,
this.colINVSTD,
this.colcCode,
this.colirowno,
this.colPOCode,
this.colPORow,
this.colLOTQTY,
this.colINVUOM,
this.colCreateUser,
this.colCreateTime,
this.colMUSER,
this.colMTIME,
this.colGood,
this.colBad,
this.colEATTRIBUTE2,
this.colisInput,
this.colUpLoad,
this.colDownLoad,
this.coltFileName});
this.grvDetail.GridControl = this.grdDetail;
this.grvDetail.IndicatorWidth = 55;
this.grvDetail.Name = "grvDetail";
this.grvDetail.OptionsBehavior.ReadOnly = true;
this.grvDetail.OptionsSelection.MultiSelect = true;
this.grvDetail.OptionsView.ColumnAutoWidth = false;
this.grvDetail.OptionsView.ShowFooter = true;
this.grvDetail.OptionsView.ShowGroupPanel = false;
this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
this.grvDetail.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.grvDetail_RowStyle);
this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
//
// colisSelect
//
this.colisSelect.Caption = "选择";
this.colisSelect.FieldName = "isSelect";
this.colisSelect.Name = "colisSelect";
this.colisSelect.OptionsColumn.AllowEdit = false;
this.colisSelect.Visible = true;
this.colisSelect.VisibleIndex = 0;
//
// colID
//
this.colID.Caption = "ID";
this.colID.FieldName = "ID";
this.colID.Name = "colID";
//
// colBatch
//
this.colBatch.Caption = "零件号";
this.colBatch.FieldName = "Batch";
this.colBatch.Name = "colBatch";
this.colBatch.Visible = true;
this.colBatch.VisibleIndex = 1;
//
// colLotNO
//
this.colLotNO.Caption = "物料条码";
this.colLotNO.FieldName = "LotNO";
this.colLotNO.Name = "colLotNO";
this.colLotNO.OptionsColumn.AllowEdit = false;
this.colLotNO.OptionsColumn.ReadOnly = true;
this.colLotNO.Visible = true;
this.colLotNO.VisibleIndex = 2;
//
// colcInvCode
//
this.colcInvCode.Caption = "存货编码";
this.colcInvCode.FieldName = "cInvCode";
this.colcInvCode.Name = "colcInvCode";
this.colcInvCode.Visible = true;
this.colcInvCode.VisibleIndex = 4;
//
// colINVNAME
//
this.colINVNAME.Caption = "存货名称";
this.colINVNAME.FieldName = "INVNAME";
this.colINVNAME.Name = "colINVNAME";
this.colINVNAME.Visible = true;
this.colINVNAME.VisibleIndex = 5;
//
// colINVSTD
//
this.colINVSTD.Caption = "规格型号";
this.colINVSTD.FieldName = "INVSTD";
this.colINVSTD.Name = "colINVSTD";
this.colINVSTD.Visible = true;
this.colINVSTD.VisibleIndex = 12;
//
// colcCode
//
this.colcCode.Caption = "到货单号";
this.colcCode.FieldName = "cCode";
this.colcCode.Name = "colcCode";
this.colcCode.OptionsColumn.AllowEdit = false;
this.colcCode.Visible = true;
this.colcCode.VisibleIndex = 6;
//
// colirowno
//
this.colirowno.Caption = "行号";
this.colirowno.FieldName = "irowno";
this.colirowno.Name = "colirowno";
this.colirowno.Visible = true;
this.colirowno.VisibleIndex = 7;
//
// colPOCode
//
this.colPOCode.Caption = "采购订单号";
this.colPOCode.FieldName = "POCode";
this.colPOCode.Name = "colPOCode";
this.colPOCode.Visible = true;
this.colPOCode.VisibleIndex = 8;
//
// colPORow
//
this.colPORow.Caption = "采购订单行号";
this.colPORow.FieldName = "PORow";
this.colPORow.Name = "colPORow";
this.colPORow.Visible = true;
this.colPORow.VisibleIndex = 9;
//
// colLOTQTY
//
this.colLOTQTY.Caption = "数量";
this.colLOTQTY.FieldName = "LOTQTY";
this.colLOTQTY.Name = "colLOTQTY";
this.colLOTQTY.OptionsColumn.AllowEdit = false;
this.colLOTQTY.OptionsColumn.ReadOnly = true;
this.colLOTQTY.Visible = true;
this.colLOTQTY.VisibleIndex = 10;
//
// colINVUOM
//
this.colINVUOM.Caption = "单位";
this.colINVUOM.FieldName = "INVUOM";
this.colINVUOM.Name = "colINVUOM";
this.colINVUOM.Visible = true;
this.colINVUOM.VisibleIndex = 11;
//
// colCreateUser
//
this.colCreateUser.Caption = "维护人";
this.colCreateUser.FieldName = "CreateUser";
this.colCreateUser.Name = "colCreateUser";
this.colCreateUser.OptionsColumn.AllowEdit = false;
this.colCreateUser.OptionsColumn.ReadOnly = true;
this.colCreateUser.Visible = true;
this.colCreateUser.VisibleIndex = 13;
//
// colCreateTime
//
this.colCreateTime.Caption = "维护时间";
this.colCreateTime.FieldName = "CreateTime";
this.colCreateTime.Name = "colCreateTime";
this.colCreateTime.OptionsColumn.AllowEdit = false;
this.colCreateTime.OptionsColumn.ReadOnly = true;
this.colCreateTime.Visible = true;
this.colCreateTime.VisibleIndex = 14;
//
// colMUSER
//
this.colMUSER.Caption = "检验人员";
this.colMUSER.FieldName = "MUSER";
this.colMUSER.Name = "colMUSER";
this.colMUSER.Visible = true;
this.colMUSER.VisibleIndex = 15;
//
// colMTIME
//
this.colMTIME.Caption = "检验时间";
this.colMTIME.FieldName = "MTIME";
this.colMTIME.Name = "colMTIME";
this.colMTIME.Visible = true;
this.colMTIME.VisibleIndex = 16;
//
// colGood
//
this.colGood.Caption = "合格";
this.colGood.ColumnEdit = this.repositoryItemButtonEdit1;
this.colGood.FieldName = "Good";
this.colGood.Name = "colGood";
this.colGood.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
this.colGood.Visible = true;
this.colGood.VisibleIndex = 17;
//
// colBad
//
this.colBad.Caption = "不合格";
this.colBad.ColumnEdit = this.repositoryItemButtonEdit2;
this.colBad.FieldName = "Bad";
this.colBad.Name = "colBad";
this.colBad.Visible = true;
this.colBad.VisibleIndex = 18;
//
// colEATTRIBUTE2
//
this.colEATTRIBUTE2.Caption = "检验状态";
this.colEATTRIBUTE2.FieldName = "EATTRIBUTE2";
this.colEATTRIBUTE2.Name = "colEATTRIBUTE2";
this.colEATTRIBUTE2.Visible = true;
this.colEATTRIBUTE2.VisibleIndex = 19;
//
// colisInput
//
this.colisInput.Caption = "条码是否入库";
this.colisInput.FieldName = "isInput";
this.colisInput.Name = "colisInput";
this.colisInput.OptionsColumn.AllowEdit = false;
this.colisInput.OptionsColumn.ReadOnly = true;
this.colisInput.Visible = true;
this.colisInput.VisibleIndex = 20;
this.colisInput.Width = 86;
//
// colUpLoad
//
this.colUpLoad.Caption = "上传";
this.colUpLoad.ColumnEdit = this.btnUpLoad;
this.colUpLoad.FieldName = "UpLoad";
this.colUpLoad.Name = "colUpLoad";
this.colUpLoad.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
this.colUpLoad.Visible = true;
this.colUpLoad.VisibleIndex = 21;
//
// btnUpLoad
//
this.btnUpLoad.AutoHeight = false;
this.btnUpLoad.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Up)});
this.btnUpLoad.Name = "btnUpLoad";
this.btnUpLoad.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.btnUpLoad.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnUpLoad_ButtonClick);
//
// colDownLoad
//
this.colDownLoad.Caption = "下载";
this.colDownLoad.ColumnEdit = this.btnDownLoad;
this.colDownLoad.FieldName = "DownLoad";
this.colDownLoad.Name = "colDownLoad";
this.colDownLoad.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
this.colDownLoad.Visible = true;
this.colDownLoad.VisibleIndex = 22;
//
// btnDownLoad
//
this.btnDownLoad.AutoHeight = false;
this.btnDownLoad.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)});
this.btnDownLoad.Name = "btnDownLoad";
this.btnDownLoad.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.btnDownLoad.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnDownLoad_ButtonClick);
//
// coltFileName
//
this.coltFileName.Caption = "文件名";
this.coltFileName.FieldName = "tFileName";
this.coltFileName.Name = "coltFileName";
this.coltFileName.Visible = true;
this.coltFileName.VisibleIndex = 23;
//
// colcdefine22
//
this.colcdefine22.Caption = "客户零件号";
this.colcdefine22.FieldName = "cdefine22";
this.colcdefine22.Name = "colcdefine22";
this.colcdefine22.Visible = true;
this.colcdefine22.VisibleIndex = 3;
//
// FormICSArrivalVIQC
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1113, 484);
this.Controls.Add(this.labelText);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panelControl3);
this.Controls.Add(this.grdDetail);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormICSArrivalVIQC";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "详细信息";
this.Load += new System.EventHandler(this.FormICSCREW_Load);
((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnUpLoad)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnDownLoad)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
private DevExpress.XtraEditors.SimpleButton btnExit;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraEditors.LabelControl lblTitle;
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
private DevExpress.XtraEditors.SimpleButton btnFalsh;
private DevExpress.XtraEditors.SimpleButton btnCanSelect;
private DevExpress.XtraEditors.SimpleButton btnSelect;
private DevExpress.XtraEditors.SimpleButton btnOutPut;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.SimpleButton btnConfig;
private DevExpress.XtraEditors.SimpleButton btnFilter;
private DevExpress.XtraEditors.SimpleButton simpleButton3;
private System.Windows.Forms.Label labelText;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit3;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit4;
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
private DevExpress.XtraGrid.GridControl grdDetail;
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
private DevExpress.XtraGrid.Columns.GridColumn colcCode;
private DevExpress.XtraGrid.Columns.GridColumn colirowno;
private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
private DevExpress.XtraGrid.Columns.GridColumn colcInvCode;
private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
private DevExpress.XtraGrid.Columns.GridColumn colLOTQTY;
private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
private DevExpress.XtraGrid.Columns.GridColumn colINVSTD;
private DevExpress.XtraGrid.Columns.GridColumn colPOCode;
private DevExpress.XtraGrid.Columns.GridColumn colCreateUser;
private DevExpress.XtraGrid.Columns.GridColumn colCreateTime;
private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
private DevExpress.XtraGrid.Columns.GridColumn colisInput;
private DevExpress.XtraGrid.Columns.GridColumn colGood;
private DevExpress.XtraGrid.Columns.GridColumn colBad;
private DevExpress.XtraGrid.Columns.GridColumn colBatch;
private DevExpress.XtraGrid.Columns.GridColumn colPORow;
private DevExpress.XtraGrid.Columns.GridColumn colID;
private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE2;
private DevExpress.XtraGrid.Columns.GridColumn colUpLoad;
private DevExpress.XtraGrid.Columns.GridColumn colDownLoad;
private DevExpress.XtraGrid.Columns.GridColumn coltFileName;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btnUpLoad;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btnDownLoad;
private DevExpress.XtraEditors.SimpleButton simpleButton4;
private DevExpress.XtraGrid.Columns.GridColumn colcdefine22;
}
}