tbf/EventViewer/EventViewerWnd.Designer.cs
2021-06-02 13:52:18 +02:00

188 lines
9.8 KiB
C#

namespace EventViewer
{
partial class EventViewerWnd
{
/// <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()
{
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.userLoginButton = new System.Windows.Forms.Button();
this.eventsSelectionGroupBox = new System.Windows.Forms.GroupBox();
this.recentEventsRadioButton = new System.Windows.Forms.RadioButton();
this.unreadEventsRadioButton = new System.Windows.Forms.RadioButton();
this.allEventsRadioButton = new System.Windows.Forms.RadioButton();
this.settingsButton = new System.Windows.Forms.Button();
this.eventsListView = new Common.UIControls.ListViewEx();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.eventsSelectionGroupBox.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.IsSplitterFixed = true;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.userLoginButton);
this.splitContainer1.Panel1.Controls.Add(this.eventsSelectionGroupBox);
this.splitContainer1.Panel1.Controls.Add(this.settingsButton);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.eventsListView);
this.splitContainer1.Size = new System.Drawing.Size(863, 592);
this.splitContainer1.SplitterDistance = 100;
this.splitContainer1.TabIndex = 0;
//
// userLoginButton
//
this.userLoginButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.userLoginButton.Location = new System.Drawing.Point(636, 17);
this.userLoginButton.Name = "userLoginButton";
this.userLoginButton.Size = new System.Drawing.Size(100, 37);
this.userLoginButton.TabIndex = 4;
this.userLoginButton.Text = "User login";
this.userLoginButton.UseVisualStyleBackColor = true;
this.userLoginButton.Click += new System.EventHandler(this.userLoginButton_Click);
//
// eventsSelectionGroupBox
//
this.eventsSelectionGroupBox.Controls.Add(this.recentEventsRadioButton);
this.eventsSelectionGroupBox.Controls.Add(this.unreadEventsRadioButton);
this.eventsSelectionGroupBox.Controls.Add(this.allEventsRadioButton);
this.eventsSelectionGroupBox.Location = new System.Drawing.Point(22, 5);
this.eventsSelectionGroupBox.Name = "eventsSelectionGroupBox";
this.eventsSelectionGroupBox.Size = new System.Drawing.Size(269, 92);
this.eventsSelectionGroupBox.TabIndex = 3;
this.eventsSelectionGroupBox.TabStop = false;
this.eventsSelectionGroupBox.Text = "Select events";
//
// recentEventsRadioButton
//
this.recentEventsRadioButton.AutoSize = true;
this.recentEventsRadioButton.Location = new System.Drawing.Point(24, 42);
this.recentEventsRadioButton.Name = "recentEventsRadioButton";
this.recentEventsRadioButton.Size = new System.Drawing.Size(95, 17);
this.recentEventsRadioButton.TabIndex = 1;
this.recentEventsRadioButton.TabStop = true;
this.recentEventsRadioButton.Text = "Recent events";
this.recentEventsRadioButton.UseVisualStyleBackColor = true;
this.recentEventsRadioButton.CheckedChanged += new System.EventHandler(this.recentEventsRadioButton_CheckedChanged);
//
// unreadEventsRadioButton
//
this.unreadEventsRadioButton.AutoSize = true;
this.unreadEventsRadioButton.Location = new System.Drawing.Point(24, 20);
this.unreadEventsRadioButton.Name = "unreadEventsRadioButton";
this.unreadEventsRadioButton.Size = new System.Drawing.Size(120, 17);
this.unreadEventsRadioButton.TabIndex = 0;
this.unreadEventsRadioButton.TabStop = true;
this.unreadEventsRadioButton.Text = "Unconfirmed events";
this.unreadEventsRadioButton.UseVisualStyleBackColor = true;
this.unreadEventsRadioButton.CheckedChanged += new System.EventHandler(this.unreadEventsRadioButton_CheckedChanged);
//
// allEventsRadioButton
//
this.allEventsRadioButton.AutoSize = true;
this.allEventsRadioButton.Location = new System.Drawing.Point(24, 64);
this.allEventsRadioButton.Name = "allEventsRadioButton";
this.allEventsRadioButton.Size = new System.Drawing.Size(71, 17);
this.allEventsRadioButton.TabIndex = 2;
this.allEventsRadioButton.TabStop = true;
this.allEventsRadioButton.Text = "All events";
this.allEventsRadioButton.UseVisualStyleBackColor = true;
this.allEventsRadioButton.CheckedChanged += new System.EventHandler(this.allEventsRadioButton_CheckedChanged);
//
// settingsButton
//
this.settingsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.settingsButton.Location = new System.Drawing.Point(748, 17);
this.settingsButton.Name = "settingsButton";
this.settingsButton.Size = new System.Drawing.Size(100, 37);
this.settingsButton.TabIndex = 0;
this.settingsButton.Text = "Settings";
this.settingsButton.UseVisualStyleBackColor = true;
this.settingsButton.Click += new System.EventHandler(this.settingsButton_Click);
//
// eventsListView
//
this.eventsListView.AllowColumnReorder = true;
this.eventsListView.CheckBoxes = true;
this.eventsListView.Dock = System.Windows.Forms.DockStyle.Fill;
this.eventsListView.DoubleClickActivation = false;
this.eventsListView.FullRowSelect = true;
this.eventsListView.GridLines = true;
this.eventsListView.Location = new System.Drawing.Point(0, 0);
this.eventsListView.Name = "eventsListView";
this.eventsListView.Size = new System.Drawing.Size(863, 488);
this.eventsListView.TabIndex = 0;
this.eventsListView.UseCompatibleStateImageBehavior = false;
this.eventsListView.View = System.Windows.Forms.View.Details;
this.eventsListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.eventsListView_ColumnClick);
this.eventsListView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.eventsListView_MouseDoubleClick);
//
// EventViewerWnd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(863, 592);
this.Controls.Add(this.splitContainer1);
this.Name = "EventViewerWnd";
this.Text = "Event viewer";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EventViewerWnd_FormClosing);
this.Load += new System.EventHandler(this.EventViewerWnd_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.eventsSelectionGroupBox.ResumeLayout(false);
this.eventsSelectionGroupBox.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Button settingsButton;
private Common.UIControls.ListViewEx eventsListView;
private System.Windows.Forms.GroupBox eventsSelectionGroupBox;
private System.Windows.Forms.RadioButton unreadEventsRadioButton;
private System.Windows.Forms.RadioButton allEventsRadioButton;
private System.Windows.Forms.Button userLoginButton;
private System.Windows.Forms.RadioButton recentEventsRadioButton;
}
}