namespace Level9 { partial class DictionaryProgressForm { /// /// Designer variable used to keep track of non-visual components. /// private System.ComponentModel.IContainer components = null; /// /// Disposes resources used by the form. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing) { if (components != null) { components.Dispose(); } } base.Dispose(disposing); } /// /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// private void InitializeComponent() { this.progressBarRead = new System.Windows.Forms.ProgressBar(); this.labelReadDict = new System.Windows.Forms.Label(); this.panelMain = new System.Windows.Forms.Panel(); this.panelMain.SuspendLayout(); this.SuspendLayout(); // // progressBarRead // this.progressBarRead.Location = new System.Drawing.Point(16, 16); this.progressBarRead.Name = "progressBarRead"; this.progressBarRead.Size = new System.Drawing.Size(308, 16); this.progressBarRead.Step = 2; this.progressBarRead.TabIndex = 2; // // labelReadDict // this.labelReadDict.Location = new System.Drawing.Point(16, 44); this.labelReadDict.Name = "labelReadDict"; this.labelReadDict.Size = new System.Drawing.Size(116, 16); this.labelReadDict.TabIndex = 0; this.labelReadDict.Text = "Reading dictionary..."; // // panelMain // this.panelMain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelMain.Controls.Add(this.labelReadDict); this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill; this.panelMain.Location = new System.Drawing.Point(0, 0); this.panelMain.Name = "panelMain"; this.panelMain.Size = new System.Drawing.Size(340, 72); this.panelMain.TabIndex = 3; // // DictionaryProgressForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.ClientSize = new System.Drawing.Size(340, 72); this.Controls.Add(this.progressBarRead); this.Controls.Add(this.panelMain); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "DictionaryProgressForm"; this.Opacity = 0.9; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "DictionaryProgressForm2"; this.panelMain.ResumeLayout(false); this.ResumeLayout(false); } private System.Windows.Forms.Panel panelMain; private System.Windows.Forms.Label labelReadDict; private System.Windows.Forms.ProgressBar progressBarRead; } }