From 39c293f35b62a539d069eda4e519282228fcfdf9 Mon Sep 17 00:00:00 2001 From: d23004 <kimseijin@diteam.co.kr> Date: 수, 24 5월 2023 13:33:15 +0900 Subject: [PATCH] Main gui 개선 --- SA_LTT_UI/SA_LTT_UI/MainFrame.Designer.cs | 292 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 147 insertions(+), 145 deletions(-) diff --git a/SA_LTT_UI/SA_LTT_UI/MainFrame.Designer.cs b/SA_LTT_UI/SA_LTT_UI/MainFrame.Designer.cs index c33b074..f09e89d 100644 --- a/SA_LTT_UI/SA_LTT_UI/MainFrame.Designer.cs +++ b/SA_LTT_UI/SA_LTT_UI/MainFrame.Designer.cs @@ -29,6 +29,16 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); + this.pnl_Main = new System.Windows.Forms.Panel(); + this.timer = new System.Windows.Forms.Timer(this.components); + this.pb_Logo = new System.Windows.Forms.PictureBox(); + this.pnl_Bottom = new System.Windows.Forms.Panel(); + this.rb_Reicipe = new System.Windows.Forms.RadioButton(); + this.rb_Log = new System.Windows.Forms.RadioButton(); + this.rb_AlarmSetting = new System.Windows.Forms.RadioButton(); + this.rb_Maintenance = new System.Windows.Forms.RadioButton(); + this.rb_Main = new System.Windows.Forms.RadioButton(); + this.btn_Close = new System.Windows.Forms.Button(); this.pnl_Top = new System.Windows.Forms.Panel(); this.lb_AttenuatorCalTime = new System.Windows.Forms.Label(); this.lb_EnergyDropCheckTime = new System.Windows.Forms.Label(); @@ -51,7 +61,6 @@ this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.pb_Logo = new System.Windows.Forms.PictureBox(); this.btn_BuzzerStop = new System.Windows.Forms.Button(); this.btn_LampOnOff = new System.Windows.Forms.Button(); this.btn_AlarmViewer = new System.Windows.Forms.Button(); @@ -67,27 +76,130 @@ this.lb_Time = new System.Windows.Forms.Label(); this.lb_Date = new System.Windows.Forms.Label(); this.lb_DateTime = new System.Windows.Forms.Label(); - this.pnl_Bottom = new System.Windows.Forms.Panel(); - this.rb_Reicipe = new System.Windows.Forms.RadioButton(); - this.rb_Log = new System.Windows.Forms.RadioButton(); - this.rb_AlarmSetting = new System.Windows.Forms.RadioButton(); - this.rb_Maintenance = new System.Windows.Forms.RadioButton(); - this.rb_Main = new System.Windows.Forms.RadioButton(); - this.btn_Close = new System.Windows.Forms.Button(); - this.pnl_Main = new System.Windows.Forms.Panel(); - this.timer = new System.Windows.Forms.Timer(this.components); + ((System.ComponentModel.ISupportInitialize)(this.pb_Logo)).BeginInit(); + this.pnl_Bottom.SuspendLayout(); this.pnl_Top.SuspendLayout(); this.pnl_Led.SuspendLayout(); this.panel2.SuspendLayout(); this.panel5.SuspendLayout(); this.panel4.SuspendLayout(); this.panel3.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pb_Logo)).BeginInit(); this.panel1.SuspendLayout(); this.panel7.SuspendLayout(); this.panel6.SuspendLayout(); - this.pnl_Bottom.SuspendLayout(); this.SuspendLayout(); + // + // pnl_Main + // + this.pnl_Main.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(228)))), ((int)(((byte)(229))))); + this.pnl_Main.Dock = System.Windows.Forms.DockStyle.Fill; + this.pnl_Main.Location = new System.Drawing.Point(0, 96); + this.pnl_Main.Name = "pnl_Main"; + this.pnl_Main.Size = new System.Drawing.Size(1916, 832); + this.pnl_Main.TabIndex = 5; + // + // pb_Logo + // + this.pb_Logo.BackColor = System.Drawing.Color.White; + this.pb_Logo.BackgroundImage = global::SA_LTT_UI.Properties.Resources.DIT_Logo; + this.pb_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.pb_Logo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pb_Logo.Cursor = System.Windows.Forms.Cursors.Hand; + this.pb_Logo.ErrorImage = null; + this.pb_Logo.ImeMode = System.Windows.Forms.ImeMode.NoControl; + this.pb_Logo.Location = new System.Drawing.Point(3, 3); + this.pb_Logo.Name = "pb_Logo"; + this.pb_Logo.Size = new System.Drawing.Size(180, 90); + this.pb_Logo.TabIndex = 1; + this.pb_Logo.TabStop = false; + this.pb_Logo.Click += new System.EventHandler(this.pb_Logo_Click); + // + // pnl_Bottom + // + this.pnl_Bottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnl_Bottom.Controls.Add(this.rb_Reicipe); + this.pnl_Bottom.Controls.Add(this.rb_Log); + this.pnl_Bottom.Controls.Add(this.rb_AlarmSetting); + this.pnl_Bottom.Controls.Add(this.rb_Maintenance); + this.pnl_Bottom.Controls.Add(this.rb_Main); + this.pnl_Bottom.Controls.Add(this.btn_Close); + this.pnl_Bottom.Dock = System.Windows.Forms.DockStyle.Bottom; + this.pnl_Bottom.Location = new System.Drawing.Point(0, 928); + this.pnl_Bottom.Name = "pnl_Bottom"; + this.pnl_Bottom.Size = new System.Drawing.Size(1916, 80); + this.pnl_Bottom.TabIndex = 4; + // + // rb_Reicipe + // + this.rb_Reicipe.Appearance = System.Windows.Forms.Appearance.Button; + this.rb_Reicipe.Location = new System.Drawing.Point(145, 4); + this.rb_Reicipe.Name = "rb_Reicipe"; + this.rb_Reicipe.Size = new System.Drawing.Size(96, 70); + this.rb_Reicipe.TabIndex = 4; + this.rb_Reicipe.Text = "Recipe"; + this.rb_Reicipe.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + this.rb_Reicipe.UseVisualStyleBackColor = true; + this.rb_Reicipe.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); + // + // rb_Log + // + this.rb_Log.Appearance = System.Windows.Forms.Appearance.Button; + this.rb_Log.Location = new System.Drawing.Point(373, 4); + this.rb_Log.Name = "rb_Log"; + this.rb_Log.Size = new System.Drawing.Size(96, 70); + this.rb_Log.TabIndex = 3; + this.rb_Log.Text = "Log"; + this.rb_Log.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + this.rb_Log.UseVisualStyleBackColor = true; + this.rb_Log.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); + // + // rb_AlarmSetting + // + this.rb_AlarmSetting.Appearance = System.Windows.Forms.Appearance.Button; + this.rb_AlarmSetting.Location = new System.Drawing.Point(260, 4); + this.rb_AlarmSetting.Name = "rb_AlarmSetting"; + this.rb_AlarmSetting.Size = new System.Drawing.Size(96, 70); + this.rb_AlarmSetting.TabIndex = 3; + this.rb_AlarmSetting.Text = "Alarm Setting"; + this.rb_AlarmSetting.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + this.rb_AlarmSetting.UseVisualStyleBackColor = true; + this.rb_AlarmSetting.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); + // + // rb_Maintenance + // + this.rb_Maintenance.Appearance = System.Windows.Forms.Appearance.Button; + this.rb_Maintenance.Location = new System.Drawing.Point(490, 4); + this.rb_Maintenance.Name = "rb_Maintenance"; + this.rb_Maintenance.Size = new System.Drawing.Size(96, 70); + this.rb_Maintenance.TabIndex = 3; + this.rb_Maintenance.Text = "Maintenance"; + this.rb_Maintenance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + this.rb_Maintenance.UseVisualStyleBackColor = true; + this.rb_Maintenance.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); + // + // rb_Main + // + this.rb_Main.Appearance = System.Windows.Forms.Appearance.Button; + this.rb_Main.Checked = true; + this.rb_Main.Location = new System.Drawing.Point(32, 4); + this.rb_Main.Name = "rb_Main"; + this.rb_Main.Size = new System.Drawing.Size(96, 70); + this.rb_Main.TabIndex = 3; + this.rb_Main.TabStop = true; + this.rb_Main.Text = "Main"; + this.rb_Main.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + this.rb_Main.UseVisualStyleBackColor = true; + this.rb_Main.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); + // + // btn_Close + // + this.btn_Close.Location = new System.Drawing.Point(1811, 17); + this.btn_Close.Name = "btn_Close"; + this.btn_Close.Size = new System.Drawing.Size(96, 70); + this.btn_Close.TabIndex = 2; + this.btn_Close.Text = "EXIT"; + this.btn_Close.UseVisualStyleBackColor = true; + this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click); // // pnl_Top // @@ -109,14 +221,14 @@ this.pnl_Top.Dock = System.Windows.Forms.DockStyle.Top; this.pnl_Top.Location = new System.Drawing.Point(0, 0); this.pnl_Top.Name = "pnl_Top"; - this.pnl_Top.Size = new System.Drawing.Size(1916, 99); + this.pnl_Top.Size = new System.Drawing.Size(1916, 96); this.pnl_Top.TabIndex = 3; // // lb_AttenuatorCalTime // this.lb_AttenuatorCalTime.BackColor = System.Drawing.Color.Green; this.lb_AttenuatorCalTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.lb_AttenuatorCalTime.Font = new System.Drawing.Font("Gulim", 9F); + this.lb_AttenuatorCalTime.Font = new System.Drawing.Font("援대┝", 9F); this.lb_AttenuatorCalTime.ForeColor = System.Drawing.Color.Black; this.lb_AttenuatorCalTime.Location = new System.Drawing.Point(1141, 26); this.lb_AttenuatorCalTime.Name = "lb_AttenuatorCalTime"; @@ -129,7 +241,7 @@ // this.lb_EnergyDropCheckTime.BackColor = System.Drawing.Color.Green; this.lb_EnergyDropCheckTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.lb_EnergyDropCheckTime.Font = new System.Drawing.Font("Gulim", 9F); + this.lb_EnergyDropCheckTime.Font = new System.Drawing.Font("援대┝", 9F); this.lb_EnergyDropCheckTime.ForeColor = System.Drawing.Color.Black; this.lb_EnergyDropCheckTime.Location = new System.Drawing.Point(1141, 3); this.lb_EnergyDropCheckTime.Name = "lb_EnergyDropCheckTime"; @@ -154,7 +266,7 @@ this.lb_LampGreen.BackColor = System.Drawing.Color.Lime; this.lb_LampGreen.Dock = System.Windows.Forms.DockStyle.Top; this.lb_LampGreen.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.lb_LampGreen.Font = new System.Drawing.Font("Gulim", 7F); + this.lb_LampGreen.Font = new System.Drawing.Font("援대┝", 7F); this.lb_LampGreen.Location = new System.Drawing.Point(0, 58); this.lb_LampGreen.Name = "lb_LampGreen"; this.lb_LampGreen.Size = new System.Drawing.Size(123, 29); @@ -167,7 +279,7 @@ this.lb_LampYellow.BackColor = System.Drawing.Color.Yellow; this.lb_LampYellow.Dock = System.Windows.Forms.DockStyle.Top; this.lb_LampYellow.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.lb_LampYellow.Font = new System.Drawing.Font("Gulim", 7F); + this.lb_LampYellow.Font = new System.Drawing.Font("援대┝", 7F); this.lb_LampYellow.Location = new System.Drawing.Point(0, 29); this.lb_LampYellow.Name = "lb_LampYellow"; this.lb_LampYellow.Size = new System.Drawing.Size(123, 29); @@ -180,7 +292,7 @@ this.lb_LampRed.BackColor = System.Drawing.Color.Red; this.lb_LampRed.Dock = System.Windows.Forms.DockStyle.Top; this.lb_LampRed.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.lb_LampRed.Font = new System.Drawing.Font("Gulim", 7F); + this.lb_LampRed.Font = new System.Drawing.Font("援대┝", 7F); this.lb_LampRed.Location = new System.Drawing.Point(0, 0); this.lb_LampRed.Name = "lb_LampRed"; this.lb_LampRed.Size = new System.Drawing.Size(123, 29); @@ -216,7 +328,7 @@ // this.label7.BackColor = System.Drawing.Color.LightGray; this.label7.Dock = System.Windows.Forms.DockStyle.Left; - this.label7.Font = new System.Drawing.Font("Gulim", 9F); + this.label7.Font = new System.Drawing.Font("援대┝", 9F); this.label7.Location = new System.Drawing.Point(0, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(113, 21); @@ -228,7 +340,7 @@ // this.lb_ProcessStatus.BackColor = System.Drawing.Color.LightGray; this.lb_ProcessStatus.Dock = System.Windows.Forms.DockStyle.Right; - this.lb_ProcessStatus.Font = new System.Drawing.Font("Gulim", 9F); + this.lb_ProcessStatus.Font = new System.Drawing.Font("援대┝", 9F); this.lb_ProcessStatus.Location = new System.Drawing.Point(119, 0); this.lb_ProcessStatus.Name = "lb_ProcessStatus"; this.lb_ProcessStatus.RightToLeft = System.Windows.Forms.RightToLeft.No; @@ -253,7 +365,7 @@ // this.label6.BackColor = System.Drawing.Color.White; this.label6.Dock = System.Windows.Forms.DockStyle.Left; - this.label6.Font = new System.Drawing.Font("Gulim", 9F); + this.label6.Font = new System.Drawing.Font("援대┝", 9F); this.label6.Location = new System.Drawing.Point(0, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(113, 21); @@ -265,7 +377,7 @@ // this.lb_EquipmentStatus.BackColor = System.Drawing.Color.White; this.lb_EquipmentStatus.Dock = System.Windows.Forms.DockStyle.Right; - this.lb_EquipmentStatus.Font = new System.Drawing.Font("Gulim", 9F); + this.lb_EquipmentStatus.Font = new System.Drawing.Font("援대┝", 9F); this.lb_EquipmentStatus.Location = new System.Drawing.Point(119, 0); this.lb_EquipmentStatus.Name = "lb_EquipmentStatus"; this.lb_EquipmentStatus.RightToLeft = System.Windows.Forms.RightToLeft.No; @@ -290,7 +402,7 @@ // this.label5.BackColor = System.Drawing.Color.LightGray; this.label5.Dock = System.Windows.Forms.DockStyle.Left; - this.label5.Font = new System.Drawing.Font("Gulim", 9F); + this.label5.Font = new System.Drawing.Font("援대┝", 9F); this.label5.Location = new System.Drawing.Point(0, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(113, 21); @@ -302,7 +414,7 @@ // this.lb_EquipmentMode.BackColor = System.Drawing.Color.LightGray; this.lb_EquipmentMode.Dock = System.Windows.Forms.DockStyle.Right; - this.lb_EquipmentMode.Font = new System.Drawing.Font("Gulim", 9F); + this.lb_EquipmentMode.Font = new System.Drawing.Font("援대┝", 9F); this.lb_EquipmentMode.Location = new System.Drawing.Point(119, 0); this.lb_EquipmentMode.Name = "lb_EquipmentMode"; this.lb_EquipmentMode.RightToLeft = System.Windows.Forms.RightToLeft.No; @@ -316,7 +428,7 @@ this.label4.BackColor = System.Drawing.Color.White; this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label4.Dock = System.Windows.Forms.DockStyle.Top; - this.label4.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold); + this.label4.Font = new System.Drawing.Font("援대┝", 9F, System.Drawing.FontStyle.Bold); this.label4.Location = new System.Drawing.Point(0, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(179, 21); @@ -332,6 +444,7 @@ this.columnHeader3}); this.lv_OccurredAlarmList.FullRowSelect = true; this.lv_OccurredAlarmList.GridLines = true; + this.lv_OccurredAlarmList.HideSelection = false; this.lv_OccurredAlarmList.Location = new System.Drawing.Point(584, 3); this.lv_OccurredAlarmList.MultiSelect = false; this.lv_OccurredAlarmList.Name = "lv_OccurredAlarmList"; @@ -355,29 +468,13 @@ this.columnHeader3.Text = "Level"; this.columnHeader3.Width = 71; // - // pb_Logo - // - this.pb_Logo.BackColor = System.Drawing.Color.White; - this.pb_Logo.BackgroundImage = global::SA_LTT_UI.Properties.Resources.DIT_Logo; - this.pb_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.pb_Logo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.pb_Logo.Cursor = System.Windows.Forms.Cursors.Hand; - this.pb_Logo.ErrorImage = null; - this.pb_Logo.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.pb_Logo.Location = new System.Drawing.Point(3, 3); - this.pb_Logo.Name = "pb_Logo"; - this.pb_Logo.Size = new System.Drawing.Size(180, 90); - this.pb_Logo.TabIndex = 1; - this.pb_Logo.TabStop = false; - this.pb_Logo.Click += new System.EventHandler(this.pb_Logo_Click); - // // btn_BuzzerStop // this.btn_BuzzerStop.BackColor = System.Drawing.Color.White; this.btn_BuzzerStop.BackgroundImage = global::SA_LTT_UI.Properties.Resources.BuzzerOff; this.btn_BuzzerStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btn_BuzzerStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btn_BuzzerStop.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + this.btn_BuzzerStop.Font = new System.Drawing.Font("援대┝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btn_BuzzerStop.ForeColor = System.Drawing.SystemColors.ControlText; this.btn_BuzzerStop.Location = new System.Drawing.Point(1311, 3); this.btn_BuzzerStop.Name = "btn_BuzzerStop"; @@ -454,7 +551,7 @@ // this.lb_UserLevel.BackColor = System.Drawing.Color.White; this.lb_UserLevel.Dock = System.Windows.Forms.DockStyle.Right; - this.lb_UserLevel.Font = new System.Drawing.Font("Gulim", 9F); + this.lb_UserLevel.Font = new System.Drawing.Font("援대┝", 9F); this.lb_UserLevel.Location = new System.Drawing.Point(68, 0); this.lb_UserLevel.Name = "lb_UserLevel"; this.lb_UserLevel.RightToLeft = System.Windows.Forms.RightToLeft.No; @@ -488,7 +585,7 @@ // this.lb_UserId.BackColor = System.Drawing.Color.White; this.lb_UserId.Dock = System.Windows.Forms.DockStyle.Right; - this.lb_UserId.Font = new System.Drawing.Font("Gulim", 9F); + this.lb_UserId.Font = new System.Drawing.Font("援대┝", 9F); this.lb_UserId.Location = new System.Drawing.Point(70, 0); this.lb_UserId.Name = "lb_UserId"; this.lb_UserId.RightToLeft = System.Windows.Forms.RightToLeft.No; @@ -510,7 +607,7 @@ // this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label3.Dock = System.Windows.Forms.DockStyle.Top; - this.label3.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold); + this.label3.Font = new System.Drawing.Font("援대┝", 9F, System.Drawing.FontStyle.Bold); this.label3.Location = new System.Drawing.Point(0, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(204, 21); @@ -522,7 +619,7 @@ // this.lb_Time.BackColor = System.Drawing.SystemColors.Control; this.lb_Time.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.lb_Time.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Bold); + this.lb_Time.Font = new System.Drawing.Font("援대┝", 12F, System.Drawing.FontStyle.Bold); this.lb_Time.Location = new System.Drawing.Point(1770, 66); this.lb_Time.Name = "lb_Time"; this.lb_Time.Size = new System.Drawing.Size(136, 26); @@ -534,7 +631,7 @@ // this.lb_Date.BackColor = System.Drawing.SystemColors.Control; this.lb_Date.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.lb_Date.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Bold); + this.lb_Date.Font = new System.Drawing.Font("援대┝", 12F, System.Drawing.FontStyle.Bold); this.lb_Date.Location = new System.Drawing.Point(1770, 33); this.lb_Date.Name = "lb_Date"; this.lb_Date.Size = new System.Drawing.Size(136, 26); @@ -544,7 +641,7 @@ // // lb_DateTime // - this.lb_DateTime.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Bold); + this.lb_DateTime.Font = new System.Drawing.Font("援대┝", 12F, System.Drawing.FontStyle.Bold); this.lb_DateTime.ForeColor = System.Drawing.Color.Black; this.lb_DateTime.Location = new System.Drawing.Point(1771, 7); this.lb_DateTime.Name = "lb_DateTime"; @@ -552,101 +649,6 @@ this.lb_DateTime.TabIndex = 6; this.lb_DateTime.Text = "Date&&Time"; this.lb_DateTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // pnl_Bottom - // - this.pnl_Bottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.pnl_Bottom.Controls.Add(this.rb_Reicipe); - this.pnl_Bottom.Controls.Add(this.rb_Log); - this.pnl_Bottom.Controls.Add(this.rb_AlarmSetting); - this.pnl_Bottom.Controls.Add(this.rb_Maintenance); - this.pnl_Bottom.Controls.Add(this.rb_Main); - this.pnl_Bottom.Controls.Add(this.btn_Close); - this.pnl_Bottom.Dock = System.Windows.Forms.DockStyle.Bottom; - this.pnl_Bottom.Location = new System.Drawing.Point(0, 909); - this.pnl_Bottom.Name = "pnl_Bottom"; - this.pnl_Bottom.Size = new System.Drawing.Size(1916, 99); - this.pnl_Bottom.TabIndex = 4; - // - // rb_Reicipe - // - this.rb_Reicipe.Appearance = System.Windows.Forms.Appearance.Button; - this.rb_Reicipe.Location = new System.Drawing.Point(145, 17); - this.rb_Reicipe.Name = "rb_Reicipe"; - this.rb_Reicipe.Size = new System.Drawing.Size(96, 70); - this.rb_Reicipe.TabIndex = 4; - this.rb_Reicipe.Text = "Recipe"; - this.rb_Reicipe.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - this.rb_Reicipe.UseVisualStyleBackColor = true; - this.rb_Reicipe.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); - // - // rb_Log - // - this.rb_Log.Appearance = System.Windows.Forms.Appearance.Button; - this.rb_Log.Location = new System.Drawing.Point(373, 17); - this.rb_Log.Name = "rb_Log"; - this.rb_Log.Size = new System.Drawing.Size(96, 70); - this.rb_Log.TabIndex = 3; - this.rb_Log.Text = "Log"; - this.rb_Log.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - this.rb_Log.UseVisualStyleBackColor = true; - this.rb_Log.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); - // - // rb_AlarmSetting - // - this.rb_AlarmSetting.Appearance = System.Windows.Forms.Appearance.Button; - this.rb_AlarmSetting.Location = new System.Drawing.Point(260, 17); - this.rb_AlarmSetting.Name = "rb_AlarmSetting"; - this.rb_AlarmSetting.Size = new System.Drawing.Size(96, 70); - this.rb_AlarmSetting.TabIndex = 3; - this.rb_AlarmSetting.Text = "Alarm Setting"; - this.rb_AlarmSetting.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - this.rb_AlarmSetting.UseVisualStyleBackColor = true; - this.rb_AlarmSetting.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); - // - // rb_Maintenance - // - this.rb_Maintenance.Appearance = System.Windows.Forms.Appearance.Button; - this.rb_Maintenance.Location = new System.Drawing.Point(490, 17); - this.rb_Maintenance.Name = "rb_Maintenance"; - this.rb_Maintenance.Size = new System.Drawing.Size(96, 70); - this.rb_Maintenance.TabIndex = 3; - this.rb_Maintenance.Text = "Maintenance"; - this.rb_Maintenance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - this.rb_Maintenance.UseVisualStyleBackColor = true; - this.rb_Maintenance.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); - // - // rb_Main - // - this.rb_Main.Appearance = System.Windows.Forms.Appearance.Button; - this.rb_Main.Checked = true; - this.rb_Main.Location = new System.Drawing.Point(32, 17); - this.rb_Main.Name = "rb_Main"; - this.rb_Main.Size = new System.Drawing.Size(96, 70); - this.rb_Main.TabIndex = 3; - this.rb_Main.TabStop = true; - this.rb_Main.Text = "Main"; - this.rb_Main.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - this.rb_Main.UseVisualStyleBackColor = true; - this.rb_Main.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); - // - // btn_Close - // - this.btn_Close.Location = new System.Drawing.Point(1811, 17); - this.btn_Close.Name = "btn_Close"; - this.btn_Close.Size = new System.Drawing.Size(96, 70); - this.btn_Close.TabIndex = 2; - this.btn_Close.Text = "EXIT"; - this.btn_Close.UseVisualStyleBackColor = true; - this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click); - // - // pnl_Main - // - this.pnl_Main.Dock = System.Windows.Forms.DockStyle.Fill; - this.pnl_Main.Location = new System.Drawing.Point(0, 99); - this.pnl_Main.Name = "pnl_Main"; - this.pnl_Main.Size = new System.Drawing.Size(1916, 810); - this.pnl_Main.TabIndex = 5; // // MainFrame // @@ -663,17 +665,17 @@ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "MainFrame"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFrame_FormClosing); + ((System.ComponentModel.ISupportInitialize)(this.pb_Logo)).EndInit(); + this.pnl_Bottom.ResumeLayout(false); this.pnl_Top.ResumeLayout(false); this.pnl_Led.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel5.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel3.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.pb_Logo)).EndInit(); this.panel1.ResumeLayout(false); this.panel7.ResumeLayout(false); this.panel6.ResumeLayout(false); - this.pnl_Bottom.ResumeLayout(false); this.ResumeLayout(false); } -- Gitblit v1.9.3