namespace friction { partial class PanelMaterial { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lbFileName = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.lvSpring = new System.Windows.Forms.ListView(); this.lvchSpring = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.lvTable = new System.Windows.Forms.ListView(); this.lvchTable = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.SuspendLayout(); // // 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(12, 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(10, 424); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(86, 12); this.label3.TabIndex = 6; this.label3.Text = "Material Table"; // // lvSpring // this.lvSpring.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.lvSpring.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.lvchSpring}); this.lvSpring.FullRowSelect = true; this.lvSpring.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.lvSpring.Location = new System.Drawing.Point(12, 61); this.lvSpring.Name = "lvSpring"; this.lvSpring.Size = new System.Drawing.Size(326, 343); this.lvSpring.TabIndex = 7; this.lvSpring.UseCompatibleStateImageBehavior = false; this.lvSpring.View = System.Windows.Forms.View.Details; this.lvSpring.SizeChanged += new System.EventHandler(this.lvSpring_SizeChanged); this.lvSpring.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvSpring_MouseDoubleClick); // // lvchSpring // this.lvchSpring.Text = "Material Spring"; this.lvchSpring.Width = 308; // // lvTable // this.lvTable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lvTable.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.lvchTable}); this.lvTable.FullRowSelect = true; this.lvTable.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.lvTable.Location = new System.Drawing.Point(12, 439); this.lvTable.Name = "lvTable"; this.lvTable.Size = new System.Drawing.Size(326, 276); this.lvTable.TabIndex = 8; this.lvTable.UseCompatibleStateImageBehavior = false; this.lvTable.View = System.Windows.Forms.View.Details; this.lvTable.SizeChanged += new System.EventHandler(this.lvTable_SizeChanged); this.lvTable.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvTable_MouseDoubleClick); // // lvchTable // this.lvchTable.Text = "Table"; this.lvchTable.Width = 305; // // PanelMaterial // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(350, 727); this.ControlBox = false; this.Controls.Add(this.lvTable); this.Controls.Add(this.lvSpring); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.lbFileName); 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.Label lbFileName; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.ListView lvSpring; private System.Windows.Forms.ListView lvTable; private System.Windows.Forms.ColumnHeader lvchSpring; private System.Windows.Forms.ColumnHeader lvchTable; } }