Appearance.Form1.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()
		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.chkFillDirection = new System.Windows.Forms.CheckBox();
            this.btnFadeColor = new System.Windows.Forms.Button();
            this.btnBackColor = new System.Windows.Forms.Button();
            this.chkHiddenItems = new System.Windows.Forms.CheckBox();
            this.chkOrientation = new System.Windows.Forms.CheckBox();
            this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
            this.axGlobeControl1 = new ESRI.ArcGIS.Controls.AxGlobeControl();
            this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
            ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.axGlobeControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
            this.SuspendLayout();
            // 
            // chkFillDirection
            // 
            this.chkFillDirection.Location = new System.Drawing.Point(408, 168);
            this.chkFillDirection.Name = "chkFillDirection";
            this.chkFillDirection.Size = new System.Drawing.Size(144, 24);
            this.chkFillDirection.TabIndex = 13;
            this.chkFillDirection.Text = "Vertical Fill Direction";
            this.chkFillDirection.CheckedChanged += new System.EventHandler(this.chkFillDirection_CheckedChanged);
            // 
            // btnFadeColor
            // 
            this.btnFadeColor.Location = new System.Drawing.Point(408, 136);
            this.btnFadeColor.Name = "btnFadeColor";
            this.btnFadeColor.Size = new System.Drawing.Size(112, 23);
            this.btnFadeColor.TabIndex = 12;
            this.btnFadeColor.Text = "Fade Color";
            this.btnFadeColor.Click += new System.EventHandler(this.btnFadeColor_Click);
            // 
            // btnBackColor
            // 
            this.btnBackColor.Location = new System.Drawing.Point(408, 104);
            this.btnBackColor.Name = "btnBackColor";
            this.btnBackColor.Size = new System.Drawing.Size(112, 23);
            this.btnBackColor.TabIndex = 11;
            this.btnBackColor.Text = "Back Color";
            this.btnBackColor.Click += new System.EventHandler(this.btnBackColor_Click);
            // 
            // chkHiddenItems
            // 
            this.chkHiddenItems.Location = new System.Drawing.Point(408, 72);
            this.chkHiddenItems.Name = "chkHiddenItems";
            this.chkHiddenItems.Size = new System.Drawing.Size(152, 16);
            this.chkHiddenItems.TabIndex = 10;
            this.chkHiddenItems.Text = "Show Hidden Items";
            this.chkHiddenItems.CheckedChanged += new System.EventHandler(this.chkHiddenItems_CheckedChanged);
            // 
            // chkOrientation
            // 
            this.chkOrientation.Location = new System.Drawing.Point(408, 48);
            this.chkOrientation.Name = "chkOrientation";
            this.chkOrientation.Size = new System.Drawing.Size(152, 16);
            this.chkOrientation.TabIndex = 9;
            this.chkOrientation.Text = "Vertical Orientation";
            this.chkOrientation.CheckedChanged += new System.EventHandler(this.chkOrientation_CheckedChanged);
            // 
            // axToolbarControl1
            // 
            this.axToolbarControl1.Location = new System.Drawing.Point(8, 8);
            this.axToolbarControl1.Name = "axToolbarControl1";
            this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl1.OcxState")));
            this.axToolbarControl1.Size = new System.Drawing.Size(490, 28);
            this.axToolbarControl1.TabIndex = 14;
            // 
            // axGlobeControl1
            // 
            this.axGlobeControl1.Location = new System.Drawing.Point(40, 40);
            this.axGlobeControl1.Name = "axGlobeControl1";
            this.axGlobeControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axGlobeControl1.OcxState")));
            this.axGlobeControl1.Size = new System.Drawing.Size(362, 391);
            this.axGlobeControl1.TabIndex = 15;
            // 
            // axLicenseControl1
            // 
            this.axLicenseControl1.Enabled = true;
            this.axLicenseControl1.Location = new System.Drawing.Point(408, 399);
            this.axLicenseControl1.Name = "axLicenseControl1";
            this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
            this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
            this.axLicenseControl1.TabIndex = 16;
            // 
            // Form1
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(536, 443);
            this.Controls.Add(this.axLicenseControl1);
            this.Controls.Add(this.axGlobeControl1);
            this.Controls.Add(this.axToolbarControl1);
            this.Controls.Add(this.chkFillDirection);
            this.Controls.Add(this.btnFadeColor);
            this.Controls.Add(this.btnBackColor);
            this.Controls.Add(this.chkHiddenItems);
            this.Controls.Add(this.chkOrientation);
            this.Name = "Form1";
            this.Text = "Appearance";
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.axGlobeControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
            this.ResumeLayout(false);

		}
		#endregion