메인화면 배경변경(바이킹마섹 로고 추가)

main
DESKTOP-999R8N3\CJY 2023-04-05 11:15:39 +09:00
parent 82889b6dd1
commit fe528b2f59
2 changed files with 1394 additions and 1076 deletions

View File

@ -30,6 +30,7 @@
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay2)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay2));
this.smartForm1 = new SmartX.SmartForm(); this.smartForm1 = new SmartX.SmartForm();
this.pictureBoxProgress0Select = new System.Windows.Forms.PictureBox();
this.smartButton4 = new SmartX.SmartButton(); this.smartButton4 = new SmartX.SmartButton();
this.smartButton3 = new SmartX.SmartButton(); this.smartButton3 = new SmartX.SmartButton();
this.labelCommunicationStatus = new SmartX.SmartLabel(); this.labelCommunicationStatus = new SmartX.SmartLabel();
@ -135,7 +136,6 @@
this.smartTimerAlarm = new SmartX.SmartTimer(); this.smartTimerAlarm = new SmartX.SmartTimer();
this.smartTimerMessageShow = new SmartX.SmartTimer(); this.smartTimerMessageShow = new SmartX.SmartTimer();
this.smartTimerLogin = new SmartX.SmartTimer(); this.smartTimerLogin = new SmartX.SmartTimer();
this.pictureBoxProgress0Select = new System.Windows.Forms.PictureBox();
this.smartForm1.SuspendLayout(); this.smartForm1.SuspendLayout();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
@ -261,6 +261,15 @@
this.smartForm1.SpecialFunctionClickPointSize = 100; this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.UseMainMenu = false; this.smartForm1.UseMainMenu = false;
// //
// pictureBoxProgress0Select
//
this.pictureBoxProgress0Select.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress0Select.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress0Select.Image")));
this.pictureBoxProgress0Select.Location = new System.Drawing.Point(55, 246);
this.pictureBoxProgress0Select.Name = "pictureBoxProgress0Select";
this.pictureBoxProgress0Select.Size = new System.Drawing.Size(150, 90);
this.pictureBoxProgress0Select.Visible = false;
//
// smartButton4 // smartButton4
// //
this.smartButton4.BackGround = this.smartForm1; this.smartButton4.BackGround = this.smartForm1;
@ -2612,15 +2621,6 @@
this.smartTimerLogin.TimeFormStringSeparator = ":"; this.smartTimerLogin.TimeFormStringSeparator = ":";
this.smartTimerLogin.Tick += new System.EventHandler(this.smartTimerLogin_Tick); this.smartTimerLogin.Tick += new System.EventHandler(this.smartTimerLogin_Tick);
// //
// pictureBoxProgress0Select
//
this.pictureBoxProgress0Select.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress0Select.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress0Select.Image")));
this.pictureBoxProgress0Select.Location = new System.Drawing.Point(55, 246);
this.pictureBoxProgress0Select.Name = "pictureBoxProgress0Select";
this.pictureBoxProgress0Select.Size = new System.Drawing.Size(150, 90);
this.pictureBoxProgress0Select.Visible = false;
//
// FormMainDisplay2 // FormMainDisplay2
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);

File diff suppressed because it is too large Load Diff