111 lines
5.3 KiB
C#
111 lines
5.3 KiB
C#
namespace AIProofread.Controls
|
|
{
|
|
partial class FormDialog
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.LabelMeesage = new System.Windows.Forms.Label();
|
|
this.BtnClose = new System.Windows.Forms.Button();
|
|
this.BtnConfirm = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// LabelMeesage
|
|
//
|
|
this.LabelMeesage.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.LabelMeesage.ForeColor = System.Drawing.Color.Black;
|
|
this.LabelMeesage.Location = new System.Drawing.Point(39, 60);
|
|
this.LabelMeesage.Name = "LabelMeesage";
|
|
this.LabelMeesage.Size = new System.Drawing.Size(346, 70);
|
|
this.LabelMeesage.TabIndex = 7;
|
|
this.LabelMeesage.Text = "label1";
|
|
this.LabelMeesage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// 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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.BtnClose.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
|
|
this.BtnClose.FlatAppearance.BorderSize = 0;
|
|
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(222, 205);
|
|
this.BtnClose.Name = "BtnClose";
|
|
this.BtnClose.Size = new System.Drawing.Size(120, 44);
|
|
this.BtnClose.TabIndex = 6;
|
|
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.FlatAppearance.BorderSize = 0;
|
|
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(78, 205);
|
|
this.BtnConfirm.Name = "BtnConfirm";
|
|
this.BtnConfirm.Size = new System.Drawing.Size(120, 44);
|
|
this.BtnConfirm.TabIndex = 5;
|
|
this.BtnConfirm.Text = "确认";
|
|
this.BtnConfirm.UseVisualStyleBackColor = true;
|
|
this.BtnConfirm.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// FormDialog
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.CancelButton = this.BtnClose;
|
|
this.ClientSize = new System.Drawing.Size(422, 286);
|
|
this.Controls.Add(this.LabelMeesage);
|
|
this.Controls.Add(this.BtnClose);
|
|
this.Controls.Add(this.BtnConfirm);
|
|
this.ForeColor = System.Drawing.Color.White;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FormDialog";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Deactivate += new System.EventHandler(this.FormDialog_Deactivate);
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormDialog_FormClosed);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label LabelMeesage;
|
|
private System.Windows.Forms.Button BtnClose;
|
|
private System.Windows.Forms.Button BtnConfirm;
|
|
}
|
|
} |