Lucene.Net.LukeNet.Progress.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            this.progressExplain = new System.Windows.Forms.ProgressBar();
            this.lblMsg = new System.Windows.Forms.Label();
            this.SuspendLayout();
            //
            // progressExplain
            //
            this.progressExplain.Location = new System.Drawing.Point(8, 8);
            this.progressExplain.Name = "progressExplain";
            this.progressExplain.Size = new System.Drawing.Size(152, 23);
            this.progressExplain.TabIndex = 0;
            //
            // lblMsg
            //
            this.lblMsg.Location = new System.Drawing.Point(8, 40);
            this.lblMsg.Name = "lblMsg";
            this.lblMsg.Size = new System.Drawing.Size(152, 16);
            this.lblMsg.TabIndex = 1;
            //
            // Progress
            //
            this.ClientSize = new System.Drawing.Size(170, 66);
            this.ControlBox = false;
            this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                          this.lblMsg,
                                                                          this.progressExplain});
            this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "Progress";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = " Action progress";
            this.ResumeLayout(false);
        }