천호석
2022-06-17 4de9ea98e13449174aa2cd09c8351fc0e978f44a
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
namespace SHARP_CLAS_UI.Custom_UI
{
    partial class uc_System_Param
    {
        /// <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 Component 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.lb_ParamName = new System.Windows.Forms.Label();
            this.btn_Notuse = new System.Windows.Forms.Button();
            this.btn_Use = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // lb_ParamName
            // 
            this.lb_ParamName.BackColor = System.Drawing.Color.Silver;
            this.lb_ParamName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lb_ParamName.Dock = System.Windows.Forms.DockStyle.Top;
            this.lb_ParamName.Location = new System.Drawing.Point(0, 0);
            this.lb_ParamName.Name = "lb_ParamName";
            this.lb_ParamName.Size = new System.Drawing.Size(208, 22);
            this.lb_ParamName.TabIndex = 1;
            this.lb_ParamName.Text = "MODE";
            this.lb_ParamName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btn_Notuse
            // 
            this.btn_Notuse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_Notuse.Location = new System.Drawing.Point(111, 25);
            this.btn_Notuse.Name = "btn_Notuse";
            this.btn_Notuse.Size = new System.Drawing.Size(95, 21);
            this.btn_Notuse.TabIndex = 40;
            this.btn_Notuse.Text = "NOT USE";
            this.btn_Notuse.UseVisualStyleBackColor = true;
            // 
            // btn_Use
            // 
            this.btn_Use.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_Use.Location = new System.Drawing.Point(3, 25);
            this.btn_Use.Name = "btn_Use";
            this.btn_Use.Size = new System.Drawing.Size(95, 21);
            this.btn_Use.TabIndex = 39;
            this.btn_Use.Text = "USE";
            this.btn_Use.UseVisualStyleBackColor = true;
            // 
            // uc_System_Param
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Controls.Add(this.btn_Notuse);
            this.Controls.Add(this.btn_Use);
            this.Controls.Add(this.lb_ParamName);
            this.MaximumSize = new System.Drawing.Size(210, 50);
            this.MinimumSize = new System.Drawing.Size(210, 50);
            this.Name = "uc_System_Param";
            this.Size = new System.Drawing.Size(208, 48);
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.Label lb_ParamName;
        private System.Windows.Forms.Button btn_Notuse;
        private System.Windows.Forms.Button btn_Use;
    }
}