#pragma region Windows Form Designer generated code
///
/// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
/// 修?Eo個方法的內容。
///
void InitializeComponent(void)
{
this->components = (gcnew System::ComponentModel::Container());
System::ComponentModel::ComponentResourceManager^ resources = (gcnew System::ComponentModel::ComponentResourceManager(Form1::typeid));
this->webBrowser1 = (gcnew System::Windows::Forms::WebBrowser());
this->button1 = (gcnew System::Windows::Forms::Button());
this->pictureBox1 = (gcnew System::Windows::Forms::PictureBox());
this->textBox1 = (gcnew System::Windows::Forms::TextBox());
this->label1 = (gcnew System::Windows::Forms::Label());
this->label2 = (gcnew System::Windows::Forms::Label());
this->textBox2 = (gcnew System::Windows::Forms::TextBox());
this->button2 = (gcnew System::Windows::Forms::Button());
this->label3 = (gcnew System::Windows::Forms::Label());
this->timer1 = (gcnew System::Windows::Forms::Timer(this->components));
this->label4 = (gcnew System::Windows::Forms::Label());
(cli::safe_cast(this->pictureBox1))->BeginInit();
this->SuspendLayout();
//
// webBrowser1
//
this->webBrowser1->Location = System::Drawing::Point(523, 190);
this->webBrowser1->MinimumSize = System::Drawing::Size(20, 20);
this->webBrowser1->Name = L"webBrowser1";
this->webBrowser1->ScriptErrorsSuppressed = true;
this->webBrowser1->Size = System::Drawing::Size(20, 20);
this->webBrowser1->TabIndex = 0;
this->webBrowser1->Url = (gcnew System::Uri(L"http://www.freebitcoins.me/", System::UriKind::Absolute));
this->webBrowser1->DocumentCompleted += gcnew System::Windows::Forms::WebBrowserDocumentCompletedEventHandler(this, &Form1::webBrowser1_DocumentCompleted);
//
// button1
//
this->button1->Location = System::Drawing::Point(15, 151);
this->button1->Name = L"button1";
this->button1->Size = System::Drawing::Size(137, 23);
this->button1->TabIndex = 1;
this->button1->Text = L"Request a new captacha";
this->button1->UseVisualStyleBackColor = true;
this->button1->Click += gcnew System::EventHandler(this, &Form1::button1_Click);
//
// pictureBox1
//
this->pictureBox1->Location = System::Drawing::Point(13, 50);
this->pictureBox1->Name = L"pictureBox1";
this->pictureBox1->Size = System::Drawing::Size(312, 57);
this->pictureBox1->TabIndex = 3;
this->pictureBox1->TabStop = false;
//
// textBox1
//
this->textBox1->Location = System::Drawing::Point(61, 12);
this->textBox1->Name = L"textBox1";
this->textBox1->Size = System::Drawing::Size(264, 22);
this->textBox1->TabIndex = 4;
//
// label1
//
this->label1->AutoSize = true;
this->label1->Location = System::Drawing::Point(13, 21);
this->label1->Name = L"label1";
this->label1->Size = System::Drawing::Size(42, 12);
this->label1->TabIndex = 5;
this->label1->Text = L"Address";
//
// label2
//
this->label2->AutoSize = true;
this->label2->Location = System::Drawing::Point(13, 123);
this->label2->Name = L"label2";
this->label2->Size = System::Drawing::Size(48, 12);
this->label2->TabIndex = 6;
this->label2->Text = L"Captacha";
//
// textBox2
//
this->textBox2->Location = System::Drawing::Point(61, 123);
this->textBox2->Name = L"textBox2";
this->textBox2->Size = System::Drawing::Size(264, 22);
this->textBox2->TabIndex = 7;
//
// button2
//
this->button2->Location = System::Drawing::Point(250, 151);
this->button2->Name = L"button2";
this->button2->Size = System::Drawing::Size(75, 23);
this->button2->TabIndex = 8;
this->button2->Text = L"Submit";
this->button2->UseVisualStyleBackColor = true;
this->button2->Click += gcnew System::EventHandler(this, &Form1::button2_Click);
//
// label3
//
this->label3->AutoSize = true;
this->label3->Location = System::Drawing::Point(15, 181);
this->label3->Name = L"label3";
this->label3->Size = System::Drawing::Size(135, 12);
this->label3->TabIndex = 9;
this->label3->Text = L"When Finished, Cool Down";
//
// timer1
//
this->timer1->Interval = 1000;
this->timer1->Tick += gcnew System::EventHandler(this, &Form1::timer1_Tick);
//
// label4
//
this->label4->AutoSize = true;
this->label4->Location = System::Drawing::Point(217, 181);
this->label4->Name = L"label4";
this->label4->Size = System::Drawing::Size(0, 12);
this->label4->TabIndex = 10;
//
// Form1
//
this->AutoScaleDimensions = System::Drawing::SizeF(6, 12);
this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
this->ClientSize = System::Drawing::Size(335, 206);
this->Controls->Add(this->label4);
this->Controls->Add(this->label3);
this->Controls->Add(this->button2);
this->Controls->Add(this->textBox2);
this->Controls->Add(this->label2);
this->Controls->Add(this->label1);
this->Controls->Add(this->textBox1);
this->Controls->Add(this->pictureBox1);
this->Controls->Add(this->button1);
this->Controls->Add(this->webBrowser1);
this->Icon = (cli::safe_cast(resources->GetObject(L"$this.Icon")));
this->Name = L"Form1";
this->Text = L"Auto BitCoin";
(cli::safe_cast(this->pictureBox1))->EndInit();
this->ResumeLayout(false);
this->PerformLayout();
}
#pragma endregion