namespace Tallier.MapDriveScriptUpdate { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.txtLog = new System.Windows.Forms.TextBox(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.btnFix = new System.Windows.Forms.Button(); this.bgFix = new System.ComponentModel.BackgroundWorker(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.txtLog, 0, 1); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0); this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 18.5654F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 81.4346F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(297, 237); this.tableLayoutPanel1.TabIndex = 0; // // txtLog // this.txtLog.Location = new System.Drawing.Point(3, 46); this.txtLog.Multiline = true; this.txtLog.Name = "txtLog"; this.txtLog.ReadOnly = true; this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtLog.Size = new System.Drawing.Size(291, 187); this.txtLog.TabIndex = 1; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 3; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.77778F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 72.22222F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 65F)); this.tableLayoutPanel2.Controls.Add(this.btnFix, 1, 0); this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(291, 37); this.tableLayoutPanel2.TabIndex = 2; // // btnFix // this.btnFix.Location = new System.Drawing.Point(65, 3); this.btnFix.Name = "btnFix"; this.btnFix.Size = new System.Drawing.Size(157, 31); this.btnFix.TabIndex = 0; this.btnFix.Text = "Päivitä"; this.btnFix.UseVisualStyleBackColor = true; this.btnFix.Click += new System.EventHandler(this.btnFix_Click); // // bgFix // this.bgFix.WorkerReportsProgress = true; this.bgFix.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgFix_DoWork); this.bgFix.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgFix_ProgressChanged); this.bgFix.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgFix_RunWorkerCompleted); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(321, 261); this.Controls.Add(this.tableLayoutPanel1); this.MaximumSize = new System.Drawing.Size(337, 300); this.MinimumSize = new System.Drawing.Size(337, 300); this.Name = "MainForm"; this.Text = "Verkkolevyn päivitys"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tableLayoutPanel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.TextBox txtLog; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Button btnFix; private System.ComponentModel.BackgroundWorker bgFix; } }