천호석
2022-10-18 4adfd9671250a5c698ae1bc7b817f1060e2d907d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
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;
    }
}