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

457 lines
25 KiB

namespace ICSSoft.Frame.APP
{
partial class FormICSUserInfoAdd1
{
/// <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(FormICSUserInfoAdd1));
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.btnRemoveRow = new DevExpress.XtraEditors.SimpleButton();
this.btnAddRow = new DevExpress.XtraEditors.SimpleButton();
this.chkFrontLine = new System.Windows.Forms.CheckBox();
this.grdDetail = new DevExpress.XtraGrid.GridControl();
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSEGCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.txtSEGCode = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colTeamGroupCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.txtSGroup = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
this.txtUserCode = new DevExpress.XtraEditors.GridLookUpEdit();
this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
this.txtMail = new DevExpress.XtraEditors.TextEdit();
this.txtPhone = new DevExpress.XtraEditors.TextEdit();
this.txtUserName = new DevExpress.XtraEditors.TextEdit();
this.label18 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSEGCode)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSGroup)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMail.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).BeginInit();
this.SuspendLayout();
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
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.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
this.btnClose.Location = new System.Drawing.Point(515, 1);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(26, 23);
this.btnClose.TabIndex = 5;
this.btnClose.Click += new System.EventHandler(this.btnClose_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(1, 1);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(110, 23);
this.lblTitle.TabIndex = 6;
this.lblTitle.Text = "编辑";
//
// panelControl1
//
this.panelControl1.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.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.btnRemoveRow);
this.panelControl1.Controls.Add(this.btnAddRow);
this.panelControl1.Controls.Add(this.chkFrontLine);
this.panelControl1.Controls.Add(this.grdDetail);
this.panelControl1.Controls.Add(this.txtUserCode);
this.panelControl1.Controls.Add(this.txtMail);
this.panelControl1.Controls.Add(this.txtPhone);
this.panelControl1.Controls.Add(this.txtUserName);
this.panelControl1.Controls.Add(this.label18);
this.panelControl1.Controls.Add(this.label16);
this.panelControl1.Controls.Add(this.label2);
this.panelControl1.Controls.Add(this.label3);
this.panelControl1.Controls.Add(this.label1);
this.panelControl1.Location = new System.Drawing.Point(9, 27);
this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(521, 251);
this.panelControl1.TabIndex = 23;
//
// btnRemoveRow
//
this.btnRemoveRow.Location = new System.Drawing.Point(466, 76);
this.btnRemoveRow.Name = "btnRemoveRow";
this.btnRemoveRow.Size = new System.Drawing.Size(43, 23);
this.btnRemoveRow.TabIndex = 154;
this.btnRemoveRow.Text = "移除";
this.btnRemoveRow.Click += new System.EventHandler(this.btnRemoveRow_Click);
//
// btnAddRow
//
this.btnAddRow.Location = new System.Drawing.Point(416, 76);
this.btnAddRow.Name = "btnAddRow";
this.btnAddRow.Size = new System.Drawing.Size(44, 23);
this.btnAddRow.TabIndex = 154;
this.btnAddRow.Text = "添加";
this.btnAddRow.Click += new System.EventHandler(this.btnAddRow_Click);
//
// chkFrontLine
//
this.chkFrontLine.AutoSize = true;
this.chkFrontLine.ForeColor = System.Drawing.Color.Black;
this.chkFrontLine.Location = new System.Drawing.Point(154, 81);
this.chkFrontLine.Name = "chkFrontLine";
this.chkFrontLine.Size = new System.Drawing.Size(188, 18);
this.chkFrontLine.TabIndex = 153;
this.chkFrontLine.Text = "是 (注:一线员工必须分配 组)";
this.chkFrontLine.UseVisualStyleBackColor = true;
//
// grdDetail
//
this.grdDetail.Dock = System.Windows.Forms.DockStyle.Bottom;
this.grdDetail.Location = new System.Drawing.Point(0, 104);
this.grdDetail.MainView = this.grvDetail;
this.grdDetail.Name = "grdDetail";
this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.txtSEGCode,
this.txtSGroup});
this.grdDetail.Size = new System.Drawing.Size(521, 147);
this.grdDetail.TabIndex = 152;
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.colID,
this.colisSelect,
this.colSEGCode,
this.colTeamGroupCode});
this.grvDetail.GridControl = this.grdDetail;
this.grvDetail.IndicatorWidth = 40;
this.grvDetail.Name = "grvDetail";
this.grvDetail.OptionsSelection.MultiSelect = true;
this.grvDetail.OptionsView.ColumnAutoWidth = false;
this.grvDetail.OptionsView.ShowFooter = true;
this.grvDetail.OptionsView.ShowGroupPanel = false;
//
// colID
//
this.colID.Caption = "ID";
this.colID.FieldName = "ID";
this.colID.Name = "colID";
//
// colisSelect
//
this.colisSelect.Caption = "选择";
this.colisSelect.FieldName = "isSelect";
this.colisSelect.Name = "colisSelect";
this.colisSelect.Visible = true;
this.colisSelect.VisibleIndex = 0;
//
// colSEGCode
//
this.colSEGCode.Caption = "车间代码";
this.colSEGCode.ColumnEdit = this.txtSEGCode;
this.colSEGCode.FieldName = "SEGCODE";
this.colSEGCode.Name = "colSEGCode";
this.colSEGCode.Visible = true;
this.colSEGCode.VisibleIndex = 1;
//
// txtSEGCode
//
this.txtSEGCode.AutoHeight = false;
this.txtSEGCode.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtSEGCode.Name = "txtSEGCode";
this.txtSEGCode.NullText = "";
this.txtSEGCode.View = this.repositoryItemGridLookUpEdit1View;
//
// repositoryItemGridLookUpEdit1View
//
this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
//
// colTeamGroupCode
//
this.colTeamGroupCode.Caption = "班组代码";
this.colTeamGroupCode.ColumnEdit = this.txtSGroup;
this.colTeamGroupCode.FieldName = "SGroup";
this.colTeamGroupCode.Name = "colTeamGroupCode";
this.colTeamGroupCode.Visible = true;
this.colTeamGroupCode.VisibleIndex = 2;
//
// txtSGroup
//
this.txtSGroup.AutoHeight = false;
this.txtSGroup.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtSGroup.Name = "txtSGroup";
this.txtSGroup.View = this.gridView1;
//
// gridView1
//
this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gridView1.OptionsView.ShowGroupPanel = false;
//
// 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;
//
// txtUserCode
//
this.txtUserCode.EditValue = "";
this.txtUserCode.Location = new System.Drawing.Point(112, 23);
this.txtUserCode.Name = "txtUserCode";
this.txtUserCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtUserCode.Properties.NullText = "";
this.txtUserCode.Properties.View = this.gridLookUpEdit1View;
this.txtUserCode.Size = new System.Drawing.Size(140, 20);
this.txtUserCode.TabIndex = 0;
this.txtUserCode.EditValueChanged += new System.EventHandler(this.txtUserCode_EditValueChanged);
this.txtUserCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtUserCode_KeyDown);
//
// gridLookUpEdit1View
//
this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
//
// txtMail
//
this.txtMail.Location = new System.Drawing.Point(349, 52);
this.txtMail.Name = "txtMail";
this.txtMail.Size = new System.Drawing.Size(140, 20);
this.txtMail.TabIndex = 74;
//
// txtPhone
//
this.txtPhone.Location = new System.Drawing.Point(112, 53);
this.txtPhone.Name = "txtPhone";
this.txtPhone.Size = new System.Drawing.Size(140, 20);
this.txtPhone.TabIndex = 74;
//
// txtUserName
//
this.txtUserName.Location = new System.Drawing.Point(349, 23);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Properties.ReadOnly = true;
this.txtUserName.Size = new System.Drawing.Size(140, 20);
this.txtUserName.TabIndex = 74;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(275, 55);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(67, 14);
this.label18.TabIndex = 37;
this.label18.Text = "邮件地址:";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(38, 56);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(67, 14);
this.label16.TabIndex = 37;
this.label16.Text = "电话号码:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(275, 26);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(67, 14);
this.label2.TabIndex = 37;
this.label2.Text = "员工名称:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(37, 82);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(67, 14);
this.label3.TabIndex = 36;
this.label3.Text = "一线员工:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(38, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 14);
this.label1.TabIndex = 36;
this.label1.Text = "员工工号:";
//
// btnCancle
//
this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
this.btnCancle.Appearance.Options.UseFont = true;
this.btnCancle.Appearance.Options.UseForeColor = true;
this.btnCancle.Appearance.Options.UseTextOptions = true;
this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
this.btnCancle.Location = new System.Drawing.Point(460, 290);
this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnCancle.Name = "btnCancle";
this.btnCancle.Size = new System.Drawing.Size(70, 30);
this.btnCancle.TabIndex = 122;
this.btnCancle.Text = "取消";
this.btnCancle.Click += new System.EventHandler(this.can_Click);
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
this.btnOK.Appearance.Options.UseFont = true;
this.btnOK.Appearance.Options.UseForeColor = true;
this.btnOK.Appearance.Options.UseTextOptions = true;
this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
this.btnOK.Location = new System.Drawing.Point(384, 290);
this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(70, 30);
this.btnOK.TabIndex = 2;
this.btnOK.Text = "保存";
this.btnOK.Click += new System.EventHandler(this.save_Click);
//
// FormICSUserInfoAdd1
//
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(542, 324);
this.Controls.Add(this.btnCancle);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.btnClose);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormICSUserInfoAdd1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "存货编辑";
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSEGCode)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSGroup)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMail.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraEditors.LabelControl lblTitle;
private DevExpress.XtraEditors.PanelControl panelControl1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.TextEdit txtUserName;
private DevExpress.XtraEditors.SimpleButton btnCancle;
private DevExpress.XtraEditors.SimpleButton btnOK;
private DevExpress.XtraEditors.GridLookUpEdit txtUserCode;
private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
private DevExpress.XtraEditors.TextEdit txtPhone;
private System.Windows.Forms.Label label16;
private DevExpress.XtraEditors.TextEdit txtMail;
private System.Windows.Forms.Label label18;
private DevExpress.XtraGrid.GridControl grdDetail;
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
private DevExpress.XtraGrid.Columns.GridColumn colSEGCode;
private DevExpress.XtraGrid.Columns.GridColumn colTeamGroupCode;
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
private DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit txtSEGCode;
private DevExpress.XtraGrid.Views.Grid.GridView repositoryItemGridLookUpEdit1View;
private DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit txtSGroup;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.CheckBox chkFrontLine;
private DevExpress.XtraEditors.SimpleButton btnRemoveRow;
private DevExpress.XtraEditors.SimpleButton btnAddRow;
private DevExpress.XtraGrid.Columns.GridColumn colID;
}
}