namespace Lskj.Control { partial class ErrorRestriction { /// /// 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.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); this.lbTips = new System.Windows.Forms.Label(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.SuspendLayout(); // // btnRefresh // this.btnRefresh.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnRefresh.Appearance.Options.UseFont = true; this.btnRefresh.Location = new System.Drawing.Point(26, 108); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(75, 34); this.btnRefresh.TabIndex = 39; this.btnRefresh.Text = "确 定"; // // lbTips // this.lbTips.Location = new System.Drawing.Point(24, 9); this.lbTips.Name = "lbTips"; this.lbTips.Size = new System.Drawing.Size(225, 78); this.lbTips.TabIndex = 41; this.lbTips.Text = "label1"; // // simpleButton1 // this.simpleButton1.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleButton1.Appearance.Options.UseFont = true; this.simpleButton1.Location = new System.Drawing.Point(174, 108); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(75, 34); this.simpleButton1.TabIndex = 42; this.simpleButton1.Text = "取 消"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // ErrorRestriction // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(276, 154); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.lbTips); this.Controls.Add(this.btnRefresh); this.Name = "ErrorRestriction"; this.Text = "错误信息"; this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton btnRefresh; private System.Windows.Forms.Label lbTips; private DevExpress.XtraEditors.SimpleButton simpleButton1; } }