Torna al Thread

partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.wb = new System.Windows.Forms.WebBrowser(); this.buttonNaviga = new System.Windows.Forms.Button(); this.checkBoxDC = new System.Windows.Forms.CheckBox(); this.buttonPrev = new System.Windows.Forms.Button(); this.buttonSucc = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.txtDesc = new System.Windows.Forms.RichTextBox(); this.txtContent = new System.Windows.Forms.RichTextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.labCurrMeta = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.labTotMeta = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // wb // this.wb.Location = new System.Drawing.Point(1, 2); this.wb.MinimumSize = new System.Drawing.Size(20, 20); this.wb.Name = "wb"; this.wb.Size = new System.Drawing.Size(561, 432); this.wb.TabIndex = 0; this.wb.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.wb_DocumentCompleted); this.wb.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.wb_Navigating); // // buttonNaviga // this.buttonNaviga.Location = new System.Drawing.Point(582, 13); this.buttonNaviga.Name = "buttonNaviga"; this.buttonNaviga.Size = new System.Drawing.Size(190, 39); this.buttonNaviga.TabIndex = 1; this.buttonNaviga.Text = "Naviga www.sito.it"; this.buttonNaviga.UseVisualStyleBackColor = true; this.buttonNaviga.Click += new System.EventHandler(this.buttonNaviga_Click); // // checkBoxDC // this.checkBoxDC.AutoSize = true; this.checkBoxDC.Location = new System.Drawing.Point(794, 25); this.checkBoxDC.Name = "checkBoxDC"; this.checkBoxDC.Size = new System.Drawing.Size(164, 21); this.checkBoxDC.TabIndex = 2; this.checkBoxDC.Text = "DocumentCompleted!"; this.checkBoxDC.UseVisualStyleBackColor = true; // // buttonPrev // this.buttonPrev.Location = new System.Drawing.Point(601, 85); this.buttonPrev.Name = "buttonPrev"; this.buttonPrev.Size = new System.Drawing.Size(130, 47); this.buttonPrev.TabIndex = 3; this.buttonPrev.Text = "prec. meta (<-)"; this.buttonPrev.UseVisualStyleBackColor = true; this.buttonPrev.Click += new System.EventHandler(this.buttonPrev_Click); // // buttonSucc // this.buttonSucc.Location = new System.Drawing.Point(601, 138); this.buttonSucc.Name = "buttonSucc"; this.buttonSucc.Size = new System.Drawing.Size(130, 50); this.buttonSucc.TabIndex = 4; this.buttonSucc.Text = "next meta (->)"; this.buttonSucc.UseVisualStyleBackColor = true; this.buttonSucc.Click += new System.EventHandler(this.buttonSucc_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(660, 236); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(83, 17); this.label1.TabIndex = 5; this.label1.Text = "Description:"; // // txtDesc // this.txtDesc.Location = new System.Drawing.Point(663, 257); this.txtDesc.Name = "txtDesc"; this.txtDesc.Size = new System.Drawing.Size(164, 96); this.txtDesc.TabIndex = 6; this.txtDesc.Text = ""; // // txtContent // this.txtContent.Location = new System.Drawing.Point(839, 257); this.txtContent.Name = "txtContent"; this.txtContent.Size = new System.Drawing.Size(297, 96); this.txtContent.TabIndex = 8; this.txtContent.Text = ""; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(836, 236); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(61, 17); this.label2.TabIndex = 7; this.label2.Text = "Content:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(794, 125); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(63, 17); this.label3.TabIndex = 9; this.label3.Text = "meta no."; // // labCurrMeta // this.labCurrMeta.AutoSize = true; this.labCurrMeta.Location = new System.Drawing.Point(857, 125); this.labCurrMeta.Name = "labCurrMeta"; this.labCurrMeta.Size = new System.Drawing.Size(35, 17); this.labCurrMeta.TabIndex = 10; this.labCurrMeta.Text = "XXX"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(964, 125); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(38, 17); this.label6.TabIndex = 12; this.label6.Text = "totali"; // // labTotMeta // this.labTotMeta.AutoSize = true; this.labTotMeta.Location = new System.Drawing.Point(923, 125); this.labTotMeta.Name = "labTotMeta"; this.labTotMeta.Size = new System.Drawing.Size(35, 17); this.labTotMeta.TabIndex = 13; this.labTotMeta.Text = "YYY"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(898, 125); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(19, 17); this.label8.TabIndex = 14; this.label8.Text = "di"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1364, 437); this.Controls.Add(this.label8); this.Controls.Add(this.labTotMeta); this.Controls.Add(this.label6); this.Controls.Add(this.labCurrMeta); this.Controls.Add(this.label3); this.Controls.Add(this.txtContent); this.Controls.Add(this.label2); this.Controls.Add(this.txtDesc); this.Controls.Add(this.label1); this.Controls.Add(this.buttonSucc); this.Controls.Add(this.buttonPrev); this.Controls.Add(this.checkBoxDC); this.Controls.Add(this.buttonNaviga); this.Controls.Add(this.wb); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.WebBrowser wb; private System.Windows.Forms.Button buttonNaviga; private System.Windows.Forms.CheckBox checkBoxDC; private System.Windows.Forms.Button buttonPrev; private System.Windows.Forms.Button buttonSucc; private System.Windows.Forms.Label label1; private System.Windows.Forms.RichTextBox txtDesc; private System.Windows.Forms.RichTextBox txtContent; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label labCurrMeta; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label labTotMeta; private System.Windows.Forms.Label label8; }
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5