|
/*===================================================================
|
* 程序说明: MES_LINE的数据管理窗体
|
* 作者资料: 孙中吕
|
* 创建日期: 2024/05/30 04:02:30
|
* 最后修改: 2024/05/30 04:02:30
|
*
|
* 注: 本文件由代码生成器(Code Generator)自动生成。
|
* 版权所有 Copyright 2006~2024, C/S框架网(www.cscode.net)
|
*===================================================================*/
|
|
namespace CSFrameworkV5.Order
|
{
|
///<summary>
|
/// MES_LINE的资料管理窗体
|
/// </summary>
|
public partial class frmMES_LINE
|
{
|
private const int gridsCount = 3;
|
/// <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 生成本窗体所有组件成员清单
|
|
private DevExpress.XtraGrid.GridControl gcSummary;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvSummary;
|
private DevExpress.XtraLayout.LayoutControl pcDetailEditor;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutGroup;
|
private DevExpress.XtraLayout.EmptySpaceItem emptyRowEditor;
|
private DevExpress.XtraGrid.Columns.GridColumn colLINE_NO;
|
private DevExpress.XtraEditors.LabelControl lblLINE_NO;
|
private DevExpress.XtraEditors.TextEdit txtDeptName;
|
private DevExpress.XtraGrid.Columns.GridColumn colLINE_NAME;
|
private DevExpress.XtraEditors.LabelControl lblLINE_NAME;
|
private DevExpress.XtraEditors.TextEdit txtLINE_NAME;
|
private DevExpress.XtraGrid.Columns.GridColumn colMEMO;
|
private DevExpress.XtraEditors.LabelControl lblMEMO;
|
private DevExpress.XtraEditors.TextEdit txtMEMO;
|
private DevExpress.XtraGrid.Columns.GridColumn colCreatedBy;
|
private DevExpress.XtraEditors.LabelControl lblCreatedBy;
|
private DevExpress.XtraEditors.TextEdit txtCreatedBy;
|
private DevExpress.XtraGrid.Columns.GridColumn colCreationDate;
|
private DevExpress.XtraEditors.LabelControl lblCreationDate;
|
private DevExpress.XtraEditors.TextEdit txtCreationDate;
|
private DevExpress.XtraEditors.PanelControl pcDetail;
|
private DevExpress.XtraLayout.LayoutControl pnlSearch;
|
private DevExpress.XtraEditors.SimpleButton btnQuery;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItem_QueryButton;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutGroupSearch;
|
private DevExpress.XtraEditors.LabelControl lbl_LINE_NO;
|
private DevExpress.XtraEditors.LabelControl lbl_LINE_NAME;
|
|
private DevExpress.XtraLayout.LayoutControl editorAndDetailTabLayout;
|
private DevExpress.XtraLayout.LayoutControlGroup editorAndDetailTabLayoutGroup;
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerEditorAndDetailGrid;
|
private DevExpress.XtraLayout.LayoutControlItem splitContainerEditorAndDetailGridLayoutControlItem;
|
private DevExpress.XtraLayout.LayoutControl searchAndSummaryTabLayout;
|
private DevExpress.XtraLayout.LayoutControlGroup searchAndSummaryTabLayoutGroup;
|
private DevExpress.XtraLayout.LayoutControlGroup queryAndEmptyButtonLayoutGroup;
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerSearchAndSummary;
|
private DevExpress.XtraLayout.LayoutControlItem splitContainerSearchAndSummaryLayoutControlItem;
|
private DevExpress.XtraLayout.LayoutControl detailGridsLayoutControl;
|
private DevExpress.XtraLayout.LayoutControlGroup detailGridsLayoutControlGroup;
|
#endregion
|
|
#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(frmMES_LINE));
|
DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition6 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition5 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
|
this.gcSummary = new DevExpress.XtraGrid.GridControl();
|
this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colLINE_NO = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colDeptName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colLINE_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colMEMO = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCreatedBy = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCreationDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.pcDetailEditor = new DevExpress.XtraLayout.LayoutControl();
|
this.txtDeptName = new DevExpress.XtraEditors.TextEdit();
|
this.txtLINE_NAME = new DevExpress.XtraEditors.TextEdit();
|
this.txtMEMO = new DevExpress.XtraEditors.TextEdit();
|
this.txtCreatedBy = new DevExpress.XtraEditors.TextEdit();
|
this.txtCreationDate = new DevExpress.XtraEditors.TextEdit();
|
this.txtLINE_NO = new DevExpress.XtraEditors.TextEdit();
|
this.layoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutItemCreationDate = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemCreatedBy = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemMEMO = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemLINE_NAME = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemLINE_NO1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemLINE_NO = new DevExpress.XtraLayout.LayoutControlItem();
|
this.emptyRowEditor = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.lblLINE_NO = new DevExpress.XtraEditors.LabelControl();
|
this.lblLINE_NAME = new DevExpress.XtraEditors.LabelControl();
|
this.lblMEMO = new DevExpress.XtraEditors.LabelControl();
|
this.lblCreatedBy = new DevExpress.XtraEditors.LabelControl();
|
this.lblCreationDate = new DevExpress.XtraEditors.LabelControl();
|
this.pcDetail = new DevExpress.XtraEditors.PanelControl();
|
this.pnlSearch = new DevExpress.XtraLayout.LayoutControl();
|
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
|
this.layoutGroupSearch = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.queryAndEmptyButtonLayoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutItem_QueryButton = new DevExpress.XtraLayout.LayoutControlItem();
|
this.lbl_LINE_NO = new DevExpress.XtraEditors.LabelControl();
|
this.lbl_LINE_NAME = new DevExpress.XtraEditors.LabelControl();
|
this.editorAndDetailTabLayout = new DevExpress.XtraLayout.LayoutControl();
|
this.splitContainerEditorAndDetailGrid = new DevExpress.XtraEditors.SplitContainerControl();
|
this.detailGridsLayoutControl = new DevExpress.XtraLayout.LayoutControl();
|
this.detailGridsLayoutControlGroup = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.editorAndDetailTabLayoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.splitContainerEditorAndDetailGridLayoutControlItem = new DevExpress.XtraLayout.LayoutControlItem();
|
this.searchAndSummaryTabLayout = new DevExpress.XtraLayout.LayoutControl();
|
this.splitContainerSearchAndSummary = new DevExpress.XtraEditors.SplitContainerControl();
|
this.searchAndSummaryTabLayoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.splitContainerSearchAndSummaryLayoutControlItem = new DevExpress.XtraLayout.LayoutControlItem();
|
this.tpSummary.SuspendLayout();
|
this.pnlSummary.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit();
|
this.tcBusiness.SuspendLayout();
|
this.tpDetail.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).BeginInit();
|
this.gcNavigator.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).BeginInit();
|
this.pcDetailEditor.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtDeptName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLINE_NAME.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtMEMO.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCreatedBy.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCreationDate.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLINE_NO.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutGroup)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemCreationDate)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemCreatedBy)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemMEMO)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemLINE_NAME)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemLINE_NO1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemLINE_NO)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptyRowEditor)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetail)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).BeginInit();
|
this.pnlSearch.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.layoutGroupSearch)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.queryAndEmptyButtonLayoutGroup)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItem_QueryButton)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.editorAndDetailTabLayout)).BeginInit();
|
this.editorAndDetailTabLayout.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerEditorAndDetailGrid)).BeginInit();
|
this.splitContainerEditorAndDetailGrid.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.detailGridsLayoutControl)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.detailGridsLayoutControlGroup)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.editorAndDetailTabLayoutGroup)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerEditorAndDetailGridLayoutControlItem)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.searchAndSummaryTabLayout)).BeginInit();
|
this.searchAndSummaryTabLayout.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerSearchAndSummary)).BeginInit();
|
this.splitContainerSearchAndSummary.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.searchAndSummaryTabLayoutGroup)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerSearchAndSummaryLayoutControlItem)).BeginInit();
|
this.SuspendLayout();
|
//
|
// tpSummary
|
//
|
this.tpSummary.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
|
this.tpSummary.Appearance.PageClient.Options.UseBackColor = true;
|
this.tpSummary.Controls.Add(this.searchAndSummaryTabLayout);
|
this.tpSummary.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpSummary.ImageOptions.Image")));
|
this.tpSummary.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.tpSummary.Size = new System.Drawing.Size(1147, 756);
|
//
|
// pnlSummary
|
//
|
this.pnlSummary.Location = new System.Drawing.Point(2, 5);
|
this.pnlSummary.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.pnlSummary.Size = new System.Drawing.Size(1149, 788);
|
//
|
// tcBusiness
|
//
|
this.tcBusiness.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.tcBusiness.Size = new System.Drawing.Size(1149, 788);
|
//
|
// tpDetail
|
//
|
this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
|
this.tpDetail.Appearance.PageClient.Options.UseBackColor = true;
|
this.tpDetail.Controls.Add(this.editorAndDetailTabLayout);
|
this.tpDetail.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpDetail.ImageOptions.Image")));
|
this.tpDetail.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.tpDetail.Size = new System.Drawing.Size(1066, 758);
|
//
|
// gcNavigator
|
//
|
this.gcNavigator.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.gcNavigator.Appearance.Options.UseBackColor = true;
|
this.gcNavigator.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
this.gcNavigator.Padding = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
this.gcNavigator.Size = new System.Drawing.Size(952, 33);
|
//
|
// controlNavigatorSummary
|
//
|
this.controlNavigatorSummary.Buttons.Append.Visible = false;
|
this.controlNavigatorSummary.Buttons.CancelEdit.Visible = false;
|
this.controlNavigatorSummary.Buttons.Edit.Visible = false;
|
this.controlNavigatorSummary.Buttons.EndEdit.Visible = false;
|
this.controlNavigatorSummary.Buttons.NextPage.Visible = false;
|
this.controlNavigatorSummary.Buttons.PrevPage.Visible = false;
|
this.controlNavigatorSummary.Buttons.Remove.Visible = false;
|
this.controlNavigatorSummary.Location = new System.Drawing.Point(749, 4);
|
this.controlNavigatorSummary.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
this.controlNavigatorSummary.Size = new System.Drawing.Size(201, 25);
|
//
|
// txtFocusForSave
|
//
|
this.txtFocusForSave.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
//
|
// lblAboutInfo
|
//
|
this.lblAboutInfo.Location = new System.Drawing.Point(523, 3);
|
//
|
// gcSummary
|
//
|
this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcSummary.Location = new System.Drawing.Point(0, 0);
|
this.gcSummary.MainView = this.gvSummary;
|
this.gcSummary.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcSummary.Name = "gcSummary";
|
this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
this.gcSummary.Size = new System.Drawing.Size(1131, 660);
|
this.gcSummary.TabIndex = 10;
|
this.gcSummary.UseEmbeddedNavigator = true;
|
this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvSummary});
|
//
|
// gvSummary
|
//
|
this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colLINE_NO,
|
this.colDeptName,
|
this.colLINE_NAME,
|
this.colMEMO,
|
this.colCreatedBy,
|
this.colCreationDate});
|
this.gvSummary.DetailHeight = 450;
|
this.gvSummary.FixedLineWidth = 3;
|
this.gvSummary.GridControl = this.gcSummary;
|
this.gvSummary.Name = "gvSummary";
|
this.gvSummary.OptionsView.ColumnAutoWidth = false;
|
this.gvSummary.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
|
this.gvSummary.OptionsView.ShowFooter = true;
|
this.gvSummary.OptionsView.ShowGroupPanel = false;
|
//
|
// colLINE_NO
|
//
|
this.colLINE_NO.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colLINE_NO.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colLINE_NO.AppearanceCell.Options.UseBackColor = true;
|
this.colLINE_NO.AppearanceCell.Options.UseForeColor = true;
|
this.colLINE_NO.Caption = "线体编号";
|
this.colLINE_NO.FieldName = "LINE_NO";
|
this.colLINE_NO.MinWidth = 23;
|
this.colLINE_NO.Name = "colLINE_NO";
|
this.colLINE_NO.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "LINE_NO", "条数:{0}")});
|
this.colLINE_NO.Visible = true;
|
this.colLINE_NO.VisibleIndex = 0;
|
this.colLINE_NO.Width = 114;
|
//
|
// colDeptName
|
//
|
this.colDeptName.Caption = "车间名称";
|
this.colDeptName.FieldName = "DeptName";
|
this.colDeptName.MinWidth = 25;
|
this.colDeptName.Name = "colDeptName";
|
this.colDeptName.Visible = true;
|
this.colDeptName.VisibleIndex = 1;
|
this.colDeptName.Width = 94;
|
//
|
// colLINE_NAME
|
//
|
this.colLINE_NAME.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colLINE_NAME.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colLINE_NAME.AppearanceCell.Options.UseBackColor = true;
|
this.colLINE_NAME.AppearanceCell.Options.UseForeColor = true;
|
this.colLINE_NAME.Caption = "线体名称";
|
this.colLINE_NAME.FieldName = "LINE_NAME";
|
this.colLINE_NAME.MinWidth = 23;
|
this.colLINE_NAME.Name = "colLINE_NAME";
|
this.colLINE_NAME.Visible = true;
|
this.colLINE_NAME.VisibleIndex = 2;
|
this.colLINE_NAME.Width = 114;
|
//
|
// colMEMO
|
//
|
this.colMEMO.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colMEMO.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colMEMO.AppearanceCell.Options.UseBackColor = true;
|
this.colMEMO.AppearanceCell.Options.UseForeColor = true;
|
this.colMEMO.Caption = "备注";
|
this.colMEMO.FieldName = "MEMO";
|
this.colMEMO.MinWidth = 23;
|
this.colMEMO.Name = "colMEMO";
|
this.colMEMO.Visible = true;
|
this.colMEMO.VisibleIndex = 3;
|
this.colMEMO.Width = 114;
|
//
|
// colCreatedBy
|
//
|
this.colCreatedBy.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colCreatedBy.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colCreatedBy.AppearanceCell.Options.UseBackColor = true;
|
this.colCreatedBy.AppearanceCell.Options.UseForeColor = true;
|
this.colCreatedBy.Caption = "创建人";
|
this.colCreatedBy.FieldName = "CreatedBy";
|
this.colCreatedBy.MinWidth = 23;
|
this.colCreatedBy.Name = "colCreatedBy";
|
this.colCreatedBy.Visible = true;
|
this.colCreatedBy.VisibleIndex = 4;
|
this.colCreatedBy.Width = 114;
|
//
|
// colCreationDate
|
//
|
this.colCreationDate.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colCreationDate.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colCreationDate.AppearanceCell.Options.UseBackColor = true;
|
this.colCreationDate.AppearanceCell.Options.UseForeColor = true;
|
this.colCreationDate.Caption = "创建日期";
|
this.colCreationDate.FieldName = "CreationDate";
|
this.colCreationDate.MinWidth = 23;
|
this.colCreationDate.Name = "colCreationDate";
|
this.colCreationDate.Visible = true;
|
this.colCreationDate.VisibleIndex = 5;
|
this.colCreationDate.Width = 114;
|
//
|
// pcDetailEditor
|
//
|
this.pcDetailEditor.Controls.Add(this.txtDeptName);
|
this.pcDetailEditor.Controls.Add(this.txtLINE_NAME);
|
this.pcDetailEditor.Controls.Add(this.txtMEMO);
|
this.pcDetailEditor.Controls.Add(this.txtCreatedBy);
|
this.pcDetailEditor.Controls.Add(this.txtCreationDate);
|
this.pcDetailEditor.Controls.Add(this.txtLINE_NO);
|
this.pcDetailEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pcDetailEditor.Location = new System.Drawing.Point(0, 0);
|
this.pcDetailEditor.Name = "pcDetailEditor";
|
this.pcDetailEditor.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(676, 225, 650, 400);
|
this.pcDetailEditor.Root = this.layoutGroup;
|
this.pcDetailEditor.Size = new System.Drawing.Size(1050, 216);
|
this.pcDetailEditor.TabIndex = 1;
|
this.pcDetailEditor.Text = "pcDetailEditor";
|
//
|
// txtDeptName
|
//
|
this.txtDeptName.Location = new System.Drawing.Point(347, 7);
|
this.txtDeptName.Name = "txtDeptName";
|
this.txtDeptName.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtDeptName.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtDeptName.Properties.Appearance.Options.UseBackColor = true;
|
this.txtDeptName.Properties.Appearance.Options.UseForeColor = true;
|
this.txtDeptName.Size = new System.Drawing.Size(176, 24);
|
this.txtDeptName.StyleController = this.pcDetailEditor;
|
this.txtDeptName.TabIndex = 0;
|
//
|
// txtLINE_NAME
|
//
|
this.txtLINE_NAME.Location = new System.Drawing.Point(607, 7);
|
this.txtLINE_NAME.Name = "txtLINE_NAME";
|
this.txtLINE_NAME.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtLINE_NAME.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtLINE_NAME.Properties.Appearance.Options.UseBackColor = true;
|
this.txtLINE_NAME.Properties.Appearance.Options.UseForeColor = true;
|
this.txtLINE_NAME.Size = new System.Drawing.Size(176, 24);
|
this.txtLINE_NAME.StyleController = this.pcDetailEditor;
|
this.txtLINE_NAME.TabIndex = 0;
|
//
|
// txtMEMO
|
//
|
this.txtMEMO.Location = new System.Drawing.Point(837, 7);
|
this.txtMEMO.Name = "txtMEMO";
|
this.txtMEMO.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtMEMO.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtMEMO.Properties.Appearance.Options.UseBackColor = true;
|
this.txtMEMO.Properties.Appearance.Options.UseForeColor = true;
|
this.txtMEMO.Size = new System.Drawing.Size(206, 24);
|
this.txtMEMO.StyleController = this.pcDetailEditor;
|
this.txtMEMO.TabIndex = 0;
|
//
|
// txtCreatedBy
|
//
|
this.txtCreatedBy.Location = new System.Drawing.Point(72, 35);
|
this.txtCreatedBy.Name = "txtCreatedBy";
|
this.txtCreatedBy.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtCreatedBy.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtCreatedBy.Properties.Appearance.Options.UseBackColor = true;
|
this.txtCreatedBy.Properties.Appearance.Options.UseForeColor = true;
|
this.txtCreatedBy.Size = new System.Drawing.Size(191, 24);
|
this.txtCreatedBy.StyleController = this.pcDetailEditor;
|
this.txtCreatedBy.TabIndex = 0;
|
//
|
// txtCreationDate
|
//
|
this.txtCreationDate.Location = new System.Drawing.Point(347, 35);
|
this.txtCreationDate.Name = "txtCreationDate";
|
this.txtCreationDate.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtCreationDate.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtCreationDate.Properties.Appearance.Options.UseBackColor = true;
|
this.txtCreationDate.Properties.Appearance.Options.UseForeColor = true;
|
this.txtCreationDate.Size = new System.Drawing.Size(176, 24);
|
this.txtCreationDate.StyleController = this.pcDetailEditor;
|
this.txtCreationDate.TabIndex = 0;
|
//
|
// txtLINE_NO
|
//
|
this.txtLINE_NO.Location = new System.Drawing.Point(87, 7);
|
this.txtLINE_NO.Name = "txtLINE_NO";
|
this.txtLINE_NO.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtLINE_NO.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtLINE_NO.Properties.Appearance.Options.UseBackColor = true;
|
this.txtLINE_NO.Properties.Appearance.Options.UseForeColor = true;
|
this.txtLINE_NO.Size = new System.Drawing.Size(176, 24);
|
this.txtLINE_NO.StyleController = this.pcDetailEditor;
|
this.txtLINE_NO.TabIndex = 0;
|
//
|
// layoutGroup
|
//
|
this.layoutGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.layoutGroup.GroupBordersVisible = false;
|
this.layoutGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutItemCreationDate,
|
this.layoutItemCreatedBy,
|
this.layoutItemMEMO,
|
this.layoutItemLINE_NAME,
|
this.layoutItemLINE_NO1,
|
this.layoutItemLINE_NO});
|
this.layoutGroup.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
this.layoutGroup.Name = "Root";
|
this.layoutGroup.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
columnDefinition1,
|
columnDefinition2,
|
columnDefinition3,
|
columnDefinition4});
|
rowDefinition3.Height = 28D;
|
rowDefinition3.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
rowDefinition4.Height = 178D;
|
rowDefinition4.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
this.layoutGroup.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
rowDefinition3,
|
rowDefinition4});
|
this.layoutGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
|
this.layoutGroup.Size = new System.Drawing.Size(1050, 216);
|
this.layoutGroup.TextVisible = false;
|
//
|
// layoutItemCreationDate
|
//
|
this.layoutItemCreationDate.Control = this.txtCreationDate;
|
this.layoutItemCreationDate.Location = new System.Drawing.Point(260, 28);
|
this.layoutItemCreationDate.Name = "layoutItemCreationDate";
|
this.layoutItemCreationDate.OptionsTableLayoutItem.ColumnIndex = 1;
|
this.layoutItemCreationDate.OptionsTableLayoutItem.RowIndex = 1;
|
this.layoutItemCreationDate.Size = new System.Drawing.Size(260, 178);
|
this.layoutItemCreationDate.Text = "创建日期:";
|
this.layoutItemCreationDate.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemCreationDate.TextSize = new System.Drawing.Size(75, 18);
|
this.layoutItemCreationDate.TextToControlDistance = 5;
|
//
|
// layoutItemCreatedBy
|
//
|
this.layoutItemCreatedBy.Control = this.txtCreatedBy;
|
this.layoutItemCreatedBy.Location = new System.Drawing.Point(0, 28);
|
this.layoutItemCreatedBy.Name = "layoutItemCreatedBy";
|
this.layoutItemCreatedBy.OptionsTableLayoutItem.RowIndex = 1;
|
this.layoutItemCreatedBy.Size = new System.Drawing.Size(260, 178);
|
this.layoutItemCreatedBy.Text = "创建人:";
|
this.layoutItemCreatedBy.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemCreatedBy.TextSize = new System.Drawing.Size(60, 18);
|
this.layoutItemCreatedBy.TextToControlDistance = 5;
|
//
|
// layoutItemMEMO
|
//
|
this.layoutItemMEMO.Control = this.txtMEMO;
|
this.layoutItemMEMO.Location = new System.Drawing.Point(780, 0);
|
this.layoutItemMEMO.Name = "layoutItemMEMO";
|
this.layoutItemMEMO.OptionsTableLayoutItem.ColumnIndex = 3;
|
this.layoutItemMEMO.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemMEMO.Text = "备注:";
|
this.layoutItemMEMO.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemMEMO.TextSize = new System.Drawing.Size(45, 18);
|
this.layoutItemMEMO.TextToControlDistance = 5;
|
//
|
// layoutItemLINE_NAME
|
//
|
this.layoutItemLINE_NAME.Control = this.txtLINE_NAME;
|
this.layoutItemLINE_NAME.Location = new System.Drawing.Point(520, 0);
|
this.layoutItemLINE_NAME.Name = "layoutItemLINE_NAME";
|
this.layoutItemLINE_NAME.OptionsTableLayoutItem.ColumnIndex = 2;
|
this.layoutItemLINE_NAME.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemLINE_NAME.Text = "线体名称:";
|
this.layoutItemLINE_NAME.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemLINE_NAME.TextSize = new System.Drawing.Size(75, 18);
|
this.layoutItemLINE_NAME.TextToControlDistance = 5;
|
//
|
// layoutItemLINE_NO1
|
//
|
this.layoutItemLINE_NO1.Control = this.txtLINE_NO;
|
this.layoutItemLINE_NO1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
this.layoutItemLINE_NO1.CustomizationFormText = "线体编号:";
|
this.layoutItemLINE_NO1.Location = new System.Drawing.Point(0, 0);
|
this.layoutItemLINE_NO1.Name = "layoutItemLINE_NO1";
|
this.layoutItemLINE_NO1.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemLINE_NO1.Text = "线体编号:";
|
this.layoutItemLINE_NO1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemLINE_NO1.TextSize = new System.Drawing.Size(75, 18);
|
this.layoutItemLINE_NO1.TextToControlDistance = 5;
|
//
|
// layoutItemLINE_NO
|
//
|
this.layoutItemLINE_NO.Control = this.txtDeptName;
|
this.layoutItemLINE_NO.Location = new System.Drawing.Point(260, 0);
|
this.layoutItemLINE_NO.Name = "layoutItemLINE_NO";
|
this.layoutItemLINE_NO.OptionsTableLayoutItem.ColumnIndex = 1;
|
this.layoutItemLINE_NO.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemLINE_NO.Text = "车间名称:";
|
this.layoutItemLINE_NO.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemLINE_NO.TextSize = new System.Drawing.Size(75, 18);
|
this.layoutItemLINE_NO.TextToControlDistance = 5;
|
//
|
// emptyRowEditor
|
//
|
this.emptyRowEditor.AllowHotTrack = false;
|
this.emptyRowEditor.Location = new System.Drawing.Point(0, 300);
|
this.emptyRowEditor.Name = "emptyRowEditor";
|
this.emptyRowEditor.Size = new System.Drawing.Size(989, 94);
|
this.emptyRowEditor.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// lblLINE_NO
|
//
|
this.lblLINE_NO.Location = new System.Drawing.Point(0, 0);
|
this.lblLINE_NO.Name = "lblLINE_NO";
|
this.lblLINE_NO.Size = new System.Drawing.Size(94, 17);
|
this.lblLINE_NO.TabIndex = 0;
|
//
|
// lblLINE_NAME
|
//
|
this.lblLINE_NAME.Location = new System.Drawing.Point(0, 0);
|
this.lblLINE_NAME.Name = "lblLINE_NAME";
|
this.lblLINE_NAME.Size = new System.Drawing.Size(94, 17);
|
this.lblLINE_NAME.TabIndex = 0;
|
//
|
// lblMEMO
|
//
|
this.lblMEMO.Location = new System.Drawing.Point(0, 0);
|
this.lblMEMO.Name = "lblMEMO";
|
this.lblMEMO.Size = new System.Drawing.Size(94, 17);
|
this.lblMEMO.TabIndex = 0;
|
//
|
// lblCreatedBy
|
//
|
this.lblCreatedBy.Location = new System.Drawing.Point(0, 0);
|
this.lblCreatedBy.Name = "lblCreatedBy";
|
this.lblCreatedBy.Size = new System.Drawing.Size(94, 17);
|
this.lblCreatedBy.TabIndex = 0;
|
//
|
// lblCreationDate
|
//
|
this.lblCreationDate.Location = new System.Drawing.Point(0, 0);
|
this.lblCreationDate.Name = "lblCreationDate";
|
this.lblCreationDate.Size = new System.Drawing.Size(94, 17);
|
this.lblCreationDate.TabIndex = 0;
|
//
|
// pcDetail
|
//
|
this.pcDetail.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pcDetail.Location = new System.Drawing.Point(0, 298);
|
this.pcDetail.Name = "pcDetail";
|
this.pcDetail.Size = new System.Drawing.Size(826, 465);
|
this.pcDetail.TabIndex = 0;
|
//
|
// pnlSearch
|
//
|
this.pnlSearch.Controls.Add(this.btnQuery);
|
this.pnlSearch.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pnlSearch.Location = new System.Drawing.Point(0, 0);
|
this.pnlSearch.Margin = new System.Windows.Forms.Padding(0);
|
this.pnlSearch.Name = "pnlSearch";
|
this.pnlSearch.Root = this.layoutGroupSearch;
|
this.pnlSearch.Size = new System.Drawing.Size(1131, 68);
|
this.pnlSearch.TabIndex = 11;
|
this.pnlSearch.Text = "pnlSearch";
|
//
|
// btnQuery
|
//
|
this.btnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnQuery.Location = new System.Drawing.Point(1013, 8);
|
this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.btnQuery.Name = "btnQuery";
|
this.btnQuery.Size = new System.Drawing.Size(110, 47);
|
this.btnQuery.StyleController = this.pnlSearch;
|
this.btnQuery.TabIndex = 20;
|
this.btnQuery.Text = "查询(&S)";
|
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
|
//
|
// layoutGroupSearch
|
//
|
this.layoutGroupSearch.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.layoutGroupSearch.GroupBordersVisible = false;
|
this.layoutGroupSearch.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.queryAndEmptyButtonLayoutGroup});
|
this.layoutGroupSearch.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
this.layoutGroupSearch.Name = "layoutGroupSearch";
|
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition1.Width = 25D;
|
columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition2.Width = 25D;
|
columnDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition3.Width = 25D;
|
columnDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition4.Width = 25D;
|
this.layoutGroupSearch.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
columnDefinition1,
|
columnDefinition2,
|
columnDefinition3,
|
columnDefinition4});
|
rowDefinition1.Height = 56D;
|
rowDefinition1.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
this.layoutGroupSearch.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
rowDefinition1});
|
this.layoutGroupSearch.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
|
this.layoutGroupSearch.Size = new System.Drawing.Size(1131, 68);
|
this.layoutGroupSearch.TextVisible = false;
|
//
|
// queryAndEmptyButtonLayoutGroup
|
//
|
this.queryAndEmptyButtonLayoutGroup.DefaultLayoutType = DevExpress.XtraLayout.Utils.LayoutType.Horizontal;
|
this.queryAndEmptyButtonLayoutGroup.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
this.queryAndEmptyButtonLayoutGroup.GroupBordersVisible = false;
|
this.queryAndEmptyButtonLayoutGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutItem_QueryButton});
|
this.queryAndEmptyButtonLayoutGroup.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Flow;
|
this.queryAndEmptyButtonLayoutGroup.Location = new System.Drawing.Point(839, 0);
|
this.queryAndEmptyButtonLayoutGroup.Name = "queryAndEmptyButtonLayoutGroup";
|
this.queryAndEmptyButtonLayoutGroup.OptionsTableLayoutItem.ColumnIndex = 3;
|
this.queryAndEmptyButtonLayoutGroup.Size = new System.Drawing.Size(280, 56);
|
this.queryAndEmptyButtonLayoutGroup.TextVisible = false;
|
//
|
// layoutItem_QueryButton
|
//
|
this.layoutItem_QueryButton.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Far;
|
this.layoutItem_QueryButton.Control = this.btnQuery;
|
this.layoutItem_QueryButton.Location = new System.Drawing.Point(166, 0);
|
this.layoutItem_QueryButton.MaxSize = new System.Drawing.Size(114, 51);
|
this.layoutItem_QueryButton.MinSize = new System.Drawing.Size(114, 51);
|
this.layoutItem_QueryButton.Name = "layoutItem_QueryButton";
|
this.layoutItem_QueryButton.OptionsTableLayoutItem.ColumnIndex = 1;
|
this.layoutItem_QueryButton.Size = new System.Drawing.Size(114, 51);
|
this.layoutItem_QueryButton.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.layoutItem_QueryButton.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutItem_QueryButton.TextVisible = false;
|
//
|
// lbl_LINE_NO
|
//
|
this.lbl_LINE_NO.Location = new System.Drawing.Point(0, 0);
|
this.lbl_LINE_NO.Name = "lbl_LINE_NO";
|
this.lbl_LINE_NO.Size = new System.Drawing.Size(94, 17);
|
this.lbl_LINE_NO.TabIndex = 0;
|
//
|
// lbl_LINE_NAME
|
//
|
this.lbl_LINE_NAME.Location = new System.Drawing.Point(0, 0);
|
this.lbl_LINE_NAME.Name = "lbl_LINE_NAME";
|
this.lbl_LINE_NAME.Size = new System.Drawing.Size(94, 17);
|
this.lbl_LINE_NAME.TabIndex = 0;
|
//
|
// editorAndDetailTabLayout
|
//
|
this.editorAndDetailTabLayout.Controls.Add(this.splitContainerEditorAndDetailGrid);
|
this.editorAndDetailTabLayout.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.editorAndDetailTabLayout.Location = new System.Drawing.Point(0, 0);
|
this.editorAndDetailTabLayout.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.editorAndDetailTabLayout.Name = "editorAndDetailTabLayout";
|
this.editorAndDetailTabLayout.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1088, 207, 650, 400);
|
this.editorAndDetailTabLayout.Root = this.editorAndDetailTabLayoutGroup;
|
this.editorAndDetailTabLayout.Size = new System.Drawing.Size(1066, 758);
|
this.editorAndDetailTabLayout.TabIndex = 1;
|
this.editorAndDetailTabLayout.Text = "editorAndDetailTabLayout";
|
//
|
// splitContainerEditorAndDetailGrid
|
//
|
this.splitContainerEditorAndDetailGrid.Horizontal = false;
|
this.splitContainerEditorAndDetailGrid.Location = new System.Drawing.Point(8, 8);
|
this.splitContainerEditorAndDetailGrid.Name = "splitContainerEditorAndDetailGrid";
|
this.splitContainerEditorAndDetailGrid.Panel1.Controls.Add(this.pcDetailEditor);
|
this.splitContainerEditorAndDetailGrid.Panel2.Controls.Add(this.detailGridsLayoutControl);
|
this.splitContainerEditorAndDetailGrid.Size = new System.Drawing.Size(1050, 742);
|
this.splitContainerEditorAndDetailGrid.SplitterPosition = 216;
|
this.splitContainerEditorAndDetailGrid.TabIndex = 4;
|
//
|
// detailGridsLayoutControl
|
//
|
this.detailGridsLayoutControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.detailGridsLayoutControl.Location = new System.Drawing.Point(0, 0);
|
this.detailGridsLayoutControl.Name = "detailGridsLayoutControl";
|
this.detailGridsLayoutControl.Root = this.detailGridsLayoutControlGroup;
|
this.detailGridsLayoutControl.Size = new System.Drawing.Size(1050, 514);
|
this.detailGridsLayoutControl.TabIndex = 1;
|
this.detailGridsLayoutControl.Text = "detailGridsLayoutControl";
|
//
|
// detailGridsLayoutControlGroup
|
//
|
this.detailGridsLayoutControlGroup.GroupBordersVisible = false;
|
this.detailGridsLayoutControlGroup.Name = "detailGridsLayoutControlGroup";
|
this.detailGridsLayoutControlGroup.Size = new System.Drawing.Size(1050, 514);
|
this.detailGridsLayoutControlGroup.TextVisible = false;
|
//
|
// editorAndDetailTabLayoutGroup
|
//
|
this.editorAndDetailTabLayoutGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.editorAndDetailTabLayoutGroup.GroupBordersVisible = false;
|
this.editorAndDetailTabLayoutGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.splitContainerEditorAndDetailGridLayoutControlItem});
|
this.editorAndDetailTabLayoutGroup.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
this.editorAndDetailTabLayoutGroup.Name = "editorAndDetailTabLayoutGroup";
|
columnDefinition6.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition6.Width = 100D;
|
this.editorAndDetailTabLayoutGroup.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
columnDefinition6});
|
rowDefinition5.Height = 746D;
|
rowDefinition5.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
this.editorAndDetailTabLayoutGroup.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
rowDefinition5});
|
this.editorAndDetailTabLayoutGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
|
this.editorAndDetailTabLayoutGroup.Size = new System.Drawing.Size(1066, 758);
|
//
|
// splitContainerEditorAndDetailGridLayoutControlItem
|
//
|
this.splitContainerEditorAndDetailGridLayoutControlItem.Control = this.splitContainerEditorAndDetailGrid;
|
this.splitContainerEditorAndDetailGridLayoutControlItem.Location = new System.Drawing.Point(0, 0);
|
this.splitContainerEditorAndDetailGridLayoutControlItem.Name = "splitContainerEditorAndDetailGridLayoutControlItem";
|
this.splitContainerEditorAndDetailGridLayoutControlItem.Size = new System.Drawing.Size(1054, 746);
|
this.splitContainerEditorAndDetailGridLayoutControlItem.TextSize = new System.Drawing.Size(0, 0);
|
this.splitContainerEditorAndDetailGridLayoutControlItem.TextVisible = false;
|
//
|
// searchAndSummaryTabLayout
|
//
|
this.searchAndSummaryTabLayout.Controls.Add(this.splitContainerSearchAndSummary);
|
this.searchAndSummaryTabLayout.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.searchAndSummaryTabLayout.Location = new System.Drawing.Point(0, 0);
|
this.searchAndSummaryTabLayout.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.searchAndSummaryTabLayout.Name = "searchAndSummaryTabLayout";
|
this.searchAndSummaryTabLayout.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1088, 207, 650, 400);
|
this.searchAndSummaryTabLayout.Root = this.searchAndSummaryTabLayoutGroup;
|
this.searchAndSummaryTabLayout.Size = new System.Drawing.Size(1147, 756);
|
this.searchAndSummaryTabLayout.TabIndex = 1;
|
this.searchAndSummaryTabLayout.Text = "searchAndSummaryTabLayout";
|
//
|
// splitContainerSearchAndSummary
|
//
|
this.splitContainerSearchAndSummary.Horizontal = false;
|
this.splitContainerSearchAndSummary.Location = new System.Drawing.Point(8, 8);
|
this.splitContainerSearchAndSummary.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.splitContainerSearchAndSummary.Name = "splitContainerSearchAndSummary";
|
this.splitContainerSearchAndSummary.Panel1.Controls.Add(this.pnlSearch);
|
this.splitContainerSearchAndSummary.Panel2.Controls.Add(this.gcSummary);
|
this.splitContainerSearchAndSummary.Size = new System.Drawing.Size(1131, 740);
|
this.splitContainerSearchAndSummary.SplitterPosition = 68;
|
this.splitContainerSearchAndSummary.TabIndex = 4;
|
//
|
// searchAndSummaryTabLayoutGroup
|
//
|
this.searchAndSummaryTabLayoutGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.searchAndSummaryTabLayoutGroup.GroupBordersVisible = false;
|
this.searchAndSummaryTabLayoutGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.splitContainerSearchAndSummaryLayoutControlItem});
|
this.searchAndSummaryTabLayoutGroup.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
this.searchAndSummaryTabLayoutGroup.Name = "editorAndDetailTabLayoutGroup";
|
columnDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition5.Width = 100D;
|
this.searchAndSummaryTabLayoutGroup.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
columnDefinition5});
|
rowDefinition2.Height = 100D;
|
rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
|
this.searchAndSummaryTabLayoutGroup.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
rowDefinition2});
|
this.searchAndSummaryTabLayoutGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
|
this.searchAndSummaryTabLayoutGroup.Size = new System.Drawing.Size(1147, 756);
|
this.searchAndSummaryTabLayoutGroup.TextVisible = false;
|
//
|
// splitContainerSearchAndSummaryLayoutControlItem
|
//
|
this.splitContainerSearchAndSummaryLayoutControlItem.Control = this.splitContainerSearchAndSummary;
|
this.splitContainerSearchAndSummaryLayoutControlItem.Location = new System.Drawing.Point(0, 0);
|
this.splitContainerSearchAndSummaryLayoutControlItem.Name = "splitContainerSearchAndSummaryLayoutControlItem";
|
this.splitContainerSearchAndSummaryLayoutControlItem.Size = new System.Drawing.Size(1135, 744);
|
this.splitContainerSearchAndSummaryLayoutControlItem.TextSize = new System.Drawing.Size(0, 0);
|
this.splitContainerSearchAndSummaryLayoutControlItem.TextVisible = false;
|
//
|
// frmMES_LINE
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.ClientSize = new System.Drawing.Size(1153, 798);
|
this.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
|
this.Name = "frmMES_LINE";
|
this.Padding = new System.Windows.Forms.Padding(2, 5, 2, 5);
|
this.Text = "产线维护";
|
this.Load += new System.EventHandler(this.frmMES_LINE_Load);
|
this.tpSummary.ResumeLayout(false);
|
this.pnlSummary.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit();
|
this.tcBusiness.ResumeLayout(false);
|
this.tpDetail.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).EndInit();
|
this.gcNavigator.ResumeLayout(false);
|
this.gcNavigator.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).EndInit();
|
this.pcDetailEditor.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.txtDeptName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLINE_NAME.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtMEMO.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCreatedBy.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCreationDate.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLINE_NO.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutGroup)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemCreationDate)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemCreatedBy)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemMEMO)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemLINE_NAME)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemLINE_NO1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemLINE_NO)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptyRowEditor)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetail)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).EndInit();
|
this.pnlSearch.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.layoutGroupSearch)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.queryAndEmptyButtonLayoutGroup)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItem_QueryButton)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.editorAndDetailTabLayout)).EndInit();
|
this.editorAndDetailTabLayout.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerEditorAndDetailGrid)).EndInit();
|
this.splitContainerEditorAndDetailGrid.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.detailGridsLayoutControl)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.detailGridsLayoutControlGroup)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.editorAndDetailTabLayoutGroup)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerEditorAndDetailGridLayoutControlItem)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.searchAndSummaryTabLayout)).EndInit();
|
this.searchAndSummaryTabLayout.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerSearchAndSummary)).EndInit();
|
this.splitContainerSearchAndSummary.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.searchAndSummaryTabLayoutGroup)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerSearchAndSummaryLayoutControlItem)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemCreationDate;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemCreatedBy;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemMEMO;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemLINE_NAME;
|
private DevExpress.XtraEditors.TextEdit txtLINE_NO;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemLINE_NO1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemLINE_NO;
|
private DevExpress.XtraGrid.Columns.GridColumn colDeptName;
|
}//public partial class
|
}//namespace
|