164 lines
7.6 KiB
C#
164 lines
7.6 KiB
C#
namespace MobiusEditor.Controls
|
|
{
|
|
partial class TeamItemControl
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.numAmount = new MobiusEditor.Controls.EnhNumericUpDown();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.cmbTechno = new MobiusEditor.Controls.ComboBoxSmartWidth();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.btnRemove = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numAmount)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 3;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 26F));
|
|
this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.panel3, 2, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 1;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(300, 23);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.numAmount);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(191, 0);
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(82, 23);
|
|
this.panel2.TabIndex = 2;
|
|
//
|
|
// numAmount
|
|
//
|
|
this.numAmount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.numAmount.Location = new System.Drawing.Point(2, 1);
|
|
this.numAmount.Margin = new System.Windows.Forms.Padding(2);
|
|
this.numAmount.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numAmount.Name = "numAmount";
|
|
this.numAmount.Size = new System.Drawing.Size(80, 20);
|
|
this.numAmount.TabIndex = 2;
|
|
this.numAmount.Value = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numAmount.ValueChanged += new System.EventHandler(this.numAmount_ValueChanged);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.cmbTechno);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(191, 23);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// cmbTechno
|
|
//
|
|
this.cmbTechno.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cmbTechno.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbTechno.FormattingEnabled = true;
|
|
this.cmbTechno.Location = new System.Drawing.Point(2, 1);
|
|
this.cmbTechno.Margin = new System.Windows.Forms.Padding(0);
|
|
this.cmbTechno.Name = "cmbTechno";
|
|
this.cmbTechno.Size = new System.Drawing.Size(189, 21);
|
|
this.cmbTechno.TabIndex = 1;
|
|
this.cmbTechno.SelectedIndexChanged += new System.EventHandler(this.cmbTechno_SelectedIndexChanged);
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.btnRemove);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Location = new System.Drawing.Point(273, 0);
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(27, 23);
|
|
this.panel3.TabIndex = 3;
|
|
//
|
|
// btnRemove
|
|
//
|
|
this.btnRemove.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.btnRemove.Location = new System.Drawing.Point(2, 0);
|
|
this.btnRemove.Margin = new System.Windows.Forms.Padding(0);
|
|
this.btnRemove.Name = "btnRemove";
|
|
this.btnRemove.Size = new System.Drawing.Size(21, 21);
|
|
this.btnRemove.TabIndex = 0;
|
|
this.btnRemove.Text = "x";
|
|
this.btnRemove.UseVisualStyleBackColor = true;
|
|
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
|
|
//
|
|
// TeamItemControl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Name = "TeamItemControl";
|
|
this.Size = new System.Drawing.Size(300, 23);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.numAmount)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private EnhNumericUpDown numAmount;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private MobiusEditor.Controls.ComboBoxSmartWidth cmbTechno;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Button btnRemove;
|
|
}
|
|
}
|