Files
elma/ELMA/Form1.Designer.cs
T
2020-08-24 23:23:13 +02:00

425 lines
22 KiB
C#

namespace ELMA
{
partial class MainForm
{
/// <summary>
/// Variabile di progettazione necessaria.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Pulire le risorse in uso.
/// </summary>
/// <param name="disposing">ha valore true se le risorse gestite devono essere eliminate, false in caso contrario.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Codice generato da Progettazione Windows Form
/// <summary>
/// Metodo necessario per il supporto della finestra di progettazione. Non modificare
/// il contenuto del metodo con l'editor di codice.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.ErrorsDGV = new System.Windows.Forms.DataGridView();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.lblApp = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
this.lblVers = new System.Windows.Forms.ToolStripStatusLabel();
this.gboxFiltri = new System.Windows.Forms.GroupBox();
this.listApp = new System.Windows.Forms.ListBox();
this.listHost = new System.Windows.Forms.ListBox();
this.listStatus = new System.Windows.Forms.ListBox();
this.listType = new System.Windows.Forms.ListBox();
this.listUsers = new System.Windows.Forms.ListBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.btnLoad = new System.Windows.Forms.Button();
this.errorIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.applicationDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.hostDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.typeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sourceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.messageDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.userDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.statusCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.timeUtcDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sequenceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bsErrors = new System.Windows.Forms.BindingSource(this.components);
this.btnDelete = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.ErrorsDGV)).BeginInit();
this.statusStrip1.SuspendLayout();
this.gboxFiltri.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bsErrors)).BeginInit();
this.SuspendLayout();
//
// ErrorsDGV
//
this.ErrorsDGV.AllowUserToAddRows = false;
this.ErrorsDGV.AllowUserToDeleteRows = false;
this.ErrorsDGV.AllowUserToOrderColumns = true;
this.ErrorsDGV.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ErrorsDGV.AutoGenerateColumns = false;
this.ErrorsDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.ErrorsDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.errorIdDataGridViewTextBoxColumn,
this.applicationDataGridViewTextBoxColumn,
this.hostDataGridViewTextBoxColumn,
this.typeDataGridViewTextBoxColumn,
this.sourceDataGridViewTextBoxColumn,
this.messageDataGridViewTextBoxColumn,
this.userDataGridViewTextBoxColumn,
this.statusCodeDataGridViewTextBoxColumn,
this.timeUtcDataGridViewTextBoxColumn,
this.sequenceDataGridViewTextBoxColumn});
this.ErrorsDGV.DataSource = this.bsErrors;
this.ErrorsDGV.Location = new System.Drawing.Point(16, 134);
this.ErrorsDGV.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ErrorsDGV.Name = "ErrorsDGV";
this.ErrorsDGV.ReadOnly = true;
this.ErrorsDGV.RowHeadersWidth = 51;
this.ErrorsDGV.Size = new System.Drawing.Size(1223, 389);
this.ErrorsDGV.TabIndex = 0;
//
// statusStrip1
//
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblApp,
this.toolStripProgressBar1,
this.lblVers});
this.statusStrip1.Location = new System.Drawing.Point(0, 528);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0);
this.statusStrip1.Size = new System.Drawing.Size(1255, 26);
this.statusStrip1.TabIndex = 1;
this.statusStrip1.Text = "statusStrip1";
//
// lblApp
//
this.lblApp.Name = "lblApp";
this.lblApp.Size = new System.Drawing.Size(55, 20);
this.lblApp.Text = "SELMA";
//
// toolStripProgressBar1
//
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
this.toolStripProgressBar1.Size = new System.Drawing.Size(133, 18);
//
// lblVers
//
this.lblVers.Name = "lblVers";
this.lblVers.Size = new System.Drawing.Size(50, 20);
this.lblVers.Text = "0.0.0.0";
//
// gboxFiltri
//
this.gboxFiltri.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gboxFiltri.Controls.Add(this.btnDelete);
this.gboxFiltri.Controls.Add(this.btnLoad);
this.gboxFiltri.Controls.Add(this.label5);
this.gboxFiltri.Controls.Add(this.label4);
this.gboxFiltri.Controls.Add(this.label3);
this.gboxFiltri.Controls.Add(this.label2);
this.gboxFiltri.Controls.Add(this.label1);
this.gboxFiltri.Controls.Add(this.listUsers);
this.gboxFiltri.Controls.Add(this.listType);
this.gboxFiltri.Controls.Add(this.listStatus);
this.gboxFiltri.Controls.Add(this.listHost);
this.gboxFiltri.Controls.Add(this.listApp);
this.gboxFiltri.Location = new System.Drawing.Point(16, 12);
this.gboxFiltri.Name = "gboxFiltri";
this.gboxFiltri.Size = new System.Drawing.Size(1223, 115);
this.gboxFiltri.TabIndex = 2;
this.gboxFiltri.TabStop = false;
this.gboxFiltri.Text = "Filtri";
//
// listApp
//
this.listApp.Font = new System.Drawing.Font("Arial Narrow", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listApp.FormattingEnabled = true;
this.listApp.ItemHeight = 16;
this.listApp.Location = new System.Drawing.Point(7, 38);
this.listApp.Name = "listApp";
this.listApp.Size = new System.Drawing.Size(176, 68);
this.listApp.TabIndex = 0;
this.listApp.SelectedIndexChanged += new System.EventHandler(this.listApp_SelectedIndexChanged);
//
// listHost
//
this.listHost.Font = new System.Drawing.Font("Arial Narrow", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listHost.FormattingEnabled = true;
this.listHost.ItemHeight = 16;
this.listHost.Location = new System.Drawing.Point(189, 38);
this.listHost.Name = "listHost";
this.listHost.Size = new System.Drawing.Size(92, 68);
this.listHost.TabIndex = 1;
this.listHost.SelectedIndexChanged += new System.EventHandler(this.listHost_SelectedIndexChanged);
//
// listStatus
//
this.listStatus.Font = new System.Drawing.Font("Arial Narrow", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listStatus.FormattingEnabled = true;
this.listStatus.ItemHeight = 16;
this.listStatus.Location = new System.Drawing.Point(287, 38);
this.listStatus.Name = "listStatus";
this.listStatus.Size = new System.Drawing.Size(87, 68);
this.listStatus.TabIndex = 2;
this.listStatus.SelectedIndexChanged += new System.EventHandler(this.listStatus_SelectedIndexChanged);
//
// listType
//
this.listType.Font = new System.Drawing.Font("Arial Narrow", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listType.FormattingEnabled = true;
this.listType.ItemHeight = 16;
this.listType.Location = new System.Drawing.Point(380, 38);
this.listType.Name = "listType";
this.listType.Size = new System.Drawing.Size(393, 68);
this.listType.TabIndex = 3;
this.listType.SelectedIndexChanged += new System.EventHandler(this.listType_SelectedIndexChanged);
//
// listUsers
//
this.listUsers.Font = new System.Drawing.Font("Arial Narrow", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listUsers.FormattingEnabled = true;
this.listUsers.ItemHeight = 16;
this.listUsers.Location = new System.Drawing.Point(779, 38);
this.listUsers.Name = "listUsers";
this.listUsers.Size = new System.Drawing.Size(135, 68);
this.listUsers.TabIndex = 4;
this.listUsers.SelectedIndexChanged += new System.EventHandler(this.listUsers_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(33, 17);
this.label1.TabIndex = 5;
this.label1.Text = "App";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(186, 18);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(37, 17);
this.label2.TabIndex = 6;
this.label2.Text = "Host";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(287, 18);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(48, 17);
this.label3.TabIndex = 7;
this.label3.Text = "Status";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(377, 18);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(40, 17);
this.label4.TabIndex = 8;
this.label4.Text = "Type";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(776, 18);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(45, 17);
this.label5.TabIndex = 9;
this.label5.Text = "Users";
//
// btnLoad
//
this.btnLoad.Location = new System.Drawing.Point(935, 38);
this.btnLoad.Name = "btnLoad";
this.btnLoad.Size = new System.Drawing.Size(131, 68);
this.btnLoad.TabIndex = 10;
this.btnLoad.Text = "SEARCH";
this.btnLoad.UseVisualStyleBackColor = true;
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
//
// errorIdDataGridViewTextBoxColumn
//
this.errorIdDataGridViewTextBoxColumn.DataPropertyName = "ErrorId";
this.errorIdDataGridViewTextBoxColumn.HeaderText = "ErrorId";
this.errorIdDataGridViewTextBoxColumn.MinimumWidth = 6;
this.errorIdDataGridViewTextBoxColumn.Name = "errorIdDataGridViewTextBoxColumn";
this.errorIdDataGridViewTextBoxColumn.ReadOnly = true;
this.errorIdDataGridViewTextBoxColumn.Width = 125;
//
// applicationDataGridViewTextBoxColumn
//
this.applicationDataGridViewTextBoxColumn.DataPropertyName = "Application";
this.applicationDataGridViewTextBoxColumn.HeaderText = "Application";
this.applicationDataGridViewTextBoxColumn.MinimumWidth = 6;
this.applicationDataGridViewTextBoxColumn.Name = "applicationDataGridViewTextBoxColumn";
this.applicationDataGridViewTextBoxColumn.ReadOnly = true;
this.applicationDataGridViewTextBoxColumn.Width = 125;
//
// hostDataGridViewTextBoxColumn
//
this.hostDataGridViewTextBoxColumn.DataPropertyName = "Host";
this.hostDataGridViewTextBoxColumn.HeaderText = "Host";
this.hostDataGridViewTextBoxColumn.MinimumWidth = 6;
this.hostDataGridViewTextBoxColumn.Name = "hostDataGridViewTextBoxColumn";
this.hostDataGridViewTextBoxColumn.ReadOnly = true;
this.hostDataGridViewTextBoxColumn.Width = 125;
//
// typeDataGridViewTextBoxColumn
//
this.typeDataGridViewTextBoxColumn.DataPropertyName = "Type";
this.typeDataGridViewTextBoxColumn.HeaderText = "Type";
this.typeDataGridViewTextBoxColumn.MinimumWidth = 6;
this.typeDataGridViewTextBoxColumn.Name = "typeDataGridViewTextBoxColumn";
this.typeDataGridViewTextBoxColumn.ReadOnly = true;
this.typeDataGridViewTextBoxColumn.Width = 125;
//
// sourceDataGridViewTextBoxColumn
//
this.sourceDataGridViewTextBoxColumn.DataPropertyName = "Source";
this.sourceDataGridViewTextBoxColumn.HeaderText = "Source";
this.sourceDataGridViewTextBoxColumn.MinimumWidth = 6;
this.sourceDataGridViewTextBoxColumn.Name = "sourceDataGridViewTextBoxColumn";
this.sourceDataGridViewTextBoxColumn.ReadOnly = true;
this.sourceDataGridViewTextBoxColumn.Width = 125;
//
// messageDataGridViewTextBoxColumn
//
this.messageDataGridViewTextBoxColumn.DataPropertyName = "Message";
this.messageDataGridViewTextBoxColumn.HeaderText = "Message";
this.messageDataGridViewTextBoxColumn.MinimumWidth = 6;
this.messageDataGridViewTextBoxColumn.Name = "messageDataGridViewTextBoxColumn";
this.messageDataGridViewTextBoxColumn.ReadOnly = true;
this.messageDataGridViewTextBoxColumn.Width = 125;
//
// userDataGridViewTextBoxColumn
//
this.userDataGridViewTextBoxColumn.DataPropertyName = "User";
this.userDataGridViewTextBoxColumn.HeaderText = "User";
this.userDataGridViewTextBoxColumn.MinimumWidth = 6;
this.userDataGridViewTextBoxColumn.Name = "userDataGridViewTextBoxColumn";
this.userDataGridViewTextBoxColumn.ReadOnly = true;
this.userDataGridViewTextBoxColumn.Width = 125;
//
// statusCodeDataGridViewTextBoxColumn
//
this.statusCodeDataGridViewTextBoxColumn.DataPropertyName = "StatusCode";
this.statusCodeDataGridViewTextBoxColumn.HeaderText = "StatusCode";
this.statusCodeDataGridViewTextBoxColumn.MinimumWidth = 6;
this.statusCodeDataGridViewTextBoxColumn.Name = "statusCodeDataGridViewTextBoxColumn";
this.statusCodeDataGridViewTextBoxColumn.ReadOnly = true;
this.statusCodeDataGridViewTextBoxColumn.Width = 125;
//
// timeUtcDataGridViewTextBoxColumn
//
this.timeUtcDataGridViewTextBoxColumn.DataPropertyName = "TimeUtc";
this.timeUtcDataGridViewTextBoxColumn.HeaderText = "TimeUtc";
this.timeUtcDataGridViewTextBoxColumn.MinimumWidth = 6;
this.timeUtcDataGridViewTextBoxColumn.Name = "timeUtcDataGridViewTextBoxColumn";
this.timeUtcDataGridViewTextBoxColumn.ReadOnly = true;
this.timeUtcDataGridViewTextBoxColumn.Width = 125;
//
// sequenceDataGridViewTextBoxColumn
//
this.sequenceDataGridViewTextBoxColumn.DataPropertyName = "Sequence";
this.sequenceDataGridViewTextBoxColumn.HeaderText = "Sequence";
this.sequenceDataGridViewTextBoxColumn.MinimumWidth = 6;
this.sequenceDataGridViewTextBoxColumn.Name = "sequenceDataGridViewTextBoxColumn";
this.sequenceDataGridViewTextBoxColumn.ReadOnly = true;
this.sequenceDataGridViewTextBoxColumn.Width = 125;
//
// bsErrors
//
this.bsErrors.DataSource = typeof(AppData.ELMAH_Error);
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(1086, 38);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(131, 68);
this.btnDelete.TabIndex = 11;
this.btnDelete.Text = "DELETE";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1255, 554);
this.Controls.Add(this.gboxFiltri);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.ErrorsDGV);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "MainForm";
this.Text = "Steamware Elma Log Monitor and Analysis";
((System.ComponentModel.ISupportInitialize)(this.ErrorsDGV)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.gboxFiltri.ResumeLayout(false);
this.gboxFiltri.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bsErrors)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView ErrorsDGV;
private System.Windows.Forms.BindingSource bsErrors;
private System.Windows.Forms.DataGridViewTextBoxColumn errorIdDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn applicationDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn hostDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn typeDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn sourceDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn messageDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn userDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn statusCodeDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn timeUtcDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn sequenceDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn allXmlDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn tagsDataGridViewTextBoxColumn;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel lblApp;
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
private System.Windows.Forms.ToolStripStatusLabel lblVers;
private System.Windows.Forms.GroupBox gboxFiltri;
private System.Windows.Forms.ListBox listApp;
private System.Windows.Forms.ListBox listStatus;
private System.Windows.Forms.ListBox listHost;
private System.Windows.Forms.ListBox listUsers;
private System.Windows.Forms.ListBox listType;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnLoad;
private System.Windows.Forms.Button btnDelete;
}
}