AboutForm tab index fixes

This commit is contained in:
mcored 2014-05-14 10:36:47 +08:00
parent dabc74a3dc
commit 196188ddda
2 changed files with 11 additions and 11 deletions

View file

@ -84,7 +84,7 @@ private void InitializeComponent()
this.lblBerk.Location = new System.Drawing.Point(87, 144); this.lblBerk.Location = new System.Drawing.Point(87, 144);
this.lblBerk.Name = "lblBerk"; this.lblBerk.Name = "lblBerk";
this.lblBerk.Size = new System.Drawing.Size(60, 13); this.lblBerk.Size = new System.Drawing.Size(60, 13);
this.lblBerk.TabIndex = 1; this.lblBerk.TabIndex = 4;
this.lblBerk.Text = "Jaex - Berk"; this.lblBerk.Text = "Jaex - Berk";
// //
// pbTR // pbTR
@ -167,7 +167,7 @@ private void InitializeComponent()
this.rtbCredits.Name = "rtbCredits"; this.rtbCredits.Name = "rtbCredits";
this.rtbCredits.ReadOnly = true; this.rtbCredits.ReadOnly = true;
this.rtbCredits.Size = new System.Drawing.Size(369, 143); this.rtbCredits.Size = new System.Drawing.Size(369, 143);
this.rtbCredits.TabIndex = 22; this.rtbCredits.TabIndex = 11;
this.rtbCredits.Text = resources.GetString("rtbCredits.Text"); this.rtbCredits.Text = resources.GetString("rtbCredits.Text");
this.rtbCredits.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtb_LinkClicked); this.rtbCredits.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtb_LinkClicked);
// //
@ -177,7 +177,7 @@ private void InitializeComponent()
this.lblGregoire.Location = new System.Drawing.Point(87, 216); this.lblGregoire.Location = new System.Drawing.Point(87, 216);
this.lblGregoire.Name = "lblGregoire"; this.lblGregoire.Name = "lblGregoire";
this.lblGregoire.Size = new System.Drawing.Size(120, 13); this.lblGregoire.Size = new System.Drawing.Size(120, 13);
this.lblGregoire.TabIndex = 23; this.lblGregoire.TabIndex = 8;
this.lblGregoire.Text = "gpailler - Grégoire Pailler"; this.lblGregoire.Text = "gpailler - Grégoire Pailler";
// //
// pbGregoire // pbGregoire
@ -199,7 +199,7 @@ private void InitializeComponent()
this.lblCommitters.Location = new System.Drawing.Point(15, 190); this.lblCommitters.Location = new System.Drawing.Point(15, 190);
this.lblCommitters.Name = "lblCommitters"; this.lblCommitters.Name = "lblCommitters";
this.lblCommitters.Size = new System.Drawing.Size(61, 13); this.lblCommitters.Size = new System.Drawing.Size(61, 13);
this.lblCommitters.TabIndex = 25; this.lblCommitters.TabIndex = 7;
this.lblCommitters.Text = "Committers:"; this.lblCommitters.Text = "Committers:";
// //
// pbFR // pbFR
@ -219,7 +219,7 @@ private void InitializeComponent()
this.lblWebSite.Location = new System.Drawing.Point(15, 241); this.lblWebSite.Location = new System.Drawing.Point(15, 241);
this.lblWebSite.Name = "lblWebSite"; this.lblWebSite.Name = "lblWebSite";
this.lblWebSite.Size = new System.Drawing.Size(76, 13); this.lblWebSite.Size = new System.Drawing.Size(76, 13);
this.lblWebSite.TabIndex = 27; this.lblWebSite.TabIndex = 9;
this.lblWebSite.Text = "Web designer:"; this.lblWebSite.Text = "Web designer:";
// //
// pbRU // pbRU
@ -252,7 +252,7 @@ private void InitializeComponent()
this.lblDana.Location = new System.Drawing.Point(87, 267); this.lblDana.Location = new System.Drawing.Point(87, 267);
this.lblDana.Name = "lblDana"; this.lblDana.Name = "lblDana";
this.lblDana.Size = new System.Drawing.Size(64, 13); this.lblDana.Size = new System.Drawing.Size(64, 13);
this.lblDana.TabIndex = 28; this.lblDana.TabIndex = 10;
this.lblDana.Text = "dmxt - Dana"; this.lblDana.Text = "dmxt - Dana";
// //
// rtbShareXInfo // rtbShareXInfo
@ -263,7 +263,7 @@ private void InitializeComponent()
this.rtbShareXInfo.Name = "rtbShareXInfo"; this.rtbShareXInfo.Name = "rtbShareXInfo";
this.rtbShareXInfo.ReadOnly = true; this.rtbShareXInfo.ReadOnly = true;
this.rtbShareXInfo.Size = new System.Drawing.Size(247, 48); this.rtbShareXInfo.Size = new System.Drawing.Size(247, 48);
this.rtbShareXInfo.TabIndex = 32; this.rtbShareXInfo.TabIndex = 2;
this.rtbShareXInfo.Text = "Website: http://getsharex.com\nProject page: https://github.com/ShareX/ShareX\nIssu" + this.rtbShareXInfo.Text = "Website: http://getsharex.com\nProject page: https://github.com/ShareX/ShareX\nIssu" +
"es: https://github.com/ShareX/ShareX/issues"; "es: https://github.com/ShareX/ShareX/issues";
this.rtbShareXInfo.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtb_LinkClicked); this.rtbShareXInfo.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtb_LinkClicked);
@ -274,7 +274,7 @@ private void InitializeComponent()
this.cLogo.Location = new System.Drawing.Point(210, -8); this.cLogo.Location = new System.Drawing.Point(210, -8);
this.cLogo.Name = "cLogo"; this.cLogo.Name = "cLogo";
this.cLogo.Size = new System.Drawing.Size(200, 200); this.cLogo.Size = new System.Drawing.Size(200, 200);
this.cLogo.TabIndex = 2; this.cLogo.TabIndex = 5;
this.cLogo.Draw += new HelpersLib.Canvas.DrawEventHandler(this.cLogo_Draw); this.cLogo.Draw += new HelpersLib.Canvas.DrawEventHandler(this.cLogo_Draw);
this.cLogo.MouseDown += new System.Windows.Forms.MouseEventHandler(this.cLogo_MouseDown); this.cLogo.MouseDown += new System.Windows.Forms.MouseEventHandler(this.cLogo_MouseDown);
// //
@ -283,7 +283,7 @@ private void InitializeComponent()
this.uclUpdate.Location = new System.Drawing.Point(15, 36); this.uclUpdate.Location = new System.Drawing.Point(15, 36);
this.uclUpdate.Name = "uclUpdate"; this.uclUpdate.Name = "uclUpdate";
this.uclUpdate.Size = new System.Drawing.Size(224, 24); this.uclUpdate.Size = new System.Drawing.Size(224, 24);
this.uclUpdate.TabIndex = 3; this.uclUpdate.TabIndex = 1;
// //
// lblOwners // lblOwners
// //
@ -291,7 +291,7 @@ private void InitializeComponent()
this.lblOwners.Location = new System.Drawing.Point(15, 117); this.lblOwners.Location = new System.Drawing.Point(15, 117);
this.lblOwners.Name = "lblOwners"; this.lblOwners.Name = "lblOwners";
this.lblOwners.Size = new System.Drawing.Size(46, 13); this.lblOwners.Size = new System.Drawing.Size(46, 13);
this.lblOwners.TabIndex = 33; this.lblOwners.TabIndex = 3;
this.lblOwners.Text = "Owners:"; this.lblOwners.Text = "Owners:";
// //
// pbMikeSteamURL // pbMikeSteamURL

View file

@ -131,7 +131,7 @@ AviWriter: https://code.google.com/p/aforge
AsyncBridge: http://omermor.github.com/AsyncBridge AsyncBridge: http://omermor.github.com/AsyncBridge
FFmpeg: http://www.ffmpeg.org/ FFmpeg: http://www.ffmpeg.org/
7-Zip: http://www.7-zip.org/ 7-Zip: http://www.7-zip.org/
Direct show video & audio device: DirectShow video & audio device:
https://github.com/rdp/screen-capture-recorder-to-video-windows-free</value> https://github.com/rdp/screen-capture-recorder-to-video-windows-free</value>
</data> </data>
</root> </root>