namespace SA_LTT_UI.Screen
|
{
|
partial class ScreenLog
|
{
|
/// <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()
|
{
|
this.dtp_StartDateTime = new System.Windows.Forms.DateTimePicker();
|
this.mc_DateTime = new System.Windows.Forms.MonthCalendar();
|
this.btn_AlarmOccurredLog = new System.Windows.Forms.Button();
|
this.dtp_EndDateTime = new System.Windows.Forms.DateTimePicker();
|
this.label1 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.btn_AlarmChangedLog = new System.Windows.Forms.Button();
|
this.lv_Log = new System.Windows.Forms.ListView();
|
this.btn_EnergyDropCheckLog = new System.Windows.Forms.Button();
|
this.btn_AttenuatorCalLog = new System.Windows.Forms.Button();
|
this.btn_ProcessLog = new System.Windows.Forms.Button();
|
this.btn_ButtonLog = new System.Windows.Forms.Button();
|
this.SuspendLayout();
|
//
|
// dtp_StartDateTime
|
//
|
this.dtp_StartDateTime.Location = new System.Drawing.Point(57, 180);
|
this.dtp_StartDateTime.Name = "dtp_StartDateTime";
|
this.dtp_StartDateTime.Size = new System.Drawing.Size(172, 21);
|
this.dtp_StartDateTime.TabIndex = 1;
|
this.dtp_StartDateTime.ValueChanged += new System.EventHandler(this.dtp_StartDateTime_ValueChanged);
|
//
|
// mc_DateTime
|
//
|
this.mc_DateTime.Location = new System.Drawing.Point(9, 9);
|
this.mc_DateTime.Name = "mc_DateTime";
|
this.mc_DateTime.TabIndex = 2;
|
this.mc_DateTime.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mc_DateTime_DateChanged);
|
//
|
// btn_AlarmOccurredLog
|
//
|
this.btn_AlarmOccurredLog.Location = new System.Drawing.Point(9, 234);
|
this.btn_AlarmOccurredLog.Name = "btn_AlarmOccurredLog";
|
this.btn_AlarmOccurredLog.Size = new System.Drawing.Size(220, 38);
|
this.btn_AlarmOccurredLog.TabIndex = 3;
|
this.btn_AlarmOccurredLog.Text = "Alarm Occurred Log";
|
this.btn_AlarmOccurredLog.UseVisualStyleBackColor = true;
|
this.btn_AlarmOccurredLog.Click += new System.EventHandler(this.btn_AlarmOccurredLog_Click);
|
//
|
// dtp_EndDateTime
|
//
|
this.dtp_EndDateTime.Location = new System.Drawing.Point(57, 207);
|
this.dtp_EndDateTime.Name = "dtp_EndDateTime";
|
this.dtp_EndDateTime.Size = new System.Drawing.Size(172, 21);
|
this.dtp_EndDateTime.TabIndex = 1;
|
this.dtp_EndDateTime.ValueChanged += new System.EventHandler(this.dtp_EndDateTime_ValueChanged);
|
//
|
// label1
|
//
|
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label1.Location = new System.Drawing.Point(9, 180);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(42, 21);
|
this.label1.TabIndex = 4;
|
this.label1.Text = "Start";
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// label2
|
//
|
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label2.Location = new System.Drawing.Point(9, 207);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(42, 21);
|
this.label2.TabIndex = 4;
|
this.label2.Text = "End";
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// btn_AlarmChangedLog
|
//
|
this.btn_AlarmChangedLog.Location = new System.Drawing.Point(9, 278);
|
this.btn_AlarmChangedLog.Name = "btn_AlarmChangedLog";
|
this.btn_AlarmChangedLog.Size = new System.Drawing.Size(220, 38);
|
this.btn_AlarmChangedLog.TabIndex = 3;
|
this.btn_AlarmChangedLog.Text = "Alarm Changed Log";
|
this.btn_AlarmChangedLog.UseVisualStyleBackColor = true;
|
this.btn_AlarmChangedLog.Click += new System.EventHandler(this.btn_AlarmChangedLog_Click);
|
//
|
// lv_Log
|
//
|
this.lv_Log.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lv_Log.FullRowSelect = true;
|
this.lv_Log.GridLines = true;
|
this.lv_Log.Location = new System.Drawing.Point(235, 0);
|
this.lv_Log.MultiSelect = false;
|
this.lv_Log.Name = "lv_Log";
|
this.lv_Log.Size = new System.Drawing.Size(1678, 809);
|
this.lv_Log.TabIndex = 480;
|
this.lv_Log.UseCompatibleStateImageBehavior = false;
|
this.lv_Log.View = System.Windows.Forms.View.Details;
|
//
|
// btn_EnergyDropCheckLog
|
//
|
this.btn_EnergyDropCheckLog.Location = new System.Drawing.Point(9, 366);
|
this.btn_EnergyDropCheckLog.Name = "btn_EnergyDropCheckLog";
|
this.btn_EnergyDropCheckLog.Size = new System.Drawing.Size(220, 38);
|
this.btn_EnergyDropCheckLog.TabIndex = 3;
|
this.btn_EnergyDropCheckLog.Text = "Energy drop check Log";
|
this.btn_EnergyDropCheckLog.UseVisualStyleBackColor = true;
|
this.btn_EnergyDropCheckLog.Click += new System.EventHandler(this.btn_EnergyDropCheckLog_Click);
|
//
|
// btn_AttenuatorCalLog
|
//
|
this.btn_AttenuatorCalLog.Location = new System.Drawing.Point(9, 410);
|
this.btn_AttenuatorCalLog.Name = "btn_AttenuatorCalLog";
|
this.btn_AttenuatorCalLog.Size = new System.Drawing.Size(220, 38);
|
this.btn_AttenuatorCalLog.TabIndex = 3;
|
this.btn_AttenuatorCalLog.Text = "Attenuator cal Log";
|
this.btn_AttenuatorCalLog.UseVisualStyleBackColor = true;
|
this.btn_AttenuatorCalLog.Click += new System.EventHandler(this.btn_AttenuatorCalLog_Click);
|
//
|
// btn_ProcessLog
|
//
|
this.btn_ProcessLog.Location = new System.Drawing.Point(9, 454);
|
this.btn_ProcessLog.Name = "btn_ProcessLog";
|
this.btn_ProcessLog.Size = new System.Drawing.Size(220, 38);
|
this.btn_ProcessLog.TabIndex = 3;
|
this.btn_ProcessLog.Text = "Process Log";
|
this.btn_ProcessLog.UseVisualStyleBackColor = true;
|
this.btn_ProcessLog.Click += new System.EventHandler(this.btn_ProcessLog_Click);
|
//
|
// btn_ButtonLog
|
//
|
this.btn_ButtonLog.Location = new System.Drawing.Point(9, 322);
|
this.btn_ButtonLog.Name = "btn_ButtonLog";
|
this.btn_ButtonLog.Size = new System.Drawing.Size(220, 38);
|
this.btn_ButtonLog.TabIndex = 3;
|
this.btn_ButtonLog.Text = "Button Log";
|
this.btn_ButtonLog.UseVisualStyleBackColor = true;
|
this.btn_ButtonLog.Click += new System.EventHandler(this.btn_ButtonLog_Click);
|
//
|
// ScreenLog
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.lv_Log);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.btn_ProcessLog);
|
this.Controls.Add(this.btn_AttenuatorCalLog);
|
this.Controls.Add(this.btn_ButtonLog);
|
this.Controls.Add(this.btn_EnergyDropCheckLog);
|
this.Controls.Add(this.btn_AlarmChangedLog);
|
this.Controls.Add(this.btn_AlarmOccurredLog);
|
this.Controls.Add(this.mc_DateTime);
|
this.Controls.Add(this.dtp_EndDateTime);
|
this.Controls.Add(this.dtp_StartDateTime);
|
this.Name = "ScreenLog";
|
this.Size = new System.Drawing.Size(1916, 809);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private System.Windows.Forms.DateTimePicker dtp_StartDateTime;
|
private System.Windows.Forms.MonthCalendar mc_DateTime;
|
private System.Windows.Forms.Button btn_AlarmOccurredLog;
|
private System.Windows.Forms.DateTimePicker dtp_EndDateTime;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Button btn_AlarmChangedLog;
|
private System.Windows.Forms.ListView lv_Log;
|
private System.Windows.Forms.Button btn_EnergyDropCheckLog;
|
private System.Windows.Forms.Button btn_AttenuatorCalLog;
|
private System.Windows.Forms.Button btn_ProcessLog;
|
private System.Windows.Forms.Button btn_ButtonLog;
|
}
|
}
|