GreenQloud.UI.UIManager.InitializeComponent C# (CSharp) 메소드

InitializeComponent() 개인적인 메소드

private InitializeComponent ( ) : void
리턴 void
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UIManager));
            this.SuspendLayout();
            //
            // UIManager
            //
            this.ClientSize = new System.Drawing.Size(284, 262);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "UIManager";
            this.ResumeLayout(false);
        }