namespace SHARP_CLAS_UI
|
{
|
partial class Form_MessageBox_Ok_No
|
{
|
/// <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.btn_Ok = new System.Windows.Forms.Button();
|
this.btn_No = new System.Windows.Forms.Button();
|
this.lb_Caption = new System.Windows.Forms.Label();
|
this.SuspendLayout();
|
//
|
// btn_Ok
|
//
|
this.btn_Ok.Location = new System.Drawing.Point(29, 129);
|
this.btn_Ok.Name = "btn_Ok";
|
this.btn_Ok.Size = new System.Drawing.Size(89, 25);
|
this.btn_Ok.TabIndex = 0;
|
this.btn_Ok.Text = "OK";
|
this.btn_Ok.UseVisualStyleBackColor = true;
|
this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
|
//
|
// btn_No
|
//
|
this.btn_No.Location = new System.Drawing.Point(166, 129);
|
this.btn_No.Name = "btn_No";
|
this.btn_No.Size = new System.Drawing.Size(89, 25);
|
this.btn_No.TabIndex = 1;
|
this.btn_No.Text = "NO";
|
this.btn_No.UseVisualStyleBackColor = true;
|
this.btn_No.Click += new System.EventHandler(this.btn_No_Click);
|
//
|
// lb_Caption
|
//
|
this.lb_Caption.Location = new System.Drawing.Point(27, 24);
|
this.lb_Caption.Name = "lb_Caption";
|
this.lb_Caption.Size = new System.Drawing.Size(228, 75);
|
this.lb_Caption.TabIndex = 2;
|
this.lb_Caption.Text = "Caption";
|
this.lb_Caption.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// Form_MessageBox_Ok_No
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(283, 184);
|
this.Controls.Add(this.lb_Caption);
|
this.Controls.Add(this.btn_No);
|
this.Controls.Add(this.btn_Ok);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
this.Name = "Form_MessageBox_Ok_No";
|
this.Text = "SELECT";
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button btn_Ok;
|
private System.Windows.Forms.Button btn_No;
|
private System.Windows.Forms.Label lb_Caption;
|
}
|
}
|