Axiom.Framework.Configuration.WinFormConfigurationDialog.InitializeComponent C# (CSharp) Метод

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

private InitializeComponent ( ) : void
Результат void
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( WinFormConfigurationDialog ) );
			this.picLogo = new System.Windows.Forms.PictureBox();
			this.grpVideoOptions = new System.Windows.Forms.GroupBox();
			this.lblOption = new System.Windows.Forms.Label();
			this.cboOptionValues = new System.Windows.Forms.ComboBox();
			this.lstOptions = new System.Windows.Forms.ListBox();
			this.lblRenderer = new System.Windows.Forms.Label();
			this.cboRenderSystems = new System.Windows.Forms.ComboBox();
			this.cmdCancel = new System.Windows.Forms.Button();
			this.cmdOk = new System.Windows.Forms.Button();
			this.pnlBackground = new System.Windows.Forms.Panel();
			( (System.ComponentModel.ISupportInitialize)( this.picLogo ) ).BeginInit();
			this.grpVideoOptions.SuspendLayout();
			this.SuspendLayout();
			// 
			// picLogo
			// 
			this.picLogo.BackColor = System.Drawing.Color.White;
			this.picLogo.Image = global::Axiom.Framework.Properties.Resources.AxiomLogo;
			this.picLogo.Location = new System.Drawing.Point( 12, 3 );
			this.picLogo.Name = "picLogo";
			this.picLogo.Size = new System.Drawing.Size( 420, 174 );
			this.picLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
			this.picLogo.TabIndex = 3;
			this.picLogo.TabStop = false;
			// 
			// grpVideoOptions
			// 
			this.grpVideoOptions.Controls.Add( this.lblOption );
			this.grpVideoOptions.Controls.Add( this.cboOptionValues );
			this.grpVideoOptions.Controls.Add( this.lstOptions );
			this.grpVideoOptions.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.grpVideoOptions.Font = new System.Drawing.Font( "Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte)( 0 ) ) );
			this.grpVideoOptions.ForeColor = System.Drawing.Color.FromArgb( ( (int)( ( (byte)( 25 ) ) ) ), ( (int)( ( (byte)( 35 ) ) ) ), ( (int)( ( (byte)( 75 ) ) ) ) );
			this.grpVideoOptions.Location = new System.Drawing.Point( 12, 215 );
			this.grpVideoOptions.Name = "grpVideoOptions";
			this.grpVideoOptions.Size = new System.Drawing.Size( 420, 187 );
			this.grpVideoOptions.TabIndex = 6;
			this.grpVideoOptions.TabStop = false;
			this.grpVideoOptions.Text = "Rendering System Options";
			// 
			// lblOption
			// 
			this.lblOption.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.lblOption.Font = new System.Drawing.Font( "Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte)( 0 ) ) );
			this.lblOption.ForeColor = System.Drawing.Color.FromArgb( ( (int)( ( (byte)( 25 ) ) ) ), ( (int)( ( (byte)( 35 ) ) ) ), ( (int)( ( (byte)( 75 ) ) ) ) );
			this.lblOption.Location = new System.Drawing.Point( 32, 153 );
			this.lblOption.Name = "lblOption";
			this.lblOption.Size = new System.Drawing.Size( 200, 22 );
			this.lblOption.TabIndex = 9;
			this.lblOption.Text = "Option Name:";
			this.lblOption.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.lblOption.Visible = false;
			// 
			// cboOptionValues
			// 
			this.cboOptionValues.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboOptionValues.Font = new System.Drawing.Font( "Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte)( 0 ) ) );
			this.cboOptionValues.ForeColor = System.Drawing.Color.FromArgb( ( (int)( ( (byte)( 25 ) ) ) ), ( (int)( ( (byte)( 35 ) ) ) ), ( (int)( ( (byte)( 75 ) ) ) ) );
			this.cboOptionValues.Location = new System.Drawing.Point( 238, 158 );
			this.cboOptionValues.Name = "cboOptionValues";
			this.cboOptionValues.Size = new System.Drawing.Size( 176, 22 );
			this.cboOptionValues.TabIndex = 8;
			this.cboOptionValues.Visible = false;
			this.cboOptionValues.SelectedIndexChanged += new System.EventHandler( this.cboOptionValues_SelectedIndexChanged );
			// 
			// lstOptions
			// 
			this.lstOptions.ItemHeight = 14;
			this.lstOptions.Location = new System.Drawing.Point( 7, 22 );
			this.lstOptions.Name = "lstOptions";
			this.lstOptions.Size = new System.Drawing.Size( 407, 130 );
			this.lstOptions.TabIndex = 0;
			this.lstOptions.SelectedIndexChanged += new System.EventHandler( this.lstOptions_SelectedIndexChanged );
			// 
			// lblRenderer
			// 
			this.lblRenderer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.lblRenderer.Font = new System.Drawing.Font( "Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte)( 0 ) ) );
			this.lblRenderer.ForeColor = System.Drawing.Color.FromArgb( ( (int)( ( (byte)( 25 ) ) ) ), ( (int)( ( (byte)( 35 ) ) ) ), ( (int)( ( (byte)( 75 ) ) ) ) );
			this.lblRenderer.Location = new System.Drawing.Point( 10, 185 );
			this.lblRenderer.Name = "lblRenderer";
			this.lblRenderer.Size = new System.Drawing.Size( 128, 24 );
			this.lblRenderer.TabIndex = 9;
			this.lblRenderer.Text = "Rendering Subsystem:";
			this.lblRenderer.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// cboRenderSystems
			// 
			this.cboRenderSystems.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cboRenderSystems.Font = new System.Drawing.Font( "Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte)( 0 ) ) );
			this.cboRenderSystems.ForeColor = System.Drawing.Color.FromArgb( ( (int)( ( (byte)( 25 ) ) ) ), ( (int)( ( (byte)( 35 ) ) ) ), ( (int)( ( (byte)( 75 ) ) ) ) );
			this.cboRenderSystems.Location = new System.Drawing.Point( 145, 185 );
			this.cboRenderSystems.Name = "cboRenderSystems";
			this.cboRenderSystems.Size = new System.Drawing.Size( 285, 22 );
			this.cboRenderSystems.TabIndex = 8;
			this.cboRenderSystems.SelectedIndexChanged += new System.EventHandler( this.RenderSystems_SelectedIndexChanged );
			// 
			// cmdCancel
			// 
			this.cmdCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
			this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.cmdCancel.Location = new System.Drawing.Point( 355, 408 );
			this.cmdCancel.Name = "cmdCancel";
			this.cmdCancel.Size = new System.Drawing.Size( 75, 23 );
			this.cmdCancel.TabIndex = 10;
			this.cmdCancel.Text = "Cancel";
			this.cmdCancel.Click += new System.EventHandler( this.cmdCancel_Click );
			// 
			// cmdOk
			// 
			this.cmdOk.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
			this.cmdOk.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.cmdOk.Location = new System.Drawing.Point( 261, 408 );
			this.cmdOk.Name = "cmdOk";
			this.cmdOk.Size = new System.Drawing.Size( 75, 23 );
			this.cmdOk.TabIndex = 11;
			this.cmdOk.Text = "Ok";
			this.cmdOk.Click += new System.EventHandler( this.cmdOk_Click );
			// 
			// pnlBackground
			// 
			this.pnlBackground.BackColor = System.Drawing.Color.White;
			this.pnlBackground.Location = new System.Drawing.Point( -2, 3 );
			this.pnlBackground.Name = "pnlBackground";
			this.pnlBackground.Size = new System.Drawing.Size( 446, 174 );
			this.pnlBackground.TabIndex = 12;
			// 
			// WinFormConfigurationDialog
			// 
			//SWF.Application.AddMessageFilter( this );
			this.ClientSize = new System.Drawing.Size( 442, 436 );
			this.ControlBox = false;
			this.Controls.Add( this.cmdOk );
			this.Controls.Add( this.cmdCancel );
			this.Controls.Add( this.lblRenderer );
			this.Controls.Add( this.grpVideoOptions );
			this.Controls.Add( this.cboRenderSystems );
			this.Controls.Add( this.picLogo );
			this.Controls.Add( this.pnlBackground );
			this.Font = new System.Drawing.Font( "Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte)( 0 ) ) );
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "WinFormConfigurationDialog";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Axiom Rendering Engine Setup";
			this.Load += new System.EventHandler( this.WinFormConfigurationDialog_Load );
			( (System.ComponentModel.ISupportInitialize)( this.picLogo ) ).EndInit();
			this.grpVideoOptions.ResumeLayout( false );
			this.ResumeLayout( false );

		}