93 lines
3.9 KiB
C#
93 lines
3.9 KiB
C#
namespace FirstPlugin.Forms
|
|
{
|
|
partial class OdysseyCostumeSelector
|
|
{
|
|
/// <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.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom();
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.stPanel1 = new Toolbox.Library.Forms.STPanel();
|
|
this.contentContainer.SuspendLayout();
|
|
this.stPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// contentContainer
|
|
//
|
|
this.contentContainer.Controls.Add(this.stPanel1);
|
|
this.contentContainer.Size = new System.Drawing.Size(310, 521);
|
|
this.contentContainer.Controls.SetChildIndex(this.stPanel1, 0);
|
|
//
|
|
// listViewCustom1
|
|
//
|
|
this.listViewCustom1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.listViewCustom1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader1});
|
|
this.listViewCustom1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.listViewCustom1.FullRowSelect = true;
|
|
this.listViewCustom1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
|
this.listViewCustom1.Location = new System.Drawing.Point(0, 0);
|
|
this.listViewCustom1.Name = "listViewCustom1";
|
|
this.listViewCustom1.OwnerDraw = true;
|
|
this.listViewCustom1.Size = new System.Drawing.Size(310, 496);
|
|
this.listViewCustom1.TabIndex = 0;
|
|
this.listViewCustom1.UseCompatibleStateImageBehavior = false;
|
|
this.listViewCustom1.View = System.Windows.Forms.View.Details;
|
|
this.listViewCustom1.DoubleClick += new System.EventHandler(this.listViewCustom1_DoubleClick);
|
|
//
|
|
// columnHeader1
|
|
//
|
|
this.columnHeader1.Width = 310;
|
|
//
|
|
// stPanel1
|
|
//
|
|
this.stPanel1.Controls.Add(this.listViewCustom1);
|
|
this.stPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.stPanel1.Location = new System.Drawing.Point(0, 25);
|
|
this.stPanel1.Name = "stPanel1";
|
|
this.stPanel1.Size = new System.Drawing.Size(310, 496);
|
|
this.stPanel1.TabIndex = 11;
|
|
//
|
|
// OdysseyCostumeSelector
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(316, 526);
|
|
this.Name = "OdysseyCostumeSelector";
|
|
this.Text = "Odyssey Costume Selector";
|
|
this.contentContainer.ResumeLayout(false);
|
|
this.stPanel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Toolbox.Library.Forms.ListViewCustom listViewCustom1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
private Toolbox.Library.Forms.STPanel stPanel1;
|
|
}
|
|
} |