AreaLinePatches.Form1.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
			this.axPageLayoutControl1 = new ESRI.ArcGIS.Controls.AxPageLayoutControl();
			this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
			this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
			this.cmdDraw = new System.Windows.Forms.Button();
			this.cmdDelete = new System.Windows.Forms.Button();
			this.cmdChangeArea = new System.Windows.Forms.Button();
			this.cmdChangeLine = new System.Windows.Forms.Button();
			((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
			this.SuspendLayout();
			// 
			// axPageLayoutControl1
			// 
			this.axPageLayoutControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.axPageLayoutControl1.Location = new System.Drawing.Point(0, 48);
			this.axPageLayoutControl1.Name = "axPageLayoutControl1";
			this.axPageLayoutControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axPageLayoutControl1.OcxState")));
			this.axPageLayoutControl1.Size = new System.Drawing.Size(800, 536);
			this.axPageLayoutControl1.TabIndex = 0;
			this.axPageLayoutControl1.OnPageLayoutReplaced += new ESRI.ArcGIS.Controls.IPageLayoutControlEvents_Ax_OnPageLayoutReplacedEventHandler(this.axPageLayoutControl1_OnPageLayoutReplaced);
			// 
			// axLicenseControl1
			// 
			this.axLicenseControl1.Enabled = true;
			this.axLicenseControl1.Location = new System.Drawing.Point(64, 32);
			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 = 1;
			// 
			// axToolbarControl1
			// 
			this.axToolbarControl1.Location = new System.Drawing.Point(0, 0);
			this.axToolbarControl1.Name = "axToolbarControl1";
			this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl1.OcxState")));
			this.axToolbarControl1.Size = new System.Drawing.Size(352, 28);
			this.axToolbarControl1.TabIndex = 6;
			// 
			// cmdDraw
			// 
			this.cmdDraw.Location = new System.Drawing.Point(368, 8);
			this.cmdDraw.Name = "cmdDraw";
			this.cmdDraw.Size = new System.Drawing.Size(88, 23);
			this.cmdDraw.TabIndex = 7;
			this.cmdDraw.Text = "Add Legend";
			this.cmdDraw.Click += new System.EventHandler(this.button1_Click);
			// 
			// cmdDelete
			// 
			this.cmdDelete.Location = new System.Drawing.Point(464, 8);
			this.cmdDelete.Name = "cmdDelete";
			this.cmdDelete.Size = new System.Drawing.Size(88, 23);
			this.cmdDelete.TabIndex = 8;
			this.cmdDelete.Text = "Delete Legend";
			this.cmdDelete.Click += new System.EventHandler(this.button2_Click);
			// 
			// cmdChangeArea
			// 
			this.cmdChangeArea.Location = new System.Drawing.Point(560, 8);
			this.cmdChangeArea.Name = "cmdChangeArea";
			this.cmdChangeArea.Size = new System.Drawing.Size(112, 23);
			this.cmdChangeArea.TabIndex = 9;
			this.cmdChangeArea.Text = "Change Area Patch";
			this.cmdChangeArea.Click += new System.EventHandler(this.button3_Click);
			// 
			// cmdChangeLine
			// 
			this.cmdChangeLine.Location = new System.Drawing.Point(680, 8);
			this.cmdChangeLine.Name = "cmdChangeLine";
			this.cmdChangeLine.Size = new System.Drawing.Size(112, 23);
			this.cmdChangeLine.TabIndex = 10;
			this.cmdChangeLine.Text = "Change Line Patch";
			this.cmdChangeLine.Click += new System.EventHandler(this.button4_Click);
			// 
			// Form1
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(800, 582);
			this.Controls.Add(this.cmdChangeLine);
			this.Controls.Add(this.cmdChangeArea);
			this.Controls.Add(this.cmdDelete);
			this.Controls.Add(this.cmdDraw);
			this.Controls.Add(this.axToolbarControl1);
			this.Controls.Add(this.axLicenseControl1);
			this.Controls.Add(this.axPageLayoutControl1);
			this.Name = "Form1";
			this.Text = "AreaLinePatches";
			this.Load += new System.EventHandler(this.Form1_Load);
			((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
			this.ResumeLayout(false);

		}
		#endregion