From 9d06065d7011f124450ad7bd65a12c7755de9614 Mon Sep 17 00:00:00 2001 From: szporowolik Date: Mon, 21 Oct 2019 14:47:25 +0200 Subject: [PATCH] GUI updated, added graphical header and logo --- .../Perun_v1/02_Forms/form_Main.Designer.cs | 89 ++++++++++++------ .../Perun_v1/03_Resources/perun_logo.png | Bin 2219 -> 6129 bytes 02_Windows_App/Perun_v1/Perun_v1.csproj | 2 + .../Perun_v1/Properties/Resources.Designer.cs | 10 ++ .../Perun_v1/Properties/Resources.resx | 3 + .../Perun_v1/Resources/perun_logo.png | Bin 0 -> 233 bytes 6 files changed, 74 insertions(+), 30 deletions(-) create mode 100644 02_Windows_App/Perun_v1/Resources/perun_logo.png diff --git a/02_Windows_App/Perun_v1/02_Forms/form_Main.Designer.cs b/02_Windows_App/Perun_v1/02_Forms/form_Main.Designer.cs index 10a224e..45b18f8 100644 --- a/02_Windows_App/Perun_v1/02_Forms/form_Main.Designer.cs +++ b/02_Windows_App/Perun_v1/02_Forms/form_Main.Designer.cs @@ -68,21 +68,23 @@ this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); + this.con_Button_Reset_Flags = new System.Windows.Forms.Button(); + this.label13 = new System.Windows.Forms.Label(); + this.label14 = new System.Windows.Forms.Label(); + this.con_img_logo = new System.Windows.Forms.PictureBox(); this.con_img_lotATC = new System.Windows.Forms.PictureBox(); this.con_img_srs = new System.Windows.Forms.PictureBox(); this.con_img_dcs = new System.Windows.Forms.PictureBox(); this.con_img_db = new System.Windows.Forms.PictureBox(); - this.con_Button_Reset_Flags = new System.Windows.Forms.Button(); - this.con_img_logo = new System.Windows.Forms.PictureBox(); this.con_GroupBox_1.SuspendLayout(); this.con_GroupBox_2.SuspendLayout(); this.con_GroupBox_3.SuspendLayout(); this.groupBox1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.con_img_logo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.con_img_lotATC)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.con_img_srs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.con_img_dcs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.con_img_db)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.con_img_logo)).BeginInit(); this.SuspendLayout(); // // con_List_Received @@ -295,9 +297,10 @@ // con_lab_github // this.con_lab_github.AutoSize = true; - this.con_lab_github.Location = new System.Drawing.Point(155, 38); + this.con_lab_github.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.con_lab_github.Location = new System.Drawing.Point(183, 39); this.con_lab_github.Name = "con_lab_github"; - this.con_lab_github.Size = new System.Drawing.Size(181, 13); + this.con_lab_github.Size = new System.Drawing.Size(155, 12); this.con_lab_github.TabIndex = 8; this.con_lab_github.TabStop = true; this.con_lab_github.Text = "https://github.com/szporwolik/perun"; @@ -306,9 +309,10 @@ // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(12, 38); + this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label5.Location = new System.Drawing.Point(183, 27); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(120, 13); + this.label5.Size = new System.Drawing.Size(102, 12); this.label5.TabIndex = 9; this.label5.Text = "Manual and bugtracker:"; // @@ -428,6 +432,49 @@ this.label12.TabIndex = 16; this.label12.Text = "LotATC"; // + // con_Button_Reset_Flags + // + this.con_Button_Reset_Flags.Enabled = false; + this.con_Button_Reset_Flags.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.con_Button_Reset_Flags.Location = new System.Drawing.Point(224, 414); + this.con_Button_Reset_Flags.Name = "con_Button_Reset_Flags"; + this.con_Button_Reset_Flags.Size = new System.Drawing.Size(114, 20); + this.con_Button_Reset_Flags.TabIndex = 17; + this.con_Button_Reset_Flags.Text = "Reset error flags"; + this.con_Button_Reset_Flags.UseVisualStyleBackColor = true; + this.con_Button_Reset_Flags.Click += new System.EventHandler(this.con_Button_Reset_Flags_Click); + // + // label13 + // + this.label13.AutoSize = true; + this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label13.Location = new System.Drawing.Point(63, 7); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(74, 25); + this.label13.TabIndex = 19; + this.label13.Text = "Perun"; + // + // label14 + // + this.label14.AutoSize = true; + this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label14.Location = new System.Drawing.Point(65, 32); + this.label14.Name = "label14"; + this.label14.Size = new System.Drawing.Size(88, 13); + this.label14.TabIndex = 20; + this.label14.Text = "for DCS World"; + // + // con_img_logo + // + this.con_img_logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.con_img_logo.Image = global::Perun_v1.Properties.Resources.perun_logo; + this.con_img_logo.Location = new System.Drawing.Point(12, 7); + this.con_img_logo.Name = "con_img_logo"; + this.con_img_logo.Size = new System.Drawing.Size(45, 41); + this.con_img_logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.con_img_logo.TabIndex = 18; + this.con_img_logo.TabStop = false; + // // con_img_lotATC // this.con_img_lotATC.Location = new System.Drawing.Point(292, 362); @@ -465,33 +512,13 @@ this.con_img_db.TabIndex = 10; this.con_img_db.TabStop = false; // - // con_Button_Reset_Flags - // - this.con_Button_Reset_Flags.Enabled = false; - this.con_Button_Reset_Flags.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.con_Button_Reset_Flags.Location = new System.Drawing.Point(224, 414); - this.con_Button_Reset_Flags.Name = "con_Button_Reset_Flags"; - this.con_Button_Reset_Flags.Size = new System.Drawing.Size(114, 20); - this.con_Button_Reset_Flags.TabIndex = 17; - this.con_Button_Reset_Flags.Text = "Reset error flags"; - this.con_Button_Reset_Flags.UseVisualStyleBackColor = true; - this.con_Button_Reset_Flags.Click += new System.EventHandler(this.con_Button_Reset_Flags_Click); - // - // con_img_logo - // - this.con_img_logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; - this.con_img_logo.Location = new System.Drawing.Point(12, 7); - this.con_img_logo.Name = "con_img_logo"; - this.con_img_logo.Size = new System.Drawing.Size(29, 28); - this.con_img_logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; - this.con_img_logo.TabIndex = 18; - this.con_img_logo.TabStop = false; - // // form_Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(349, 653); + this.Controls.Add(this.label14); + this.Controls.Add(this.label13); this.Controls.Add(this.con_img_logo); this.Controls.Add(this.con_Button_Reset_Flags); this.Controls.Add(this.label12); @@ -526,11 +553,11 @@ this.con_GroupBox_3.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.con_img_logo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.con_img_lotATC)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.con_img_srs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.con_img_dcs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.con_img_db)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.con_img_logo)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); @@ -582,6 +609,8 @@ private System.Windows.Forms.Label label12; private System.Windows.Forms.Button con_Button_Reset_Flags; private System.Windows.Forms.PictureBox con_img_logo; + private System.Windows.Forms.Label label13; + private System.Windows.Forms.Label label14; } } diff --git a/02_Windows_App/Perun_v1/03_Resources/perun_logo.png b/02_Windows_App/Perun_v1/03_Resources/perun_logo.png index babf277d52b205bfa7c57208b0ee5313f20c3f48..020b2bf396e11a6e0864186c2f63d7f11655842b 100644 GIT binary patch literal 6129 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 + + diff --git a/02_Windows_App/Perun_v1/Properties/Resources.Designer.cs b/02_Windows_App/Perun_v1/Properties/Resources.Designer.cs index d9c9b98..f3d5c91 100644 --- a/02_Windows_App/Perun_v1/Properties/Resources.Designer.cs +++ b/02_Windows_App/Perun_v1/Properties/Resources.Designer.cs @@ -60,6 +60,16 @@ namespace Perun_v1.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap perun_logo { + get { + object obj = ResourceManager.GetObject("perun_logo", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/02_Windows_App/Perun_v1/Properties/Resources.resx b/02_Windows_App/Perun_v1/Properties/Resources.resx index b40f041..6d2bfc3 100644 --- a/02_Windows_App/Perun_v1/Properties/Resources.resx +++ b/02_Windows_App/Perun_v1/Properties/Resources.resx @@ -118,6 +118,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ..\03_Resources\perun_logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\03_Resources\status-connected.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a diff --git a/02_Windows_App/Perun_v1/Resources/perun_logo.png b/02_Windows_App/Perun_v1/Resources/perun_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9d6ed41b4901ee2e3811ef6e85df0978acf1d2 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA1SD@H!x2AA6$+S6}hN-9%vmdKI;Vst04O9%8~^|S literal 0 HcmV?d00001