Google Captcha Bitcoin Faucet part 2


SUBMITTED BY: Guest

DATE: July 3, 2015, 1:53 p.m.

FORMAT: Text only

SIZE: 6.0 kB

HITS: 420

  1. #pragma region Windows Form Designer generated code
  2. /// <summary>
  3. /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
  4. /// 修?Eo個方法的內容。
  5. /// </summary>
  6. void InitializeComponent(void)
  7. {
  8. this->components = (gcnew System::ComponentModel::Container());
  9. System::ComponentModel::ComponentResourceManager^ resources = (gcnew System::ComponentModel::ComponentResourceManager(Form1::typeid));
  10. this->webBrowser1 = (gcnew System::Windows::Forms::WebBrowser());
  11. this->button1 = (gcnew System::Windows::Forms::Button());
  12. this->pictureBox1 = (gcnew System::Windows::Forms::PictureBox());
  13. this->textBox1 = (gcnew System::Windows::Forms::TextBox());
  14. this->label1 = (gcnew System::Windows::Forms::Label());
  15. this->label2 = (gcnew System::Windows::Forms::Label());
  16. this->textBox2 = (gcnew System::Windows::Forms::TextBox());
  17. this->button2 = (gcnew System::Windows::Forms::Button());
  18. this->label3 = (gcnew System::Windows::Forms::Label());
  19. this->timer1 = (gcnew System::Windows::Forms::Timer(this->components));
  20. this->label4 = (gcnew System::Windows::Forms::Label());
  21. (cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->pictureBox1))->BeginInit();
  22. this->SuspendLayout();
  23. //
  24. // webBrowser1
  25. //
  26. this->webBrowser1->Location = System::Drawing::Point(523, 190);
  27. this->webBrowser1->MinimumSize = System::Drawing::Size(20, 20);
  28. this->webBrowser1->Name = L"webBrowser1";
  29. this->webBrowser1->ScriptErrorsSuppressed = true;
  30. this->webBrowser1->Size = System::Drawing::Size(20, 20);
  31. this->webBrowser1->TabIndex = 0;
  32. this->webBrowser1->Url = (gcnew System::Uri(L"http://www.freebitcoins.me/", System::UriKind::Absolute));
  33. this->webBrowser1->DocumentCompleted += gcnew System::Windows::Forms::WebBrowserDocumentCompletedEventHandler(this, &Form1::webBrowser1_DocumentCompleted);
  34. //
  35. // button1
  36. //
  37. this->button1->Location = System::Drawing::Point(15, 151);
  38. this->button1->Name = L"button1";
  39. this->button1->Size = System::Drawing::Size(137, 23);
  40. this->button1->TabIndex = 1;
  41. this->button1->Text = L"Request a new captacha";
  42. this->button1->UseVisualStyleBackColor = true;
  43. this->button1->Click += gcnew System::EventHandler(this, &Form1::button1_Click);
  44. //
  45. // pictureBox1
  46. //
  47. this->pictureBox1->Location = System::Drawing::Point(13, 50);
  48. this->pictureBox1->Name = L"pictureBox1";
  49. this->pictureBox1->Size = System::Drawing::Size(312, 57);
  50. this->pictureBox1->TabIndex = 3;
  51. this->pictureBox1->TabStop = false;
  52. //
  53. // textBox1
  54. //
  55. this->textBox1->Location = System::Drawing::Point(61, 12);
  56. this->textBox1->Name = L"textBox1";
  57. this->textBox1->Size = System::Drawing::Size(264, 22);
  58. this->textBox1->TabIndex = 4;
  59. //
  60. // label1
  61. //
  62. this->label1->AutoSize = true;
  63. this->label1->Location = System::Drawing::Point(13, 21);
  64. this->label1->Name = L"label1";
  65. this->label1->Size = System::Drawing::Size(42, 12);
  66. this->label1->TabIndex = 5;
  67. this->label1->Text = L"Address";
  68. //
  69. // label2
  70. //
  71. this->label2->AutoSize = true;
  72. this->label2->Location = System::Drawing::Point(13, 123);
  73. this->label2->Name = L"label2";
  74. this->label2->Size = System::Drawing::Size(48, 12);
  75. this->label2->TabIndex = 6;
  76. this->label2->Text = L"Captacha";
  77. //
  78. // textBox2
  79. //
  80. this->textBox2->Location = System::Drawing::Point(61, 123);
  81. this->textBox2->Name = L"textBox2";
  82. this->textBox2->Size = System::Drawing::Size(264, 22);
  83. this->textBox2->TabIndex = 7;
  84. //
  85. // button2
  86. //
  87. this->button2->Location = System::Drawing::Point(250, 151);
  88. this->button2->Name = L"button2";
  89. this->button2->Size = System::Drawing::Size(75, 23);
  90. this->button2->TabIndex = 8;
  91. this->button2->Text = L"Submit";
  92. this->button2->UseVisualStyleBackColor = true;
  93. this->button2->Click += gcnew System::EventHandler(this, &Form1::button2_Click);
  94. //
  95. // label3
  96. //
  97. this->label3->AutoSize = true;
  98. this->label3->Location = System::Drawing::Point(15, 181);
  99. this->label3->Name = L"label3";
  100. this->label3->Size = System::Drawing::Size(135, 12);
  101. this->label3->TabIndex = 9;
  102. this->label3->Text = L"When Finished, Cool Down";
  103. //
  104. // timer1
  105. //
  106. this->timer1->Interval = 1000;
  107. this->timer1->Tick += gcnew System::EventHandler(this, &Form1::timer1_Tick);
  108. //
  109. // label4
  110. //
  111. this->label4->AutoSize = true;
  112. this->label4->Location = System::Drawing::Point(217, 181);
  113. this->label4->Name = L"label4";
  114. this->label4->Size = System::Drawing::Size(0, 12);
  115. this->label4->TabIndex = 10;
  116. //
  117. // Form1
  118. //
  119. this->AutoScaleDimensions = System::Drawing::SizeF(6, 12);
  120. this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
  121. this->ClientSize = System::Drawing::Size(335, 206);
  122. this->Controls->Add(this->label4);
  123. this->Controls->Add(this->label3);
  124. this->Controls->Add(this->button2);
  125. this->Controls->Add(this->textBox2);
  126. this->Controls->Add(this->label2);
  127. this->Controls->Add(this->label1);
  128. this->Controls->Add(this->textBox1);
  129. this->Controls->Add(this->pictureBox1);
  130. this->Controls->Add(this->button1);
  131. this->Controls->Add(this->webBrowser1);
  132. this->Icon = (cli::safe_cast<System::Drawing::Icon^ >(resources->GetObject(L"$this.Icon")));
  133. this->Name = L"Form1";
  134. this->Text = L"Auto BitCoin";
  135. (cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->pictureBox1))->EndInit();
  136. this->ResumeLayout(false);
  137. this->PerformLayout();
  138. }
  139. #pragma endregion

comments powered by Disqus