1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
//
// Identification
//
this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);
this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
this->BackColor = System::Drawing::SystemColors::GradientInactiveCaption;
this->ClientSize = System::Drawing::Size(641, 201);
this->Controls->Add(this->pictureBox1);
this->Controls->Add(this->textBoxIdentificationMdp);
this->Controls->Add(this->buttonRechercheAnnuler);
this->Controls->Add(this->buttonRechercheOK);
this->Controls->Add(this->textBoxIdentificationLogin);
this->Controls->Add(this->label3);
this->Controls->Add(this->label2);
this->Controls->Add(this->label1);
this->Name = L"Identification";
his->Text = L"Identification";
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->pictureBox1))->EndInit();
this->ResumeLayout(false);
this->PerformLayout(); |
Partager