Реферат: Послідовні інтерфейси ПК
this->button1->Location = System: Drawing: Point (323, 71);
this->button1->Name = L «button1»;
this->button1->Size = System: Drawing: Size (136, 23);
this->button1->TabIndex = 2;
this->button1->Text = L «Прийняти файл»;
this->button1->UseVisualStyleBackColor = true;
this->button1->Click += gcnew System: EventHandler (this, &Form1:button1_Click);
//
// button2
//
this->button2->Font = (gcnew System: Drawing: Font (L «Microsoft Sans Serif», 9.75F, System: Drawing: FontStyle: Regular, System: Drawing: GraphicsUnit: Point,
static_cast<System: Byte>(204)));
this->button2->Location = System: Drawing: Point (495, 70);
this->button2->Name = L «button2»;
this->button2->Size = System: Drawing: Size (127, 23);
this->button2->TabIndex = 3;
this->button2->Text = L «Надіслати файл»;
this->button2->UseVisualStyleBackColor = true;
this->button2->Click += gcnew System: EventHandler (this, &Form1:button2_Click);
//
// openFileDialog1
//
this->openFileDialog1->InitialDirectory = L «D:\\»;
this->openFileDialog1->RestoreDirectory = true;
this->openFileDialog1->Title = L «Select file»;
this->openFileDialog1->FileOk += gcnew System: ComponentModel: CancelEventHandler (this, &Form1:openFileDialog1_FileOk);
//
// button3
//