namespace AIProofread.Controls { partial class FormMessage { /// /// 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.LblMeesage = new System.Windows.Forms.Label(); this.IconClose = new System.Windows.Forms.PictureBox(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.BtnClose = new System.Windows.Forms.Button(); this.BtnConfirm = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.IconClose)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // LblMeesage // this.LblMeesage.BackColor = System.Drawing.Color.Transparent; this.LblMeesage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LblMeesage.Location = new System.Drawing.Point(30, 60); this.LblMeesage.Name = "LblMeesage"; this.LblMeesage.Size = new System.Drawing.Size(320, 140); this.LblMeesage.TabIndex = 4; this.LblMeesage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // IconClose // this.IconClose.BackColor = System.Drawing.Color.Transparent; this.IconClose.Cursor = System.Windows.Forms.Cursors.Hand; this.IconClose.Image = global::AIProofread.Properties.Resources.icon_close; this.IconClose.Location = new System.Drawing.Point(350, 15); this.IconClose.Name = "IconClose"; this.IconClose.Size = new System.Drawing.Size(16, 16); this.IconClose.TabIndex = 1; this.IconClose.TabStop = false; this.IconClose.Click += new System.EventHandler(this.IconClose_Click); // // panel1 // this.panel1.BackgroundImage = global::AIProofread.Properties.Resources.form_bg; this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.panel1.Controls.Add(this.IconClose); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(380, 46); this.panel1.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(11, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(74, 21); this.label1.TabIndex = 0; this.label1.Text = "温馨提示"; // // BtnClose // this.BtnClose.BackColor = System.Drawing.Color.White; this.BtnClose.BackgroundImage = global::AIProofread.Properties.Resources.button_default; this.BtnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.BtnClose.Cursor = System.Windows.Forms.Cursors.Hand; this.BtnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BtnClose.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro; this.BtnClose.FlatAppearance.BorderSize = 0; this.BtnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.BtnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.BtnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BtnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.BtnClose.ForeColor = System.Drawing.Color.Black; this.BtnClose.Location = new System.Drawing.Point(200, 214); this.BtnClose.Name = "BtnClose"; this.BtnClose.Size = new System.Drawing.Size(120, 44); this.BtnClose.TabIndex = 2; this.BtnClose.Text = "关闭"; this.BtnClose.UseVisualStyleBackColor = false; this.BtnClose.Click += new System.EventHandler(this.BtnClose_Click); // // BtnConfirm // this.BtnConfirm.BackgroundImage = global::AIProofread.Properties.Resources.button; this.BtnConfirm.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.BtnConfirm.Cursor = System.Windows.Forms.Cursors.Hand; this.BtnConfirm.DialogResult = System.Windows.Forms.DialogResult.OK; this.BtnConfirm.FlatAppearance.BorderSize = 0; this.BtnConfirm.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.BtnConfirm.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.BtnConfirm.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BtnConfirm.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.BtnConfirm.ForeColor = System.Drawing.Color.White; this.BtnConfirm.Location = new System.Drawing.Point(60, 214); this.BtnConfirm.Name = "BtnConfirm"; this.BtnConfirm.Size = new System.Drawing.Size(120, 44); this.BtnConfirm.TabIndex = 1; this.BtnConfirm.Text = "重新校对"; this.BtnConfirm.UseVisualStyleBackColor = true; this.BtnConfirm.Click += new System.EventHandler(this.BtnConfirm_Click); // // FormMessage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(380, 286); this.Controls.Add(this.LblMeesage); this.Controls.Add(this.panel1); this.Controls.Add(this.BtnClose); this.Controls.Add(this.BtnConfirm); this.Name = "FormMessage"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormMessage"; ((System.ComponentModel.ISupportInitialize)(this.IconClose)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button BtnConfirm; private System.Windows.Forms.Button BtnClose; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label LblMeesage; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox IconClose; } }