ShareX/ShareX.HistoryLib/HistoryItemInfoForm.Designer.cs

63 lines
2.3 KiB
C#
Raw Normal View History

2013-11-03 23:53:49 +13:00
namespace HistoryLib
{
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HistoryItemInfoForm));
2013-11-03 23:53:49 +13:00
this.olvMain = new HistoryLib.CustomControls.ObjectListView();
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
//
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";
this.olvMain.SetObjectType = HistoryLib.CustomControls.ObjectListView.ObjectType.Properties;
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");
2013-11-03 23:53:49 +13:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.olvMain);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.MaximizeBox = false;
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
private CustomControls.ObjectListView olvMain;
}
}