namespace TryParseWeb
{
partial class Form1
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent()
{
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox_ScrollDepp = new System.Windows.Forms.TextBox();
this.textBox_FirstLoadDelay = new System.Windows.Forms.TextBox();
this.textBox_ScrollDelay = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.label_Result = new System.Windows.Forms.Label();
this.button_SaveText = new System.Windows.Forms.Button();
this.button_SaveXML = new System.Windows.Forms.Button();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.textBox_URL = new System.Windows.Forms.TextBox();
this.button_Start = new System.Windows.Forms.Button();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.label_Progress = new System.Windows.Forms.Label();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel3.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel7.SuspendLayout();
this.SuspendLayout();
//
// webBrowser1
//
this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
this.webBrowser1.Location = new System.Drawing.Point(3, 3);
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.Size = new System.Drawing.Size(301, 360);
this.webBrowser1.TabIndex = 0;
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 2;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.label2, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.textBox_ScrollDepp, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.textBox_FirstLoadDelay, 1, 1);
this.tableLayoutPanel3.Controls.Add(this.textBox_ScrollDelay, 1, 2);
this.tableLayoutPanel3.Controls.Add(this.label3, 0, 2);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(10, 127);
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(10);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 3;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(274, 97);
this.tableLayoutPanel3.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Location = new System.Drawing.Point(5, 5);
this.label1.Margin = new System.Windows.Forms.Padding(5);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(127, 22);
this.label1.TabIndex = 0;
this.label1.Text = "Глубина (кол-во скролов)";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Location = new System.Drawing.Point(5, 37);
this.label2.Margin = new System.Windows.Forms.Padding(5);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(127, 22);
this.label2.TabIndex = 1;
this.label2.Text = "Задержка первой загрузки страницы (с)";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// textBox_ScrollDepp
//
this.textBox_ScrollDepp.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBox_ScrollDepp.Location = new System.Drawing.Point(140, 3);
this.textBox_ScrollDepp.Name = "textBox_ScrollDepp";
this.textBox_ScrollDepp.Size = new System.Drawing.Size(131, 20);
this.textBox_ScrollDepp.TabIndex = 2;
this.textBox_ScrollDepp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox_FirstLoadDelay
//
this.textBox_FirstLoadDelay.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBox_FirstLoadDelay.Location = new System.Drawing.Point(140, 35);
this.textBox_FirstLoadDelay.Name = "textBox_FirstLoadDelay";
this.textBox_FirstLoadDelay.Size = new System.Drawing.Size(131, 20);
this.textBox_FirstLoadDelay.TabIndex = 3;
this.textBox_FirstLoadDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox_ScrollDelay
//
this.textBox_ScrollDelay.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBox_ScrollDelay.Location = new System.Drawing.Point(140, 67);
this.textBox_ScrollDelay.Name = "textBox_ScrollDelay";
this.textBox_ScrollDelay.Size = new System.Drawing.Size(131, 20);
this.textBox_ScrollDelay.TabIndex = 4;
this.textBox_ScrollDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Location = new System.Drawing.Point(5, 69);
this.label3.Margin = new System.Windows.Forms.Padding(5);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(127, 23);
this.label3.TabIndex = 5;
this.label3.Text = "Задержка при прокрутке (с)";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.ColumnCount = 1;
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel4.Controls.Add(this.label_Result, 0, 0);
this.tableLayoutPanel4.Controls.Add(this.button_SaveText, 0, 1);
this.tableLayoutPanel4.Controls.Add(this.button_SaveXML, 0, 2);
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel4.Location = new System.Drawing.Point(10, 244);
this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(10);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 3;
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel4.Size = new System.Drawing.Size(274, 98);
this.tableLayoutPanel4.TabIndex = 3;
//
// label_Result
//
this.label_Result.AutoSize = true;
this.label_Result.Dock = System.Windows.Forms.DockStyle.Fill;
this.label_Result.Location = new System.Drawing.Point(3, 0);
this.label_Result.Name = "label_Result";
this.label_Result.Size = new System.Drawing.Size(268, 32);
this.label_Result.TabIndex = 0;
this.label_Result.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button_SaveText
//
this.button_SaveText.Dock = System.Windows.Forms.DockStyle.Fill;
this.button_SaveText.Location = new System.Drawing.Point(3, 35);
this.button_SaveText.Name = "button_SaveText";
this.button_SaveText.Size = new System.Drawing.Size(268, 26);
this.button_SaveText.TabIndex = 1;
this.button_SaveText.Text = "Сохранить как текст";
this.button_SaveText.UseVisualStyleBackColor = true;
this.button_SaveText.Click += new System.EventHandler(this.button_SaveText_Click);
//
// button_SaveXML
//
this.button_SaveXML.Dock = System.Windows.Forms.DockStyle.Fill;
this.button_SaveXML.Location = new System.Drawing.Point(3, 67);
this.button_SaveXML.Name = "button_SaveXML";
this.button_SaveXML.Size = new System.Drawing.Size(268, 28);
this.button_SaveXML.TabIndex = 2;
this.button_SaveXML.Text = "Сохранить в XML";
this.button_SaveXML.UseVisualStyleBackColor = true;
this.button_SaveXML.Click += new System.EventHandler(this.button_SaveXML_Click);
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 1;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Controls.Add(this.textBox_URL, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.button_Start, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.label_Progress, 0, 2);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(10, 10);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(10);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 3;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(274, 97);
this.tableLayoutPanel2.TabIndex = 1;
//
// textBox_URL
//
this.textBox_URL.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBox_URL.Location = new System.Drawing.Point(3, 3);
this.textBox_URL.Name = "textBox_URL";
this.textBox_URL.Size = new System.Drawing.Size(268, 20);
this.textBox_URL.TabIndex = 0;
this.textBox_URL.Text = "EnterURL";
this.textBox_URL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// button_Start
//
this.button_Start.Dock = System.Windows.Forms.DockStyle.Fill;
this.button_Start.Location = new System.Drawing.Point(3, 35);
this.button_Start.Name = "button_Start";
this.button_Start.Size = new System.Drawing.Size(268, 26);
this.button_Start.TabIndex = 1;
this.button_Start.Text = "Start";
this.button_Start.UseVisualStyleBackColor = true;
this.button_Start.Click += new System.EventHandler(this.button_Start_Click);
//
// label_Progress
//
this.label_Progress.AutoSize = true;
this.label_Progress.Dock = System.Windows.Forms.DockStyle.Fill;
this.label_Progress.Location = new System.Drawing.Point(3, 64);
this.label_Progress.Name = "label_Progress";
this.label_Progress.Size = new System.Drawing.Size(268, 33);
this.label_Progress.TabIndex = 2;
this.label_Progress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.webBrowser1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel7, 1, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(615, 366);
this.tableLayoutPanel1.TabIndex = 2;
//
// tableLayoutPanel7
//
this.tableLayoutPanel7.ColumnCount = 1;
this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel4, 0, 2);
this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel3, 0, 1);
this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel2, 0, 0);
this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel7.Location = new System.Drawing.Point(314, 7);
this.tableLayoutPanel7.Margin = new System.Windows.Forms.Padding(7);
this.tableLayoutPanel7.Name = "tableLayoutPanel7";
this.tableLayoutPanel7.RowCount = 3;
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel7.Size = new System.Drawing.Size(294, 352);
this.tableLayoutPanel7.TabIndex = 0;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(639, 390);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "Form1";
this.Text = "Form1";
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.tableLayoutPanel4.ResumeLayout(false);
this.tableLayoutPanel4.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel7.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.WebBrowser webBrowser1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.TextBox textBox_URL;
private System.Windows.Forms.Button button_Start;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox_ScrollDepp;
private System.Windows.Forms.TextBox textBox_FirstLoadDelay;
private System.Windows.Forms.TextBox textBox_ScrollDelay;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label_Result;
private System.Windows.Forms.Button button_SaveText;
private System.Windows.Forms.Button button_SaveXML;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.Label label_Progress;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
}
}