|
@@ -0,0 +1,231 @@
|
|
1
|
+namespace Basic_Terminal
|
|
2
|
+{
|
|
3
|
+ partial class Main_Form
|
|
4
|
+ {
|
|
5
|
+ /// <summary>
|
|
6
|
+ /// 필수 디자이너 변수입니다.
|
|
7
|
+ /// </summary>
|
|
8
|
+ private System.ComponentModel.IContainer components = null;
|
|
9
|
+
|
|
10
|
+ /// <summary>
|
|
11
|
+ /// 사용 중인 모든 리소스를 정리합니다.
|
|
12
|
+ /// </summary>
|
|
13
|
+ /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
|
|
14
|
+ protected override void Dispose(bool disposing)
|
|
15
|
+ {
|
|
16
|
+ if (disposing && (components != null))
|
|
17
|
+ {
|
|
18
|
+ components.Dispose();
|
|
19
|
+ }
|
|
20
|
+ base.Dispose(disposing);
|
|
21
|
+ }
|
|
22
|
+
|
|
23
|
+ #region Windows Form 디자이너에서 생성한 코드
|
|
24
|
+
|
|
25
|
+ /// <summary>
|
|
26
|
+ /// 디자이너 지원에 필요한 메서드입니다.
|
|
27
|
+ /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
|
|
28
|
+ /// </summary>
|
|
29
|
+ private void InitializeComponent()
|
|
30
|
+ {
|
|
31
|
+ this.groupBox9 = new System.Windows.Forms.GroupBox();
|
|
32
|
+ this.button3 = new System.Windows.Forms.Button();
|
|
33
|
+ this.Start_button = new System.Windows.Forms.Button();
|
|
34
|
+ this.Ascii_checkBox = new System.Windows.Forms.CheckBox();
|
|
35
|
+ this.cmCom_Port = new System.Windows.Forms.Label();
|
|
36
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
37
|
+ this.PortClose_button = new System.Windows.Forms.Button();
|
|
38
|
+ this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
39
|
+ this.cmBaudRate = new System.Windows.Forms.Label();
|
|
40
|
+ this.comboBox2 = new System.Windows.Forms.ComboBox();
|
|
41
|
+ this.Crc16_Check = new System.Windows.Forms.Button();
|
|
42
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
43
|
+ this.groupBox9.SuspendLayout();
|
|
44
|
+ this.SuspendLayout();
|
|
45
|
+ //
|
|
46
|
+ // groupBox9
|
|
47
|
+ //
|
|
48
|
+ this.groupBox9.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
49
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
50
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
51
|
+ this.groupBox9.Controls.Add(this.button3);
|
|
52
|
+ this.groupBox9.Controls.Add(this.Start_button);
|
|
53
|
+ this.groupBox9.Controls.Add(this.Ascii_checkBox);
|
|
54
|
+ this.groupBox9.Controls.Add(this.cmCom_Port);
|
|
55
|
+ this.groupBox9.Controls.Add(this.button1);
|
|
56
|
+ this.groupBox9.Controls.Add(this.PortClose_button);
|
|
57
|
+ this.groupBox9.Controls.Add(this.comboBox1);
|
|
58
|
+ this.groupBox9.Controls.Add(this.cmBaudRate);
|
|
59
|
+ this.groupBox9.Controls.Add(this.comboBox2);
|
|
60
|
+ this.groupBox9.Location = new System.Drawing.Point(12, 23);
|
|
61
|
+ this.groupBox9.Name = "groupBox9";
|
|
62
|
+ this.groupBox9.Size = new System.Drawing.Size(225, 223);
|
|
63
|
+ this.groupBox9.TabIndex = 82;
|
|
64
|
+ this.groupBox9.TabStop = false;
|
|
65
|
+ this.groupBox9.Text = "Connection";
|
|
66
|
+ //
|
|
67
|
+ // button3
|
|
68
|
+ //
|
|
69
|
+ this.button3.Location = new System.Drawing.Point(14, 180);
|
|
70
|
+ this.button3.Name = "button3";
|
|
71
|
+ this.button3.Size = new System.Drawing.Size(200, 28);
|
|
72
|
+ this.button3.TabIndex = 93;
|
|
73
|
+ this.button3.Text = "Firmware Update";
|
|
74
|
+ this.button3.UseVisualStyleBackColor = true;
|
|
75
|
+ this.button3.Click += new System.EventHandler(this.Firmware_Update_Click);
|
|
76
|
+ //
|
|
77
|
+ // Start_button
|
|
78
|
+ //
|
|
79
|
+ this.Start_button.Location = new System.Drawing.Point(13, 146);
|
|
80
|
+ this.Start_button.Name = "Start_button";
|
|
81
|
+ this.Start_button.Size = new System.Drawing.Size(200, 28);
|
|
82
|
+ this.Start_button.TabIndex = 94;
|
|
83
|
+ this.Start_button.Text = "Terminal";
|
|
84
|
+ this.Start_button.UseVisualStyleBackColor = true;
|
|
85
|
+ //
|
|
86
|
+ // Ascii_checkBox
|
|
87
|
+ //
|
|
88
|
+ this.Ascii_checkBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
89
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
90
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
91
|
+ this.Ascii_checkBox.AutoSize = true;
|
|
92
|
+ this.Ascii_checkBox.Location = new System.Drawing.Point(14, 69);
|
|
93
|
+ this.Ascii_checkBox.Name = "Ascii_checkBox";
|
|
94
|
+ this.Ascii_checkBox.Size = new System.Drawing.Size(55, 16);
|
|
95
|
+ this.Ascii_checkBox.TabIndex = 92;
|
|
96
|
+ this.Ascii_checkBox.Text = "ASCII";
|
|
97
|
+ this.Ascii_checkBox.UseVisualStyleBackColor = true;
|
|
98
|
+ //
|
|
99
|
+ // cmCom_Port
|
|
100
|
+ //
|
|
101
|
+ this.cmCom_Port.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
102
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
103
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
104
|
+ this.cmCom_Port.AutoSize = true;
|
|
105
|
+ this.cmCom_Port.Location = new System.Drawing.Point(11, 18);
|
|
106
|
+ this.cmCom_Port.Name = "cmCom_Port";
|
|
107
|
+ this.cmCom_Port.Size = new System.Drawing.Size(58, 12);
|
|
108
|
+ this.cmCom_Port.TabIndex = 89;
|
|
109
|
+ this.cmCom_Port.Text = "Com Port";
|
|
110
|
+ //
|
|
111
|
+ // button1
|
|
112
|
+ //
|
|
113
|
+ this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
114
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
115
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
116
|
+ this.button1.Location = new System.Drawing.Point(13, 95);
|
|
117
|
+ this.button1.Name = "button1";
|
|
118
|
+ this.button1.Size = new System.Drawing.Size(93, 34);
|
|
119
|
+ this.button1.TabIndex = 86;
|
|
120
|
+ this.button1.Text = "Port Open";
|
|
121
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
122
|
+ //
|
|
123
|
+ // PortClose_button
|
|
124
|
+ //
|
|
125
|
+ this.PortClose_button.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
126
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
127
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
128
|
+ this.PortClose_button.Location = new System.Drawing.Point(118, 95);
|
|
129
|
+ this.PortClose_button.Name = "PortClose_button";
|
|
130
|
+ this.PortClose_button.Size = new System.Drawing.Size(93, 34);
|
|
131
|
+ this.PortClose_button.TabIndex = 87;
|
|
132
|
+ this.PortClose_button.Text = "Port Closed";
|
|
133
|
+ this.PortClose_button.UseVisualStyleBackColor = true;
|
|
134
|
+ //
|
|
135
|
+ // comboBox1
|
|
136
|
+ //
|
|
137
|
+ this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
138
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
139
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
140
|
+ this.comboBox1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
141
|
+ this.comboBox1.FormattingEnabled = true;
|
|
142
|
+ this.comboBox1.Location = new System.Drawing.Point(109, 15);
|
|
143
|
+ this.comboBox1.Name = "comboBox1";
|
|
144
|
+ this.comboBox1.Size = new System.Drawing.Size(101, 20);
|
|
145
|
+ this.comboBox1.TabIndex = 88;
|
|
146
|
+ //
|
|
147
|
+ // cmBaudRate
|
|
148
|
+ //
|
|
149
|
+ this.cmBaudRate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
150
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
151
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
152
|
+ this.cmBaudRate.AutoSize = true;
|
|
153
|
+ this.cmBaudRate.Location = new System.Drawing.Point(11, 47);
|
|
154
|
+ this.cmBaudRate.Name = "cmBaudRate";
|
|
155
|
+ this.cmBaudRate.Size = new System.Drawing.Size(94, 12);
|
|
156
|
+ this.cmBaudRate.TabIndex = 90;
|
|
157
|
+ this.cmBaudRate.Text = "Baud Rate(bps)";
|
|
158
|
+ //
|
|
159
|
+ // comboBox2
|
|
160
|
+ //
|
|
161
|
+ this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
162
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
163
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
164
|
+ this.comboBox2.FormattingEnabled = true;
|
|
165
|
+ this.comboBox2.Items.AddRange(new object[] {
|
|
166
|
+ "9600",
|
|
167
|
+ "14400",
|
|
168
|
+ "19200",
|
|
169
|
+ "38400",
|
|
170
|
+ "57600",
|
|
171
|
+ "115200",
|
|
172
|
+ "128000"});
|
|
173
|
+ this.comboBox2.Location = new System.Drawing.Point(110, 45);
|
|
174
|
+ this.comboBox2.Name = "comboBox2";
|
|
175
|
+ this.comboBox2.Size = new System.Drawing.Size(101, 20);
|
|
176
|
+ this.comboBox2.TabIndex = 91;
|
|
177
|
+ this.comboBox2.Text = "115200";
|
|
178
|
+ //
|
|
179
|
+ // Crc16_Check
|
|
180
|
+ //
|
|
181
|
+ this.Crc16_Check.Location = new System.Drawing.Point(12, 285);
|
|
182
|
+ this.Crc16_Check.Name = "Crc16_Check";
|
|
183
|
+ this.Crc16_Check.Size = new System.Drawing.Size(96, 23);
|
|
184
|
+ this.Crc16_Check.TabIndex = 83;
|
|
185
|
+ this.Crc16_Check.Text = "Crc16 Check";
|
|
186
|
+ this.Crc16_Check.UseVisualStyleBackColor = true;
|
|
187
|
+ this.Crc16_Check.Click += new System.EventHandler(this.Crc16_Check_Click);
|
|
188
|
+ //
|
|
189
|
+ // label1
|
|
190
|
+ //
|
|
191
|
+ this.label1.AutoSize = true;
|
|
192
|
+ this.label1.Location = new System.Drawing.Point(127, 290);
|
|
193
|
+ this.label1.Name = "label1";
|
|
194
|
+ this.label1.Size = new System.Drawing.Size(110, 12);
|
|
195
|
+ this.label1.TabIndex = 84;
|
|
196
|
+ this.label1.Text = "Check Sum Result";
|
|
197
|
+ //
|
|
198
|
+ // Main_Form
|
|
199
|
+ //
|
|
200
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
201
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
202
|
+ this.ClientSize = new System.Drawing.Size(800, 450);
|
|
203
|
+ this.Controls.Add(this.label1);
|
|
204
|
+ this.Controls.Add(this.Crc16_Check);
|
|
205
|
+ this.Controls.Add(this.groupBox9);
|
|
206
|
+ this.Name = "Main_Form";
|
|
207
|
+ this.Text = "Form1";
|
|
208
|
+ this.groupBox9.ResumeLayout(false);
|
|
209
|
+ this.groupBox9.PerformLayout();
|
|
210
|
+ this.ResumeLayout(false);
|
|
211
|
+ this.PerformLayout();
|
|
212
|
+
|
|
213
|
+ }
|
|
214
|
+
|
|
215
|
+ #endregion
|
|
216
|
+
|
|
217
|
+ private System.Windows.Forms.GroupBox groupBox9;
|
|
218
|
+ private System.Windows.Forms.Button button3;
|
|
219
|
+ private System.Windows.Forms.Button Start_button;
|
|
220
|
+ private System.Windows.Forms.CheckBox Ascii_checkBox;
|
|
221
|
+ private System.Windows.Forms.Label cmCom_Port;
|
|
222
|
+ private System.Windows.Forms.Button button1;
|
|
223
|
+ private System.Windows.Forms.Button PortClose_button;
|
|
224
|
+ private System.Windows.Forms.ComboBox comboBox1;
|
|
225
|
+ private System.Windows.Forms.Label cmBaudRate;
|
|
226
|
+ private System.Windows.Forms.ComboBox comboBox2;
|
|
227
|
+ private System.Windows.Forms.Button Crc16_Check;
|
|
228
|
+ private System.Windows.Forms.Label label1;
|
|
229
|
+ }
|
|
230
|
+}
|
|
231
|
+
|