Перейти к содержанию

BlackGold

Active Gamer
  • Публикаций

    7
  • Зарегистрирован

  • Посещение

Информация о BlackGold

  • Звание
    Прохожий

Информация

  • Пол
    Мужчина
  • Город
    Saransk Mordovia
  • Интересы
    Футбол,М1,Рукопашка
  • Профессия
    Treasure Hunter
  • Клан
    Не в клане

Контакты

  • Skype
    lavernusl

SW Points

  • Количество
    0
  1. BlackGold

    Фильмы

    Околофутбола ремейк на Хулиганы зелёных улиц. Он мне не очень понравился.
  2. BlackGold

    набор в клан DarcBrozers

    как то мало инфы о клане(
  3. Ой мазафака Печально что ты так думаешь...
  4. BlackGold

    Покажи

    #pragma once #include <math.h> namespace Akimov3 { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; /// <summary> /// Сводка для Form1 /// </summary> public ref class Form1 : public System::Windows::Forms::Form { public: Form1(void) { InitializeComponent(); // //TODO: добавьте код конструктора // } protected: /// <summary> /// Освободить все используемые ресурсы. /// </summary> ~Form1() { if (components) { delete components; } } private: System::Windows::Forms::Label^ label1; private: System::Windows::Forms::Label^ label2; private: System::Windows::Forms::Label^ label3; private: System::Windows::Forms::Label^ label4; private: System::Windows::Forms::TextBox^ textBox1; private: System::Windows::Forms::TextBox^ textBox2; private: System::Windows::Forms::TextBox^ textBox3; private: System::Windows::Forms::Label^ label5; private: System::Windows::Forms::Button^ button1; protected: private: /// <summary> /// Требуется переменная конструктора. /// </summary> System::ComponentModel::Container ^components; #pragma region Windows Form Designer generated code /// <summary> /// Обязательный метод для поддержки конструктора - не изменяйте /// содержимое данного метода при помощи редактора кода. /// </summary> void InitializeComponent(void) { this->label1 = (gcnew System::Windows::Forms::Label()); this->label2 = (gcnew System::Windows::Forms::Label()); this->label3 = (gcnew System::Windows::Forms::Label()); this->label4 = (gcnew System::Windows::Forms::Label()); this->textBox1 = (gcnew System::Windows::Forms::TextBox()); this->textBox2 = (gcnew System::Windows::Forms::TextBox()); this->textBox3 = (gcnew System::Windows::Forms::TextBox()); this->label5 = (gcnew System::Windows::Forms::Label()); this->button1 = (gcnew System::Windows::Forms::Button()); this->SuspendLayout(); // // label1 // this->label1->BorderStyle = System::Windows::Forms::BorderStyle::Fixed3D; this->label1->Location = System::Drawing::Point(12, 85); this->label1->Name = L"label1"; this->label1->Size = System::Drawing::Size(73, 20); this->label1->TabIndex = 0; this->label1->Text = L"Введите Y"; this->label1->Click += gcnew System::EventHandler(this, &Form1::label1_Click); // // label2 // this->label2->BorderStyle = System::Windows::Forms::BorderStyle::Fixed3D; this->label2->Location = System::Drawing::Point(12, 119); this->label2->Name = L"label2"; this->label2->Size = System::Drawing::Size(73, 20); this->label2->TabIndex = 1; this->label2->Text = L"Введите X"; // // label3 // this->label3->BorderStyle = System::Windows::Forms::BorderStyle::Fixed3D; this->label3->Location = System::Drawing::Point(12, 150); this->label3->Name = L"label3"; this->label3->Size = System::Drawing::Size(73, 21); this->label3->TabIndex = 2; this->label3->Text = L"Введите Z"; // // label4 // this->label4->BorderStyle = System::Windows::Forms::BorderStyle::Fixed3D; this->label4->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, static_cast<System::Byte>(204))); this->label4->Location = System::Drawing::Point(67, 9); this->label4->Name = L"label4"; this->label4->Size = System::Drawing::Size(146, 45); this->label4->TabIndex = 3; this->label4->Text = L"Решение уравнения"; this->label4->TextAlign = System::Drawing::ContentAlignment::MiddleCenter; this->label4->Click += gcnew System::EventHandler(this, &Form1::label4_Click); // // textBox1 // this->textBox1->Location = System::Drawing::Point(104, 83); this->textBox1->Name = L"textBox1"; this->textBox1->Size = System::Drawing::Size(129, 20); this->textBox1->TabIndex = 4; // // textBox2 // this->textBox2->Location = System::Drawing::Point(104, 119); this->textBox2->Name = L"textBox2"; this->textBox2->Size = System::Drawing::Size(129, 20); this->textBox2->TabIndex = 5; // // textBox3 // this->textBox3->Location = System::Drawing::Point(104, 151); this->textBox3->Name = L"textBox3"; this->textBox3->Size = System::Drawing::Size(129, 20); this->textBox3->TabIndex = 6; // // label5 // this->label5->BackColor = System::Drawing::SystemColors::ControlLightLight; this->label5->BorderStyle = System::Windows::Forms::BorderStyle::Fixed3D; this->label5->Location = System::Drawing::Point(12, 186); this->label5->Name = L"label5"; this->label5->Size = System::Drawing::Size(260, 39); this->label5->TabIndex = 7; this->label5->Text = L"Результат"; // // button1 // this->button1->Location = System::Drawing::Point(12, 243); this->button1->Name = L"button1"; this->button1->Size = System::Drawing::Size(260, 42); this->button1->TabIndex = 8; this->button1->Text = L"Вычислить"; this->button1->UseVisualStyleBackColor = true; this->button1->Click += gcnew System::EventHandler(this, &Form1::button1_Click); // // Form1 // this->AutoScaleDimensions = System::Drawing::SizeF(6, 13); this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font; this->ClientSize = System::Drawing::Size(284, 297); this->Controls->Add(this->button1); this->Controls->Add(this->label5); this->Controls->Add(this->textBox3); this->Controls->Add(this->textBox2); this->Controls->Add(this->textBox1); this->Controls->Add(this->label4); this->Controls->Add(this->label3); this->Controls->Add(this->label2); this->Controls->Add(this->label1); this->Name = L"Form1"; this->Text = L"Form1"; this->ResumeLayout(false); this->PerformLayout(); } #pragma endregion private: System::Void label1_Click(System::Object^ sender, System::EventArgs^ e) { } private: System::Void label4_Click(System::Object^ sender, System::EventArgs^ e) { } private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e)
  5. Блин а я днина с 30 лвл бегаю качаюсь
  6. Зависит от лвл академика и выполнил ли он первую профу находясь в клане. Поэтому в основном набирают до 20 лвл в академию. Потому и больше очков.
×
×
  • Создать...