namespace ICSSoft.Frame.APP
{
partial class FormICSOP2UserAdds
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSOP2UserAdds));
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
this.grdDetail = new DevExpress.XtraGrid.GridControl();
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUSERCODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel4 = new System.Windows.Forms.Panel();
this.optextlist = new System.Windows.Forms.RichTextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.label2 = new System.Windows.Forms.Label();
this.textop = new DevExpress.XtraEditors.TextEdit();
this.optext = new DevExpress.XtraEditors.GroupControl();
this.rptPage1 = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.isselect = new DevExpress.XtraGrid.Columns.GridColumn();
this.COLOPID = new DevExpress.XtraGrid.Columns.GridColumn();
this.COLOPCODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.COLOPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
this.advBandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
this.panel1 = new System.Windows.Forms.Panel();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.label1 = new System.Windows.Forms.Label();
this.txtuser = new DevExpress.XtraEditors.TextEdit();
this.panel3 = new System.Windows.Forms.Panel();
this.usertextlist = new System.Windows.Forms.RichTextBox();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((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.grvAdvDetail)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
this.panel4.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textop.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.optext)).BeginInit();
this.optext.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtuser.Properties)).BeginInit();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// 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(284, 0);
this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(63, 39);
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.btnClose);
this.panelControl3.Controls.Add(this.btnCreate);
this.panelControl3.Controls.Add(this.btnCancelAll);
this.panelControl3.Controls.Add(this.lblTitle);
this.panelControl3.Controls.Add(this.btnRefresh);
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.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(1184, 39);
this.panelControl3.TabIndex = 13;
//
// 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(1154, 0);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(30, 39);
this.btnClose.TabIndex = 26;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnCreate
//
this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
this.btnCreate.Appearance.Options.UseFont = true;
this.btnCreate.Appearance.Options.UseForeColor = true;
this.btnCreate.Appearance.Options.UseTextOptions = true;
this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
this.btnCreate.Location = new System.Drawing.Point(183, 0);
this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnCreate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnCreate.Name = "btnCreate";
this.btnCreate.Size = new System.Drawing.Size(105, 39);
this.btnCreate.TabIndex = 23;
this.btnCreate.Text = "保存绑定";
this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click_1);
//
// btnCancelAll
//
this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
this.btnCancelAll.Appearance.Options.UseFont = true;
this.btnCancelAll.Appearance.Options.UseForeColor = true;
this.btnCancelAll.Appearance.Options.UseTextOptions = true;
this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
this.btnCancelAll.Location = new System.Drawing.Point(64, 0);
this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnCancelAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnCancelAll.Name = "btnCancelAll";
this.btnCancelAll.Size = new System.Drawing.Size(124, 39);
this.btnCancelAll.TabIndex = 22;
this.btnCancelAll.Text = "全部清除";
this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
//
// lblTitle
//
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lblTitle.Location = new System.Drawing.Point(3, 5);
this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(77, 30);
this.lblTitle.TabIndex = 19;
this.lblTitle.Text = " 新增";
//
// btnRefresh
//
this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
this.btnRefresh.Appearance.Options.UseFont = true;
this.btnRefresh.Appearance.Options.UseForeColor = true;
this.btnRefresh.Appearance.Options.UseTextOptions = true;
this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
this.btnRefresh.Location = new System.Drawing.Point(762, 0);
this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnRefresh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(66, 39);
this.btnRefresh.TabIndex = 17;
this.btnRefresh.Text = "刷新";
this.btnRefresh.Visible = false;
//
// groupControl1
//
this.groupControl1.Controls.Add(this.rptPage);
this.groupControl1.Controls.Add(this.grdDetail);
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupControl1.Location = new System.Drawing.Point(3, 40);
this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(586, 359);
this.groupControl1.TabIndex = 14;
this.groupControl1.Text = "人员信息";
//
// rptPage
//
this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
this.rptPage.Appearance.Options.UseBackColor = true;
this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.rptPage.isInit = false;
this.rptPage.Location = new System.Drawing.Point(2, 324);
this.rptPage.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.rptPage.Name = "rptPage";
this.rptPage.PageIndex = 1;
this.rptPage.PageSize = 500;
this.rptPage.RecordNum = 0;
this.rptPage.Size = new System.Drawing.Size(582, 33);
this.rptPage.TabIndex = 16;
this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged_1);
//
// grdDetail
//
this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.grdDetail.Location = new System.Drawing.Point(2, 26);
this.grdDetail.MainView = this.grvDetail;
this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.grdDetail.Name = "grdDetail";
this.grdDetail.Size = new System.Drawing.Size(582, 331);
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.colUSERCODE,
this.colUSERName});
this.grvDetail.GridControl = this.grdDetail;
this.grvDetail.Name = "grvDetail";
this.grvDetail.OptionsBehavior.Editable = false;
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.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
this.grvDetail.Click += new System.EventHandler(this.grvDetail_Click);
//
// colisSelect
//
this.colisSelect.Caption = "选择";
this.colisSelect.FieldName = "isSelect";
this.colisSelect.Name = "colisSelect";
this.colisSelect.Visible = true;
this.colisSelect.VisibleIndex = 0;
//
// colUSERCODE
//
this.colUSERCODE.Caption = "人员代码";
this.colUSERCODE.FieldName = "USERCODE";
this.colUSERCODE.Name = "colUSERCODE";
this.colUSERCODE.Visible = true;
this.colUSERCODE.VisibleIndex = 1;
//
// colUSERName
//
this.colUSERName.Caption = "人员名称";
this.colUSERName.FieldName = "USERNAME";
this.colUSERName.Name = "colUSERName";
this.colUSERName.Visible = true;
this.colUSERName.VisibleIndex = 2;
//
// 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;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.panel4, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.groupControl1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.optext, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 2);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 39);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 23F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1184, 525);
this.tableLayoutPanel1.TabIndex = 16;
//
// panel4
//
this.panel4.Controls.Add(this.optextlist);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(595, 406);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(586, 116);
this.panel4.TabIndex = 19;
//
// optextlist
//
this.optextlist.Dock = System.Windows.Forms.DockStyle.Fill;
this.optextlist.Location = new System.Drawing.Point(0, 0);
this.optextlist.Name = "optextlist";
this.optextlist.ReadOnly = true;
this.optextlist.Size = new System.Drawing.Size(586, 116);
this.optextlist.TabIndex = 1;
this.optextlist.Text = "";
//
// panel2
//
this.panel2.Controls.Add(this.simpleButton2);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.textop);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(595, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(586, 30);
this.panel2.TabIndex = 17;
//
// 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.UseBackColor = true;
this.simpleButton2.Appearance.Options.UseBorderColor = true;
this.simpleButton2.Appearance.Options.UseFont = true;
this.simpleButton2.Appearance.Options.UseForeColor = true;
this.simpleButton2.Appearance.Options.UseImage = true;
this.simpleButton2.Appearance.Options.UseTextOptions = true;
this.simpleButton2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.simpleButton2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("simpleButton2.BackgroundImage")));
this.simpleButton2.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.simpleButton2.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.Image")));
this.simpleButton2.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
this.simpleButton2.Location = new System.Drawing.Point(252, 12);
this.simpleButton2.LookAndFeel.SkinName = "Office 2013";
this.simpleButton2.LookAndFeel.UseDefaultLookAndFeel = false;
this.simpleButton2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(33, 27);
this.simpleButton2.TabIndex = 100;
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 18);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(68, 18);
this.label2.TabIndex = 99;
this.label2.Text = "工序名称";
//
// textop
//
this.textop.Location = new System.Drawing.Point(77, 12);
this.textop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.textop.Name = "textop";
this.textop.Size = new System.Drawing.Size(169, 24);
this.textop.TabIndex = 98;
//
// optext
//
this.optext.Controls.Add(this.rptPage1);
this.optext.Controls.Add(this.gridControl1);
this.optext.Dock = System.Windows.Forms.DockStyle.Fill;
this.optext.Location = new System.Drawing.Point(595, 40);
this.optext.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.optext.Name = "optext";
this.optext.Size = new System.Drawing.Size(586, 359);
this.optext.TabIndex = 15;
this.optext.Text = "工序信息";
//
// rptPage1
//
this.rptPage1.Appearance.BackColor = System.Drawing.Color.White;
this.rptPage1.Appearance.Options.UseBackColor = true;
this.rptPage1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.rptPage1.isInit = false;
this.rptPage1.Location = new System.Drawing.Point(2, 324);
this.rptPage1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.rptPage1.Name = "rptPage1";
this.rptPage1.PageIndex = 1;
this.rptPage1.PageSize = 500;
this.rptPage1.RecordNum = 0;
this.rptPage1.Size = new System.Drawing.Size(582, 33);
this.rptPage1.TabIndex = 16;
this.rptPage1.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage1_PageIndexChanged);
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gridControl1.Location = new System.Drawing.Point(2, 26);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(582, 331);
this.gridControl1.TabIndex = 0;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1,
this.advBandedGridView1});
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.isselect,
this.COLOPID,
this.COLOPCODE,
this.COLOPDESC});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.Editable = false;
this.gridView1.OptionsBehavior.ReadOnly = true;
this.gridView1.OptionsSelection.MultiSelect = true;
this.gridView1.OptionsView.ColumnAutoWidth = false;
this.gridView1.OptionsView.ShowFooter = true;
this.gridView1.OptionsView.ShowGroupPanel = false;
this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
this.gridView1.Click += new System.EventHandler(this.gridView1_Click);
//
// isselect
//
this.isselect.Caption = "选择";
this.isselect.FieldName = "isSelect";
this.isselect.Name = "isselect";
this.isselect.Visible = true;
this.isselect.VisibleIndex = 0;
//
// COLOPID
//
this.COLOPID.Caption = "工序ID";
this.COLOPID.FieldName = "OPID";
this.COLOPID.Name = "COLOPID";
//
// COLOPCODE
//
this.COLOPCODE.Caption = "工序代码";
this.COLOPCODE.FieldName = "OPCODE";
this.COLOPCODE.Name = "COLOPCODE";
this.COLOPCODE.Visible = true;
this.COLOPCODE.VisibleIndex = 1;
//
// COLOPDESC
//
this.COLOPDESC.Caption = "工序描述";
this.COLOPDESC.FieldName = "OPDESC";
this.COLOPDESC.Name = "COLOPDESC";
this.COLOPDESC.Visible = true;
this.COLOPDESC.VisibleIndex = 2;
//
// advBandedGridView1
//
this.advBandedGridView1.GridControl = this.gridControl1;
this.advBandedGridView1.Name = "advBandedGridView1";
this.advBandedGridView1.OptionsBehavior.ReadOnly = true;
this.advBandedGridView1.OptionsSelection.MultiSelect = true;
this.advBandedGridView1.OptionsView.ShowFooter = true;
this.advBandedGridView1.OptionsView.ShowGroupPanel = false;
//
// panel1
//
this.panel1.Controls.Add(this.simpleButton1);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.txtuser);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(586, 30);
this.panel1.TabIndex = 16;
//
// 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.UseBackColor = true;
this.simpleButton1.Appearance.Options.UseBorderColor = true;
this.simpleButton1.Appearance.Options.UseFont = true;
this.simpleButton1.Appearance.Options.UseForeColor = true;
this.simpleButton1.Appearance.Options.UseImage = true;
this.simpleButton1.Appearance.Options.UseTextOptions = true;
this.simpleButton1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.simpleButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("simpleButton1.BackgroundImage")));
this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.simpleButton1.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
this.simpleButton1.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
this.simpleButton1.Location = new System.Drawing.Point(252, 15);
this.simpleButton1.LookAndFeel.SkinName = "Office 2013";
this.simpleButton1.LookAndFeel.UseDefaultLookAndFeel = false;
this.simpleButton1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(33, 27);
this.simpleButton1.TabIndex = 98;
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(68, 18);
this.label1.TabIndex = 97;
this.label1.Text = "人员名称";
//
// txtuser
//
this.txtuser.Location = new System.Drawing.Point(77, 15);
this.txtuser.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtuser.Name = "txtuser";
this.txtuser.Size = new System.Drawing.Size(169, 24);
this.txtuser.TabIndex = 96;
//
// panel3
//
this.panel3.Controls.Add(this.usertextlist);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(3, 406);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(586, 116);
this.panel3.TabIndex = 18;
//
// usertextlist
//
this.usertextlist.Dock = System.Windows.Forms.DockStyle.Fill;
this.usertextlist.Location = new System.Drawing.Point(0, 0);
this.usertextlist.Name = "usertextlist";
this.usertextlist.ReadOnly = true;
this.usertextlist.Size = new System.Drawing.Size(586, 116);
this.usertextlist.TabIndex = 0;
this.usertextlist.Text = "";
this.usertextlist.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
//
// FormICSOP2UserAdds
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1184, 564);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.panelControl3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "FormICSOP2UserAdds";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "工序人员关系";
this.Load += new System.EventHandler(this.FormICSITEM2ROUTE_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((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.grvAdvDetail)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.textop.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.optext)).EndInit();
this.optext.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtuser.Properties)).EndInit();
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnExit;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.SimpleButton btnRefresh;
private DevExpress.XtraEditors.LabelControl lblTitle;
private DevExpress.XtraEditors.SimpleButton btnCreate;
private DevExpress.XtraEditors.SimpleButton btnCancelAll;
private DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraGrid.GridControl grdDetail;
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
private DevExpress.XtraGrid.Columns.GridColumn colUSERCODE;
private DevExpress.XtraGrid.Columns.GridColumn colUSERName;
private DevExpress.XtraEditors.SimpleButton btnClose;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private DevExpress.XtraEditors.GroupControl optext;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn isselect;
private DevExpress.XtraGrid.Columns.GridColumn COLOPID;
private DevExpress.XtraGrid.Columns.GridColumn COLOPCODE;
private DevExpress.XtraGrid.Columns.GridColumn COLOPDESC;
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView advBandedGridView1;
private Base.UserControl.FormControl.PageNavTool rptPage;
private Base.UserControl.FormControl.PageNavTool rptPage1;
private System.Windows.Forms.Panel panel2;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private System.Windows.Forms.Label label2;
private DevExpress.XtraEditors.TextEdit textop;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.TextEdit txtuser;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.RichTextBox optextlist;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.RichTextBox usertextlist;
}
}