namespace AyaNova.PlugIn.V8 { partial class ProgressForm { /// /// 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.edOut = new System.Windows.Forms.TextBox(); this.btnClose = new System.Windows.Forms.Button(); this.lblCurrent = new System.Windows.Forms.Label(); this.edCurrent = new System.Windows.Forms.TextBox(); this.edSubOp = new System.Windows.Forms.TextBox(); this.btnCancel = new System.Windows.Forms.Button(); this.btnCopy = new System.Windows.Forms.Button(); this.SuspendLayout(); // // edOut // this.edOut.Cursor = System.Windows.Forms.Cursors.Default; this.edOut.Dock = System.Windows.Forms.DockStyle.Top; this.edOut.Location = new System.Drawing.Point(0, 0); this.edOut.Margin = new System.Windows.Forms.Padding(2); this.edOut.Multiline = true; this.edOut.Name = "edOut"; this.edOut.ReadOnly = true; this.edOut.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.edOut.Size = new System.Drawing.Size(870, 461); this.edOut.TabIndex = 0; // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClose.Location = new System.Drawing.Point(737, 588); this.btnClose.Margin = new System.Windows.Forms.Padding(2); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(82, 32); this.btnClose.TabIndex = 1; this.btnClose.Text = "Close"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // lblCurrent // this.lblCurrent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblCurrent.Location = new System.Drawing.Point(13, 529); this.lblCurrent.Name = "lblCurrent"; this.lblCurrent.Size = new System.Drawing.Size(846, 23); this.lblCurrent.TabIndex = 2; // // edCurrent // this.edCurrent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.edCurrent.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.edCurrent.Location = new System.Drawing.Point(0, 504); this.edCurrent.Name = "edCurrent"; this.edCurrent.ReadOnly = true; this.edCurrent.Size = new System.Drawing.Size(870, 22); this.edCurrent.TabIndex = 3; // // edSubOp // this.edSubOp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.edSubOp.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.edSubOp.Location = new System.Drawing.Point(0, 532); this.edSubOp.Name = "edSubOp"; this.edSubOp.ReadOnly = true; this.edSubOp.Size = new System.Drawing.Size(870, 22); this.edSubOp.TabIndex = 4; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Enabled = false; this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCancel.Location = new System.Drawing.Point(27, 588); this.btnCancel.Margin = new System.Windows.Forms.Padding(2); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(82, 32); this.btnCancel.TabIndex = 5; this.btnCancel.Text = "Stop"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Visible = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnCopy // this.btnCopy.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCopy.Location = new System.Drawing.Point(314, 588); this.btnCopy.Name = "btnCopy"; this.btnCopy.Size = new System.Drawing.Size(207, 36); this.btnCopy.TabIndex = 6; this.btnCopy.Text = "Copy log to clipboard"; this.btnCopy.UseVisualStyleBackColor = true; this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click); // // ProgressForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(870, 646); this.ControlBox = false; this.Controls.Add(this.btnCopy); this.Controls.Add(this.btnCancel); this.Controls.Add(this.edSubOp); this.Controls.Add(this.edCurrent); this.Controls.Add(this.lblCurrent); this.Controls.Add(this.btnClose); this.Controls.Add(this.edOut); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Margin = new System.Windows.Forms.Padding(2); this.Name = "ProgressForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Migrating..."; this.Load += new System.EventHandler(this.ProgressForm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox edOut; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Label lblCurrent; private System.Windows.Forms.TextBox edCurrent; private System.Windows.Forms.TextBox edSubOp; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnCopy; } }