namespace Lskj.Control { partial class FrmBack { /// /// 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() { this.memInput = new DevExpress.XtraEditors.MemoEdit(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.labelHint = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.memInput.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.SuspendLayout(); // // memInput // this.memInput.Dock = System.Windows.Forms.DockStyle.Fill; this.memInput.Location = new System.Drawing.Point(0, 25); this.memInput.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.memInput.Name = "memInput"; this.memInput.Properties.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.memInput.Size = new System.Drawing.Size(472, 230); this.memInput.TabIndex = 6; // // panelControl1 // this.panelControl1.Controls.Add(this.simpleButton1); this.panelControl1.Controls.Add(this.simpleButton2); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(0, 255); this.panelControl1.LookAndFeel.SkinName = "Office 2013"; this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(472, 45); this.panelControl1.TabIndex = 7; // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(132, 9); this.simpleButton1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(84, 26); this.simpleButton1.TabIndex = 1; this.simpleButton1.Text = "确定(&Y)"; this.simpleButton1.Click += new System.EventHandler(this.btnOk); // // simpleButton2 // this.simpleButton2.Location = new System.Drawing.Point(239, 9); this.simpleButton2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(84, 26); this.simpleButton2.TabIndex = 3; this.simpleButton2.Text = "取消(&E)"; this.simpleButton2.Click += new System.EventHandler(this.btnCancel); // // labelHint // this.labelHint.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelHint.Dock = System.Windows.Forms.DockStyle.Top; this.labelHint.Location = new System.Drawing.Point(0, 0); this.labelHint.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.labelHint.Name = "labelHint"; this.labelHint.Padding = new System.Windows.Forms.Padding(5, 5, 5, 5); this.labelHint.Size = new System.Drawing.Size(70, 25); this.labelHint.TabIndex = 5; this.labelHint.Text = "请输入:"; // // FrmBack // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(472, 300); this.Controls.Add(this.memInput); this.Controls.Add(this.panelControl1); this.Controls.Add(this.labelHint); this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.Name = "FrmBack"; this.Text = "确认框"; ((System.ComponentModel.ISupportInitialize)(this.memInput.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.MemoEdit memInput; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.LabelControl labelHint; } }