namespace ICSSoft.Frame.APP { partial class FormICSTSECodeAdd { /// /// 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(FormICSTSECodeAdd)); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.save = new DevExpress.XtraEditors.SimpleButton(); this.can = new DevExpress.XtraEditors.SimpleButton(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.txtECODE = new DevExpress.XtraEditors.ButtonEdit(); this.txtECGCODE = new DevExpress.XtraEditors.ButtonEdit(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.txtMTIME = new DevExpress.XtraEditors.TextEdit(); this.txtMUSERName = new DevExpress.XtraEditors.TextEdit(); this.label4 = new System.Windows.Forms.Label(); this.label3 = 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.txtECODE.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtECGCODE.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.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(273, 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 = "新增不良代码"; // // save // this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.save.Location = new System.Drawing.Point(134, 306); this.save.Name = "save"; this.save.Size = new System.Drawing.Size(68, 23); this.save.TabIndex = 30; this.save.Text = "保存"; this.save.Click += new System.EventHandler(this.save_Click); // // can // this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.can.Location = new System.Drawing.Point(208, 306); this.can.Name = "can"; this.can.Size = new System.Drawing.Size(68, 23); this.can.TabIndex = 31; this.can.Text = "取消"; this.can.Click += new System.EventHandler(this.btnClose_Click); // // 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.txtECODE); this.panelControl1.Controls.Add(this.txtECGCODE); this.panelControl1.Controls.Add(this.labelControl11); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.txtMTIME); this.panelControl1.Controls.Add(this.txtMUSERName); this.panelControl1.Controls.Add(this.label4); this.panelControl1.Controls.Add(this.label3); this.panelControl1.Location = new System.Drawing.Point(1, 27); this.panelControl1.Margin = new System.Windows.Forms.Padding(0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(298, 189); this.panelControl1.TabIndex = 23; // // txtECODE // this.txtECODE.Location = new System.Drawing.Point(121, 67); this.txtECODE.Name = "txtECODE"; this.txtECODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtECODE.Size = new System.Drawing.Size(123, 20); this.txtECODE.TabIndex = 86; this.txtECODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtECODE_ButtonClick); // // txtECGCODE // this.txtECGCODE.Location = new System.Drawing.Point(121, 27); this.txtECGCODE.Name = "txtECGCODE"; this.txtECGCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtECGCODE.Size = new System.Drawing.Size(123, 20); this.txtECGCODE.TabIndex = 85; this.txtECGCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtECGCODE_ButtonClick); // // labelControl11 // this.labelControl11.Location = new System.Drawing.Point(51, 30); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(64, 14); this.labelControl11.TabIndex = 83; this.labelControl11.Text = "不良代码组:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(52, 73); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(52, 14); this.labelControl2.TabIndex = 81; this.labelControl2.Text = "不良代码:"; // // txtMTIME // this.txtMTIME.Location = new System.Drawing.Point(121, 140); this.txtMTIME.Name = "txtMTIME"; this.txtMTIME.Properties.ReadOnly = true; this.txtMTIME.Size = new System.Drawing.Size(123, 20); this.txtMTIME.TabIndex = 7; // // txtMUSERName // this.txtMUSERName.Location = new System.Drawing.Point(121, 104); this.txtMUSERName.Name = "txtMUSERName"; this.txtMUSERName.Properties.ReadOnly = true; this.txtMUSERName.Size = new System.Drawing.Size(123, 20); this.txtMUSERName.TabIndex = 6; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(49, 143); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(55, 14); this.label4.TabIndex = 3; this.label4.Text = "维护日期"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(49, 107); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(43, 14); this.label3.TabIndex = 2; this.label3.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(218, 219); 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(142, 219); 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 = 121; this.btnOK.Text = "保存"; this.btnOK.Click += new System.EventHandler(this.save_Click); // // FormICSTSECodeAdd // 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(300, 252); 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.Controls.Add(this.save); this.Controls.Add(this.can); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormICSTSECodeAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormContainerAddEdit"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtECODE.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtECGCODE.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.LabelControl lblTitle; private DevExpress.XtraEditors.SimpleButton save; private DevExpress.XtraEditors.SimpleButton can; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton btnCancle; private DevExpress.XtraEditors.SimpleButton btnOK; private DevExpress.XtraEditors.ButtonEdit txtECODE; private DevExpress.XtraEditors.ButtonEdit txtECGCODE; private DevExpress.XtraEditors.LabelControl labelControl11; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.TextEdit txtMTIME; private DevExpress.XtraEditors.TextEdit txtMUSERName; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; } }