BOOK-IQ4TD9B9LB\DIT-930
2023-05-15 f5120e92b525474f6b4e50130797946986c28eed
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
namespace SA_LTT_UI.Screen
{
    partial class ScreenMaintenance
    {
        /// <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.pnl_Main = new System.Windows.Forms.Panel();
            this.rb_Setting = new System.Windows.Forms.RadioButton();
            this.rb_IO = new System.Windows.Forms.RadioButton();
            this.rb_Motor = new System.Windows.Forms.RadioButton();
            this.rb_Laser = new System.Windows.Forms.RadioButton();
            this.rb_Parameter = new System.Windows.Forms.RadioButton();
            this.SuspendLayout();
            // 
            // pnl_Main
            // 
            this.pnl_Main.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnl_Main.Location = new System.Drawing.Point(3, 3);
            this.pnl_Main.Name = "pnl_Main";
            this.pnl_Main.Size = new System.Drawing.Size(1764, 803);
            this.pnl_Main.TabIndex = 6;
            // 
            // rb_Setting
            // 
            this.rb_Setting.Appearance = System.Windows.Forms.Appearance.Button;
            this.rb_Setting.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.rb_Setting.Location = new System.Drawing.Point(1771, 70);
            this.rb_Setting.Name = "rb_Setting";
            this.rb_Setting.Size = new System.Drawing.Size(142, 61);
            this.rb_Setting.TabIndex = 7;
            this.rb_Setting.Text = "SETTING";
            this.rb_Setting.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.rb_Setting.UseVisualStyleBackColor = true;
            this.rb_Setting.CheckedChanged += new System.EventHandler(this.rb_IO_CheckedChanged);
            // 
            // rb_IO
            // 
            this.rb_IO.Appearance = System.Windows.Forms.Appearance.Button;
            this.rb_IO.Checked = true;
            this.rb_IO.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.rb_IO.Location = new System.Drawing.Point(1771, 3);
            this.rb_IO.Name = "rb_IO";
            this.rb_IO.Size = new System.Drawing.Size(142, 61);
            this.rb_IO.TabIndex = 8;
            this.rb_IO.TabStop = true;
            this.rb_IO.Text = "IO";
            this.rb_IO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.rb_IO.UseVisualStyleBackColor = true;
            this.rb_IO.CheckedChanged += new System.EventHandler(this.rb_IO_CheckedChanged);
            // 
            // rb_Motor
            // 
            this.rb_Motor.Appearance = System.Windows.Forms.Appearance.Button;
            this.rb_Motor.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.rb_Motor.Location = new System.Drawing.Point(1771, 137);
            this.rb_Motor.Name = "rb_Motor";
            this.rb_Motor.Size = new System.Drawing.Size(142, 61);
            this.rb_Motor.TabIndex = 9;
            this.rb_Motor.Text = "MOTOR";
            this.rb_Motor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.rb_Motor.UseVisualStyleBackColor = true;
            this.rb_Motor.CheckedChanged += new System.EventHandler(this.rb_IO_CheckedChanged);
            // 
            // rb_Laser
            // 
            this.rb_Laser.Appearance = System.Windows.Forms.Appearance.Button;
            this.rb_Laser.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.rb_Laser.Location = new System.Drawing.Point(1771, 204);
            this.rb_Laser.Name = "rb_Laser";
            this.rb_Laser.Size = new System.Drawing.Size(142, 61);
            this.rb_Laser.TabIndex = 9;
            this.rb_Laser.Text = "LASER";
            this.rb_Laser.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.rb_Laser.UseVisualStyleBackColor = true;
            this.rb_Laser.CheckedChanged += new System.EventHandler(this.rb_IO_CheckedChanged);
            // 
            // rb_Parameter
            // 
            this.rb_Parameter.Appearance = System.Windows.Forms.Appearance.Button;
            this.rb_Parameter.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.rb_Parameter.Location = new System.Drawing.Point(1771, 271);
            this.rb_Parameter.Name = "rb_Parameter";
            this.rb_Parameter.Size = new System.Drawing.Size(142, 61);
            this.rb_Parameter.TabIndex = 9;
            this.rb_Parameter.Text = "PARAMETER";
            this.rb_Parameter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.rb_Parameter.UseVisualStyleBackColor = true;
            this.rb_Parameter.CheckedChanged += new System.EventHandler(this.rb_IO_CheckedChanged);
            // 
            // ScreenMaintenance
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.rb_Parameter);
            this.Controls.Add(this.rb_Laser);
            this.Controls.Add(this.rb_Motor);
            this.Controls.Add(this.rb_Setting);
            this.Controls.Add(this.pnl_Main);
            this.Controls.Add(this.rb_IO);
            this.Name = "ScreenMaintenance";
            this.Size = new System.Drawing.Size(1916, 809);
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.Panel pnl_Main;
        private System.Windows.Forms.RadioButton rb_Setting;
        private System.Windows.Forms.RadioButton rb_IO;
        private System.Windows.Forms.RadioButton rb_Motor;
        private System.Windows.Forms.RadioButton rb_Laser;
        private System.Windows.Forms.RadioButton rb_Parameter;
    }
}