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

57 lines
2 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HistoryItemInfoForm));
this.pgHistoryItem = new System.Windows.Forms.PropertyGrid();
2013-11-03 23:53:49 +13:00
this.SuspendLayout();
2014-06-26 08:45:57 +12:00
//
// pgHistoryItem
2014-06-26 08:45:57 +12:00
//
resources.ApplyResources(this.pgHistoryItem, "pgHistoryItem");
this.pgHistoryItem.Name = "pgHistoryItem";
this.pgHistoryItem.PropertySort = System.Windows.Forms.PropertySort.NoSort;
this.pgHistoryItem.ToolbarVisible = false;
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.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.pgHistoryItem);
2013-11-03 23:53:49 +13:00
this.Name = "HistoryItemInfoForm";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
2013-11-03 23:53:49 +13:00
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 System.Windows.Forms.PropertyGrid pgHistoryItem;
2013-11-03 23:53:49 +13:00
}
}