issue #12 addressed - added link label to Github

Little GUI layout improvements
pull/20/head
bm98 10 years ago
parent ed3672f2c3
commit 3653e63a72

189
Form1.Designer.cs generated

@ -80,6 +80,11 @@
this.txFilter = new System.Windows.Forms.TextBox(); this.txFilter = new System.Windows.Forms.TextBox();
this.btClearFilter = new System.Windows.Forms.Button(); this.btClearFilter = new System.Windows.Forms.Button();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.btSaveMyMapping = new System.Windows.Forms.Button();
this.btLoadMyMapping = new System.Windows.Forms.Button();
this.txMappingName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.tsDDbtProfiles = new System.Windows.Forms.ToolStripDropDownButton(); this.tsDDbtProfiles = new System.Windows.Forms.ToolStripDropDownButton();
@ -94,12 +99,9 @@
this.resetLoadAndGrabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.resetLoadAndGrabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.loadAndGrabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadAndGrabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.linkLblReleases = new System.Windows.Forms.LinkLabel();
this.txMappingName = new System.Windows.Forms.TextBox();
this.btLoadMyMapping = new System.Windows.Forms.Button();
this.btSaveMyMapping = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.UC_JoyPanel = new SCJMapper_V2.UC_JoyPanel(); this.UC_JoyPanel = new SCJMapper_V2.UC_JoyPanel();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.cmCopyPaste.SuspendLayout(); this.cmCopyPaste.SuspendLayout();
this.panel3.SuspendLayout(); this.panel3.SuspendLayout();
this.panel2.SuspendLayout(); this.panel2.SuspendLayout();
@ -110,8 +112,8 @@
this.flowLayoutPanel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// btDumpList // btDumpList
@ -127,9 +129,9 @@
// label3 // label3
// //
this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Location = new System.Drawing.Point(606, 833); this.label3.Location = new System.Drawing.Point(606, 823);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(372, 26); this.label3.Size = new System.Drawing.Size(372, 36);
this.label3.TabIndex = 22; this.label3.TabIndex = 22;
this.label3.Text = "Right click above to open the context menu"; this.label3.Text = "Right click above to open the context menu";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@ -145,7 +147,7 @@
this.rtb.Location = new System.Drawing.Point(606, 81); this.rtb.Location = new System.Drawing.Point(606, 81);
this.rtb.Name = "rtb"; this.rtb.Name = "rtb";
this.tlpanel.SetRowSpan(this.rtb, 2); this.tlpanel.SetRowSpan(this.rtb, 2);
this.rtb.Size = new System.Drawing.Size(372, 674); this.rtb.Size = new System.Drawing.Size(372, 667);
this.rtb.TabIndex = 21; this.rtb.TabIndex = 21;
this.rtb.Text = ""; this.rtb.Text = "";
this.rtb.WordWrap = false; this.rtb.WordWrap = false;
@ -420,7 +422,7 @@
this.treeView1.Name = "treeView1"; this.treeView1.Name = "treeView1";
this.tlpanel.SetRowSpan(this.treeView1, 3); this.tlpanel.SetRowSpan(this.treeView1, 3);
this.treeView1.SelectedImageKey = "Selected"; this.treeView1.SelectedImageKey = "Selected";
this.treeView1.Size = new System.Drawing.Size(294, 749); this.treeView1.Size = new System.Drawing.Size(294, 739);
this.treeView1.TabIndex = 16; this.treeView1.TabIndex = 16;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
// //
@ -464,6 +466,7 @@
// panel1 // panel1
// //
this.tlpanel.SetColumnSpan(this.panel1, 3); this.tlpanel.SetColumnSpan(this.panel1, 3);
this.panel1.Controls.Add(this.linkLblReleases);
this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.lblTitle); this.panel1.Controls.Add(this.lblTitle);
this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label4);
@ -504,7 +507,7 @@
// buttonExit // buttonExit
// //
this.buttonExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonExit.Location = new System.Drawing.Point(171, 42); this.buttonExit.Location = new System.Drawing.Point(171, 39);
this.buttonExit.Name = "buttonExit"; this.buttonExit.Name = "buttonExit";
this.buttonExit.Size = new System.Drawing.Size(120, 24); this.buttonExit.Size = new System.Drawing.Size(120, 24);
this.buttonExit.TabIndex = 13; this.buttonExit.TabIndex = 13;
@ -553,7 +556,7 @@
this.tlpanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 540F)); this.tlpanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 540F));
this.tlpanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 65F)); this.tlpanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 65F));
this.tlpanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F)); this.tlpanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
this.tlpanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tlpanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
this.tlpanel.Size = new System.Drawing.Size(984, 862); this.tlpanel.Size = new System.Drawing.Size(984, 862);
this.tlpanel.TabIndex = 25; this.tlpanel.TabIndex = 25;
// //
@ -589,7 +592,7 @@
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(294, 134); this.tableLayoutPanel1.Size = new System.Drawing.Size(294, 127);
this.tableLayoutPanel1.TabIndex = 23; this.tableLayoutPanel1.TabIndex = 23;
// //
// txFilter // txFilter
@ -620,15 +623,78 @@
this.tableLayoutPanel2.Controls.Add(this.buttonExit, 1, 1); this.tableLayoutPanel2.Controls.Add(this.buttonExit, 1, 1);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize; this.tableLayoutPanel2.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
this.tableLayoutPanel2.Location = new System.Drawing.Point(306, 761); this.tableLayoutPanel2.Location = new System.Drawing.Point(306, 754);
this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2; this.tableLayoutPanel2.RowCount = 2;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(294, 69); this.tableLayoutPanel2.Size = new System.Drawing.Size(294, 66);
this.tableLayoutPanel2.TabIndex = 24; this.tableLayoutPanel2.TabIndex = 24;
// //
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 2;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 240F));
this.tableLayoutPanel3.Controls.Add(this.btSaveMyMapping, 1, 1);
this.tableLayoutPanel3.Controls.Add(this.btLoadMyMapping, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.txMappingName, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
this.tableLayoutPanel3.Location = new System.Drawing.Point(606, 754);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 2;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(372, 66);
this.tableLayoutPanel3.TabIndex = 25;
//
// btSaveMyMapping
//
this.btSaveMyMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btSaveMyMapping.Image = ((System.Drawing.Image)(resources.GetObject("btSaveMyMapping.Image")));
this.btSaveMyMapping.Location = new System.Drawing.Point(191, 39);
this.btSaveMyMapping.Name = "btSaveMyMapping";
this.btSaveMyMapping.Size = new System.Drawing.Size(178, 24);
this.btSaveMyMapping.TabIndex = 15;
this.btSaveMyMapping.Text = "Dump and Save my Mapping";
this.btSaveMyMapping.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btSaveMyMapping.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.btSaveMyMapping.Click += new System.EventHandler(this.btSaveMyMapping_Click);
//
// btLoadMyMapping
//
this.btLoadMyMapping.Location = new System.Drawing.Point(3, 39);
this.btLoadMyMapping.Name = "btLoadMyMapping";
this.btLoadMyMapping.Size = new System.Drawing.Size(120, 24);
this.btLoadMyMapping.TabIndex = 14;
this.btLoadMyMapping.Text = "Load my Mapping";
this.btLoadMyMapping.Visible = false;
this.btLoadMyMapping.Click += new System.EventHandler(this.btLoadMyMapping_Click);
//
// txMappingName
//
this.txMappingName.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.txMappingName.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
this.txMappingName.Location = new System.Drawing.Point(135, 8);
this.txMappingName.Name = "txMappingName";
this.txMappingName.Size = new System.Drawing.Size(234, 20);
this.txMappingName.TabIndex = 0;
this.txMappingName.WordWrap = false;
this.txMappingName.TextChanged += new System.EventHandler(this.txMappingName_TextChanged);
//
// label1
//
this.label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(49, 11);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(80, 13);
this.label1.TabIndex = 16;
this.label1.Text = "Mapping name:";
//
// statusStrip1 // statusStrip1
// //
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@ -639,19 +705,20 @@
this.toolStripStatusLabel1, this.toolStripStatusLabel1,
this.tsDDbtMappings, this.tsDDbtMappings,
this.tsBtLoad}); this.tsBtLoad});
this.statusStrip1.Location = new System.Drawing.Point(0, 840); this.statusStrip1.Location = new System.Drawing.Point(0, 832);
this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.statusStrip1.ShowItemToolTips = true; this.statusStrip1.ShowItemToolTips = true;
this.statusStrip1.Size = new System.Drawing.Size(984, 22); this.statusStrip1.Size = new System.Drawing.Size(984, 30);
this.statusStrip1.TabIndex = 26; this.statusStrip1.TabIndex = 26;
this.statusStrip1.Text = "statusStrip1"; this.statusStrip1.Text = "statusStrip1";
// //
// toolStripStatusLabel2 // toolStripStatusLabel2
// //
this.toolStripStatusLabel2.BackColor = System.Drawing.Color.DarkKhaki; this.toolStripStatusLabel2.BackColor = System.Drawing.Color.DarkKhaki;
this.toolStripStatusLabel2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2"; this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(49, 17); this.toolStripStatusLabel2.Size = new System.Drawing.Size(52, 25);
this.toolStripStatusLabel2.Text = "Profiles:"; this.toolStripStatusLabel2.Text = "Profiles:";
// //
// tsDDbtProfiles // tsDDbtProfiles
@ -661,7 +728,7 @@
this.tsDDbtProfiles.Image = ((System.Drawing.Image)(resources.GetObject("tsDDbtProfiles.Image"))); this.tsDDbtProfiles.Image = ((System.Drawing.Image)(resources.GetObject("tsDDbtProfiles.Image")));
this.tsDDbtProfiles.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsDDbtProfiles.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsDDbtProfiles.Name = "tsDDbtProfiles"; this.tsDDbtProfiles.Name = "tsDDbtProfiles";
this.tsDDbtProfiles.Size = new System.Drawing.Size(250, 20); this.tsDDbtProfiles.Size = new System.Drawing.Size(250, 28);
this.tsDDbtProfiles.Text = "Available Profiles"; this.tsDDbtProfiles.Text = "Available Profiles";
this.tsDDbtProfiles.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tsDDbtProfiles_DropDownItemClicked); this.tsDDbtProfiles.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tsDDbtProfiles_DropDownItemClicked);
// //
@ -675,7 +742,7 @@
this.tsBtReset.Image = ((System.Drawing.Image)(resources.GetObject("tsBtReset.Image"))); this.tsBtReset.Image = ((System.Drawing.Image)(resources.GetObject("tsBtReset.Image")));
this.tsBtReset.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsBtReset.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsBtReset.Name = "tsBtReset"; this.tsBtReset.Name = "tsBtReset";
this.tsBtReset.Size = new System.Drawing.Size(100, 20); this.tsBtReset.Size = new System.Drawing.Size(100, 28);
this.tsBtReset.Text = "Reset..."; this.tsBtReset.Text = "Reset...";
this.tsBtReset.ToolTipText = "Reset with chosen options"; this.tsBtReset.ToolTipText = "Reset with chosen options";
// //
@ -700,15 +767,16 @@
this.toolStripStatusLabel3.AutoSize = false; this.toolStripStatusLabel3.AutoSize = false;
this.toolStripStatusLabel3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripStatusLabel3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3"; this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(100, 17); this.toolStripStatusLabel3.Size = new System.Drawing.Size(100, 25);
this.toolStripStatusLabel3.Text = " "; this.toolStripStatusLabel3.Text = " ";
// //
// toolStripStatusLabel1 // toolStripStatusLabel1
// //
this.toolStripStatusLabel1.BackColor = System.Drawing.Color.DarkSeaGreen; this.toolStripStatusLabel1.BackColor = System.Drawing.Color.DarkSeaGreen;
this.toolStripStatusLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripStatusLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripStatusLabel1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(63, 17); this.toolStripStatusLabel1.Size = new System.Drawing.Size(63, 25);
this.toolStripStatusLabel1.Text = "Mappings:"; this.toolStripStatusLabel1.Text = "Mappings:";
// //
// tsDDbtMappings // tsDDbtMappings
@ -720,7 +788,7 @@
this.tsDDbtMappings.Image = ((System.Drawing.Image)(resources.GetObject("tsDDbtMappings.Image"))); this.tsDDbtMappings.Image = ((System.Drawing.Image)(resources.GetObject("tsDDbtMappings.Image")));
this.tsDDbtMappings.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsDDbtMappings.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsDDbtMappings.Name = "tsDDbtMappings"; this.tsDDbtMappings.Name = "tsDDbtMappings";
this.tsDDbtMappings.Size = new System.Drawing.Size(250, 20); this.tsDDbtMappings.Size = new System.Drawing.Size(250, 28);
this.tsDDbtMappings.Text = "Available Mappings"; this.tsDDbtMappings.Text = "Available Mappings";
this.tsDDbtMappings.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tsDDbtMappings_DropDownItemClicked); this.tsDDbtMappings.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tsDDbtMappings_DropDownItemClicked);
// //
@ -737,7 +805,7 @@
this.tsBtLoad.Image = ((System.Drawing.Image)(resources.GetObject("tsBtLoad.Image"))); this.tsBtLoad.Image = ((System.Drawing.Image)(resources.GetObject("tsBtLoad.Image")));
this.tsBtLoad.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsBtLoad.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsBtLoad.Name = "tsBtLoad"; this.tsBtLoad.Name = "tsBtLoad";
this.tsBtLoad.Size = new System.Drawing.Size(80, 20); this.tsBtLoad.Size = new System.Drawing.Size(80, 28);
this.tsBtLoad.Text = "Load..."; this.tsBtLoad.Text = "Load...";
// //
// defaultsLoadAndGrabToolStripMenuItem // defaultsLoadAndGrabToolStripMenuItem
@ -772,65 +840,16 @@
this.loadToolStripMenuItem.Text = "Load !"; this.loadToolStripMenuItem.Text = "Load !";
this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click); this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
// //
// tableLayoutPanel3 // linkLblReleases
// //
this.tableLayoutPanel3.ColumnCount = 2; this.linkLblReleases.AutoSize = true;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.linkLblReleases.Location = new System.Drawing.Point(732, 17);
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 240F)); this.linkLblReleases.Name = "linkLblReleases";
this.tableLayoutPanel3.Controls.Add(this.btSaveMyMapping, 1, 1); this.linkLblReleases.Size = new System.Drawing.Size(233, 13);
this.tableLayoutPanel3.Controls.Add(this.btLoadMyMapping, 0, 1); this.linkLblReleases.TabIndex = 3;
this.tableLayoutPanel3.Controls.Add(this.txMappingName, 1, 0); this.linkLblReleases.TabStop = true;
this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0); this.linkLblReleases.Text = "For information and updates visit us @ Github ...";
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.linkLblReleases.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLblReleases_LinkClicked);
this.tableLayoutPanel3.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
this.tableLayoutPanel3.Location = new System.Drawing.Point(606, 761);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 2;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(372, 69);
this.tableLayoutPanel3.TabIndex = 25;
//
// txMappingName
//
this.txMappingName.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.txMappingName.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
this.txMappingName.Location = new System.Drawing.Point(135, 9);
this.txMappingName.Name = "txMappingName";
this.txMappingName.Size = new System.Drawing.Size(234, 20);
this.txMappingName.TabIndex = 0;
this.txMappingName.WordWrap = false;
this.txMappingName.TextChanged += new System.EventHandler(this.txMappingName_TextChanged);
//
// btLoadMyMapping
//
this.btLoadMyMapping.Location = new System.Drawing.Point(3, 42);
this.btLoadMyMapping.Name = "btLoadMyMapping";
this.btLoadMyMapping.Size = new System.Drawing.Size(120, 24);
this.btLoadMyMapping.TabIndex = 14;
this.btLoadMyMapping.Text = "Load my Mapping";
this.btLoadMyMapping.Visible = false;
this.btLoadMyMapping.Click += new System.EventHandler(this.btLoadMyMapping_Click);
//
// btSaveMyMapping
//
this.btSaveMyMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btSaveMyMapping.Location = new System.Drawing.Point(191, 42);
this.btSaveMyMapping.Name = "btSaveMyMapping";
this.btSaveMyMapping.Size = new System.Drawing.Size(178, 24);
this.btSaveMyMapping.TabIndex = 15;
this.btSaveMyMapping.Text = "Dump and Save my Mapping";
this.btSaveMyMapping.Click += new System.EventHandler(this.btSaveMyMapping_Click);
//
// label1
//
this.label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(49, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(80, 13);
this.label1.TabIndex = 16;
this.label1.Text = "Mapping name:";
// //
// UC_JoyPanel // UC_JoyPanel
// //
@ -865,10 +884,10 @@
this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout(); this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout(); this.tableLayoutPanel3.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
@ -943,6 +962,8 @@
private System.Windows.Forms.Button btLoadMyMapping; private System.Windows.Forms.Button btLoadMyMapping;
private System.Windows.Forms.TextBox txMappingName; private System.Windows.Forms.TextBox txMappingName;
private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label1;
private System.Windows.Forms.LinkLabel linkLblReleases;
private System.Windows.Forms.ToolTip toolTip1;
} }
} }

@ -15,7 +15,9 @@ namespace SCJMapper_V2
{ {
public partial class MainForm : Form public partial class MainForm : Form
{ {
AppSettings m_AppSettings = new AppSettings( ); private const String c_GithubLink = "https://github.com/bm98/SCJMapper-V2/releases";
private AppSettings m_AppSettings = new AppSettings( );
///<remarks> ///<remarks>
/// Holds the DXInput Joystick List /// Holds the DXInput Joystick List
@ -75,6 +77,10 @@ namespace SCJMapper_V2
String version = Application.ProductVersion; // get the version information String version = Application.ProductVersion; // get the version information
lblTitle.Text += " - V " + version.Substring( 0, version.IndexOf( ".", version.IndexOf( "." ) + 1 ) ); // get the first two elements lblTitle.Text += " - V " + version.Substring( 0, version.IndexOf( ".", version.IndexOf( "." ) + 1 ) ); // get the first two elements
// tooltips where needed
toolTip1.SetToolTip( this.linkLblReleases, c_GithubLink ); // allow to see where the link may head
// load profiles // load profiles
foreach ( String s in SCDefaultProfile.DefaultProfileNames ) { foreach ( String s in SCDefaultProfile.DefaultProfileNames ) {
tsDDbtProfiles.DropDownItems.Add( Path.GetFileNameWithoutExtension( s ) ); tsDDbtProfiles.DropDownItems.Add( Path.GetFileNameWithoutExtension( s ) );
@ -608,6 +614,14 @@ namespace SCJMapper_V2
} }
} }
// Hyperlink
private void linkLblReleases_LinkClicked( object sender, LinkLabelLinkClickedEventArgs e )
{
this.linkLblReleases.LinkVisited = true;
System.Diagnostics.Process.Start( c_GithubLink );
}
#endregion #endregion

@ -392,7 +392,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAQ ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAQ
DgAAAk1TRnQBSQFMAgEBBwEAARgBCAEYAQgBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo DgAAAk1TRnQBSQFMAgEBBwEAATgBCAE4AQgBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
@ -453,6 +453,78 @@
AQEEAAHAAQcBgAEBBAABgAEHAYABAQQAAYABAAGAAQEEAAHAAQABgAEBBAAB4AEBAYABAQQAAeAB/wGA AQEEAAHAAQcBgAEBBAABgAEHAYABAQQAAYABAAGAAQEEAAHAAQABgAEBBAAB4AEBAYABAQQAAeAB/wGA
AQEEAAHgAf8BwAEBBAAB4QH/AcABAQQAAYAB/wHAAQMEAAGBAf8B4AEDBAABAwH/AeABBwQAAQcD/wQA AQEEAAHgAf8BwAEBBAAB4QH/AcABAQQAAYAB/wHAAQMEAAGBAf8B4AEDBAABAwH/AeABBwQAAQcD/wQA
AccD/ws= AccD/ws=
</value>
</data>
<data name="btSaveMyMapping.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
</value> </value>
</data> </data>
<metadata name="OFD.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="OFD.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
@ -470,34 +542,34 @@
<data name="tsDDbtProfiles.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="tsDDbtProfiles.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
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
QmCC YII=
</value> </value>
</data> </data>
<data name="tsBtReset.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="tsBtReset.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -552,25 +624,27 @@
</data> </data>
<data name="tsBtLoad.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="tsBtLoad.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
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
</value> </value>
</data> </data>
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>555, 17</value>
</metadata>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
AAABAAEAQEAAAAEAIAAoQgAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAD4AAAAAAAAAAAAAAAAAAAAA AAABAAEAQEAAAAEAIAAoQgAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAD4AAAAAAAAAAAAAAAAAAAAA

Binary file not shown.

Before

Width:  |  Height:  |  Size: 863 B

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Loading…
Cancel
Save