ShareX/ShareX.HelpersLib/Controls/TabToListView.Designer.cs
2020-08-15 20:43:04 +08:00

115 lines
4.8 KiB
C#

namespace ShareX.HelpersLib
{
partial class TabToListView
{
/// <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.scMain = new System.Windows.Forms.SplitContainer();
this.tcMain = new System.Windows.Forms.TabControl();
this.lvMain = new HelpersLib.MyListView();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
((System.ComponentModel.ISupportInitialize)(this.scMain)).BeginInit();
this.scMain.Panel1.SuspendLayout();
this.scMain.Panel2.SuspendLayout();
this.scMain.SuspendLayout();
this.SuspendLayout();
//
// scMain
//
this.scMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.scMain.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.scMain.IsSplitterFixed = true;
this.scMain.Location = new System.Drawing.Point(0, 0);
this.scMain.Margin = new System.Windows.Forms.Padding(0);
this.scMain.Name = "scMain";
//
// scMain.Panel1
//
this.scMain.Panel1.Controls.Add(this.lvMain);
//
// scMain.Panel2
//
this.scMain.Panel2.Controls.Add(this.tcMain);
this.scMain.Size = new System.Drawing.Size(700, 500);
this.scMain.SplitterDistance = 237;
this.scMain.SplitterWidth = 3;
this.scMain.TabIndex = 0;
//
// tcMain
//
this.tcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcMain.Location = new System.Drawing.Point(0, 0);
this.tcMain.Name = "tcMain";
this.tcMain.SelectedIndex = 0;
this.tcMain.Size = new System.Drawing.Size(460, 500);
this.tcMain.TabIndex = 0;
//
// lvMain
//
this.lvMain.AutoFillColumn = true;
this.lvMain.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2});
this.lvMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvMain.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.lvMain.FullRowSelect = true;
this.lvMain.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.lvMain.HideSelection = false;
this.lvMain.Location = new System.Drawing.Point(0, 0);
this.lvMain.MultiSelect = false;
this.lvMain.Name = "lvMain";
this.lvMain.Size = new System.Drawing.Size(237, 500);
this.lvMain.TabIndex = 0;
this.lvMain.UseCompatibleStateImageBehavior = false;
this.lvMain.View = System.Windows.Forms.View.Details;
this.lvMain.SelectedIndexChanged += new System.EventHandler(this.lvMain_SelectedIndexChanged);
this.lvMain.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvMain_MouseUp);
//
// TabToListView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.scMain);
this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "TabToListView";
this.Size = new System.Drawing.Size(700, 500);
this.scMain.Panel1.ResumeLayout(false);
this.scMain.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.scMain)).EndInit();
this.scMain.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer scMain;
private MyListView lvMain;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.TabControl tcMain;
}
}