namespace com.clusterrr.hakchi_gui { partial class WorkerForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkerForm)); this.labelStatus = new System.Windows.Forms.Label(); this.progressBar = new System.Windows.Forms.ProgressBar(); this.SuspendLayout(); // // labelStatus // this.labelStatus.AutoSize = true; this.labelStatus.Location = new System.Drawing.Point(32, 18); this.labelStatus.Name = "labelStatus"; this.labelStatus.Size = new System.Drawing.Size(0, 13); this.labelStatus.TabIndex = 0; // // progressBar // this.progressBar.Location = new System.Drawing.Point(12, 46); this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(538, 42); this.progressBar.TabIndex = 1; // // WorkerForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(562, 103); this.Controls.Add(this.progressBar); this.Controls.Add(this.labelStatus); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "WorkerForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "hakchi"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WorkerForm_FormClosing); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label labelStatus; private System.Windows.Forms.ProgressBar progressBar; } }