천호석
2023-05-15 0de38c0ebeb49d545ae1d2267f2b932392bd583c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
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;
    }
}