namespace ICSSoft.Frame.APP { partial class FormICSAutoCMPOPADD { /// /// 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(FormICSAutoCMPOPADD)); this.type = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.CBStatus = new System.Windows.Forms.CheckBox(); this.txtOPCODE = new DevExpress.XtraEditors.GridLookUpEdit(); this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.txtOPDESC = new DevExpress.XtraEditors.TextEdit(); this.label8 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); 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.txtOPCODE.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtOPDESC.Properties)).BeginInit(); this.SuspendLayout(); // // type // this.type.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.type.Appearance.ForeColor = System.Drawing.Color.Black; this.type.Location = new System.Drawing.Point(0, 3); this.type.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.type.Name = "type"; this.type.Size = new System.Drawing.Size(40, 27); this.type.TabIndex = 26; this.type.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.CBStatus); this.panelControl1.Controls.Add(this.txtOPCODE); this.panelControl1.Controls.Add(this.txtOPDESC); this.panelControl1.Controls.Add(this.label8); this.panelControl1.Controls.Add(this.label2); 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(341, 283); this.panelControl1.TabIndex = 27; // // CBStatus // this.CBStatus.AutoSize = true; this.CBStatus.Location = new System.Drawing.Point(162, 202); this.CBStatus.Name = "CBStatus"; this.CBStatus.Size = new System.Drawing.Size(60, 22); this.CBStatus.TabIndex = 214; this.CBStatus.Text = "启用"; this.CBStatus.UseVisualStyleBackColor = true; // // txtOPCODE // this.txtOPCODE.EditValue = ""; this.txtOPCODE.Location = new System.Drawing.Point(162, 80); this.txtOPCODE.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtOPCODE.Name = "txtOPCODE"; this.txtOPCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtOPCODE.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains; this.txtOPCODE.Properties.View = this.gridView3; this.txtOPCODE.Size = new System.Drawing.Size(150, 24); this.txtOPCODE.TabIndex = 212; this.txtOPCODE.EditValueChanged += new System.EventHandler(this.txtOPCODE_EditValueChanged); // // gridView3 // this.gridView3.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.gridView3.Name = "gridView3"; this.gridView3.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridView3.OptionsView.ShowGroupPanel = false; // // txtOPDESC // this.txtOPDESC.Enabled = false; this.txtOPDESC.Location = new System.Drawing.Point(162, 141); this.txtOPDESC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtOPDESC.Name = "txtOPDESC"; this.txtOPDESC.Size = new System.Drawing.Size(150, 24); this.txtOPDESC.TabIndex = 96; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(48, 144); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(83, 18); this.label8.TabIndex = 95; this.label8.Text = "工序名称:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(48, 87); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(83, 18); this.label2.TabIndex = 9; this.label2.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(313, 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(263, 330); 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(172, 330); 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); // // FormICSAutoCMPOPADD // 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(344, 369); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnCancle); this.Controls.Add(this.btnOK); this.Controls.Add(this.panelControl1); this.Controls.Add(this.type); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FormICSAutoCMPOPADD"; 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.txtOPCODE.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtOPDESC.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.LabelControl type; 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 label2; private DevExpress.XtraEditors.TextEdit txtOPDESC; private System.Windows.Forms.Label label8; private DevExpress.XtraEditors.GridLookUpEdit txtOPCODE; private DevExpress.XtraGrid.Views.Grid.GridView gridView3; private System.Windows.Forms.CheckBox CBStatus; } }