mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +00:00
181 lines
11 KiB
C#
181 lines
11 KiB
C#
namespace Cosmos.VS.Package
|
|
{
|
|
partial class ConfigurationBase
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.tableConfigurationBase = new System.Windows.Forms.TableLayoutPanel();
|
|
this.labelConfiguration = new System.Windows.Forms.Label();
|
|
this.labelArchitecture = new System.Windows.Forms.Label();
|
|
this.comboArchitecture = new System.Windows.Forms.ComboBox();
|
|
this.comboConfiguration = new System.Windows.Forms.ComboBox();
|
|
this.titleDivision = new Cosmos.VS.Package.TitleDivision();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.tableConfigurationBase.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableConfigurationBase
|
|
//
|
|
this.tableConfigurationBase.ColumnCount = 4;
|
|
this.tableConfigurationBase.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableConfigurationBase.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableConfigurationBase.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableConfigurationBase.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableConfigurationBase.Controls.Add(this.labelConfiguration, 0, 0);
|
|
this.tableConfigurationBase.Controls.Add(this.labelArchitecture, 2, 0);
|
|
this.tableConfigurationBase.Controls.Add(this.comboArchitecture, 3, 0);
|
|
this.tableConfigurationBase.Controls.Add(this.comboConfiguration, 1, 0);
|
|
this.tableConfigurationBase.Controls.Add(this.titleDivision, 0, 1);
|
|
this.tableConfigurationBase.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.tableConfigurationBase.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tableConfigurationBase.Location = new System.Drawing.Point(0, 0);
|
|
this.tableConfigurationBase.Margin = new System.Windows.Forms.Padding(0);
|
|
this.tableConfigurationBase.Name = "tableConfigurationBase";
|
|
this.tableConfigurationBase.RowCount = 2;
|
|
this.tableConfigurationBase.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableConfigurationBase.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F));
|
|
this.tableConfigurationBase.Size = new System.Drawing.Size(492, 41);
|
|
this.tableConfigurationBase.TabIndex = 0;
|
|
//
|
|
// labelConfiguration
|
|
//
|
|
this.labelConfiguration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.labelConfiguration.AutoSize = true;
|
|
this.labelConfiguration.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelConfiguration.Location = new System.Drawing.Point(6, 3);
|
|
this.labelConfiguration.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
|
|
this.labelConfiguration.Name = "labelConfiguration";
|
|
this.labelConfiguration.Size = new System.Drawing.Size(84, 23);
|
|
this.labelConfiguration.TabIndex = 1;
|
|
this.labelConfiguration.Text = "Configuration:";
|
|
this.labelConfiguration.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// labelArchitecture
|
|
//
|
|
this.labelArchitecture.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.labelArchitecture.AutoSize = true;
|
|
this.labelArchitecture.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelArchitecture.Location = new System.Drawing.Point(255, 3);
|
|
this.labelArchitecture.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
|
|
this.labelArchitecture.Name = "labelArchitecture";
|
|
this.labelArchitecture.Size = new System.Drawing.Size(78, 23);
|
|
this.labelArchitecture.TabIndex = 2;
|
|
this.labelArchitecture.Text = "Architecture :";
|
|
this.labelArchitecture.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// comboArchitecture
|
|
//
|
|
this.comboArchitecture.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboArchitecture.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboArchitecture.FormattingEnabled = true;
|
|
this.comboArchitecture.Location = new System.Drawing.Point(342, 3);
|
|
this.comboArchitecture.Name = "comboArchitecture";
|
|
this.comboArchitecture.Size = new System.Drawing.Size(147, 23);
|
|
this.comboArchitecture.TabIndex = 3;
|
|
//
|
|
// comboConfiguration
|
|
//
|
|
this.comboConfiguration.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboConfiguration.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboConfiguration.FormattingEnabled = true;
|
|
this.comboConfiguration.Location = new System.Drawing.Point(99, 3);
|
|
this.comboConfiguration.Name = "comboConfiguration";
|
|
this.comboConfiguration.Size = new System.Drawing.Size(147, 23);
|
|
this.comboConfiguration.TabIndex = 4;
|
|
//
|
|
// titleDivision
|
|
//
|
|
this.titleDivision.BackColor = System.Drawing.Color.Transparent;
|
|
this.tableConfigurationBase.SetColumnSpan(this.titleDivision, 4);
|
|
this.titleDivision.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.titleDivision.LineColor = System.Drawing.SystemColors.ControlDark;
|
|
this.titleDivision.Location = new System.Drawing.Point(3, 32);
|
|
this.titleDivision.Name = "titleDivision";
|
|
this.titleDivision.Size = new System.Drawing.Size(486, 6);
|
|
this.titleDivision.TabIndex = 5;
|
|
this.titleDivision.Title = "";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(3, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(1, 1);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "label2";
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.tableLayoutPanel2.ColumnCount = 4;
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.63158F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 71.36842F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 67F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 118F));
|
|
this.tableLayoutPanel2.Controls.Add(this.panel2, 0, 1);
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
this.tableLayoutPanel2.RowCount = 2;
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(200, 100);
|
|
this.tableLayoutPanel2.TabIndex = 0;
|
|
//
|
|
// panel2
|
|
//
|
|
this.tableLayoutPanel2.SetColumnSpan(this.panel2, 4);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.panel2.Location = new System.Drawing.Point(0, 20);
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(200, 80);
|
|
this.panel2.TabIndex = 0;
|
|
//
|
|
// ConfigurationBase
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.tableConfigurationBase);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Name = "ConfigurationBase";
|
|
this.Size = new System.Drawing.Size(492, 288);
|
|
this.tableConfigurationBase.ResumeLayout(false);
|
|
this.tableConfigurationBase.PerformLayout();
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableConfigurationBase;
|
|
private System.Windows.Forms.Label labelConfiguration;
|
|
private System.Windows.Forms.Label labelArchitecture;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private TitleDivision titleDivision;
|
|
protected System.Windows.Forms.ComboBox comboArchitecture;
|
|
protected System.Windows.Forms.ComboBox comboConfiguration;
|
|
}
|
|
}
|