NetIde.Core.TextEditor.FindControl.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._elementControl = new GdiPresentation.ElementControl();
            this.SuspendLayout();
            // 
            // _elementControl
            // 
            this._elementControl.AutoSize = true;
            this._elementControl.BackColor = System.Drawing.SystemColors.Control;
            this._elementControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this._elementControl.Location = new System.Drawing.Point(1, 0);
            this._elementControl.Name = "_elementControl";
            this._elementControl.ResizeTarget = null;
            this._elementControl.ShowHorizontalScrollBar = GdiPresentation.ScrollBarVisibility.Hidden;
            this._elementControl.ShowVerticalScrollBar = GdiPresentation.ScrollBarVisibility.Hidden;
            this._elementControl.Size = new System.Drawing.Size(0, 0);
            this._elementControl.TabIndex = 0;
            // 
            // FindControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.BackColor = System.Drawing.SystemColors.ControlDark;
            this.Controls.Add(this._elementControl);
            this.Name = "FindControl";
            this.Padding = new System.Windows.Forms.Padding(1, 0, 0, 1);
            this.Size = new System.Drawing.Size(1, 1);
            this.ResumeLayout(false);
            this.PerformLayout();

        }