namespace SHARP_CLAS_UI.Screen { partial class Form_Log { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Log)); this.panel3 = new System.Windows.Forms.Panel(); this.dtp_End_Date = new System.Windows.Forms.DateTimePicker(); this.lb_Start = new System.Windows.Forms.Label(); this.lb_End = new System.Windows.Forms.Label(); this.dtp_Start_Date = new System.Windows.Forms.DateTimePicker(); this.lb_Select_data = new System.Windows.Forms.Label(); this.btn_Date_Log_Open = new System.Windows.Forms.Button(); this.monthCalendar1 = new System.Windows.Forms.MonthCalendar(); this.panel2 = new System.Windows.Forms.Panel(); this.lblRunInfo = new System.Windows.Forms.Label(); this.btn_Time_Log_Open = new System.Windows.Forms.Button(); this.dtp_End_Time = new System.Windows.Forms.DateTimePicker(); this.lb_Start_1 = new System.Windows.Forms.Label(); this.lb_End_1 = new System.Windows.Forms.Label(); this.dtp_Start_Time = new System.Windows.Forms.DateTimePicker(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.btn_Save_File_CSV = new System.Windows.Forms.Button(); this.btn_Open_Folder = new System.Windows.Forms.Button(); this.lv_Log_Data = new System.Windows.Forms.ListView(); this.rb_Button_Log = new System.Windows.Forms.RadioButton(); this.rb_Alarm_Log = new System.Windows.Forms.RadioButton(); this.rb_Interlock_Log = new System.Windows.Forms.RadioButton(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel3 // this.panel3.BackColor = System.Drawing.Color.White; this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.dtp_End_Date); this.panel3.Controls.Add(this.lb_Start); this.panel3.Controls.Add(this.lb_End); this.panel3.Controls.Add(this.dtp_Start_Date); this.panel3.Controls.Add(this.lb_Select_data); this.panel3.Controls.Add(this.btn_Date_Log_Open); this.panel3.Controls.Add(this.monthCalendar1); resources.ApplyResources(this.panel3, "panel3"); this.panel3.Name = "panel3"; // // dtp_End_Date // resources.ApplyResources(this.dtp_End_Date, "dtp_End_Date"); this.dtp_End_Date.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtp_End_Date.Name = "dtp_End_Date"; // // lb_Start // this.lb_Start.BackColor = System.Drawing.Color.White; this.lb_Start.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; resources.ApplyResources(this.lb_Start, "lb_Start"); this.lb_Start.ForeColor = System.Drawing.Color.Black; this.lb_Start.Name = "lb_Start"; // // lb_End // this.lb_End.BackColor = System.Drawing.Color.White; this.lb_End.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; resources.ApplyResources(this.lb_End, "lb_End"); this.lb_End.ForeColor = System.Drawing.Color.Black; this.lb_End.Name = "lb_End"; // // dtp_Start_Date // resources.ApplyResources(this.dtp_Start_Date, "dtp_Start_Date"); this.dtp_Start_Date.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtp_Start_Date.Name = "dtp_Start_Date"; // // lb_Select_data // this.lb_Select_data.AutoEllipsis = true; this.lb_Select_data.BackColor = System.Drawing.Color.Gainsboro; resources.ApplyResources(this.lb_Select_data, "lb_Select_data"); this.lb_Select_data.ForeColor = System.Drawing.Color.Black; this.lb_Select_data.Name = "lb_Select_data"; // // btn_Date_Log_Open // this.btn_Date_Log_Open.BackColor = System.Drawing.Color.White; resources.ApplyResources(this.btn_Date_Log_Open, "btn_Date_Log_Open"); this.btn_Date_Log_Open.ForeColor = System.Drawing.Color.Black; this.btn_Date_Log_Open.Name = "btn_Date_Log_Open"; this.btn_Date_Log_Open.UseVisualStyleBackColor = false; this.btn_Date_Log_Open.Click += new System.EventHandler(this.btn_Date_Log_Open_Click); // // monthCalendar1 // resources.ApplyResources(this.monthCalendar1, "monthCalendar1"); this.monthCalendar1.MaxSelectionCount = 9999; this.monthCalendar1.Name = "monthCalendar1"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.White; this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.lblRunInfo); this.panel2.Controls.Add(this.btn_Time_Log_Open); this.panel2.Controls.Add(this.dtp_End_Time); this.panel2.Controls.Add(this.lb_Start_1); this.panel2.Controls.Add(this.lb_End_1); this.panel2.Controls.Add(this.dtp_Start_Time); resources.ApplyResources(this.panel2, "panel2"); this.panel2.Name = "panel2"; // // lblRunInfo // this.lblRunInfo.AutoEllipsis = true; this.lblRunInfo.BackColor = System.Drawing.Color.Gainsboro; resources.ApplyResources(this.lblRunInfo, "lblRunInfo"); this.lblRunInfo.ForeColor = System.Drawing.Color.Black; this.lblRunInfo.Name = "lblRunInfo"; // // btn_Time_Log_Open // this.btn_Time_Log_Open.BackColor = System.Drawing.Color.White; resources.ApplyResources(this.btn_Time_Log_Open, "btn_Time_Log_Open"); this.btn_Time_Log_Open.ForeColor = System.Drawing.Color.Black; this.btn_Time_Log_Open.Name = "btn_Time_Log_Open"; this.btn_Time_Log_Open.UseVisualStyleBackColor = false; this.btn_Time_Log_Open.Click += new System.EventHandler(this.btn_Time_Log_Open_Click); // // dtp_End_Time // resources.ApplyResources(this.dtp_End_Time, "dtp_End_Time"); this.dtp_End_Time.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtp_End_Time.Name = "dtp_End_Time"; this.dtp_End_Time.ShowUpDown = true; // // lb_Start_1 // this.lb_Start_1.BackColor = System.Drawing.Color.White; this.lb_Start_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; resources.ApplyResources(this.lb_Start_1, "lb_Start_1"); this.lb_Start_1.ForeColor = System.Drawing.Color.Black; this.lb_Start_1.Name = "lb_Start_1"; // // lb_End_1 // this.lb_End_1.BackColor = System.Drawing.Color.White; this.lb_End_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; resources.ApplyResources(this.lb_End_1, "lb_End_1"); this.lb_End_1.ForeColor = System.Drawing.Color.Black; this.lb_End_1.Name = "lb_End_1"; // // dtp_Start_Time // resources.ApplyResources(this.dtp_Start_Time, "dtp_Start_Time"); this.dtp_Start_Time.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtp_Start_Time.Name = "dtp_Start_Time"; this.dtp_Start_Time.ShowUpDown = true; // // progressBar1 // resources.ApplyResources(this.progressBar1, "progressBar1"); this.progressBar1.Name = "progressBar1"; // // btn_Save_File_CSV // this.btn_Save_File_CSV.BackColor = System.Drawing.Color.White; resources.ApplyResources(this.btn_Save_File_CSV, "btn_Save_File_CSV"); this.btn_Save_File_CSV.ForeColor = System.Drawing.Color.Black; this.btn_Save_File_CSV.Name = "btn_Save_File_CSV"; this.btn_Save_File_CSV.UseVisualStyleBackColor = false; this.btn_Save_File_CSV.Click += new System.EventHandler(this.btn_Save_File_CSV_Click); // // btn_Open_Folder // this.btn_Open_Folder.BackColor = System.Drawing.Color.White; resources.ApplyResources(this.btn_Open_Folder, "btn_Open_Folder"); this.btn_Open_Folder.ForeColor = System.Drawing.Color.Black; this.btn_Open_Folder.Name = "btn_Open_Folder"; this.btn_Open_Folder.UseVisualStyleBackColor = false; this.btn_Open_Folder.Click += new System.EventHandler(this.btn_Open_Folder_Click); // // lv_Log_Data // this.lv_Log_Data.FullRowSelect = true; this.lv_Log_Data.GridLines = true; resources.ApplyResources(this.lv_Log_Data, "lv_Log_Data"); this.lv_Log_Data.MultiSelect = false; this.lv_Log_Data.Name = "lv_Log_Data"; this.lv_Log_Data.UseCompatibleStateImageBehavior = false; this.lv_Log_Data.View = System.Windows.Forms.View.Details; // // rb_Button_Log // resources.ApplyResources(this.rb_Button_Log, "rb_Button_Log"); this.rb_Button_Log.FlatAppearance.CheckedBackColor = System.Drawing.Color.Gray; this.rb_Button_Log.Name = "rb_Button_Log"; this.rb_Button_Log.TabStop = true; this.rb_Button_Log.UseVisualStyleBackColor = false; this.rb_Button_Log.CheckedChanged += new System.EventHandler(this.rb_Log_CheckedChanged); // // rb_Alarm_Log // resources.ApplyResources(this.rb_Alarm_Log, "rb_Alarm_Log"); this.rb_Alarm_Log.FlatAppearance.CheckedBackColor = System.Drawing.Color.Gray; this.rb_Alarm_Log.Name = "rb_Alarm_Log"; this.rb_Alarm_Log.TabStop = true; this.rb_Alarm_Log.UseVisualStyleBackColor = false; this.rb_Alarm_Log.CheckedChanged += new System.EventHandler(this.rb_Log_CheckedChanged); // // rb_Interlock_Log // resources.ApplyResources(this.rb_Interlock_Log, "rb_Interlock_Log"); this.rb_Interlock_Log.FlatAppearance.CheckedBackColor = System.Drawing.Color.Gray; this.rb_Interlock_Log.Name = "rb_Interlock_Log"; this.rb_Interlock_Log.TabStop = true; this.rb_Interlock_Log.UseVisualStyleBackColor = false; this.rb_Interlock_Log.CheckedChanged += new System.EventHandler(this.rb_Log_CheckedChanged); // // Form_Log // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.rb_Interlock_Log); this.Controls.Add(this.rb_Alarm_Log); this.Controls.Add(this.rb_Button_Log); this.Controls.Add(this.lv_Log_Data); this.Controls.Add(this.btn_Open_Folder); this.Controls.Add(this.btn_Save_File_CSV); this.Controls.Add(this.progressBar1); this.Controls.Add(this.panel2); this.Controls.Add(this.panel3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Form_Log"; this.panel3.ResumeLayout(false); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel3; private System.Windows.Forms.DateTimePicker dtp_End_Date; private System.Windows.Forms.Label lb_Start; private System.Windows.Forms.Label lb_End; private System.Windows.Forms.DateTimePicker dtp_Start_Date; internal System.Windows.Forms.Label lb_Select_data; private System.Windows.Forms.Button btn_Date_Log_Open; private System.Windows.Forms.MonthCalendar monthCalendar1; private System.Windows.Forms.Panel panel2; internal System.Windows.Forms.Label lblRunInfo; private System.Windows.Forms.Button btn_Time_Log_Open; private System.Windows.Forms.DateTimePicker dtp_End_Time; private System.Windows.Forms.Label lb_Start_1; private System.Windows.Forms.Label lb_End_1; private System.Windows.Forms.DateTimePicker dtp_Start_Time; private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.Button btn_Save_File_CSV; private System.Windows.Forms.Button btn_Open_Folder; private System.Windows.Forms.ListView lv_Log_Data; private System.Windows.Forms.RadioButton rb_Button_Log; private System.Windows.Forms.RadioButton rb_Alarm_Log; private System.Windows.Forms.RadioButton rb_Interlock_Log; } }