천호석
2022-12-02 0ea3c195df71c3e26bf341d095d209b4d8e4c562
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
87
88
89
90
91
92
93
namespace SHARP_CLAS_UI
{
    partial class Tray_QR_Code_Command
    {
        /// <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.rb_Pass = new System.Windows.Forms.RadioButton();
            this.rb_Retry = new System.Windows.Forms.RadioButton();
            this.btn_OK = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // rb_Pass
            // 
            this.rb_Pass.AutoSize = true;
            this.rb_Pass.Font = new System.Drawing.Font("Gulim", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.rb_Pass.Location = new System.Drawing.Point(152, 34);
            this.rb_Pass.Name = "rb_Pass";
            this.rb_Pass.Size = new System.Drawing.Size(59, 19);
            this.rb_Pass.TabIndex = 5;
            this.rb_Pass.Text = "Pass";
            this.rb_Pass.UseVisualStyleBackColor = true;
            // 
            // rb_Retry
            // 
            this.rb_Retry.AutoSize = true;
            this.rb_Retry.Checked = true;
            this.rb_Retry.Font = new System.Drawing.Font("Gulim", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.rb_Retry.Location = new System.Drawing.Point(43, 34);
            this.rb_Retry.Name = "rb_Retry";
            this.rb_Retry.Size = new System.Drawing.Size(59, 19);
            this.rb_Retry.TabIndex = 4;
            this.rb_Retry.TabStop = true;
            this.rb_Retry.Text = "Retry";
            this.rb_Retry.UseVisualStyleBackColor = true;
            // 
            // btn_OK
            // 
            this.btn_OK.Location = new System.Drawing.Point(66, 80);
            this.btn_OK.Name = "btn_OK";
            this.btn_OK.Size = new System.Drawing.Size(114, 51);
            this.btn_OK.TabIndex = 6;
            this.btn_OK.Text = "OK";
            this.btn_OK.UseVisualStyleBackColor = true;
            this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
            // 
            // Tray_QR_Code_Command
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(248, 143);
            this.ControlBox = false;
            this.Controls.Add(this.btn_OK);
            this.Controls.Add(this.rb_Pass);
            this.Controls.Add(this.rb_Retry);
            this.Name = "Tray_QR_Code_Command";
            this.Text = "Tray_QR_Code_Command";
            this.TopMost = true;
            this.ResumeLayout(false);
            this.PerformLayout();
 
        }
 
        #endregion
 
        private System.Windows.Forms.RadioButton rb_Pass;
        private System.Windows.Forms.RadioButton rb_Retry;
        private System.Windows.Forms.Button btn_OK;
    }
}