namespace LargeSquareOne { partial class FrmMsgBoxOutWithAck { /// /// 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 System.Windows.Forms.Label(); this.lbl_Content = new System.Windows.Forms.Label(); this.btn_Sure = new System.Windows.Forms.Button(); this.pic_TitleImage = new System.Windows.Forms.PictureBox(); this.btn_Close = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pic_TitleImage)).BeginInit(); this.SuspendLayout(); // // lbl_Title // this.lbl_Title.AutoSize = true; this.lbl_Title.BackColor = System.Drawing.Color.Transparent; this.lbl_Title.Font = new System.Drawing.Font("微软雅黑", 15F); this.lbl_Title.ForeColor = System.Drawing.Color.White; this.lbl_Title.Location = new System.Drawing.Point(46, 9); this.lbl_Title.Name = "lbl_Title"; this.lbl_Title.Size = new System.Drawing.Size(92, 27); this.lbl_Title.TabIndex = 0; this.lbl_Title.Text = "退出系统"; // // lbl_Content // this.lbl_Content.BackColor = System.Drawing.Color.Transparent; this.lbl_Content.Font = new System.Drawing.Font("微软雅黑", 15F); this.lbl_Content.ForeColor = System.Drawing.Color.White; this.lbl_Content.Location = new System.Drawing.Point(2, 111); this.lbl_Content.Name = "lbl_Content"; this.lbl_Content.Size = new System.Drawing.Size(437, 78); this.lbl_Content.TabIndex = 3; this.lbl_Content.Text = "是否确认要退出系统?"; this.lbl_Content.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btn_Sure // this.btn_Sure.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_Sure.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Sure.Font = new System.Drawing.Font("微软雅黑", 11.5F); this.btn_Sure.ForeColor = System.Drawing.Color.White; this.btn_Sure.Location = new System.Drawing.Point(104, 234); this.btn_Sure.Name = "btn_Sure"; this.btn_Sure.Size = new System.Drawing.Size(258, 36); this.btn_Sure.TabIndex = 13; this.btn_Sure.Text = "确定"; this.btn_Sure.UseVisualStyleBackColor = false; this.btn_Sure.Click += new System.EventHandler(this.btn_Sure_Click); // // pic_TitleImage // this.pic_TitleImage.BackColor = System.Drawing.Color.Transparent; this.pic_TitleImage.ErrorImage = null; this.pic_TitleImage.Image = global::LargeSquareOne.Properties.Resources.warning; this.pic_TitleImage.Location = new System.Drawing.Point(2, 3); this.pic_TitleImage.Name = "pic_TitleImage"; this.pic_TitleImage.Size = new System.Drawing.Size(45, 41); this.pic_TitleImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pic_TitleImage.TabIndex = 14; this.pic_TitleImage.TabStop = false; // // btn_Close // this.btn_Close.BackColor = System.Drawing.Color.Transparent; this.btn_Close.FlatAppearance.BorderSize = 0; this.btn_Close.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(29)))), ((int)(((byte)(84))))); this.btn_Close.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Close.Font = new System.Drawing.Font("微软雅黑", 15.5F); this.btn_Close.ForeColor = System.Drawing.Color.White; this.btn_Close.Location = new System.Drawing.Point(395, 1); this.btn_Close.Name = "btn_Close"; this.btn_Close.Size = new System.Drawing.Size(32, 32); this.btn_Close.TabIndex = 15; this.btn_Close.Text = "X"; this.btn_Close.UseVisualStyleBackColor = false; this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click); // // FrmMsgBoxOutWithAck // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38))))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(439, 312); this.Controls.Add(this.btn_Close); this.Controls.Add(this.pic_TitleImage); this.Controls.Add(this.btn_Sure); this.Controls.Add(this.lbl_Content); this.Controls.Add(this.lbl_Title); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("微软雅黑", 10F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(5); this.Name = "FrmMsgBoxOutWithAck"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FrmMsgBoxWithAck"; this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseMove); ((System.ComponentModel.ISupportInitialize)(this.pic_TitleImage)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lbl_Title; private System.Windows.Forms.Label lbl_Content; private System.Windows.Forms.Button btn_Sure; private System.Windows.Forms.PictureBox pic_TitleImage; private System.Windows.Forms.Button btn_Close; } }