ShareX/ShareX.HistoryLib/Forms/HistoryItemInfoForm.Designer.cs

65 lines
2.4 KiB
C#
Raw Normal View History

2014-12-11 09:25:20 +13:00
namespace ShareX.HistoryLib
2013-11-03 23:53:49 +13:00
{
partial class HistoryItemInfoForm
{
/// <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()
{
2019-12-04 09:56:26 +13:00
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HistoryItemInfoForm));
2019-12-04 13:39:57 +13:00
this.olvMain = new ShareX.HelpersLib.ObjectListView();
2013-11-03 23:53:49 +13:00
this.SuspendLayout();
2014-06-26 08:45:57 +12:00
//
2013-11-03 23:53:49 +13:00
// olvMain
2014-06-26 08:45:57 +12:00
//
2019-12-04 09:56:26 +13:00
this.olvMain.AutoFillColumn = true;
this.olvMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
resources.ApplyResources(this.olvMain, "olvMain");
2013-11-03 23:53:49 +13:00
this.olvMain.FullRowSelect = true;
this.olvMain.GridLines = true;
this.olvMain.HideSelection = false;
this.olvMain.MultiSelect = false;
this.olvMain.Name = "olvMain";
2019-12-04 09:56:26 +13:00
this.olvMain.SelectedObject = null;
2013-11-03 23:53:49 +13:00
this.olvMain.UseCompatibleStateImageBehavior = false;
this.olvMain.View = System.Windows.Forms.View.Details;
2014-06-26 08:45:57 +12:00
//
2013-11-03 23:53:49 +13:00
// HistoryItemInfoForm
2014-06-26 08:45:57 +12:00
//
resources.ApplyResources(this, "$this");
2020-07-11 17:57:10 +12:00
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
2013-11-03 23:53:49 +13:00
this.Controls.Add(this.olvMain);
this.Name = "HistoryItemInfoForm";
this.ResumeLayout(false);
2014-06-26 08:45:57 +12:00
2013-11-03 23:53:49 +13:00
}
#endregion Windows Form Designer generated code
2019-12-04 13:39:57 +13:00
private ShareX.HelpersLib.ObjectListView olvMain;
2013-11-03 23:53:49 +13:00
}
}