Made Display Profile window resizeable

This commit is contained in:
Terry MacDonald 2021-12-18 16:12:43 +13:00
parent 97a4e5f170
commit a54ca31503
4 changed files with 52374 additions and 83 deletions

View File

@ -26,8 +26,8 @@ using System.Resources;
[assembly: Guid("e4ceaf5e-ad01-4695-b179-31168eb74c48")]
// Version information
[assembly: AssemblyVersion("2.1.1.62")]
[assembly: AssemblyFileVersion("2.1.1.62")]
[assembly: AssemblyVersion("2.1.1.64")]
[assembly: AssemblyFileVersion("2.1.1.64")]
[assembly: NeutralResourcesLanguageAttribute( "en" )]
[assembly: CLSCompliant(true)]

View File

@ -59,25 +59,29 @@ namespace DisplayMagician.UIForms
this.btn_hotkey = new System.Windows.Forms.Button();
this.lbl_hotkey_assigned = new System.Windows.Forms.Label();
this.dv_profile = new DisplayMagicianShared.UserControls.DisplayView();
this.panel1 = new System.Windows.Forms.Panel();
this.p_upper = new System.Windows.Forms.Panel();
this.btn_profile_settings = new System.Windows.Forms.Button();
this.pbLogo = new System.Windows.Forms.PictureBox();
this.p_lower = new System.Windows.Forms.Panel();
this.p_fill = new System.Windows.Forms.Panel();
this.menu_profiles.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pb_down_arrow)).BeginInit();
this.panel1.SuspendLayout();
this.p_upper.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbLogo)).BeginInit();
this.p_lower.SuspendLayout();
this.p_fill.SuspendLayout();
this.SuspendLayout();
//
// btn_apply
//
this.btn_apply.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btn_apply.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.btn_apply.BackColor = System.Drawing.Color.Black;
this.btn_apply.FlatAppearance.MouseDownBackColor = System.Drawing.Color.IndianRed;
this.btn_apply.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Brown;
this.btn_apply.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_apply.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_apply.ForeColor = System.Drawing.Color.White;
this.btn_apply.Location = new System.Drawing.Point(194, 769);
this.btn_apply.Location = new System.Drawing.Point(300, 23);
this.btn_apply.Name = "btn_apply";
this.btn_apply.Size = new System.Drawing.Size(118, 40);
this.btn_apply.TabIndex = 2;
@ -93,7 +97,7 @@ namespace DisplayMagician.UIForms
this.btn_back.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Brown;
this.btn_back.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_back.ForeColor = System.Drawing.Color.White;
this.btn_back.Location = new System.Drawing.Point(889, 794);
this.btn_back.Location = new System.Drawing.Point(847, 48);
this.btn_back.Name = "btn_back";
this.btn_back.Size = new System.Drawing.Size(75, 23);
this.btn_back.TabIndex = 5;
@ -103,13 +107,13 @@ namespace DisplayMagician.UIForms
//
// btn_delete
//
this.btn_delete.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btn_delete.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.btn_delete.FlatAppearance.MouseDownBackColor = System.Drawing.Color.IndianRed;
this.btn_delete.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Brown;
this.btn_delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_delete.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_delete.ForeColor = System.Drawing.Color.White;
this.btn_delete.Location = new System.Drawing.Point(446, 769);
this.btn_delete.Location = new System.Drawing.Point(424, 23);
this.btn_delete.Name = "btn_delete";
this.btn_delete.Size = new System.Drawing.Size(120, 40);
this.btn_delete.TabIndex = 4;
@ -170,33 +174,35 @@ namespace DisplayMagician.UIForms
// btn_view_current
//
this.btn_view_current.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_view_current.BackColor = System.Drawing.Color.Black;
this.btn_view_current.FlatAppearance.MouseDownBackColor = System.Drawing.Color.IndianRed;
this.btn_view_current.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Brown;
this.btn_view_current.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_view_current.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_view_current.ForeColor = System.Drawing.Color.White;
this.btn_view_current.Location = new System.Drawing.Point(712, 12);
this.btn_view_current.Location = new System.Drawing.Point(670, 18);
this.btn_view_current.Name = "btn_view_current";
this.btn_view_current.Size = new System.Drawing.Size(252, 39);
this.btn_view_current.TabIndex = 6;
this.btn_view_current.Text = "View &Current Display";
this.btn_view_current.UseVisualStyleBackColor = true;
this.btn_view_current.UseVisualStyleBackColor = false;
this.btn_view_current.Click += new System.EventHandler(this.btn_view_current_Click);
//
// btn_save_or_rename
//
this.btn_save_or_rename.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btn_save_or_rename.BackColor = System.Drawing.Color.Black;
this.btn_save_or_rename.FlatAppearance.MouseDownBackColor = System.Drawing.Color.IndianRed;
this.btn_save_or_rename.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Brown;
this.btn_save_or_rename.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_save_or_rename.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_save_or_rename.ForeColor = System.Drawing.Color.White;
this.btn_save_or_rename.Location = new System.Drawing.Point(146, 520);
this.btn_save_or_rename.Location = new System.Drawing.Point(120, 438);
this.btn_save_or_rename.Name = "btn_save_or_rename";
this.btn_save_or_rename.Size = new System.Drawing.Size(151, 33);
this.btn_save_or_rename.TabIndex = 1;
this.btn_save_or_rename.Text = "&Save As";
this.btn_save_or_rename.UseVisualStyleBackColor = true;
this.btn_save_or_rename.UseVisualStyleBackColor = false;
this.btn_save_or_rename.Click += new System.EventHandler(this.btn_save_as_Click);
//
// pb_down_arrow
@ -204,7 +210,7 @@ namespace DisplayMagician.UIForms
this.pb_down_arrow.Anchor = System.Windows.Forms.AnchorStyles.None;
this.pb_down_arrow.BackColor = System.Drawing.Color.DimGray;
this.pb_down_arrow.Image = ((System.Drawing.Image)(resources.GetObject("pb_down_arrow.Image")));
this.pb_down_arrow.Location = new System.Drawing.Point(461, 551);
this.pb_down_arrow.Location = new System.Drawing.Point(440, 467);
this.pb_down_arrow.Name = "pb_down_arrow";
this.pb_down_arrow.Size = new System.Drawing.Size(54, 27);
this.pb_down_arrow.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
@ -214,10 +220,10 @@ namespace DisplayMagician.UIForms
// lbl_profile_shown
//
this.lbl_profile_shown.AutoSize = true;
this.lbl_profile_shown.BackColor = System.Drawing.Color.DimGray;
this.lbl_profile_shown.BackColor = System.Drawing.Color.Black;
this.lbl_profile_shown.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbl_profile_shown.ForeColor = System.Drawing.Color.White;
this.lbl_profile_shown.Location = new System.Drawing.Point(18, 73);
this.lbl_profile_shown.Location = new System.Drawing.Point(19, 22);
this.lbl_profile_shown.Name = "lbl_profile_shown";
this.lbl_profile_shown.Size = new System.Drawing.Size(205, 29);
this.lbl_profile_shown.TabIndex = 19;
@ -227,7 +233,7 @@ namespace DisplayMagician.UIForms
//
this.txt_profile_save_name.Anchor = System.Windows.Forms.AnchorStyles.None;
this.txt_profile_save_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txt_profile_save_name.Location = new System.Drawing.Point(297, 519);
this.txt_profile_save_name.Location = new System.Drawing.Point(271, 437);
this.txt_profile_save_name.MaxLength = 200;
this.txt_profile_save_name.Name = "txt_profile_save_name";
this.txt_profile_save_name.Size = new System.Drawing.Size(384, 35);
@ -241,14 +247,13 @@ namespace DisplayMagician.UIForms
this.ilv_saved_profiles.AllowColumnResize = false;
this.ilv_saved_profiles.AllowItemReorder = false;
this.ilv_saved_profiles.AllowPaneResize = false;
this.ilv_saved_profiles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ilv_saved_profiles.Location = new System.Drawing.Point(0, 601);
this.ilv_saved_profiles.Dock = System.Windows.Forms.DockStyle.Fill;
this.ilv_saved_profiles.Location = new System.Drawing.Point(0, 0);
this.ilv_saved_profiles.MultiSelect = false;
this.ilv_saved_profiles.Name = "ilv_saved_profiles";
this.ilv_saved_profiles.PersistentCacheDirectory = "";
this.ilv_saved_profiles.PersistentCacheSize = ((long)(100));
this.ilv_saved_profiles.Size = new System.Drawing.Size(976, 144);
this.ilv_saved_profiles.Size = new System.Drawing.Size(934, 141);
this.ilv_saved_profiles.TabIndex = 21;
this.ilv_saved_profiles.UseWIC = true;
this.ilv_saved_profiles.View = Manina.Windows.Forms.View.HorizontalStrip;
@ -258,10 +263,10 @@ namespace DisplayMagician.UIForms
// lbl_profile_shown_subtitle
//
this.lbl_profile_shown_subtitle.AutoSize = true;
this.lbl_profile_shown_subtitle.BackColor = System.Drawing.Color.DimGray;
this.lbl_profile_shown_subtitle.BackColor = System.Drawing.Color.Black;
this.lbl_profile_shown_subtitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbl_profile_shown_subtitle.ForeColor = System.Drawing.Color.White;
this.lbl_profile_shown_subtitle.Location = new System.Drawing.Point(20, 102);
this.lbl_profile_shown_subtitle.Location = new System.Drawing.Point(21, 51);
this.lbl_profile_shown_subtitle.Name = "lbl_profile_shown_subtitle";
this.lbl_profile_shown_subtitle.Size = new System.Drawing.Size(132, 20);
this.lbl_profile_shown_subtitle.TabIndex = 22;
@ -269,11 +274,12 @@ namespace DisplayMagician.UIForms
//
// label1
//
this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Black;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(263, 581);
this.label1.Location = new System.Drawing.Point(242, 497);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(450, 20);
this.label1.TabIndex = 23;
@ -281,13 +287,13 @@ namespace DisplayMagician.UIForms
//
// lbl_save_profile
//
this.lbl_save_profile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lbl_save_profile.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lbl_save_profile.BackColor = System.Drawing.Color.Brown;
this.lbl_save_profile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbl_save_profile.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.lbl_save_profile.ForeColor = System.Drawing.Color.White;
this.lbl_save_profile.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.lbl_save_profile.Location = new System.Drawing.Point(668, 82);
this.lbl_save_profile.Location = new System.Drawing.Point(319, 9);
this.lbl_save_profile.Name = "lbl_save_profile";
this.lbl_save_profile.Size = new System.Drawing.Size(296, 102);
this.lbl_save_profile.TabIndex = 33;
@ -297,14 +303,14 @@ namespace DisplayMagician.UIForms
//
// btn_save
//
this.btn_save.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btn_save.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.btn_save.BackColor = System.Drawing.Color.Black;
this.btn_save.FlatAppearance.MouseDownBackColor = System.Drawing.Color.IndianRed;
this.btn_save.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Brown;
this.btn_save.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_save.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_save.ForeColor = System.Drawing.Color.White;
this.btn_save.Location = new System.Drawing.Point(572, 769);
this.btn_save.Location = new System.Drawing.Point(550, 23);
this.btn_save.Name = "btn_save";
this.btn_save.Size = new System.Drawing.Size(211, 40);
this.btn_save.TabIndex = 34;
@ -321,13 +327,13 @@ namespace DisplayMagician.UIForms
//
// btn_hotkey
//
this.btn_hotkey.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btn_hotkey.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.btn_hotkey.FlatAppearance.MouseDownBackColor = System.Drawing.Color.IndianRed;
this.btn_hotkey.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Brown;
this.btn_hotkey.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_hotkey.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_hotkey.ForeColor = System.Drawing.Color.White;
this.btn_hotkey.Location = new System.Drawing.Point(320, 769);
this.btn_hotkey.Location = new System.Drawing.Point(174, 23);
this.btn_hotkey.Name = "btn_hotkey";
this.btn_hotkey.Size = new System.Drawing.Size(120, 40);
this.btn_hotkey.TabIndex = 35;
@ -337,11 +343,12 @@ namespace DisplayMagician.UIForms
//
// lbl_hotkey_assigned
//
this.lbl_hotkey_assigned.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lbl_hotkey_assigned.AutoSize = true;
this.lbl_hotkey_assigned.BackColor = System.Drawing.Color.Transparent;
this.lbl_hotkey_assigned.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbl_hotkey_assigned.ForeColor = System.Drawing.Color.White;
this.lbl_hotkey_assigned.Location = new System.Drawing.Point(20, 782);
this.lbl_hotkey_assigned.Location = new System.Drawing.Point(21, 39);
this.lbl_hotkey_assigned.Name = "lbl_hotkey_assigned";
this.lbl_hotkey_assigned.Size = new System.Drawing.Size(57, 16);
this.lbl_hotkey_assigned.TabIndex = 36;
@ -356,24 +363,35 @@ namespace DisplayMagician.UIForms
this.dv_profile.BackColor = System.Drawing.Color.DimGray;
this.dv_profile.Font = new System.Drawing.Font("Consolas", 50F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dv_profile.ForeColor = System.Drawing.Color.MidnightBlue;
this.dv_profile.Location = new System.Drawing.Point(0, 120);
this.dv_profile.Location = new System.Drawing.Point(0, 95);
this.dv_profile.Margin = new System.Windows.Forms.Padding(18);
this.dv_profile.Name = "dv_profile";
this.dv_profile.PaddingX = 100;
this.dv_profile.PaddingY = 100;
this.dv_profile.Profile = null;
this.dv_profile.Size = new System.Drawing.Size(976, 399);
this.dv_profile.Size = new System.Drawing.Size(934, 399);
this.dv_profile.TabIndex = 4;
//
// panel1
// p_upper
//
this.panel1.BackColor = System.Drawing.Color.DimGray;
this.panel1.Controls.Add(this.btn_profile_settings);
this.panel1.Controls.Add(this.pbLogo);
this.panel1.Location = new System.Drawing.Point(0, 61);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(976, 521);
this.panel1.TabIndex = 37;
this.p_upper.BackColor = System.Drawing.Color.DimGray;
this.p_upper.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("p_upper.BackgroundImage")));
this.p_upper.Controls.Add(this.txt_profile_save_name);
this.p_upper.Controls.Add(this.lbl_save_profile);
this.p_upper.Controls.Add(this.btn_profile_settings);
this.p_upper.Controls.Add(this.pb_down_arrow);
this.p_upper.Controls.Add(this.pbLogo);
this.p_upper.Controls.Add(this.btn_view_current);
this.p_upper.Controls.Add(this.btn_save_or_rename);
this.p_upper.Controls.Add(this.label1);
this.p_upper.Controls.Add(this.lbl_profile_shown);
this.p_upper.Controls.Add(this.lbl_profile_shown_subtitle);
this.p_upper.Controls.Add(this.dv_profile);
this.p_upper.Dock = System.Windows.Forms.DockStyle.Top;
this.p_upper.Location = new System.Drawing.Point(0, 0);
this.p_upper.Name = "p_upper";
this.p_upper.Size = new System.Drawing.Size(934, 517);
this.p_upper.TabIndex = 37;
//
// btn_profile_settings
//
@ -384,7 +402,7 @@ namespace DisplayMagician.UIForms
this.btn_profile_settings.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_profile_settings.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_profile_settings.ForeColor = System.Drawing.Color.White;
this.btn_profile_settings.Location = new System.Drawing.Point(682, 459);
this.btn_profile_settings.Location = new System.Drawing.Point(655, 438);
this.btn_profile_settings.Name = "btn_profile_settings";
this.btn_profile_settings.Size = new System.Drawing.Size(170, 33);
this.btn_profile_settings.TabIndex = 38;
@ -395,13 +413,38 @@ namespace DisplayMagician.UIForms
// pbLogo
//
this.pbLogo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pbLogo.Location = new System.Drawing.Point(854, 14);
this.pbLogo.Location = new System.Drawing.Point(822, 111);
this.pbLogo.Name = "pbLogo";
this.pbLogo.Size = new System.Drawing.Size(100, 49);
this.pbLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbLogo.TabIndex = 0;
this.pbLogo.TabStop = false;
//
// p_lower
//
this.p_lower.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("p_lower.BackgroundImage")));
this.p_lower.Controls.Add(this.lbl_hotkey_assigned);
this.p_lower.Controls.Add(this.btn_hotkey);
this.p_lower.Controls.Add(this.btn_delete);
this.p_lower.Controls.Add(this.btn_apply);
this.p_lower.Controls.Add(this.btn_save);
this.p_lower.Controls.Add(this.btn_back);
this.p_lower.Dock = System.Windows.Forms.DockStyle.Bottom;
this.p_lower.Location = new System.Drawing.Point(0, 658);
this.p_lower.Name = "p_lower";
this.p_lower.Size = new System.Drawing.Size(934, 83);
this.p_lower.TabIndex = 38;
//
// p_fill
//
this.p_fill.BackColor = System.Drawing.Color.White;
this.p_fill.Controls.Add(this.ilv_saved_profiles);
this.p_fill.Dock = System.Windows.Forms.DockStyle.Fill;
this.p_fill.Location = new System.Drawing.Point(0, 517);
this.p_fill.Name = "p_fill";
this.p_fill.Size = new System.Drawing.Size(934, 141);
this.p_fill.TabIndex = 39;
//
// DisplayProfileForm
//
this.AcceptButton = this.btn_apply;
@ -410,28 +453,13 @@ namespace DisplayMagician.UIForms
this.BackColor = System.Drawing.Color.Black;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.CancelButton = this.btn_back;
this.ClientSize = new System.Drawing.Size(976, 829);
this.Controls.Add(this.lbl_hotkey_assigned);
this.Controls.Add(this.btn_hotkey);
this.Controls.Add(this.btn_save);
this.Controls.Add(this.lbl_save_profile);
this.Controls.Add(this.label1);
this.Controls.Add(this.lbl_profile_shown_subtitle);
this.Controls.Add(this.ilv_saved_profiles);
this.Controls.Add(this.txt_profile_save_name);
this.Controls.Add(this.lbl_profile_shown);
this.Controls.Add(this.btn_save_or_rename);
this.Controls.Add(this.btn_view_current);
this.Controls.Add(this.btn_delete);
this.Controls.Add(this.btn_back);
this.Controls.Add(this.btn_apply);
this.Controls.Add(this.pb_down_arrow);
this.Controls.Add(this.dv_profile);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.ClientSize = new System.Drawing.Size(934, 741);
this.Controls.Add(this.p_fill);
this.Controls.Add(this.p_lower);
this.Controls.Add(this.p_upper);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimumSize = new System.Drawing.Size(800, 400);
this.MinimumSize = new System.Drawing.Size(950, 780);
this.Name = "DisplayProfileForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
@ -440,10 +468,13 @@ namespace DisplayMagician.UIForms
this.Load += new System.EventHandler(this.DisplayProfileForm_Load);
this.menu_profiles.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pb_down_arrow)).EndInit();
this.panel1.ResumeLayout(false);
this.p_upper.ResumeLayout(false);
this.p_upper.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbLogo)).EndInit();
this.p_lower.ResumeLayout(false);
this.p_lower.PerformLayout();
this.p_fill.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
@ -474,9 +505,11 @@ namespace DisplayMagician.UIForms
private System.Windows.Forms.SaveFileDialog dialog_save;
private System.Windows.Forms.Button btn_hotkey;
private System.Windows.Forms.Label lbl_hotkey_assigned;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel p_upper;
private System.Windows.Forms.PictureBox pbLogo;
private System.Windows.Forms.Button btn_profile_settings;
private System.Windows.Forms.Panel p_lower;
private System.Windows.Forms.Panel p_fill;
}
}

File diff suppressed because it is too large Load Diff

View File

@ -74,6 +74,7 @@ namespace DisplayMagician.UIForms
this.label3 = new System.Windows.Forms.Label();
this.flp_start_programs = new System.Windows.Forms.FlowLayoutPanel();
this.tabp_game = new System.Windows.Forms.TabPage();
this.ilv_games = new Manina.Windows.Forms.ImageListView();
this.p_gametostart = new System.Windows.Forms.Panel();
this.btn_find_examples_game = new System.Windows.Forms.Button();
this.p_standalone = new System.Windows.Forms.Panel();
@ -112,7 +113,6 @@ namespace DisplayMagician.UIForms
this.nud_timeout_game = new System.Windows.Forms.NumericUpDown();
this.lbl_game_library = new System.Windows.Forms.Label();
this.rb_launcher = new System.Windows.Forms.RadioButton();
this.ilv_games = new Manina.Windows.Forms.ImageListView();
this.tabp_after = new System.Windows.Forms.TabPage();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.txt_run_cmd_afterwards_args = new System.Windows.Forms.TextBox();
@ -739,6 +739,21 @@ namespace DisplayMagician.UIForms
this.tabp_game.TabIndex = 2;
this.tabp_game.Text = "4. Choose Game to start";
//
// ilv_games
//
this.ilv_games.Dock = System.Windows.Forms.DockStyle.Fill;
this.ilv_games.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ilv_games.IntegralScroll = true;
this.ilv_games.Location = new System.Drawing.Point(3, 523);
this.ilv_games.Name = "ilv_games";
this.ilv_games.PersistentCacheDirectory = "";
this.ilv_games.PersistentCacheSize = ((long)(100));
this.ilv_games.Size = new System.Drawing.Size(1046, 205);
this.ilv_games.SortOrder = Manina.Windows.Forms.SortOrder.Ascending;
this.ilv_games.TabIndex = 42;
this.ilv_games.UseWIC = true;
this.ilv_games.ItemClick += new Manina.Windows.Forms.ItemClickEventHandler(this.ilv_games_ItemClick);
//
// p_gametostart
//
this.p_gametostart.Controls.Add(this.btn_find_examples_game);
@ -1234,21 +1249,6 @@ namespace DisplayMagician.UIForms
this.rb_launcher.CheckedChanged += new System.EventHandler(this.rb_launcher_CheckedChanged);
this.rb_launcher.Paint += new System.Windows.Forms.PaintEventHandler(this.radiobutton_Paint);
//
// ilv_games
//
this.ilv_games.Dock = System.Windows.Forms.DockStyle.Fill;
this.ilv_games.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ilv_games.IntegralScroll = true;
this.ilv_games.Location = new System.Drawing.Point(3, 523);
this.ilv_games.Name = "ilv_games";
this.ilv_games.PersistentCacheDirectory = "";
this.ilv_games.PersistentCacheSize = ((long)(100));
this.ilv_games.Size = new System.Drawing.Size(1046, 205);
this.ilv_games.SortOrder = Manina.Windows.Forms.SortOrder.Ascending;
this.ilv_games.TabIndex = 42;
this.ilv_games.UseWIC = true;
this.ilv_games.ItemClick += new Manina.Windows.Forms.ItemClickEventHandler(this.ilv_games_ItemClick);
//
// tabp_after
//
this.tabp_after.BackColor = System.Drawing.Color.Black;