namespace CompressorXN.Untils { partial class FrmAckDialog { /// /// 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.lbl_Title = new DevExpress.XtraEditors.LabelControl(); this.panelEx1 = new CompressorXN_ControlLib.PanelEx(); this.btn_cancel = new System.Windows.Forms.Button(); this.btn_Sure = new System.Windows.Forms.Button(); this.lbl_Content = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelEx1)).BeginInit(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // lbl_Title // this.lbl_Title.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.lbl_Title.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.lbl_Title.Appearance.ForeColor = System.Drawing.Color.Black; this.lbl_Title.Appearance.Options.UseBackColor = true; this.lbl_Title.Appearance.Options.UseFont = true; this.lbl_Title.Appearance.Options.UseForeColor = true; this.lbl_Title.Appearance.Options.UseTextOptions = true; this.lbl_Title.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.lbl_Title.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lbl_Title.Dock = System.Windows.Forms.DockStyle.Top; this.lbl_Title.Location = new System.Drawing.Point(2, 2); this.lbl_Title.Name = "lbl_Title"; this.lbl_Title.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); this.lbl_Title.Size = new System.Drawing.Size(414, 29); this.lbl_Title.TabIndex = 1; this.lbl_Title.Text = "系统提示"; // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.Silver; this.panelEx1.BorderWidth = 1; this.panelEx1.BottomGap = 1; this.panelEx1.Controls.Add(this.btn_cancel); this.panelEx1.Controls.Add(this.btn_Sure); this.panelEx1.Controls.Add(this.lbl_Content); this.panelEx1.Controls.Add(this.lbl_Title); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.LeftGap = 1; this.panelEx1.Location = new System.Drawing.Point(0, 0); this.panelEx1.Name = "panelEx1"; this.panelEx1.RightGap = 1; this.panelEx1.Size = new System.Drawing.Size(418, 269); this.panelEx1.TabIndex = 6; this.panelEx1.TopGap = 1; // // btn_cancel // this.btn_cancel.Font = new System.Drawing.Font("微软雅黑", 12F); this.btn_cancel.ForeColor = System.Drawing.Color.Black; this.btn_cancel.Location = new System.Drawing.Point(233, 203); this.btn_cancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btn_cancel.Name = "btn_cancel"; this.btn_cancel.Size = new System.Drawing.Size(125, 45); this.btn_cancel.TabIndex = 6; this.btn_cancel.Text = "取消"; this.btn_cancel.UseVisualStyleBackColor = false; this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click); // // btn_Sure // this.btn_Sure.Font = new System.Drawing.Font("微软雅黑", 12F); this.btn_Sure.ForeColor = System.Drawing.Color.Black; this.btn_Sure.Location = new System.Drawing.Point(62, 203); this.btn_Sure.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btn_Sure.Name = "btn_Sure"; this.btn_Sure.Size = new System.Drawing.Size(125, 45); this.btn_Sure.TabIndex = 7; this.btn_Sure.Text = "确定"; this.btn_Sure.UseVisualStyleBackColor = false; this.btn_Sure.Click += new System.EventHandler(this.btn_Sure_Click); // // lbl_Content // this.lbl_Content.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.lbl_Content.Appearance.ForeColor = System.Drawing.Color.Black; this.lbl_Content.Appearance.Options.UseFont = true; this.lbl_Content.Appearance.Options.UseForeColor = true; this.lbl_Content.Appearance.Options.UseTextOptions = true; this.lbl_Content.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.lbl_Content.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.lbl_Content.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lbl_Content.Location = new System.Drawing.Point(11, 45); this.lbl_Content.Name = "lbl_Content"; this.lbl_Content.Size = new System.Drawing.Size(394, 119); this.lbl_Content.TabIndex = 3; this.lbl_Content.Text = "是否确认退出系统?"; // // FrmAckDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(418, 269); this.Controls.Add(this.panelEx1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FrmAckDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FrmAckDialog"; this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseMove); ((System.ComponentModel.ISupportInitialize)(this.panelEx1)).EndInit(); this.panelEx1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.LabelControl lbl_Title; private CompressorXN_ControlLib.PanelEx panelEx1; private System.Windows.Forms.Button btn_cancel; private System.Windows.Forms.Button btn_Sure; private DevExpress.XtraEditors.LabelControl lbl_Content; } }