ShareX/ShareX.HistoryLib/HistoryForm.Designer.cs

304 lines
15 KiB
C#
Raw Normal View History

2013-11-03 23:53:49 +13:00
namespace HistoryLib
{
partial class HistoryForm
{
/// <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(HistoryForm));
2013-11-03 23:53:49 +13:00
this.dtpFilterFrom = new System.Windows.Forms.DateTimePicker();
this.cbDateFilter = new System.Windows.Forms.CheckBox();
2014-10-17 03:56:51 +13:00
this.lblFilterFrom = new System.Windows.Forms.Label();
this.lblFilterTo = new System.Windows.Forms.Label();
2013-11-03 23:53:49 +13:00
this.dtpFilterTo = new System.Windows.Forms.DateTimePicker();
this.btnApplyFilters = new System.Windows.Forms.Button();
this.txtFilenameFilter = new System.Windows.Forms.TextBox();
this.cbFilenameFilterMethod = new System.Windows.Forms.ComboBox();
this.cbFilenameFilterCulture = new System.Windows.Forms.ComboBox();
this.cbFilenameFilter = new System.Windows.Forms.CheckBox();
this.cbFilenameFilterCase = new System.Windows.Forms.CheckBox();
this.ssMain = new System.Windows.Forms.StatusStrip();
this.tsslStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.gbFilters = new System.Windows.Forms.GroupBox();
this.btnRemoveFilters = new System.Windows.Forms.Button();
this.txtHostFilter = new System.Windows.Forms.TextBox();
this.cbTypeFilterSelection = new System.Windows.Forms.ComboBox();
this.cbHostFilter = new System.Windows.Forms.CheckBox();
this.cbTypeFilter = new System.Windows.Forms.CheckBox();
this.lvHistory = new HelpersLib.MyListView();
this.chDateTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chFilename = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chType = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chHost = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chURL = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.pbThumbnail = new HelpersLib.MyPictureBox();
this.ssMain.SuspendLayout();
this.gbFilters.SuspendLayout();
this.SuspendLayout();
//
// dtpFilterFrom
//
resources.ApplyResources(this.dtpFilterFrom, "dtpFilterFrom");
2013-11-03 23:53:49 +13:00
this.dtpFilterFrom.Name = "dtpFilterFrom";
//
// cbDateFilter
//
resources.ApplyResources(this.cbDateFilter, "cbDateFilter");
2013-11-03 23:53:49 +13:00
this.cbDateFilter.Name = "cbDateFilter";
this.cbDateFilter.UseVisualStyleBackColor = true;
//
2014-10-17 03:56:51 +13:00
// lblFilterFrom
2013-11-03 23:53:49 +13:00
//
2014-10-17 03:56:51 +13:00
resources.ApplyResources(this.lblFilterFrom, "lblFilterFrom");
this.lblFilterFrom.Name = "lblFilterFrom";
2013-11-03 23:53:49 +13:00
//
2014-10-17 03:56:51 +13:00
// lblFilterTo
2013-11-03 23:53:49 +13:00
//
2014-10-17 03:56:51 +13:00
resources.ApplyResources(this.lblFilterTo, "lblFilterTo");
this.lblFilterTo.Name = "lblFilterTo";
2013-11-03 23:53:49 +13:00
//
// dtpFilterTo
//
resources.ApplyResources(this.dtpFilterTo, "dtpFilterTo");
2013-11-03 23:53:49 +13:00
this.dtpFilterTo.Name = "dtpFilterTo";
//
// btnApplyFilters
//
resources.ApplyResources(this.btnApplyFilters, "btnApplyFilters");
2013-11-03 23:53:49 +13:00
this.btnApplyFilters.Name = "btnApplyFilters";
this.btnApplyFilters.UseVisualStyleBackColor = true;
this.btnApplyFilters.Click += new System.EventHandler(this.btnApplyFilters_Click);
//
// txtFilenameFilter
//
resources.ApplyResources(this.txtFilenameFilter, "txtFilenameFilter");
2013-11-03 23:53:49 +13:00
this.txtFilenameFilter.Name = "txtFilenameFilter";
//
// cbFilenameFilterMethod
//
this.cbFilenameFilterMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbFilenameFilterMethod.FormattingEnabled = true;
this.cbFilenameFilterMethod.Items.AddRange(new object[] {
resources.GetString("cbFilenameFilterMethod.Items"),
resources.GetString("cbFilenameFilterMethod.Items1"),
resources.GetString("cbFilenameFilterMethod.Items2"),
resources.GetString("cbFilenameFilterMethod.Items3")});
resources.ApplyResources(this.cbFilenameFilterMethod, "cbFilenameFilterMethod");
2013-11-03 23:53:49 +13:00
this.cbFilenameFilterMethod.Name = "cbFilenameFilterMethod";
//
// cbFilenameFilterCulture
//
this.cbFilenameFilterCulture.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbFilenameFilterCulture.FormattingEnabled = true;
this.cbFilenameFilterCulture.Items.AddRange(new object[] {
resources.GetString("cbFilenameFilterCulture.Items"),
resources.GetString("cbFilenameFilterCulture.Items1"),
resources.GetString("cbFilenameFilterCulture.Items2")});
resources.ApplyResources(this.cbFilenameFilterCulture, "cbFilenameFilterCulture");
2013-11-03 23:53:49 +13:00
this.cbFilenameFilterCulture.Name = "cbFilenameFilterCulture";
//
// cbFilenameFilter
//
resources.ApplyResources(this.cbFilenameFilter, "cbFilenameFilter");
2013-11-03 23:53:49 +13:00
this.cbFilenameFilter.Name = "cbFilenameFilter";
this.cbFilenameFilter.UseVisualStyleBackColor = true;
//
// cbFilenameFilterCase
//
resources.ApplyResources(this.cbFilenameFilterCase, "cbFilenameFilterCase");
2013-11-03 23:53:49 +13:00
this.cbFilenameFilterCase.Name = "cbFilenameFilterCase";
this.cbFilenameFilterCase.UseVisualStyleBackColor = true;
//
// ssMain
//
this.ssMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsslStatus});
resources.ApplyResources(this.ssMain, "ssMain");
2013-11-03 23:53:49 +13:00
this.ssMain.Name = "ssMain";
//
// tsslStatus
//
this.tsslStatus.Name = "tsslStatus";
resources.ApplyResources(this.tsslStatus, "tsslStatus");
2013-11-03 23:53:49 +13:00
//
// gbFilters
//
this.gbFilters.Controls.Add(this.btnRemoveFilters);
this.gbFilters.Controls.Add(this.btnApplyFilters);
this.gbFilters.Controls.Add(this.txtHostFilter);
this.gbFilters.Controls.Add(this.cbTypeFilterSelection);
this.gbFilters.Controls.Add(this.cbHostFilter);
this.gbFilters.Controls.Add(this.cbTypeFilter);
this.gbFilters.Controls.Add(this.dtpFilterFrom);
2014-10-17 03:56:51 +13:00
this.gbFilters.Controls.Add(this.lblFilterFrom);
2013-11-03 23:53:49 +13:00
this.gbFilters.Controls.Add(this.cbFilenameFilter);
2014-10-17 03:56:51 +13:00
this.gbFilters.Controls.Add(this.lblFilterTo);
2013-11-03 23:53:49 +13:00
this.gbFilters.Controls.Add(this.cbFilenameFilterCase);
this.gbFilters.Controls.Add(this.cbDateFilter);
this.gbFilters.Controls.Add(this.dtpFilterTo);
this.gbFilters.Controls.Add(this.cbFilenameFilterCulture);
this.gbFilters.Controls.Add(this.txtFilenameFilter);
this.gbFilters.Controls.Add(this.cbFilenameFilterMethod);
resources.ApplyResources(this.gbFilters, "gbFilters");
2013-11-03 23:53:49 +13:00
this.gbFilters.Name = "gbFilters";
this.gbFilters.TabStop = false;
//
// btnRemoveFilters
//
resources.ApplyResources(this.btnRemoveFilters, "btnRemoveFilters");
2013-11-03 23:53:49 +13:00
this.btnRemoveFilters.Name = "btnRemoveFilters";
this.btnRemoveFilters.UseVisualStyleBackColor = true;
this.btnRemoveFilters.Click += new System.EventHandler(this.btnRemoveFilters_Click);
//
// txtHostFilter
//
resources.ApplyResources(this.txtHostFilter, "txtHostFilter");
2013-11-03 23:53:49 +13:00
this.txtHostFilter.Name = "txtHostFilter";
//
// cbTypeFilterSelection
//
this.cbTypeFilterSelection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbTypeFilterSelection.FormattingEnabled = true;
this.cbTypeFilterSelection.Items.AddRange(new object[] {
resources.GetString("cbTypeFilterSelection.Items"),
resources.GetString("cbTypeFilterSelection.Items1"),
resources.GetString("cbTypeFilterSelection.Items2")});
resources.ApplyResources(this.cbTypeFilterSelection, "cbTypeFilterSelection");
2013-11-03 23:53:49 +13:00
this.cbTypeFilterSelection.Name = "cbTypeFilterSelection";
//
// cbHostFilter
//
resources.ApplyResources(this.cbHostFilter, "cbHostFilter");
2013-11-03 23:53:49 +13:00
this.cbHostFilter.Name = "cbHostFilter";
this.cbHostFilter.UseVisualStyleBackColor = true;
//
// cbTypeFilter
//
resources.ApplyResources(this.cbTypeFilter, "cbTypeFilter");
2013-11-03 23:53:49 +13:00
this.cbTypeFilter.Name = "cbTypeFilter";
this.cbTypeFilter.UseVisualStyleBackColor = true;
//
// lvHistory
//
2014-05-24 17:07:03 +12:00
this.lvHistory.AllowColumnSort = true;
resources.ApplyResources(this.lvHistory, "lvHistory");
2013-11-03 23:53:49 +13:00
this.lvHistory.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chDateTime,
this.chFilename,
this.chType,
this.chHost,
this.chURL});
this.lvHistory.FullRowSelect = true;
this.lvHistory.HideSelection = false;
this.lvHistory.Name = "lvHistory";
this.lvHistory.UseCompatibleStateImageBehavior = false;
this.lvHistory.View = System.Windows.Forms.View.Details;
this.lvHistory.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lvHistory_ItemSelectionChanged);
this.lvHistory.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvHistory_KeyDown);
this.lvHistory.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvHistory_MouseDoubleClick);
this.lvHistory.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvHistory_MouseUp);
//
// chDateTime
//
resources.ApplyResources(this.chDateTime, "chDateTime");
2013-11-03 23:53:49 +13:00
//
// chFilename
//
resources.ApplyResources(this.chFilename, "chFilename");
2013-11-03 23:53:49 +13:00
//
// chType
//
resources.ApplyResources(this.chType, "chType");
2013-11-03 23:53:49 +13:00
//
// chHost
//
resources.ApplyResources(this.chHost, "chHost");
2013-11-03 23:53:49 +13:00
//
// chURL
//
resources.ApplyResources(this.chURL, "chURL");
2013-11-03 23:53:49 +13:00
//
// pbThumbnail
//
resources.ApplyResources(this.pbThumbnail, "pbThumbnail");
2013-11-03 23:53:49 +13:00
this.pbThumbnail.BackColor = System.Drawing.Color.White;
this.pbThumbnail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbThumbnail.DrawCheckeredBackground = true;
this.pbThumbnail.FullscreenOnClick = true;
this.pbThumbnail.Name = "pbThumbnail";
//
// HistoryForm
//
resources.ApplyResources(this, "$this");
2013-11-03 23:53:49 +13:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.lvHistory);
this.Controls.Add(this.pbThumbnail);
this.Controls.Add(this.gbFilters);
this.Controls.Add(this.ssMain);
this.KeyPreview = true;
this.Name = "HistoryForm";
this.Shown += new System.EventHandler(this.HistoryForm_Shown);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HistoryForm_KeyDown);
this.ssMain.ResumeLayout(false);
this.ssMain.PerformLayout();
this.gbFilters.ResumeLayout(false);
this.gbFilters.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion Windows Form Designer generated code
private HelpersLib.MyListView lvHistory;
private System.Windows.Forms.ColumnHeader chFilename;
private System.Windows.Forms.ColumnHeader chDateTime;
private System.Windows.Forms.ColumnHeader chType;
private System.Windows.Forms.ColumnHeader chHost;
private System.Windows.Forms.ColumnHeader chURL;
private System.Windows.Forms.DateTimePicker dtpFilterFrom;
private System.Windows.Forms.CheckBox cbDateFilter;
2014-10-17 03:56:51 +13:00
private System.Windows.Forms.Label lblFilterFrom;
private System.Windows.Forms.Label lblFilterTo;
2013-11-03 23:53:49 +13:00
private System.Windows.Forms.DateTimePicker dtpFilterTo;
private System.Windows.Forms.Button btnApplyFilters;
private System.Windows.Forms.TextBox txtFilenameFilter;
private System.Windows.Forms.ComboBox cbFilenameFilterMethod;
private System.Windows.Forms.ComboBox cbFilenameFilterCulture;
private System.Windows.Forms.CheckBox cbFilenameFilter;
private System.Windows.Forms.CheckBox cbFilenameFilterCase;
private HelpersLib.MyPictureBox pbThumbnail;
private System.Windows.Forms.StatusStrip ssMain;
private System.Windows.Forms.ToolStripStatusLabel tsslStatus;
private System.Windows.Forms.GroupBox gbFilters;
private System.Windows.Forms.Button btnRemoveFilters;
private System.Windows.Forms.ComboBox cbTypeFilterSelection;
private System.Windows.Forms.CheckBox cbHostFilter;
private System.Windows.Forms.CheckBox cbTypeFilter;
private System.Windows.Forms.TextBox txtHostFilter;
}
}