204)));
this-> button3-> Location = System: Drawing: Point (593, 20);
this-> button3-> Name = L В«button3В»;
this-> button3-> Size = System: Drawing: Size (29, 24);
this-> button3-> TabIndex = 5;
this-> button3-> Text = L В»...В»;
this-> button3-> TextAlign = System: Drawing: ContentAlignment: TopCenter;
this-> button3-> UseVisualStyleBackColor = True;
this-> button3-> Click + = Gcnew System: EventHandler (this, & Form1: button3_Click);
// p>// textBox1
// p> this-> textBox1-> Font = (Gcnew System: Drawing: Font (L В«Microsoft Sans SerifВ», 9.75F, System: Drawing: FontStyle: Regular, System: Drawing: GraphicsUnit: Point,
static_cast (204)));
this-> textBox1-> Location = System: Drawing: Point (372, 21);
this-> textBox1-> Name = L В«textBox1В»;
this-> textBox1-> Size = System: Drawing: Size (215, 22);
this-> textBox1-> TabIndex = 6;
// p>// label1
// p> this-> label1-> AutoSize = True;
this-> label1-> Font = (Gcnew System: Drawing: Font (L В«Microsoft Sans SerifВ», 9.75F, System: Drawing: FontStyle: Regular, System: Drawing: GraphicsUnit: Point,
static_cast (204)));
this-> label1-> Location = System: Drawing: Point (26, 24);
this-> label1-> Name = L В«label1В»;
this-> label1-> Size = System: Drawing: Size (144, 16);
this-> label1-> TabIndex = 7;
this-> label1-> Text = L В«Доступні COM псуй:В»;
this-> label1-> Click + = Gcnew System: EventHandler (this, & Form1: label1_Click);
// p>// label2
// p> this-> label2-> AutoSize = True;
this-> label2-> Font = (Gcnew System: Drawing: Font (L В«Microsoft Sans SerifВ», 9.75F, System: Drawing: FontStyle: Regular, System: Drawing: GraphicsUnit: Point,
static_cast (204)));
this-> label2-> Location = System: Drawing: Point (320, 23);
this-> label2-> Name = L В«label2В»;
this-> label2-> Size = System: Drawing: Size (46, 16);
this-> label2-> TabIndex = 8;
this-> label2-> Text = L "Файл:В»;
// p>// label3
// p> this-> label3-> AutoSize = True;
this-> label3-> Font = (Gcnew System: Drawing: Font (L В«Microsoft Sans SerifВ», 9.75F, System: Drawing: FontStyle: Regular, System: Drawing: GraphicsUnit: Point,
static_cast (204)));
this-> label3-> Location = System: Drawing: Point (26, 73);
this-> label3-> Name = L В«label3В»;
this-> label3-> Size = System: Drawing: Size (139, 16);
this-> label3-> TabIndex = 9;
this-> label3-> Text = L В«ШВИДКІСТЬ передачі:В»;
// p>// comboBox2
// p> this-> comboBox2-> Font = (Gcnew System: Drawing: Font (L В«Microsoft Sans SerifВ», 9.75F, System: Drawing: FontStyle: Regular, System: Drawing: GraphicsUnit: Point,
static_cast (204)));
this-> comboBox2-> FormattingEnabled = True;
this-> comboBox2-> Items-> AddRange (Gcnew cli: array (8) {L В«1200В», L В«2400В», L В«4800В», L В«9600В», L В«19200В», L В«38400В»,
L В«57600В», L "115200"});
this-> comboBox2-> Location = System: Drawing: Point (176, 70);
this-> comboBox2-> Name = L В«comboBox2В»;
this-> comboBox2-> Size = System: Drawing: Size (97, 24);
this-> comboBox2-> TabIndex = 10;
// p>// label4
// p> this-> label4-> AutoSize = True;
this-> label4-> Font = (Gcnew System: Drawing: Font (L В«Microsoft Sans SerifВ», 9.75F, System: Drawing: FontStyle: Regular, System: Drawing: GraphicsUnit: Point,
static_cast (204)));
this-> label4-> Location = System: Drawing: Point (320, 113);
this-> label4-> Name = L В«label4В»;
this-> label4-> Size = System: Drawing: Size (0, 16);
this-> label4-> TabIndex = 12;
// p>// progressBar1
// p> this-> progressBar1-> Location = System: Drawing: Point (29, 134);
this-> progressBar1-> Name = L В«progressBar1В»;
this-> progressBar1-> Size = System: Drawing: Size (593, 17);
this-> progressBar1-> TabIndex = 13;
// p>// Form1
// p> this-> AutoScaleDimensions = System: Drawing: SizeF (6, 13);
this-> AutoScaleMode = System: Windows: Forms: AutoScaleMode: Font;
this-> ClientSize = System: Drawing: Size (652, 166);
this-> Controls-> Add (This-> progressBar1);
this-> Controls-> Add (This-> label4);
this-> Controls-> Add (This-> comboBox2);
this-> Controls-> Add (This-> label3);
this-> Controls-> Add (This-> label2);
this-> Controls-> Add (This-> label1);
this-> Controls-& gt; Add (This-> textBox1);
this-> Controls-> Add (This-> button3);
this-> Controls-> Add (This-> button2);
this-> Cont...