66 lines
2.4 KiB
C#
66 lines
2.4 KiB
C#
///
|
|
/// Copyright (c) 2013-2020 Sensus Slovensko a.s.
|
|
///
|
|
namespace TBF.UI.EventLogs
|
|
{
|
|
partial class EventLogsTabPageCtrl
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EventLogsTabPageCtrl));
|
|
this.eventsListView = new Common.Forms.ListViewEx();
|
|
this.SuspendLayout();
|
|
//
|
|
// eventsListView
|
|
//
|
|
this.eventsListView.AllowColumnReorder = true;
|
|
resources.ApplyResources(this.eventsListView, "eventsListView");
|
|
this.eventsListView.DoubleClickActivation = false;
|
|
this.eventsListView.FullRowSelect = true;
|
|
this.eventsListView.GridLines = true;
|
|
this.eventsListView.Name = "eventsListView";
|
|
this.eventsListView.UseCompatibleStateImageBehavior = false;
|
|
this.eventsListView.View = System.Windows.Forms.View.Details;
|
|
this.eventsListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.eventsListView_ColumnClick);
|
|
//
|
|
// EventLogsTabPageCtrl
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.Silver;
|
|
this.Controls.Add(this.eventsListView);
|
|
this.Name = "EventLogsTabPageCtrl";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Common.Forms.ListViewEx eventsListView;
|
|
}
|
|
}
|