namespace ICSSoft.Frame.APP { partial class FormICSSkillMatrixAdd { /// /// 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(FormICSSkillMatrixAdd)); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.label13 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtProcessCoding = new DevExpress.XtraEditors.ButtonEdit(); this.txtSkillLevel = new DevExpress.XtraEditors.TextEdit(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cobEquipmentName = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); this.txtPersonnel = new DevExpress.XtraEditors.TextEdit(); this.label6 = new System.Windows.Forms.Label(); this.txtMTIME = new DevExpress.XtraEditors.TextEdit(); this.txtMUSERName = new DevExpress.XtraEditors.TextEdit(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.btnCancle = new DevExpress.XtraEditors.SimpleButton(); this.btnOK = new DevExpress.XtraEditors.SimpleButton(); this.txtWorkNo = new DevExpress.XtraEditors.GridLookUpEdit(); this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); this.txtEquipmentType = new DevExpress.XtraEditors.GridLookUpEdit(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtProcessCoding.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSkillLevel.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPersonnel.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWorkNo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEquipmentType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.SuspendLayout(); // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl1.Location = new System.Drawing.Point(0, 3); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(120, 27); this.labelControl1.TabIndex = 26; this.labelControl1.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.txtEquipmentType); this.panelControl1.Controls.Add(this.txtWorkNo); this.panelControl1.Controls.Add(this.label13); this.panelControl1.Controls.Add(this.label4); this.panelControl1.Controls.Add(this.txtProcessCoding); this.panelControl1.Controls.Add(this.txtSkillLevel); this.panelControl1.Controls.Add(this.label3); this.panelControl1.Controls.Add(this.label2); this.panelControl1.Controls.Add(this.cobEquipmentName); this.panelControl1.Controls.Add(this.label8); this.panelControl1.Controls.Add(this.txtPersonnel); this.panelControl1.Controls.Add(this.label6); this.panelControl1.Controls.Add(this.txtMTIME); this.panelControl1.Controls.Add(this.txtMUSERName); this.panelControl1.Controls.Add(this.label9); this.panelControl1.Controls.Add(this.label10); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Location = new System.Drawing.Point(2, 39); this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(672, 320); this.panelControl1.TabIndex = 27; // // label13 // this.label13.AutoSize = true; this.label13.ForeColor = System.Drawing.Color.Red; this.label13.Location = new System.Drawing.Point(42, 253); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(244, 18); this.label13.TabIndex = 234; this.label13.Text = "注:输入 <工号>后,请按 Enter 键"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(70, 60); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 18); this.label4.TabIndex = 230; this.label4.Text = "工号:"; // // txtProcessCoding // this.txtProcessCoding.EditValue = ""; this.txtProcessCoding.Location = new System.Drawing.Point(472, 284); this.txtProcessCoding.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtProcessCoding.Name = "txtProcessCoding"; this.txtProcessCoding.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtProcessCoding.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txtProcessCoding.Size = new System.Drawing.Size(151, 24); this.txtProcessCoding.TabIndex = 229; this.txtProcessCoding.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtProcessCoding_ButtonClick); // // txtSkillLevel // this.txtSkillLevel.Location = new System.Drawing.Point(465, 108); this.txtSkillLevel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtSkillLevel.Name = "txtSkillLevel"; this.txtSkillLevel.Size = new System.Drawing.Size(151, 24); this.txtSkillLevel.TabIndex = 228; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(370, 110); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(83, 18); this.label3.TabIndex = 227; this.label3.Text = "熟练程度:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(369, 287); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(83, 18); this.label2.TabIndex = 226; this.label2.Text = "工序编码:"; // // cobEquipmentName // this.cobEquipmentName.Enabled = false; this.cobEquipmentName.FormattingEnabled = true; this.cobEquipmentName.Location = new System.Drawing.Point(138, 161); this.cobEquipmentName.Name = "cobEquipmentName"; this.cobEquipmentName.Size = new System.Drawing.Size(151, 26); this.cobEquipmentName.TabIndex = 225; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(42, 164); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(83, 18); this.label8.TabIndex = 95; this.label8.Text = "设备名称:"; // // txtPersonnel // this.txtPersonnel.Location = new System.Drawing.Point(465, 57); this.txtPersonnel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtPersonnel.Name = "txtPersonnel"; this.txtPersonnel.Properties.ReadOnly = true; this.txtPersonnel.Size = new System.Drawing.Size(150, 24); this.txtPersonnel.TabIndex = 92; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(400, 55); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 18); this.label6.TabIndex = 91; this.label6.Text = "人员:"; // // txtMTIME // this.txtMTIME.Location = new System.Drawing.Point(136, 213); this.txtMTIME.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtMTIME.Name = "txtMTIME"; this.txtMTIME.Size = new System.Drawing.Size(152, 24); this.txtMTIME.TabIndex = 89; // // txtMUSERName // this.txtMUSERName.Location = new System.Drawing.Point(466, 213); this.txtMUSERName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtMUSERName.Name = "txtMUSERName"; this.txtMUSERName.Size = new System.Drawing.Size(151, 24); this.txtMUSERName.TabIndex = 88; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(41, 216); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(83, 18); this.label9.TabIndex = 87; this.label9.Text = "维护日期:"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(384, 216); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(68, 18); this.label10.TabIndex = 86; this.label10.Text = "维护人:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(42, 110); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(83, 18); this.label1.TabIndex = 8; this.label1.Text = "设备编码:"; // // 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(645, 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 = 30; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // 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(595, 366); this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCancle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnCancle.Name = "btnCancle"; this.btnCancle.Size = new System.Drawing.Size(80, 39); this.btnCancle.TabIndex = 29; this.btnCancle.Text = "取消"; this.btnCancle.Click += new System.EventHandler(this.btnCancle_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(504, 366); this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false; this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(80, 39); this.btnOK.TabIndex = 28; this.btnOK.Text = "保存"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // txtWorkNo // this.txtWorkNo.EditValue = ""; this.txtWorkNo.Location = new System.Drawing.Point(138, 57); this.txtWorkNo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtWorkNo.Name = "txtWorkNo"; this.txtWorkNo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtWorkNo.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains; this.txtWorkNo.Properties.View = this.gridLookUpEdit1View; this.txtWorkNo.Size = new System.Drawing.Size(153, 24); this.txtWorkNo.TabIndex = 235; this.txtWorkNo.EditValueChanged += new System.EventHandler(this.txtWorkNo_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; // // txtEquipmentType // this.txtEquipmentType.EditValue = ""; this.txtEquipmentType.Location = new System.Drawing.Point(138, 108); this.txtEquipmentType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtEquipmentType.Name = "txtEquipmentType"; this.txtEquipmentType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtEquipmentType.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains; this.txtEquipmentType.Properties.View = this.gridView1; this.txtEquipmentType.Size = new System.Drawing.Size(153, 24); this.txtEquipmentType.TabIndex = 236; this.txtEquipmentType.EditValueChanged += new System.EventHandler(this.txtEquipmentType_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; // // FormICSSkillMatrixAdd // this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(677, 405); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnCancle); this.Controls.Add(this.btnOK); this.Controls.Add(this.panelControl1); this.Controls.Add(this.labelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FormICSSkillMatrixAdd"; 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.txtProcessCoding.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSkillLevel.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPersonnel.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWorkNo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEquipmentType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton btnOK; private DevExpress.XtraEditors.SimpleButton btnCancle; private DevExpress.XtraEditors.SimpleButton btnClose; private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.TextEdit txtMTIME; private DevExpress.XtraEditors.TextEdit txtMUSERName; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label8; private DevExpress.XtraEditors.TextEdit txtPersonnel; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label2; private DevExpress.XtraEditors.TextEdit txtSkillLevel; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cobEquipmentName; private DevExpress.XtraEditors.ButtonEdit txtProcessCoding; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label13; private DevExpress.XtraEditors.GridLookUpEdit txtWorkNo; private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View; private DevExpress.XtraEditors.GridLookUpEdit txtEquipmentType; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; } }