|
@@ -49,7 +49,7 @@
|
49
|
49
|
this.tbReceived.Name = "tbReceived";
|
50
|
50
|
this.tbReceived.ReadOnly = true;
|
51
|
51
|
this.tbReceived.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
|
52
|
|
- this.tbReceived.Size = new System.Drawing.Size(800, 403);
|
|
52
|
+ this.tbReceived.Size = new System.Drawing.Size(1230, 403);
|
53
|
53
|
this.tbReceived.TabIndex = 63;
|
54
|
54
|
this.tbReceived.Text = "";
|
55
|
55
|
//
|
|
@@ -64,7 +64,7 @@
|
64
|
64
|
this.groupBox1.Controls.Add(this.textBox_senddata);
|
65
|
65
|
this.groupBox1.Location = new System.Drawing.Point(13, 410);
|
66
|
66
|
this.groupBox1.Name = "groupBox1";
|
67
|
|
- this.groupBox1.Size = new System.Drawing.Size(787, 89);
|
|
67
|
+ this.groupBox1.Size = new System.Drawing.Size(1217, 89);
|
68
|
68
|
this.groupBox1.TabIndex = 64;
|
69
|
69
|
this.groupBox1.TabStop = false;
|
70
|
70
|
this.groupBox1.Text = "보내는 문자열";
|
|
@@ -113,7 +113,7 @@
|
113
|
113
|
//
|
114
|
114
|
// button_Clear
|
115
|
115
|
//
|
116
|
|
- this.button_Clear.Location = new System.Drawing.Point(702, 20);
|
|
116
|
+ this.button_Clear.Location = new System.Drawing.Point(1140, 19);
|
117
|
117
|
this.button_Clear.Name = "button_Clear";
|
118
|
118
|
this.button_Clear.Size = new System.Drawing.Size(71, 23);
|
119
|
119
|
this.button_Clear.TabIndex = 2;
|
|
@@ -123,7 +123,7 @@
|
123
|
123
|
//
|
124
|
124
|
// button_Send
|
125
|
125
|
//
|
126
|
|
- this.button_Send.Location = new System.Drawing.Point(702, 53);
|
|
126
|
+ this.button_Send.Location = new System.Drawing.Point(1140, 52);
|
127
|
127
|
this.button_Send.Name = "button_Send";
|
128
|
128
|
this.button_Send.Size = new System.Drawing.Size(71, 23);
|
129
|
129
|
this.button_Send.TabIndex = 1;
|
|
@@ -135,14 +135,14 @@
|
135
|
135
|
//
|
136
|
136
|
this.textBox_senddata.Location = new System.Drawing.Point(7, 54);
|
137
|
137
|
this.textBox_senddata.Name = "textBox_senddata";
|
138
|
|
- this.textBox_senddata.Size = new System.Drawing.Size(688, 21);
|
|
138
|
+ this.textBox_senddata.Size = new System.Drawing.Size(1115, 21);
|
139
|
139
|
this.textBox_senddata.TabIndex = 0;
|
140
|
140
|
//
|
141
|
141
|
// Debug
|
142
|
142
|
//
|
143
|
143
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
144
|
144
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
145
|
|
- this.ClientSize = new System.Drawing.Size(802, 511);
|
|
145
|
+ this.ClientSize = new System.Drawing.Size(1242, 511);
|
146
|
146
|
this.Controls.Add(this.groupBox1);
|
147
|
147
|
this.Controls.Add(this.tbReceived);
|
148
|
148
|
this.Name = "Debug";
|
|
@@ -162,7 +162,7 @@
|
162
|
162
|
private System.Windows.Forms.Button button_Clear;
|
163
|
163
|
private System.Windows.Forms.CheckBox checkBox2;
|
164
|
164
|
private System.Windows.Forms.CheckBox checkBox1;
|
165
|
|
- private System.Windows.Forms.RadioButton radioButton_ascii;
|
166
|
|
- private System.Windows.Forms.RadioButton radioButton_hex;
|
|
165
|
+ public System.Windows.Forms.RadioButton radioButton_ascii;
|
|
166
|
+ public System.Windows.Forms.RadioButton radioButton_hex;
|
167
|
167
|
}
|
168
|
168
|
}
|