125 lines
4.2 KiB
C#
125 lines
4.2 KiB
C#
namespace friction
|
|
{
|
|
partial class PanelMaterial
|
|
{
|
|
/// <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 Windows Form 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.cbMaterialTable = new System.Windows.Forms.ComboBox();
|
|
this.cbMaterialSpring = new System.Windows.Forms.ComboBox();
|
|
this.btApply = new System.Windows.Forms.Button();
|
|
this.lbFileName = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// cbMaterialTable
|
|
//
|
|
this.cbMaterialTable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbMaterialTable.FormattingEnabled = true;
|
|
this.cbMaterialTable.Location = new System.Drawing.Point(32, 122);
|
|
this.cbMaterialTable.Name = "cbMaterialTable";
|
|
this.cbMaterialTable.Size = new System.Drawing.Size(121, 20);
|
|
this.cbMaterialTable.TabIndex = 1;
|
|
//
|
|
// cbMaterialSpring
|
|
//
|
|
this.cbMaterialSpring.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbMaterialSpring.FormattingEnabled = true;
|
|
this.cbMaterialSpring.Location = new System.Drawing.Point(32, 61);
|
|
this.cbMaterialSpring.Name = "cbMaterialSpring";
|
|
this.cbMaterialSpring.Size = new System.Drawing.Size(121, 20);
|
|
this.cbMaterialSpring.TabIndex = 2;
|
|
//
|
|
// btApply
|
|
//
|
|
this.btApply.Location = new System.Drawing.Point(32, 179);
|
|
this.btApply.Name = "btApply";
|
|
this.btApply.Size = new System.Drawing.Size(75, 23);
|
|
this.btApply.TabIndex = 3;
|
|
this.btApply.Text = "Apply";
|
|
this.btApply.UseVisualStyleBackColor = true;
|
|
this.btApply.Click += new System.EventHandler(this.btApply_Click);
|
|
//
|
|
// lbFileName
|
|
//
|
|
this.lbFileName.AutoSize = true;
|
|
this.lbFileName.Font = new System.Drawing.Font("Malgun Gothic", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lbFileName.Location = new System.Drawing.Point(7, 9);
|
|
this.lbFileName.Name = "lbFileName";
|
|
this.lbFileName.Size = new System.Drawing.Size(0, 25);
|
|
this.lbFileName.TabIndex = 4;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(30, 46);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(90, 12);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "Material Spring";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(30, 107);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(86, 12);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "Material Table";
|
|
//
|
|
// PanelMaterial
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(284, 261);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.lbFileName);
|
|
this.Controls.Add(this.btApply);
|
|
this.Controls.Add(this.cbMaterialSpring);
|
|
this.Controls.Add(this.cbMaterialTable);
|
|
this.HideOnClose = true;
|
|
this.Name = "PanelMaterial";
|
|
this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.DockLeft;
|
|
this.TabText = "Material Pair";
|
|
this.Text = "Material Pair";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ComboBox cbMaterialTable;
|
|
private System.Windows.Forms.ComboBox cbMaterialSpring;
|
|
private System.Windows.Forms.Button btApply;
|
|
private System.Windows.Forms.Label lbFileName;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
} |