锐腾搅拌上料功能
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.

639 lines
31 KiB

namespace ICSSoft.Frame.APP
{
partial class FormPR
{
/// <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(FormPR));
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.grdDetail = new DevExpress.XtraGrid.GridControl();
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
this.colProjectCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMOCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.coliRowNo = new DevExpress.XtraGrid.Columns.GridColumn();
this.colcCusName = new DevExpress.XtraGrid.Columns.GridColumn();
this.coliQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
this.coldcreatesystime = new DevExpress.XtraGrid.Columns.GridColumn();
this.coldPreDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.colcInvStd = new DevExpress.XtraGrid.Columns.GridColumn();
this.colcInvCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colInvName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDepName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSOCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSORow = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.colWeek = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStartTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.colEndTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDiffStart = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDiffEnd = new DevExpress.XtraGrid.Columns.GridColumn();
this.colComplete = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMadeTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStopTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBomQty = new DevExpress.XtraGrid.Columns.GridColumn();
this.colcMemo = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colEATTRIBUTE1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colAutoID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colColor = new DevExpress.XtraGrid.Columns.GridColumn();
this.colROUTECODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
this.btnEdit = new DevExpress.XtraEditors.SimpleButton();
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
this.SuspendLayout();
//
// groupControl1
//
this.groupControl1.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.groupControl1.Controls.Add(this.grdDetail);
this.groupControl1.Location = new System.Drawing.Point(0, 33);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(1130, 623);
this.groupControl1.TabIndex = 14;
this.groupControl1.Text = "排产信息";
//
// grdDetail
//
this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdDetail.Location = new System.Drawing.Point(2, 22);
this.grdDetail.MainView = this.grvDetail;
this.grdDetail.Name = "grdDetail";
this.grdDetail.Size = new System.Drawing.Size(1126, 599);
this.grdDetail.TabIndex = 1;
this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grvDetail});
//
// grvDetail
//
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colisSelect,
this.colProjectCode,
this.colMOCode,
this.coliRowNo,
this.colcCusName,
this.coliQuantity,
this.coldcreatesystime,
this.coldPreDate,
this.colcInvStd,
this.colcInvCode,
this.colInvName,
this.colINVUOM,
this.colDepName,
this.colSOCode,
this.colSORow,
this.colStatus,
this.colWeek,
this.colStartTime,
this.colEndTime,
this.colDiffStart,
this.colDiffEnd,
this.colComplete,
this.colMadeTime,
this.colStopTime,
this.colBomQty,
this.colcMemo,
this.colLotNO,
this.colMUSER,
this.colMUSERName,
this.colMTIME,
this.colEATTRIBUTE1,
this.colID,
this.colAutoID,
this.colColor,
this.colROUTECODE});
this.grvDetail.GridControl = this.grdDetail;
this.grvDetail.IndicatorWidth = 40;
this.grvDetail.Name = "grvDetail";
this.grvDetail.OptionsCustomization.AllowSort = false;
this.grvDetail.OptionsPrint.AutoWidth = false;
this.grvDetail.OptionsView.ColumnAutoWidth = false;
this.grvDetail.OptionsView.ShowFooter = true;
this.grvDetail.OptionsView.ShowGroupPanel = false;
//
// colisSelect
//
this.colisSelect.Caption = "选择";
this.colisSelect.FieldName = "isSelect";
this.colisSelect.Name = "colisSelect";
this.colisSelect.Visible = true;
this.colisSelect.VisibleIndex = 0;
//
// colProjectCode
//
this.colProjectCode.Caption = "项目号";
this.colProjectCode.FieldName = "ProjectCode";
this.colProjectCode.Name = "colProjectCode";
this.colProjectCode.OptionsColumn.ReadOnly = true;
this.colProjectCode.Visible = true;
this.colProjectCode.VisibleIndex = 1;
//
// colMOCode
//
this.colMOCode.Caption = "生产订单号";
this.colMOCode.FieldName = "MOCode";
this.colMOCode.Name = "colMOCode";
this.colMOCode.OptionsColumn.ReadOnly = true;
this.colMOCode.Visible = true;
this.colMOCode.VisibleIndex = 2;
//
// coliRowNo
//
this.coliRowNo.Caption = "行号";
this.coliRowNo.FieldName = "iRowNo";
this.coliRowNo.Name = "coliRowNo";
this.coliRowNo.OptionsColumn.ReadOnly = true;
//
// colcCusName
//
this.colcCusName.Caption = "客户名";
this.colcCusName.FieldName = "cCusName";
this.colcCusName.Name = "colcCusName";
this.colcCusName.OptionsColumn.ReadOnly = true;
this.colcCusName.Visible = true;
this.colcCusName.VisibleIndex = 3;
this.colcCusName.Width = 128;
//
// coliQuantity
//
this.coliQuantity.Caption = "数量";
this.coliQuantity.FieldName = "iQuantity";
this.coliQuantity.Name = "coliQuantity";
this.coliQuantity.OptionsColumn.ReadOnly = true;
this.coliQuantity.Visible = true;
this.coliQuantity.VisibleIndex = 7;
//
// coldcreatesystime
//
this.coldcreatesystime.Caption = "预计开工时间";
this.coldcreatesystime.FieldName = "dcreatesystime";
this.coldcreatesystime.Name = "coldcreatesystime";
this.coldcreatesystime.OptionsColumn.ReadOnly = true;
this.coldcreatesystime.Visible = true;
this.coldcreatesystime.VisibleIndex = 10;
//
// coldPreDate
//
this.coldPreDate.Caption = "预计完工时间";
this.coldPreDate.FieldName = "dPreDate";
this.coldPreDate.Name = "coldPreDate";
this.coldPreDate.OptionsColumn.ReadOnly = true;
this.coldPreDate.Visible = true;
this.coldPreDate.VisibleIndex = 13;
//
// colcInvStd
//
this.colcInvStd.Caption = "规格型号";
this.colcInvStd.FieldName = "cInvStd";
this.colcInvStd.Name = "colcInvStd";
this.colcInvStd.OptionsColumn.ReadOnly = true;
this.colcInvStd.Visible = true;
this.colcInvStd.VisibleIndex = 6;
//
// colcInvCode
//
this.colcInvCode.Caption = "产品编码";
this.colcInvCode.FieldName = "cInvCode";
this.colcInvCode.Name = "colcInvCode";
this.colcInvCode.OptionsColumn.ReadOnly = true;
this.colcInvCode.Visible = true;
this.colcInvCode.VisibleIndex = 4;
//
// colInvName
//
this.colInvName.Caption = "产品名称";
this.colInvName.FieldName = "InvName";
this.colInvName.Name = "colInvName";
this.colInvName.OptionsColumn.ReadOnly = true;
this.colInvName.Visible = true;
this.colInvName.VisibleIndex = 5;
//
// colINVUOM
//
this.colINVUOM.Caption = "单位";
this.colINVUOM.FieldName = "INVUOM";
this.colINVUOM.Name = "colINVUOM";
this.colINVUOM.OptionsColumn.ReadOnly = true;
this.colINVUOM.Visible = true;
this.colINVUOM.VisibleIndex = 8;
//
// colDepName
//
this.colDepName.Caption = "部门";
this.colDepName.FieldName = "DepName";
this.colDepName.Name = "colDepName";
this.colDepName.OptionsColumn.ReadOnly = true;
this.colDepName.Visible = true;
this.colDepName.VisibleIndex = 9;
//
// colSOCode
//
this.colSOCode.Caption = "销售订单号";
this.colSOCode.FieldName = "SOCode";
this.colSOCode.Name = "colSOCode";
this.colSOCode.OptionsColumn.ReadOnly = true;
//
// colSORow
//
this.colSORow.Caption = "销售订单行号";
this.colSORow.FieldName = "SORow";
this.colSORow.Name = "colSORow";
this.colSORow.OptionsColumn.ReadOnly = true;
//
// colStatus
//
this.colStatus.Caption = "工单状态";
this.colStatus.FieldName = "Status";
this.colStatus.Name = "colStatus";
this.colStatus.OptionsColumn.ReadOnly = true;
//
// colWeek
//
this.colWeek.Caption = "周";
this.colWeek.FieldName = "Week";
this.colWeek.Name = "colWeek";
this.colWeek.OptionsColumn.ReadOnly = true;
//
// colStartTime
//
this.colStartTime.Caption = "预排开工时间";
this.colStartTime.FieldName = "StartTime";
this.colStartTime.Name = "colStartTime";
this.colStartTime.OptionsColumn.ReadOnly = true;
this.colStartTime.Visible = true;
this.colStartTime.VisibleIndex = 11;
//
// colEndTime
//
this.colEndTime.Caption = "预排完工时间";
this.colEndTime.FieldName = "EndTime";
this.colEndTime.Name = "colEndTime";
this.colEndTime.OptionsColumn.ReadOnly = true;
this.colEndTime.Visible = true;
this.colEndTime.VisibleIndex = 14;
//
// colDiffStart
//
this.colDiffStart.Caption = "开工差异天数";
this.colDiffStart.FieldName = "DiffStart";
this.colDiffStart.Name = "colDiffStart";
this.colDiffStart.Visible = true;
this.colDiffStart.VisibleIndex = 12;
//
// colDiffEnd
//
this.colDiffEnd.Caption = "完工差异天数";
this.colDiffEnd.FieldName = "DiffEnd";
this.colDiffEnd.Name = "colDiffEnd";
this.colDiffEnd.Visible = true;
this.colDiffEnd.VisibleIndex = 15;
//
// colComplete
//
this.colComplete.Caption = "完成排产";
this.colComplete.FieldName = "Complete";
this.colComplete.Name = "colComplete";
this.colComplete.OptionsColumn.ReadOnly = true;
//
// colMadeTime
//
this.colMadeTime.Caption = "生产停车时间";
this.colMadeTime.FieldName = "MadeTime";
this.colMadeTime.Name = "colMadeTime";
//
// colStopTime
//
this.colStopTime.Caption = "停车时间";
this.colStopTime.FieldName = "StopTime";
this.colStopTime.Name = "colStopTime";
//
// colBomQty
//
this.colBomQty.Caption = "浆料使用量";
this.colBomQty.FieldName = "BomQty";
this.colBomQty.Name = "colBomQty";
this.colBomQty.OptionsColumn.ReadOnly = true;
//
// colcMemo
//
this.colcMemo.Caption = "备注";
this.colcMemo.FieldName = "cMemo";
this.colcMemo.Name = "colcMemo";
//
// colLotNO
//
this.colLotNO.Caption = "批号";
this.colLotNO.FieldName = "LotNO";
this.colLotNO.Name = "colLotNO";
this.colLotNO.OptionsColumn.ReadOnly = true;
//
// colMUSER
//
this.colMUSER.Caption = "维护人";
this.colMUSER.FieldName = "MUSER";
this.colMUSER.Name = "colMUSER";
this.colMUSER.OptionsColumn.ReadOnly = true;
//
// colMUSERName
//
this.colMUSERName.Caption = "维护人名称";
this.colMUSERName.FieldName = "MUSERName";
this.colMUSERName.Name = "colMUSERName";
this.colMUSERName.OptionsColumn.ReadOnly = true;
this.colMUSERName.Visible = true;
this.colMUSERName.VisibleIndex = 17;
this.colMUSERName.Width = 96;
//
// colMTIME
//
this.colMTIME.Caption = "排产时间";
this.colMTIME.FieldName = "MTIME";
this.colMTIME.Name = "colMTIME";
this.colMTIME.OptionsColumn.ReadOnly = true;
this.colMTIME.Visible = true;
this.colMTIME.VisibleIndex = 16;
this.colMTIME.Width = 125;
//
// colEATTRIBUTE1
//
this.colEATTRIBUTE1.Caption = "保留字段";
this.colEATTRIBUTE1.FieldName = "EATTRIBUTE1";
this.colEATTRIBUTE1.Name = "colEATTRIBUTE1";
this.colEATTRIBUTE1.OptionsColumn.ReadOnly = true;
//
// colID
//
this.colID.Caption = "ID";
this.colID.FieldName = "ID";
this.colID.Name = "colID";
this.colID.OptionsColumn.ReadOnly = true;
//
// colAutoID
//
this.colAutoID.Caption = "AutoID";
this.colAutoID.FieldName = "AutoID";
this.colAutoID.Name = "colAutoID";
this.colAutoID.OptionsColumn.ReadOnly = true;
//
// colColor
//
this.colColor.Caption = "颜色";
this.colColor.FieldName = "Color";
this.colColor.Name = "colColor";
this.colColor.OptionsColumn.ReadOnly = true;
//
// colROUTECODE
//
this.colROUTECODE.Caption = "途程";
this.colROUTECODE.FieldName = "ROUTECODE";
this.colROUTECODE.Name = "colROUTECODE";
this.colROUTECODE.OptionsColumn.ReadOnly = true;
//
// 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()});
//
// 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.btnFalsh);
this.panelControl3.Controls.Add(this.btnExit);
this.panelControl3.Controls.Add(this.btnOutPut);
this.panelControl3.Controls.Add(this.btnEdit);
this.panelControl3.Controls.Add(this.lblTitle);
this.panelControl3.Controls.Add(this.btnClose);
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(1130, 30);
this.panelControl3.TabIndex = 13;
//
// 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(205, 0);
this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnFalsh.Name = "btnFalsh";
this.btnFalsh.Size = new System.Drawing.Size(58, 30);
this.btnFalsh.TabIndex = 50;
this.btnFalsh.Text = "刷新";
this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
//
// 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(263, 0);
this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(57, 30);
this.btnExit.TabIndex = 49;
this.btnExit.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnExit_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(126, 0);
this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnOutPut.Name = "btnOutPut";
this.btnOutPut.Size = new System.Drawing.Size(79, 30);
this.btnOutPut.TabIndex = 48;
this.btnOutPut.Text = "导出明细";
this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
//
// btnEdit
//
this.btnEdit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnEdit.Appearance.ForeColor = System.Drawing.Color.White;
this.btnEdit.Appearance.Options.UseFont = true;
this.btnEdit.Appearance.Options.UseForeColor = true;
this.btnEdit.Appearance.Options.UseTextOptions = true;
this.btnEdit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
this.btnEdit.Location = new System.Drawing.Point(70, 0);
this.btnEdit.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnEdit.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(56, 30);
this.btnEdit.TabIndex = 23;
this.btnEdit.Text = "转PR";
this.btnEdit.Click += new System.EventHandler(this.btnEdit_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(81, 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(1104, 0);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(26, 30);
this.btnClose.TabIndex = 14;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// FormPR
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1130, 658);
this.Controls.Add(this.groupControl1);
this.Controls.Add(this.panelControl3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormPR";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Load += new System.EventHandler(this.FormCalendar_Load);
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraEditors.LabelControl lblTitle;
private DevExpress.XtraEditors.SimpleButton btnEdit;
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate;
private DevExpress.XtraEditors.SimpleButton btnOutPut;
private DevExpress.XtraEditors.SimpleButton btnExit;
private DevExpress.XtraGrid.GridControl grdDetail;
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
private DevExpress.XtraGrid.Columns.GridColumn colProjectCode;
private DevExpress.XtraGrid.Columns.GridColumn colMOCode;
private DevExpress.XtraGrid.Columns.GridColumn coliRowNo;
private DevExpress.XtraGrid.Columns.GridColumn colcCusName;
private DevExpress.XtraGrid.Columns.GridColumn coliQuantity;
private DevExpress.XtraGrid.Columns.GridColumn coldcreatesystime;
private DevExpress.XtraGrid.Columns.GridColumn coldPreDate;
private DevExpress.XtraGrid.Columns.GridColumn colcInvStd;
private DevExpress.XtraGrid.Columns.GridColumn colcInvCode;
private DevExpress.XtraGrid.Columns.GridColumn colInvName;
private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
private DevExpress.XtraGrid.Columns.GridColumn colDepName;
private DevExpress.XtraGrid.Columns.GridColumn colSOCode;
private DevExpress.XtraGrid.Columns.GridColumn colSORow;
private DevExpress.XtraGrid.Columns.GridColumn colStatus;
private DevExpress.XtraGrid.Columns.GridColumn colWeek;
private DevExpress.XtraGrid.Columns.GridColumn colStartTime;
private DevExpress.XtraGrid.Columns.GridColumn colEndTime;
private DevExpress.XtraGrid.Columns.GridColumn colComplete;
private DevExpress.XtraGrid.Columns.GridColumn colMadeTime;
private DevExpress.XtraGrid.Columns.GridColumn colStopTime;
private DevExpress.XtraGrid.Columns.GridColumn colBomQty;
private DevExpress.XtraGrid.Columns.GridColumn colcMemo;
private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1;
private DevExpress.XtraGrid.Columns.GridColumn colID;
private DevExpress.XtraGrid.Columns.GridColumn colAutoID;
private DevExpress.XtraGrid.Columns.GridColumn colColor;
private DevExpress.XtraGrid.Columns.GridColumn colROUTECODE;
private DevExpress.XtraEditors.SimpleButton btnFalsh;
private DevExpress.XtraGrid.Columns.GridColumn colDiffStart;
private DevExpress.XtraGrid.Columns.GridColumn colDiffEnd;
}
}