메인화면 배경변경(바이킹마섹 로고 추가)
parent
82889b6dd1
commit
fe528b2f59
|
@ -30,6 +30,7 @@
|
|||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay2));
|
||||
this.smartForm1 = new SmartX.SmartForm();
|
||||
this.pictureBoxProgress0Select = new System.Windows.Forms.PictureBox();
|
||||
this.smartButton4 = new SmartX.SmartButton();
|
||||
this.smartButton3 = new SmartX.SmartButton();
|
||||
this.labelCommunicationStatus = new SmartX.SmartLabel();
|
||||
|
@ -135,7 +136,6 @@
|
|||
this.smartTimerAlarm = new SmartX.SmartTimer();
|
||||
this.smartTimerMessageShow = new SmartX.SmartTimer();
|
||||
this.smartTimerLogin = new SmartX.SmartTimer();
|
||||
this.pictureBoxProgress0Select = new System.Windows.Forms.PictureBox();
|
||||
this.smartForm1.SuspendLayout();
|
||||
this.smartGroupBox1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
|
@ -261,6 +261,15 @@
|
|||
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
||||
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
|
||||
//
|
||||
this.smartButton4.BackGround = this.smartForm1;
|
||||
|
@ -2612,15 +2621,6 @@
|
|||
this.smartTimerLogin.TimeFormStringSeparator = ":";
|
||||
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
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue