namespace ICSSoft.Frame.APP { partial class FormICSUserInfoAdd { /// /// 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(FormICSUserInfoAdd)); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.chkFrontLine = new DevExpress.XtraEditors.CheckEdit(); this.txtSGroup = new DevExpress.XtraEditors.GridLookUpEdit(); this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.txtSEGCode = new DevExpress.XtraEditors.GridLookUpEdit(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.txtUserCode = new DevExpress.XtraEditors.GridLookUpEdit(); this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); this.txtEATTRIBUTE6 = new DevExpress.XtraEditors.TextEdit(); this.label20 = new System.Windows.Forms.Label(); this.txtEATTRIBUTE5 = new DevExpress.XtraEditors.TextEdit(); this.label19 = new System.Windows.Forms.Label(); this.txtHGQZD = new DevExpress.XtraEditors.TextEdit(); this.txtXBGN = new DevExpress.XtraEditors.TextEdit(); this.txtTXGN = new DevExpress.XtraEditors.TextEdit(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.txtDYGN = new DevExpress.XtraEditors.TextEdit(); this.label3 = new System.Windows.Forms.Label(); this.txtXYZGN = new DevExpress.XtraEditors.TextEdit(); this.txtFZDY = new DevExpress.XtraEditors.TextEdit(); this.txtJDLX = new DevExpress.XtraEditors.TextEdit(); this.txtGLGN = new DevExpress.XtraEditors.TextEdit(); this.txtEDDL = new DevExpress.XtraEditors.TextEdit(); this.txtKJDJ = new DevExpress.XtraEditors.TextEdit(); this.txtMail = new DevExpress.XtraEditors.TextEdit(); this.txtPhone = new DevExpress.XtraEditors.TextEdit(); this.txtSEGDesc = new DevExpress.XtraEditors.TextEdit(); this.txtUserName = new DevExpress.XtraEditors.TextEdit(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label2 = 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.chkFrontLine.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSGroup.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSEGCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEATTRIBUTE6.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEATTRIBUTE5.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtHGQZD.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtXBGN.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTXGN.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDYGN.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtXYZGN.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFZDY.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtJDLX.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtGLGN.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEDDL.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtKJDJ.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMail.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSEGDesc.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(283, 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.chkFrontLine); this.panelControl1.Controls.Add(this.txtSGroup); this.panelControl1.Controls.Add(this.txtSEGCode); this.panelControl1.Controls.Add(this.txtUserCode); this.panelControl1.Controls.Add(this.txtEATTRIBUTE6); this.panelControl1.Controls.Add(this.label20); this.panelControl1.Controls.Add(this.txtEATTRIBUTE5); this.panelControl1.Controls.Add(this.label19); this.panelControl1.Controls.Add(this.txtHGQZD); this.panelControl1.Controls.Add(this.txtXBGN); this.panelControl1.Controls.Add(this.txtTXGN); this.panelControl1.Controls.Add(this.label5); this.panelControl1.Controls.Add(this.label6); this.panelControl1.Controls.Add(this.label10); this.panelControl1.Controls.Add(this.txtDYGN); this.panelControl1.Controls.Add(this.label3); this.panelControl1.Controls.Add(this.txtXYZGN); this.panelControl1.Controls.Add(this.txtFZDY); this.panelControl1.Controls.Add(this.txtJDLX); this.panelControl1.Controls.Add(this.txtGLGN); this.panelControl1.Controls.Add(this.txtEDDL); this.panelControl1.Controls.Add(this.txtKJDJ); this.panelControl1.Controls.Add(this.txtMail); this.panelControl1.Controls.Add(this.txtPhone); this.panelControl1.Controls.Add(this.txtSEGDesc); this.panelControl1.Controls.Add(this.txtUserName); this.panelControl1.Controls.Add(this.label13); this.panelControl1.Controls.Add(this.label12); this.panelControl1.Controls.Add(this.label9); this.panelControl1.Controls.Add(this.label8); this.panelControl1.Controls.Add(this.label7); this.panelControl1.Controls.Add(this.label18); this.panelControl1.Controls.Add(this.label14); this.panelControl1.Controls.Add(this.label16); this.panelControl1.Controls.Add(this.label4); this.panelControl1.Controls.Add(this.label17); this.panelControl1.Controls.Add(this.label15); this.panelControl1.Controls.Add(this.label11); this.panelControl1.Controls.Add(this.label2); 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(289, 278); this.panelControl1.TabIndex = 23; // // chkFrontLine // this.chkFrontLine.Location = new System.Drawing.Point(156, 146); this.chkFrontLine.Name = "chkFrontLine"; this.chkFrontLine.Properties.Caption = "是"; this.chkFrontLine.Size = new System.Drawing.Size(44, 19); this.chkFrontLine.TabIndex = 151; // // txtSGroup // this.txtSGroup.EditValue = ""; this.txtSGroup.Location = new System.Drawing.Point(112, 172); this.txtSGroup.Name = "txtSGroup"; this.txtSGroup.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtSGroup.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtSGroup.Properties.NullText = ""; this.txtSGroup.Properties.ReadOnly = true; this.txtSGroup.Properties.View = this.gridView2; this.txtSGroup.Size = new System.Drawing.Size(140, 20); this.txtSGroup.TabIndex = 1; // // gridView2 // this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.gridView2.Name = "gridView2"; this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridView2.OptionsView.ShowGroupPanel = false; // // txtSEGCode // this.txtSEGCode.EditValue = ""; this.txtSEGCode.Location = new System.Drawing.Point(112, 84); this.txtSEGCode.Name = "txtSEGCode"; this.txtSEGCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtSEGCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtSEGCode.Properties.NullText = ""; this.txtSEGCode.Properties.View = this.gridView1; this.txtSEGCode.Size = new System.Drawing.Size(140, 20); this.txtSEGCode.TabIndex = 1; this.txtSEGCode.EditValueChanged += new System.EventHandler(this.txtSEG_EditValueChanged); // // gridView1 // this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.gridView1.Name = "gridView1"; this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridView1.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); // // gridLookUpEdit1View // this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.gridLookUpEdit1View.Name = "gridLookUpEdit1View"; this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false; // // txtEATTRIBUTE6 // this.txtEATTRIBUTE6.Location = new System.Drawing.Point(628, 150); this.txtEATTRIBUTE6.Name = "txtEATTRIBUTE6"; this.txtEATTRIBUTE6.Size = new System.Drawing.Size(126, 20); this.txtEATTRIBUTE6.TabIndex = 150; this.txtEATTRIBUTE6.Visible = false; // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(556, 156); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(62, 14); this.label20.TabIndex = 149; this.label20.Text = "预留项6:"; this.label20.Visible = false; // // txtEATTRIBUTE5 // this.txtEATTRIBUTE5.Location = new System.Drawing.Point(626, 124); this.txtEATTRIBUTE5.Name = "txtEATTRIBUTE5"; this.txtEATTRIBUTE5.Size = new System.Drawing.Size(126, 20); this.txtEATTRIBUTE5.TabIndex = 148; this.txtEATTRIBUTE5.Visible = false; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(558, 127); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(62, 14); this.label19.TabIndex = 147; this.label19.Text = "预留项5:"; this.label19.Visible = false; // // txtHGQZD // this.txtHGQZD.Location = new System.Drawing.Point(626, 291); this.txtHGQZD.Name = "txtHGQZD"; this.txtHGQZD.Size = new System.Drawing.Size(126, 20); this.txtHGQZD.TabIndex = 134; this.txtHGQZD.Visible = false; // // txtXBGN // this.txtXBGN.Location = new System.Drawing.Point(628, 275); this.txtXBGN.Name = "txtXBGN"; this.txtXBGN.Size = new System.Drawing.Size(126, 20); this.txtXBGN.TabIndex = 133; this.txtXBGN.Visible = false; // // txtTXGN // this.txtTXGN.Location = new System.Drawing.Point(628, 98); this.txtTXGN.Name = "txtTXGN"; this.txtTXGN.Size = new System.Drawing.Size(126, 20); this.txtTXGN.TabIndex = 132; this.txtTXGN.Visible = false; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(553, 294); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(79, 14); this.label5.TabIndex = 131; this.label5.Text = "互感器只数:"; this.label5.Visible = false; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(556, 280); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(67, 14); this.label6.TabIndex = 130; this.label6.Text = "谐波功能:"; this.label6.Visible = false; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(553, 102); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(67, 14); this.label10.TabIndex = 129; this.label10.Text = "通讯功能:"; this.label10.Visible = false; // // txtDYGN // this.txtDYGN.Location = new System.Drawing.Point(628, 178); this.txtDYGN.Name = "txtDYGN"; this.txtDYGN.Size = new System.Drawing.Size(126, 20); this.txtDYGN.TabIndex = 128; this.txtDYGN.Visible = false; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(554, 181); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(67, 14); this.label3.TabIndex = 127; this.label3.Text = "电压功能:"; this.label3.Visible = false; // // txtXYZGN // this.txtXYZGN.Location = new System.Drawing.Point(628, 256); this.txtXYZGN.Name = "txtXYZGN"; this.txtXYZGN.Size = new System.Drawing.Size(126, 20); this.txtXYZGN.TabIndex = 95; this.txtXYZGN.Visible = false; // // txtFZDY // this.txtFZDY.Location = new System.Drawing.Point(628, 230); this.txtFZDY.Name = "txtFZDY"; this.txtFZDY.Size = new System.Drawing.Size(126, 20); this.txtFZDY.TabIndex = 94; this.txtFZDY.Visible = false; // // txtJDLX // this.txtJDLX.Location = new System.Drawing.Point(628, 72); this.txtJDLX.Name = "txtJDLX"; this.txtJDLX.Size = new System.Drawing.Size(126, 20); this.txtJDLX.TabIndex = 91; this.txtJDLX.Visible = false; // // txtGLGN // this.txtGLGN.Location = new System.Drawing.Point(628, 46); this.txtGLGN.Name = "txtGLGN"; this.txtGLGN.Size = new System.Drawing.Size(126, 20); this.txtGLGN.TabIndex = 90; this.txtGLGN.Visible = false; // // txtEDDL // this.txtEDDL.Location = new System.Drawing.Point(628, 204); this.txtEDDL.Name = "txtEDDL"; this.txtEDDL.Size = new System.Drawing.Size(126, 20); this.txtEDDL.TabIndex = 89; this.txtEDDL.Visible = false; // // txtKJDJ // this.txtKJDJ.Location = new System.Drawing.Point(628, 23); this.txtKJDJ.Name = "txtKJDJ"; this.txtKJDJ.Size = new System.Drawing.Size(126, 20); this.txtKJDJ.TabIndex = 76; this.txtKJDJ.Visible = false; // // txtMail // this.txtMail.Location = new System.Drawing.Point(112, 239); 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, 206); this.txtPhone.Name = "txtPhone"; this.txtPhone.Size = new System.Drawing.Size(140, 20); this.txtPhone.TabIndex = 74; // // txtSEGDesc // this.txtSEGDesc.Location = new System.Drawing.Point(112, 116); this.txtSEGDesc.Name = "txtSEGDesc"; this.txtSEGDesc.Properties.ReadOnly = true; this.txtSEGDesc.Size = new System.Drawing.Size(140, 20); this.txtSEGDesc.TabIndex = 74; // // txtUserName // this.txtUserName.Location = new System.Drawing.Point(112, 53); this.txtUserName.Name = "txtUserName"; this.txtUserName.Properties.ReadOnly = true; this.txtUserName.Size = new System.Drawing.Size(140, 20); this.txtUserName.TabIndex = 74; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(555, 258); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(79, 14); this.label13.TabIndex = 48; this.label13.Text = "需用值功能:"; this.label13.Visible = false; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(556, 233); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(67, 14); this.label12.TabIndex = 47; this.label12.Text = "辅助电源:"; this.label12.Visible = false; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(557, 75); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(67, 14); this.label9.TabIndex = 44; this.label9.Text = "接地类型:"; this.label9.Visible = false; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(554, 49); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(67, 14); this.label8.TabIndex = 43; this.label8.Text = "功率功能:"; this.label8.Visible = false; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(555, 207); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(67, 14); this.label7.TabIndex = 42; this.label7.Text = "额定电流:"; this.label7.Visible = false; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(38, 242); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(67, 14); this.label18.TabIndex = 37; this.label18.Text = "邮件地址:"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(38, 175); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(59, 14); this.label14.TabIndex = 36; this.label14.Text = "所属班组:"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(38, 209); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(67, 14); this.label16.TabIndex = 37; this.label16.Text = "电话号码:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(554, 26); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(67, 14); this.label4.TabIndex = 39; this.label4.Text = "框架等级:"; this.label4.Visible = false; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(37, 146); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(67, 14); this.label17.TabIndex = 37; this.label17.Text = "一线员工:"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(38, 119); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(67, 14); this.label15.TabIndex = 37; this.label15.Text = "车间描述:"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(38, 87); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(59, 14); this.label11.TabIndex = 36; this.label11.Text = "所属车间:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(38, 56); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 14); this.label2.TabIndex = 37; this.label2.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(228, 317); 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(152, 317); 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); // // FormICSUserInfoAdd // 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(310, 351); 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 = "FormICSUserInfoAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "存货编辑"; this.Load += new System.EventHandler(this.FormICSUserInfoAdd_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.chkFrontLine.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSGroup.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSEGCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEATTRIBUTE6.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEATTRIBUTE5.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtHGQZD.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtXBGN.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTXGN.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDYGN.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtXYZGN.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFZDY.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtJDLX.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtGLGN.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEDDL.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtKJDJ.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMail.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSEGDesc.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 label13; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.TextEdit txtKJDJ; private DevExpress.XtraEditors.TextEdit txtUserName; private DevExpress.XtraEditors.TextEdit txtXYZGN; private DevExpress.XtraEditors.TextEdit txtFZDY; private DevExpress.XtraEditors.TextEdit txtJDLX; private DevExpress.XtraEditors.TextEdit txtGLGN; private DevExpress.XtraEditors.TextEdit txtEDDL; private DevExpress.XtraEditors.SimpleButton btnCancle; private DevExpress.XtraEditors.SimpleButton btnOK; private DevExpress.XtraEditors.TextEdit txtDYGN; private System.Windows.Forms.Label label3; private DevExpress.XtraEditors.TextEdit txtHGQZD; private DevExpress.XtraEditors.TextEdit txtXBGN; private DevExpress.XtraEditors.TextEdit txtTXGN; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label10; private DevExpress.XtraEditors.TextEdit txtEATTRIBUTE6; private System.Windows.Forms.Label label20; private DevExpress.XtraEditors.TextEdit txtEATTRIBUTE5; private System.Windows.Forms.Label label19; private DevExpress.XtraEditors.GridLookUpEdit txtUserCode; private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View; private DevExpress.XtraEditors.GridLookUpEdit txtSEGCode; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private System.Windows.Forms.Label label11; private DevExpress.XtraEditors.CheckEdit chkFrontLine; private DevExpress.XtraEditors.GridLookUpEdit txtSGroup; private DevExpress.XtraGrid.Views.Grid.GridView gridView2; private DevExpress.XtraEditors.TextEdit txtPhone; private DevExpress.XtraEditors.TextEdit txtSEGDesc; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label15; private DevExpress.XtraEditors.TextEdit txtMail; private System.Windows.Forms.Label label18; } }