TabIndex changes

This commit is contained in:
mcored 2014-05-15 21:08:39 +08:00
parent c24423a94f
commit 613bc0bc5d
14 changed files with 423 additions and 424 deletions

View file

@ -28,12 +28,11 @@ protected override void Dispose(bool disposing)
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FFmpegOptionsForm));
this.lblExt = new System.Windows.Forms.Label();
this.lblX264CRF = new System.Windows.Forms.Label();
this.nudx264CRF = new System.Windows.Forms.NumericUpDown();
this.tpFFmpeg = new System.Windows.Forms.ToolTip(this.components);
this.tpFFmpeg = new System.Windows.Forms.ToolTip();
this.nudQscale = new System.Windows.Forms.NumericUpDown();
this.nudVPxCRF = new System.Windows.Forms.NumericUpDown();
this.cbPreset = new System.Windows.Forms.ComboBox();

View file

@ -126,7 +126,7 @@ private void InitializeComponent()
this.tcTasks.Name = "tcTasks";
this.tcTasks.SelectedIndex = 0;
this.tcTasks.Size = new System.Drawing.Size(304, 279);
this.tcTasks.TabIndex = 5;
this.tcTasks.TabIndex = 0;
//
// tpAfterCapture
//
@ -145,7 +145,7 @@ private void InitializeComponent()
this.tpBeforeUpload.Location = new System.Drawing.Point(4, 22);
this.tpBeforeUpload.Name = "tpBeforeUpload";
this.tpBeforeUpload.Padding = new System.Windows.Forms.Padding(3);
this.tpBeforeUpload.Size = new System.Drawing.Size(280, 253);
this.tpBeforeUpload.Size = new System.Drawing.Size(296, 253);
this.tpBeforeUpload.TabIndex = 1;
this.tpBeforeUpload.Text = "Before upload";
this.tpBeforeUpload.UseVisualStyleBackColor = true;
@ -155,7 +155,7 @@ private void InitializeComponent()
this.ucBeforeUpload.Dock = System.Windows.Forms.DockStyle.Fill;
this.ucBeforeUpload.Location = new System.Drawing.Point(3, 3);
this.ucBeforeUpload.Name = "ucBeforeUpload";
this.ucBeforeUpload.Size = new System.Drawing.Size(274, 247);
this.ucBeforeUpload.Size = new System.Drawing.Size(290, 247);
this.ucBeforeUpload.TabIndex = 0;
//
// AfterCaptureForm

View file

@ -54,7 +54,7 @@ private void InitializeComponent()
this.pbPreview.Location = new System.Drawing.Point(392, 8);
this.pbPreview.Name = "pbPreview";
this.pbPreview.Size = new System.Drawing.Size(304, 288);
this.pbPreview.TabIndex = 6;
this.pbPreview.TabIndex = 1;
//
// btnCopyImage
//
@ -64,7 +64,7 @@ private void InitializeComponent()
this.btnCopyImage.Margin = new System.Windows.Forms.Padding(0);
this.btnCopyImage.Name = "btnCopyImage";
this.btnCopyImage.Size = new System.Drawing.Size(88, 32);
this.btnCopyImage.TabIndex = 0;
this.btnCopyImage.TabIndex = 2;
this.btnCopyImage.Text = "Copy image";
this.btnCopyImage.UseVisualStyleBackColor = true;
this.btnCopyImage.Click += new System.EventHandler(this.btnCopyImage_Click);
@ -77,7 +77,7 @@ private void InitializeComponent()
this.btnCopyLink.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.btnCopyLink.Name = "btnCopyLink";
this.btnCopyLink.Size = new System.Drawing.Size(88, 32);
this.btnCopyLink.TabIndex = 1;
this.btnCopyLink.TabIndex = 3;
this.btnCopyLink.Text = "Copy link";
this.btnCopyLink.UseVisualStyleBackColor = true;
this.btnCopyLink.Click += new System.EventHandler(this.btnCopyLink_Click);
@ -90,7 +90,7 @@ private void InitializeComponent()
this.btnOpenLink.Margin = new System.Windows.Forms.Padding(0);
this.btnOpenLink.Name = "btnOpenLink";
this.btnOpenLink.Size = new System.Drawing.Size(88, 32);
this.btnOpenLink.TabIndex = 2;
this.btnOpenLink.TabIndex = 4;
this.btnOpenLink.Text = "Open link...";
this.btnOpenLink.UseVisualStyleBackColor = true;
this.btnOpenLink.Click += new System.EventHandler(this.btnOpenLink_Click);
@ -103,7 +103,7 @@ private void InitializeComponent()
this.btnOpenFile.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.btnOpenFile.Name = "btnOpenFile";
this.btnOpenFile.Size = new System.Drawing.Size(88, 32);
this.btnOpenFile.TabIndex = 3;
this.btnOpenFile.TabIndex = 5;
this.btnOpenFile.Text = "Open file...";
this.btnOpenFile.UseVisualStyleBackColor = true;
this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click);
@ -116,7 +116,7 @@ private void InitializeComponent()
this.btnOpenFolder.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.btnOpenFolder.Name = "btnOpenFolder";
this.btnOpenFolder.Size = new System.Drawing.Size(88, 32);
this.btnOpenFolder.TabIndex = 4;
this.btnOpenFolder.TabIndex = 6;
this.btnOpenFolder.Text = "Open folder...";
this.btnOpenFolder.UseVisualStyleBackColor = true;
this.btnOpenFolder.Click += new System.EventHandler(this.btnFolderOpen_Click);
@ -133,7 +133,7 @@ private void InitializeComponent()
this.btnClose.Location = new System.Drawing.Point(608, 304);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(88, 32);
this.btnClose.TabIndex = 5;
this.btnClose.TabIndex = 7;
this.btnClose.Text = "Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
@ -153,7 +153,7 @@ private void InitializeComponent()
this.lvClipboardFormats.Location = new System.Drawing.Point(8, 8);
this.lvClipboardFormats.Name = "lvClipboardFormats";
this.lvClipboardFormats.Size = new System.Drawing.Size(376, 288);
this.lvClipboardFormats.TabIndex = 7;
this.lvClipboardFormats.TabIndex = 0;
this.lvClipboardFormats.UseCompatibleStateImageBehavior = false;
this.lvClipboardFormats.View = System.Windows.Forms.View.Details;
this.lvClipboardFormats.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvClipboardFormats_MouseDoubleClick);

View file

@ -183,7 +183,7 @@ private void InitializeComponent()
this.cbSilentRun.Location = new System.Drawing.Point(16, 40);
this.cbSilentRun.Name = "cbSilentRun";
this.cbSilentRun.Size = new System.Drawing.Size(137, 17);
this.cbSilentRun.TabIndex = 8;
this.cbSilentRun.TabIndex = 1;
this.cbSilentRun.Text = "On start minimize to tray";
this.cbSilentRun.UseVisualStyleBackColor = true;
this.cbSilentRun.CheckedChanged += new System.EventHandler(this.cbSilentRun_CheckedChanged);
@ -194,7 +194,7 @@ private void InitializeComponent()
this.cbRememberMainFormSize.Location = new System.Drawing.Point(16, 208);
this.cbRememberMainFormSize.Name = "cbRememberMainFormSize";
this.cbRememberMainFormSize.Size = new System.Drawing.Size(162, 17);
this.cbRememberMainFormSize.TabIndex = 7;
this.cbRememberMainFormSize.TabIndex = 8;
this.cbRememberMainFormSize.Text = "Remember main window size";
this.cbRememberMainFormSize.UseVisualStyleBackColor = true;
this.cbRememberMainFormSize.CheckedChanged += new System.EventHandler(this.cbRememberMainFormSize_CheckedChanged);
@ -205,7 +205,7 @@ private void InitializeComponent()
this.cbTaskbarProgressEnabled.Location = new System.Drawing.Point(16, 184);
this.cbTaskbarProgressEnabled.Name = "cbTaskbarProgressEnabled";
this.cbTaskbarProgressEnabled.Size = new System.Drawing.Size(178, 17);
this.cbTaskbarProgressEnabled.TabIndex = 6;
this.cbTaskbarProgressEnabled.TabIndex = 7;
this.cbTaskbarProgressEnabled.Text = "Show progress in taskbar button";
this.cbTaskbarProgressEnabled.UseVisualStyleBackColor = true;
this.cbTaskbarProgressEnabled.CheckedChanged += new System.EventHandler(this.cbTaskbarProgressEnabled_CheckedChanged);
@ -216,7 +216,7 @@ private void InitializeComponent()
this.cbTrayIconProgressEnabled.Location = new System.Drawing.Point(16, 160);
this.cbTrayIconProgressEnabled.Name = "cbTrayIconProgressEnabled";
this.cbTrayIconProgressEnabled.Size = new System.Drawing.Size(150, 17);
this.cbTrayIconProgressEnabled.TabIndex = 5;
this.cbTrayIconProgressEnabled.TabIndex = 6;
this.cbTrayIconProgressEnabled.Text = "Show progress in tray icon";
this.cbTrayIconProgressEnabled.UseVisualStyleBackColor = true;
this.cbTrayIconProgressEnabled.CheckedChanged += new System.EventHandler(this.cbTrayIconProgressEnabled_CheckedChanged);
@ -227,7 +227,7 @@ private void InitializeComponent()
this.cbShellContextMenu.Location = new System.Drawing.Point(16, 112);
this.cbShellContextMenu.Name = "cbShellContextMenu";
this.cbShellContextMenu.Size = new System.Drawing.Size(301, 17);
this.cbShellContextMenu.TabIndex = 3;
this.cbShellContextMenu.TabIndex = 4;
this.cbShellContextMenu.Text = "Show \"Upload using ShareX\" button in shell context menu";
this.cbShellContextMenu.UseVisualStyleBackColor = true;
this.cbShellContextMenu.CheckedChanged += new System.EventHandler(this.cbShellContextMenu_CheckedChanged);
@ -238,7 +238,7 @@ private void InitializeComponent()
this.cbCheckUpdates.Location = new System.Drawing.Point(16, 136);
this.cbCheckUpdates.Name = "cbCheckUpdates";
this.cbCheckUpdates.Size = new System.Drawing.Size(209, 17);
this.cbCheckUpdates.TabIndex = 4;
this.cbCheckUpdates.TabIndex = 5;
this.cbCheckUpdates.Text = "Automatically check updates at startup";
this.cbCheckUpdates.UseVisualStyleBackColor = true;
this.cbCheckUpdates.CheckedChanged += new System.EventHandler(this.cbCheckUpdates_CheckedChanged);
@ -249,7 +249,7 @@ private void InitializeComponent()
this.cbStartWithWindows.Location = new System.Drawing.Point(16, 64);
this.cbStartWithWindows.Name = "cbStartWithWindows";
this.cbStartWithWindows.Size = new System.Drawing.Size(188, 17);
this.cbStartWithWindows.TabIndex = 1;
this.cbStartWithWindows.TabIndex = 2;
this.cbStartWithWindows.Text = "Run ShareX when Windows starts";
this.cbStartWithWindows.UseVisualStyleBackColor = true;
this.cbStartWithWindows.CheckedChanged += new System.EventHandler(this.cbStartWithWindows_CheckedChanged);
@ -271,7 +271,7 @@ private void InitializeComponent()
this.cbSendToMenu.Location = new System.Drawing.Point(16, 88);
this.cbSendToMenu.Name = "cbSendToMenu";
this.cbSendToMenu.Size = new System.Drawing.Size(181, 17);
this.cbSendToMenu.TabIndex = 2;
this.cbSendToMenu.TabIndex = 3;
this.cbSendToMenu.Text = "Show ShareX in \"Send to\" menu";
this.cbSendToMenu.UseVisualStyleBackColor = true;
this.cbSendToMenu.CheckedChanged += new System.EventHandler(this.cbSendToMenu_CheckedChanged);
@ -305,7 +305,7 @@ private void InitializeComponent()
this.lblNotePersonalFolderPath.Location = new System.Drawing.Point(16, 96);
this.lblNotePersonalFolderPath.Name = "lblNotePersonalFolderPath";
this.lblNotePersonalFolderPath.Size = new System.Drawing.Size(354, 13);
this.lblNotePersonalFolderPath.TabIndex = 19;
this.lblNotePersonalFolderPath.TabIndex = 5;
this.lblNotePersonalFolderPath.Text = "Note: You must reopen ShareX for personal folder changes to take effect.";
//
// btnOpenScreenshotsFolder
@ -313,7 +313,7 @@ private void InitializeComponent()
this.btnOpenScreenshotsFolder.Location = new System.Drawing.Point(16, 208);
this.btnOpenScreenshotsFolder.Name = "btnOpenScreenshotsFolder";
this.btnOpenScreenshotsFolder.Size = new System.Drawing.Size(80, 23);
this.btnOpenScreenshotsFolder.TabIndex = 18;
this.btnOpenScreenshotsFolder.TabIndex = 11;
this.btnOpenScreenshotsFolder.Text = "Open...";
this.btnOpenScreenshotsFolder.UseVisualStyleBackColor = true;
this.btnOpenScreenshotsFolder.Click += new System.EventHandler(this.btnOpenScreenshotsFolder_Click);
@ -324,7 +324,7 @@ private void InitializeComponent()
this.lblPreviewPersonalFolderPath.Location = new System.Drawing.Point(104, 69);
this.lblPreviewPersonalFolderPath.Name = "lblPreviewPersonalFolderPath";
this.lblPreviewPersonalFolderPath.Size = new System.Drawing.Size(16, 13);
this.lblPreviewPersonalFolderPath.TabIndex = 17;
this.lblPreviewPersonalFolderPath.TabIndex = 4;
this.lblPreviewPersonalFolderPath.Text = "...";
//
// btnBrowsePersonalFolderPath
@ -332,7 +332,7 @@ private void InitializeComponent()
this.btnBrowsePersonalFolderPath.Location = new System.Drawing.Point(432, 39);
this.btnBrowsePersonalFolderPath.Name = "btnBrowsePersonalFolderPath";
this.btnBrowsePersonalFolderPath.Size = new System.Drawing.Size(80, 23);
this.btnBrowsePersonalFolderPath.TabIndex = 16;
this.btnBrowsePersonalFolderPath.TabIndex = 2;
this.btnBrowsePersonalFolderPath.Text = "Browse...";
this.btnBrowsePersonalFolderPath.UseVisualStyleBackColor = true;
this.btnBrowsePersonalFolderPath.Click += new System.EventHandler(this.btnBrowsePersonalFolderPath_Click);
@ -343,7 +343,7 @@ private void InitializeComponent()
this.lblPersonalFolderPath.Location = new System.Drawing.Point(16, 16);
this.lblPersonalFolderPath.Name = "lblPersonalFolderPath";
this.lblPersonalFolderPath.Size = new System.Drawing.Size(117, 13);
this.lblPersonalFolderPath.TabIndex = 15;
this.lblPersonalFolderPath.TabIndex = 0;
this.lblPersonalFolderPath.Text = "ShareX personal folder:";
//
// txtPersonalFolderPath
@ -351,7 +351,7 @@ private void InitializeComponent()
this.txtPersonalFolderPath.Location = new System.Drawing.Point(16, 40);
this.txtPersonalFolderPath.Name = "txtPersonalFolderPath";
this.txtPersonalFolderPath.Size = new System.Drawing.Size(408, 20);
this.txtPersonalFolderPath.TabIndex = 14;
this.txtPersonalFolderPath.TabIndex = 1;
this.txtPersonalFolderPath.TextChanged += new System.EventHandler(this.txtPersonalFolderPath_TextChanged);
//
// btnBrowseCustomScreenshotsPath
@ -359,7 +359,7 @@ private void InitializeComponent()
this.btnBrowseCustomScreenshotsPath.Location = new System.Drawing.Point(432, 151);
this.btnBrowseCustomScreenshotsPath.Name = "btnBrowseCustomScreenshotsPath";
this.btnBrowseCustomScreenshotsPath.Size = new System.Drawing.Size(80, 23);
this.btnBrowseCustomScreenshotsPath.TabIndex = 10;
this.btnBrowseCustomScreenshotsPath.TabIndex = 8;
this.btnBrowseCustomScreenshotsPath.Text = "Browse...";
this.btnBrowseCustomScreenshotsPath.UseVisualStyleBackColor = true;
this.btnBrowseCustomScreenshotsPath.Click += new System.EventHandler(this.btnBrowseCustomScreenshotsPath_Click);
@ -369,7 +369,7 @@ private void InitializeComponent()
this.btnOpenPersonalFolderPath.Location = new System.Drawing.Point(16, 64);
this.btnOpenPersonalFolderPath.Name = "btnOpenPersonalFolderPath";
this.btnOpenPersonalFolderPath.Size = new System.Drawing.Size(80, 23);
this.btnOpenPersonalFolderPath.TabIndex = 0;
this.btnOpenPersonalFolderPath.TabIndex = 3;
this.btnOpenPersonalFolderPath.Text = "Open...";
this.btnOpenPersonalFolderPath.UseVisualStyleBackColor = true;
this.btnOpenPersonalFolderPath.Click += new System.EventHandler(this.btnOpenPersonalFolder_Click);
@ -379,7 +379,7 @@ private void InitializeComponent()
this.txtCustomScreenshotsPath.Location = new System.Drawing.Point(16, 152);
this.txtCustomScreenshotsPath.Name = "txtCustomScreenshotsPath";
this.txtCustomScreenshotsPath.Size = new System.Drawing.Size(408, 20);
this.txtCustomScreenshotsPath.TabIndex = 9;
this.txtCustomScreenshotsPath.TabIndex = 7;
this.txtCustomScreenshotsPath.TextChanged += new System.EventHandler(this.txtCustomScreenshotsPath_TextChanged);
//
// cbUseCustomScreenshotsPath
@ -388,7 +388,7 @@ private void InitializeComponent()
this.cbUseCustomScreenshotsPath.Location = new System.Drawing.Point(16, 128);
this.cbUseCustomScreenshotsPath.Name = "cbUseCustomScreenshotsPath";
this.cbUseCustomScreenshotsPath.Size = new System.Drawing.Size(174, 17);
this.cbUseCustomScreenshotsPath.TabIndex = 8;
this.cbUseCustomScreenshotsPath.TabIndex = 6;
this.cbUseCustomScreenshotsPath.Text = "Use custom screenshots folder:";
this.cbUseCustomScreenshotsPath.UseVisualStyleBackColor = true;
this.cbUseCustomScreenshotsPath.CheckedChanged += new System.EventHandler(this.cbUseCustomScreenshotsPath_CheckedChanged);
@ -399,7 +399,7 @@ private void InitializeComponent()
this.lblSaveImageSubFolderPattern.Location = new System.Drawing.Point(16, 184);
this.lblSaveImageSubFolderPattern.Name = "lblSaveImageSubFolderPattern";
this.lblSaveImageSubFolderPattern.Size = new System.Drawing.Size(94, 13);
this.lblSaveImageSubFolderPattern.TabIndex = 11;
this.lblSaveImageSubFolderPattern.TabIndex = 9;
this.lblSaveImageSubFolderPattern.Text = "Sub folder pattern:";
//
// lblSaveImageSubFolderPatternPreview
@ -408,7 +408,7 @@ private void InitializeComponent()
this.lblSaveImageSubFolderPatternPreview.Location = new System.Drawing.Point(104, 213);
this.lblSaveImageSubFolderPatternPreview.Name = "lblSaveImageSubFolderPatternPreview";
this.lblSaveImageSubFolderPatternPreview.Size = new System.Drawing.Size(16, 13);
this.lblSaveImageSubFolderPatternPreview.TabIndex = 13;
this.lblSaveImageSubFolderPatternPreview.TabIndex = 12;
this.lblSaveImageSubFolderPatternPreview.Text = "...";
//
// txtSaveImageSubFolderPattern
@ -416,7 +416,7 @@ private void InitializeComponent()
this.txtSaveImageSubFolderPattern.Location = new System.Drawing.Point(120, 180);
this.txtSaveImageSubFolderPattern.Name = "txtSaveImageSubFolderPattern";
this.txtSaveImageSubFolderPattern.Size = new System.Drawing.Size(392, 20);
this.txtSaveImageSubFolderPattern.TabIndex = 12;
this.txtSaveImageSubFolderPattern.TabIndex = 10;
this.txtSaveImageSubFolderPattern.TextChanged += new System.EventHandler(this.txtSaveImageSubFolderPattern_TextChanged);
//
// tpProxy
@ -448,7 +448,7 @@ private void InitializeComponent()
this.lblProxyNote.Location = new System.Drawing.Point(264, 48);
this.lblProxyNote.Name = "lblProxyNote";
this.lblProxyNote.Size = new System.Drawing.Size(196, 13);
this.lblProxyNote.TabIndex = 12;
this.lblProxyNote.TabIndex = 4;
this.lblProxyNote.Text = "SOCKS proxy is only supported by FTP. ";
//
// cbProxyMethod
@ -477,7 +477,7 @@ private void InitializeComponent()
this.cbProxyType.Location = new System.Drawing.Point(120, 44);
this.cbProxyType.Name = "cbProxyType";
this.cbProxyType.Size = new System.Drawing.Size(136, 21);
this.cbProxyType.TabIndex = 11;
this.cbProxyType.TabIndex = 3;
this.cbProxyType.SelectedIndexChanged += new System.EventHandler(this.cboProxyType_SelectedIndexChanged);
//
// lblProxyType
@ -486,7 +486,7 @@ private void InitializeComponent()
this.lblProxyType.Location = new System.Drawing.Point(16, 48);
this.lblProxyType.Name = "lblProxyType";
this.lblProxyType.Size = new System.Drawing.Size(34, 13);
this.lblProxyType.TabIndex = 10;
this.lblProxyType.TabIndex = 2;
this.lblProxyType.Text = "Type:";
//
// lblProxyHost
@ -495,7 +495,7 @@ private void InitializeComponent()
this.lblProxyHost.Location = new System.Drawing.Point(16, 80);
this.lblProxyHost.Name = "lblProxyHost";
this.lblProxyHost.Size = new System.Drawing.Size(32, 13);
this.lblProxyHost.TabIndex = 6;
this.lblProxyHost.TabIndex = 5;
this.lblProxyHost.Text = "Host:";
//
// txtProxyHost
@ -503,7 +503,7 @@ private void InitializeComponent()
this.txtProxyHost.Location = new System.Drawing.Point(120, 76);
this.txtProxyHost.Name = "txtProxyHost";
this.txtProxyHost.Size = new System.Drawing.Size(232, 20);
this.txtProxyHost.TabIndex = 7;
this.txtProxyHost.TabIndex = 6;
this.txtProxyHost.TextChanged += new System.EventHandler(this.txtProxyHost_TextChanged);
//
// nudProxyPort
@ -516,7 +516,7 @@ private void InitializeComponent()
0});
this.nudProxyPort.Name = "nudProxyPort";
this.nudProxyPort.Size = new System.Drawing.Size(64, 20);
this.nudProxyPort.TabIndex = 9;
this.nudProxyPort.TabIndex = 8;
this.nudProxyPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudProxyPort.ValueChanged += new System.EventHandler(this.nudProxyPort_ValueChanged);
//
@ -527,7 +527,7 @@ private void InitializeComponent()
this.lblProxyPort.Name = "lblProxyPort";
this.lblProxyPort.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.lblProxyPort.Size = new System.Drawing.Size(26, 13);
this.lblProxyPort.TabIndex = 8;
this.lblProxyPort.TabIndex = 7;
this.lblProxyPort.Text = "Port";
//
// lblProxyPassword
@ -536,7 +536,7 @@ private void InitializeComponent()
this.lblProxyPassword.Location = new System.Drawing.Point(16, 144);
this.lblProxyPassword.Name = "lblProxyPassword";
this.lblProxyPassword.Size = new System.Drawing.Size(56, 13);
this.lblProxyPassword.TabIndex = 4;
this.lblProxyPassword.TabIndex = 11;
this.lblProxyPassword.Text = "Password:";
//
// txtProxyPassword
@ -545,7 +545,7 @@ private void InitializeComponent()
this.txtProxyPassword.Name = "txtProxyPassword";
this.txtProxyPassword.PasswordChar = '●';
this.txtProxyPassword.Size = new System.Drawing.Size(232, 20);
this.txtProxyPassword.TabIndex = 5;
this.txtProxyPassword.TabIndex = 12;
this.txtProxyPassword.TextChanged += new System.EventHandler(this.txtProxyPassword_TextChanged);
//
// lblProxyUsername
@ -554,7 +554,7 @@ private void InitializeComponent()
this.lblProxyUsername.Location = new System.Drawing.Point(16, 112);
this.lblProxyUsername.Name = "lblProxyUsername";
this.lblProxyUsername.Size = new System.Drawing.Size(58, 13);
this.lblProxyUsername.TabIndex = 2;
this.lblProxyUsername.TabIndex = 9;
this.lblProxyUsername.Text = "Username:";
//
// txtProxyUsername
@ -562,7 +562,7 @@ private void InitializeComponent()
this.txtProxyUsername.Location = new System.Drawing.Point(120, 108);
this.txtProxyUsername.Name = "txtProxyUsername";
this.txtProxyUsername.Size = new System.Drawing.Size(232, 20);
this.txtProxyUsername.TabIndex = 3;
this.txtProxyUsername.TabIndex = 10;
this.txtProxyUsername.TextChanged += new System.EventHandler(this.txtProxyUsername_TextChanged);
//
// tpUpload
@ -586,7 +586,7 @@ private void InitializeComponent()
this.tcUpload.Name = "tcUpload";
this.tcUpload.SelectedIndex = 0;
this.tcUpload.Size = new System.Drawing.Size(604, 364);
this.tcUpload.TabIndex = 3;
this.tcUpload.TabIndex = 0;
//
// tpPerformance
//
@ -609,7 +609,7 @@ private void InitializeComponent()
this.gbBandwidth.Location = new System.Drawing.Point(8, 8);
this.gbBandwidth.Name = "gbBandwidth";
this.gbBandwidth.Size = new System.Drawing.Size(576, 88);
this.gbBandwidth.TabIndex = 1;
this.gbBandwidth.TabIndex = 0;
this.gbBandwidth.TabStop = false;
this.gbBandwidth.Text = "Bandwidth";
//
@ -689,7 +689,7 @@ private void InitializeComponent()
this.gbClipboardFormats.Location = new System.Drawing.Point(8, 8);
this.gbClipboardFormats.Name = "gbClipboardFormats";
this.gbClipboardFormats.Size = new System.Drawing.Size(576, 320);
this.gbClipboardFormats.TabIndex = 2;
this.gbClipboardFormats.TabIndex = 0;
this.gbClipboardFormats.TabStop = false;
this.gbClipboardFormats.Text = "Clipboard Formats";
//
@ -767,7 +767,7 @@ private void InitializeComponent()
this.chkUseSecondaryUploaders.Location = new System.Drawing.Point(264, 12);
this.chkUseSecondaryUploaders.Name = "chkUseSecondaryUploaders";
this.chkUseSecondaryUploaders.Size = new System.Drawing.Size(305, 17);
this.chkUseSecondaryUploaders.TabIndex = 6;
this.chkUseSecondaryUploaders.TabIndex = 2;
this.chkUseSecondaryUploaders.Text = "Use secondary uploaders order of preference when retrying";
this.chkUseSecondaryUploaders.UseVisualStyleBackColor = true;
this.chkUseSecondaryUploaders.CheckedChanged += new System.EventHandler(this.chkUseSecondaryUploaders_CheckedChanged);
@ -790,7 +790,7 @@ private void InitializeComponent()
this.tlpBackupDestinations.RowCount = 1;
this.tlpBackupDestinations.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tlpBackupDestinations.Size = new System.Drawing.Size(590, 295);
this.tlpBackupDestinations.TabIndex = 5;
this.tlpBackupDestinations.TabIndex = 3;
//
// gbSecondaryImageUploaders
//
@ -800,7 +800,7 @@ private void InitializeComponent()
this.gbSecondaryImageUploaders.Name = "gbSecondaryImageUploaders";
this.gbSecondaryImageUploaders.Padding = new System.Windows.Forms.Padding(3, 5, 3, 3);
this.gbSecondaryImageUploaders.Size = new System.Drawing.Size(185, 279);
this.gbSecondaryImageUploaders.TabIndex = 3;
this.gbSecondaryImageUploaders.TabIndex = 0;
this.gbSecondaryImageUploaders.TabStop = false;
this.gbSecondaryImageUploaders.Text = "Secondary image uploaders";
//
@ -850,7 +850,7 @@ private void InitializeComponent()
this.lvSecondaryFileUploaders.MultiSelect = false;
this.lvSecondaryFileUploaders.Name = "lvSecondaryFileUploaders";
this.lvSecondaryFileUploaders.Size = new System.Drawing.Size(180, 258);
this.lvSecondaryFileUploaders.TabIndex = 1;
this.lvSecondaryFileUploaders.TabIndex = 0;
this.lvSecondaryFileUploaders.UseCompatibleStateImageBehavior = false;
this.lvSecondaryFileUploaders.View = System.Windows.Forms.View.Details;
this.lvSecondaryFileUploaders.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvSecondaryUploaders_MouseUp);
@ -881,7 +881,7 @@ private void InitializeComponent()
this.lvSecondaryTextUploaders.MultiSelect = false;
this.lvSecondaryTextUploaders.Name = "lvSecondaryTextUploaders";
this.lvSecondaryTextUploaders.Size = new System.Drawing.Size(185, 258);
this.lvSecondaryTextUploaders.TabIndex = 1;
this.lvSecondaryTextUploaders.TabIndex = 0;
this.lvSecondaryTextUploaders.UseCompatibleStateImageBehavior = false;
this.lvSecondaryTextUploaders.View = System.Windows.Forms.View.Details;
this.lvSecondaryTextUploaders.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvSecondaryUploaders_MouseUp);
@ -905,7 +905,7 @@ private void InitializeComponent()
0});
this.nudRetryUpload.Name = "nudRetryUpload";
this.nudRetryUpload.Size = new System.Drawing.Size(48, 20);
this.nudRetryUpload.TabIndex = 4;
this.nudRetryUpload.TabIndex = 1;
this.nudRetryUpload.ValueChanged += new System.EventHandler(this.nudRetryUpload_ValueChanged);
//
// tpPrint
@ -994,7 +994,7 @@ private void InitializeComponent()
this.btnEncoderDuplicate.Location = new System.Drawing.Point(168, 8);
this.btnEncoderDuplicate.Name = "btnEncoderDuplicate";
this.btnEncoderDuplicate.Size = new System.Drawing.Size(75, 23);
this.btnEncoderDuplicate.TabIndex = 5;
this.btnEncoderDuplicate.TabIndex = 2;
this.btnEncoderDuplicate.Text = "Duplicate";
this.btnEncoderDuplicate.UseVisualStyleBackColor = true;
this.btnEncoderDuplicate.Click += new System.EventHandler(this.btnEncoderDuplicate_Click);
@ -1065,7 +1065,7 @@ private void InitializeComponent()
this.btnEncodersRemove.Location = new System.Drawing.Point(248, 8);
this.btnEncodersRemove.Name = "btnEncodersRemove";
this.btnEncodersRemove.Size = new System.Drawing.Size(75, 23);
this.btnEncodersRemove.TabIndex = 2;
this.btnEncodersRemove.TabIndex = 3;
this.btnEncodersRemove.Text = "Remove";
this.btnEncodersRemove.UseVisualStyleBackColor = true;
this.btnEncodersRemove.Click += new System.EventHandler(this.btnEncodersRemove_Click);

View file

@ -66,7 +66,7 @@ private void InitializeComponent()
this.ssBar.Name = "ssBar";
this.ssBar.Size = new System.Drawing.Size(319, 22);
this.ssBar.SizingGrip = false;
this.ssBar.TabIndex = 6;
this.ssBar.TabIndex = 9;
this.ssBar.Text = "statusStrip1";
//
// tspbBar
@ -85,7 +85,7 @@ private void InitializeComponent()
this.btnExecute.Location = new System.Drawing.Point(192, 104);
this.btnExecute.Name = "btnExecute";
this.btnExecute.Size = new System.Drawing.Size(112, 40);
this.btnExecute.TabIndex = 4;
this.btnExecute.TabIndex = 7;
this.btnExecute.Text = "Start";
this.btnExecute.UseVisualStyleBackColor = true;
this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click);
@ -96,7 +96,7 @@ private void InitializeComponent()
this.cbWaitUploads.Location = new System.Drawing.Point(16, 128);
this.cbWaitUploads.Name = "cbWaitUploads";
this.cbWaitUploads.Size = new System.Drawing.Size(144, 17);
this.cbWaitUploads.TabIndex = 5;
this.cbWaitUploads.TabIndex = 8;
this.cbWaitUploads.Text = "Wait until tasks complete";
this.cbWaitUploads.UseVisualStyleBackColor = true;
this.cbWaitUploads.CheckedChanged += new System.EventHandler(this.cbWaitUploads_CheckedChanged);
@ -107,7 +107,7 @@ private void InitializeComponent()
this.cbAutoMinimize.Location = new System.Drawing.Point(16, 104);
this.cbAutoMinimize.Name = "cbAutoMinimize";
this.cbAutoMinimize.Size = new System.Drawing.Size(122, 17);
this.cbAutoMinimize.TabIndex = 3;
this.cbAutoMinimize.TabIndex = 6;
this.cbAutoMinimize.Text = "Auto minimize to tray";
this.cbAutoMinimize.UseVisualStyleBackColor = true;
this.cbAutoMinimize.CheckedChanged += new System.EventHandler(this.cbAutoMinimize_CheckedChanged);
@ -118,7 +118,7 @@ private void InitializeComponent()
this.lblRegion.Location = new System.Drawing.Point(16, 48);
this.lblRegion.Name = "lblRegion";
this.lblRegion.Size = new System.Drawing.Size(41, 13);
this.lblRegion.TabIndex = 9;
this.lblRegion.TabIndex = 2;
this.lblRegion.Text = "Region";
//
// btnRegion
@ -126,7 +126,7 @@ private void InitializeComponent()
this.btnRegion.Location = new System.Drawing.Point(16, 16);
this.btnRegion.Name = "btnRegion";
this.btnRegion.Size = new System.Drawing.Size(104, 24);
this.btnRegion.TabIndex = 8;
this.btnRegion.TabIndex = 0;
this.btnRegion.Text = "Select region";
this.btnRegion.UseVisualStyleBackColor = true;
this.btnRegion.Click += new System.EventHandler(this.btnRegion_Click);
@ -152,7 +152,7 @@ private void InitializeComponent()
0});
this.nudRepeatTime.Name = "nudRepeatTime";
this.nudRepeatTime.Size = new System.Drawing.Size(64, 20);
this.nudRepeatTime.TabIndex = 11;
this.nudRepeatTime.TabIndex = 4;
this.nudRepeatTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudRepeatTime.Value = new decimal(new int[] {
3,
@ -167,7 +167,7 @@ private void InitializeComponent()
this.lblDuration.Location = new System.Drawing.Point(16, 76);
this.lblDuration.Name = "lblDuration";
this.lblDuration.Size = new System.Drawing.Size(67, 13);
this.lblDuration.TabIndex = 10;
this.lblDuration.TabIndex = 3;
this.lblDuration.Text = "Repeat time:";
//
// btnFullscreen
@ -175,7 +175,7 @@ private void InitializeComponent()
this.btnFullscreen.Location = new System.Drawing.Point(128, 16);
this.btnFullscreen.Name = "btnFullscreen";
this.btnFullscreen.Size = new System.Drawing.Size(104, 23);
this.btnFullscreen.TabIndex = 12;
this.btnFullscreen.TabIndex = 1;
this.btnFullscreen.Text = "Fullscreen";
this.btnFullscreen.UseVisualStyleBackColor = true;
this.btnFullscreen.Click += new System.EventHandler(this.btnFullscreen_Click);
@ -191,7 +191,7 @@ private void InitializeComponent()
this.lblDurationSeconds.Location = new System.Drawing.Point(160, 76);
this.lblDurationSeconds.Name = "lblDurationSeconds";
this.lblDurationSeconds.Size = new System.Drawing.Size(47, 13);
this.lblDurationSeconds.TabIndex = 13;
this.lblDurationSeconds.TabIndex = 5;
this.lblDurationSeconds.Text = "seconds";
//
// AutoCaptureForm

View file

@ -40,7 +40,7 @@ private void InitializeComponent()
this.btnOK.Location = new System.Drawing.Point(240, 349);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 1;
this.btnOK.TabIndex = 2;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
@ -51,7 +51,7 @@ private void InitializeComponent()
this.btnCancel.Location = new System.Drawing.Point(320, 349);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 2;
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
@ -62,7 +62,7 @@ private void InitializeComponent()
this.lblTitle.Name = "lblTitle";
this.lblTitle.Padding = new System.Windows.Forms.Padding(4);
this.lblTitle.Size = new System.Drawing.Size(400, 40);
this.lblTitle.TabIndex = 3;
this.lblTitle.TabIndex = 0;
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// ucBeforeUpload
@ -73,7 +73,7 @@ private void InitializeComponent()
this.ucBeforeUpload.Location = new System.Drawing.Point(0, 48);
this.ucBeforeUpload.Name = "ucBeforeUpload";
this.ucBeforeUpload.Size = new System.Drawing.Size(400, 289);
this.ucBeforeUpload.TabIndex = 0;
this.ucBeforeUpload.TabIndex = 1;
//
// BeforeUploadForm
//

View file

@ -48,7 +48,7 @@ private void InitializeComponent()
this.txtExtension.Location = new System.Drawing.Point(88, 80);
this.txtExtension.Name = "txtExtension";
this.txtExtension.Size = new System.Drawing.Size(224, 20);
this.txtExtension.TabIndex = 4;
this.txtExtension.TabIndex = 8;
//
// lblExt
//
@ -56,7 +56,7 @@ private void InitializeComponent()
this.lblExt.Location = new System.Drawing.Point(16, 84);
this.lblExt.Name = "lblExt";
this.lblExt.Size = new System.Drawing.Size(56, 13);
this.lblExt.TabIndex = 9;
this.lblExt.TabIndex = 7;
this.lblExt.Text = "Extension:";
//
// txtArguments
@ -66,7 +66,7 @@ private void InitializeComponent()
this.txtArguments.Location = new System.Drawing.Point(88, 56);
this.txtArguments.Name = "txtArguments";
this.txtArguments.Size = new System.Drawing.Size(224, 20);
this.txtArguments.TabIndex = 3;
this.txtArguments.TabIndex = 6;
//
// txtPath
//
@ -75,7 +75,7 @@ private void InitializeComponent()
this.txtPath.Location = new System.Drawing.Point(88, 32);
this.txtPath.Name = "txtPath";
this.txtPath.Size = new System.Drawing.Size(176, 20);
this.txtPath.TabIndex = 1;
this.txtPath.TabIndex = 3;
//
// txtName
//
@ -84,7 +84,7 @@ private void InitializeComponent()
this.txtName.Location = new System.Drawing.Point(88, 8);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(224, 20);
this.txtName.TabIndex = 0;
this.txtName.TabIndex = 1;
//
// lblArgs
//
@ -92,7 +92,7 @@ private void InitializeComponent()
this.lblArgs.Location = new System.Drawing.Point(16, 60);
this.lblArgs.Name = "lblArgs";
this.lblArgs.Size = new System.Drawing.Size(60, 13);
this.lblArgs.TabIndex = 15;
this.lblArgs.TabIndex = 5;
this.lblArgs.Text = "Arguments:";
//
// lblPath
@ -101,7 +101,7 @@ private void InitializeComponent()
this.lblPath.Location = new System.Drawing.Point(16, 36);
this.lblPath.Name = "lblPath";
this.lblPath.Size = new System.Drawing.Size(32, 13);
this.lblPath.TabIndex = 13;
this.lblPath.TabIndex = 2;
this.lblPath.Text = "Path:";
//
// lblName
@ -110,7 +110,7 @@ private void InitializeComponent()
this.lblName.Location = new System.Drawing.Point(16, 12);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(38, 13);
this.lblName.TabIndex = 11;
this.lblName.TabIndex = 0;
this.lblName.Text = "Name:";
//
// btnPathBrowse
@ -119,7 +119,7 @@ private void InitializeComponent()
this.btnPathBrowse.Location = new System.Drawing.Point(272, 30);
this.btnPathBrowse.Name = "btnPathBrowse";
this.btnPathBrowse.Size = new System.Drawing.Size(40, 23);
this.btnPathBrowse.TabIndex = 2;
this.btnPathBrowse.TabIndex = 4;
this.btnPathBrowse.Text = "...";
this.btnPathBrowse.UseVisualStyleBackColor = true;
this.btnPathBrowse.Click += new System.EventHandler(this.btnPathBrowse_Click);
@ -130,7 +130,7 @@ private void InitializeComponent()
this.btnCancel.Location = new System.Drawing.Point(240, 112);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 6;
this.btnCancel.TabIndex = 10;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
@ -141,7 +141,7 @@ private void InitializeComponent()
this.btnOK.Location = new System.Drawing.Point(160, 112);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 5;
this.btnOK.TabIndex = 9;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);

View file

@ -54,7 +54,7 @@ private void InitializeComponent()
this.btnOverwrite.Location = new System.Drawing.Point(8, 120);
this.btnOverwrite.Name = "btnOverwrite";
this.btnOverwrite.Size = new System.Drawing.Size(352, 32);
this.btnOverwrite.TabIndex = 0;
this.btnOverwrite.TabIndex = 3;
this.btnOverwrite.Text = "Overwrite: ";
this.btnOverwrite.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnOverwrite.UseVisualStyleBackColor = true;
@ -67,7 +67,7 @@ private void InitializeComponent()
this.btnCancel.Location = new System.Drawing.Point(8, 200);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(352, 32);
this.btnCancel.TabIndex = 2;
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "Do not save";
this.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnCancel.UseVisualStyleBackColor = true;
@ -80,7 +80,7 @@ private void InitializeComponent()
this.btnUniqueName.Location = new System.Drawing.Point(8, 160);
this.btnUniqueName.Name = "btnUniqueName";
this.btnUniqueName.Size = new System.Drawing.Size(352, 32);
this.btnUniqueName.TabIndex = 1;
this.btnUniqueName.TabIndex = 4;
this.btnUniqueName.Text = "Use a unique name: ";
this.btnUniqueName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnUniqueName.UseVisualStyleBackColor = true;
@ -92,7 +92,7 @@ private void InitializeComponent()
this.btnNewName.Location = new System.Drawing.Point(8, 80);
this.btnNewName.Name = "btnNewName";
this.btnNewName.Size = new System.Drawing.Size(352, 32);
this.btnNewName.TabIndex = 4;
this.btnNewName.TabIndex = 2;
this.btnNewName.Text = "Use new name:";
this.btnNewName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnNewName.UseVisualStyleBackColor = true;
@ -104,7 +104,7 @@ private void InitializeComponent()
this.txtNewName.Location = new System.Drawing.Point(8, 48);
this.txtNewName.Name = "txtNewName";
this.txtNewName.Size = new System.Drawing.Size(352, 22);
this.txtNewName.TabIndex = 3;
this.txtNewName.TabIndex = 1;
this.txtNewName.TextChanged += new System.EventHandler(this.txtNewName_TextChanged);
//
// FileExistForm

View file

@ -38,7 +38,7 @@ private void InitializeComponent()
this.hmHotkeys.Location = new System.Drawing.Point(0, 0);
this.hmHotkeys.Name = "hmHotkeys";
this.hmHotkeys.Size = new System.Drawing.Size(534, 412);
this.hmHotkeys.TabIndex = 1;
this.hmHotkeys.TabIndex = 0;
//
// HotkeySettingsForm
//

View file

@ -875,7 +875,7 @@ private void InitializeComponent()
this.pbPreview.Location = new System.Drawing.Point(0, 0);
this.pbPreview.Name = "pbPreview";
this.pbPreview.Size = new System.Drawing.Size(378, 452);
this.pbPreview.TabIndex = 1;
this.pbPreview.TabIndex = 0;
//
// cmsUploadInfo
//
@ -1263,7 +1263,7 @@ private void InitializeComponent()
this.tsmiTrayShow,
this.tsmiTrayExit});
this.cmsTray.Name = "cmsTray";
this.cmsTray.Size = new System.Drawing.Size(190, 462);
this.cmsTray.Size = new System.Drawing.Size(190, 440);
//
// tsmiTrayClipboardUpload
//

View file

@ -458,7 +458,7 @@ private void InitializeComponent()
this.chkShowBeforeUploadForm.Location = new System.Drawing.Point(8, 58);
this.chkShowBeforeUploadForm.Name = "chkShowBeforeUploadForm";
this.chkShowBeforeUploadForm.Size = new System.Drawing.Size(415, 17);
this.chkShowBeforeUploadForm.TabIndex = 7;
this.chkShowBeforeUploadForm.TabIndex = 2;
this.chkShowBeforeUploadForm.Text = "Show \"Before upload\" window to dynamically change destination before uploading";
this.chkShowBeforeUploadForm.UseVisualStyleBackColor = true;
this.chkShowBeforeUploadForm.CheckedChanged += new System.EventHandler(this.chkShowBeforeUploadForm_CheckedChanged);
@ -469,7 +469,7 @@ private void InitializeComponent()
this.lblAfterTaskNotification.Location = new System.Drawing.Point(8, 160);
this.lblAfterTaskNotification.Name = "lblAfterTaskNotification";
this.lblAfterTaskNotification.Size = new System.Drawing.Size(117, 13);
this.lblAfterTaskNotification.TabIndex = 3;
this.lblAfterTaskNotification.TabIndex = 6;
this.lblAfterTaskNotification.Text = "After task is completed:";
//
// cboPopUpNotification
@ -479,7 +479,7 @@ private void InitializeComponent()
this.cboPopUpNotification.Location = new System.Drawing.Point(128, 156);
this.cboPopUpNotification.Name = "cboPopUpNotification";
this.cboPopUpNotification.Size = new System.Drawing.Size(224, 21);
this.cboPopUpNotification.TabIndex = 4;
this.cboPopUpNotification.TabIndex = 7;
this.cboPopUpNotification.SelectedIndexChanged += new System.EventHandler(this.cboPopUpNotification_SelectedIndexChanged);
//
// chkShowAfterUploadForm
@ -488,7 +488,7 @@ private void InitializeComponent()
this.chkShowAfterUploadForm.Location = new System.Drawing.Point(8, 83);
this.chkShowAfterUploadForm.Name = "chkShowAfterUploadForm";
this.chkShowAfterUploadForm.Size = new System.Drawing.Size(271, 17);
this.chkShowAfterUploadForm.TabIndex = 5;
this.chkShowAfterUploadForm.TabIndex = 3;
this.chkShowAfterUploadForm.Text = "Show \"After upload\" window after task is completed";
this.chkShowAfterUploadForm.UseVisualStyleBackColor = true;
this.chkShowAfterUploadForm.CheckedChanged += new System.EventHandler(this.chkShowAfterUploadForm_CheckedChanged);
@ -510,7 +510,7 @@ private void InitializeComponent()
this.cbPlaySoundAfterUpload.Location = new System.Drawing.Point(8, 133);
this.cbPlaySoundAfterUpload.Name = "cbPlaySoundAfterUpload";
this.cbPlaySoundAfterUpload.Size = new System.Drawing.Size(187, 17);
this.cbPlaySoundAfterUpload.TabIndex = 2;
this.cbPlaySoundAfterUpload.TabIndex = 5;
this.cbPlaySoundAfterUpload.Text = "Play sound after task is completed";
this.cbPlaySoundAfterUpload.UseVisualStyleBackColor = true;
this.cbPlaySoundAfterUpload.CheckedChanged += new System.EventHandler(this.cbPlaySoundAfterUpload_CheckedChanged);
@ -521,7 +521,7 @@ private void InitializeComponent()
this.cbHistorySave.Location = new System.Drawing.Point(8, 108);
this.cbHistorySave.Name = "cbHistorySave";
this.cbHistorySave.Size = new System.Drawing.Size(139, 17);
this.cbHistorySave.TabIndex = 6;
this.cbHistorySave.TabIndex = 4;
this.cbHistorySave.Text = "Save task info to history";
this.cbHistorySave.UseVisualStyleBackColor = true;
this.cbHistorySave.CheckedChanged += new System.EventHandler(this.cbHistorySave_CheckedChanged);
@ -548,7 +548,7 @@ private void InitializeComponent()
this.chkUseDefaultGeneralSettings.Padding = new System.Windows.Forms.Padding(5);
this.chkUseDefaultGeneralSettings.Size = new System.Drawing.Size(544, 27);
this.chkUseDefaultGeneralSettings.TabIndex = 0;
this.chkUseDefaultGeneralSettings.Text = "Use default general settings";
this.chkUseDefaultGeneralSettings.Text = "Use general settings in main window task settings";
this.chkUseDefaultGeneralSettings.UseVisualStyleBackColor = true;
this.chkUseDefaultGeneralSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultGeneralSettings_CheckedChanged);
//
@ -940,7 +940,7 @@ private void InitializeComponent()
this.chkUseDefaultImageSettings.Padding = new System.Windows.Forms.Padding(5);
this.chkUseDefaultImageSettings.Size = new System.Drawing.Size(544, 27);
this.chkUseDefaultImageSettings.TabIndex = 0;
this.chkUseDefaultImageSettings.Text = "Use default image settings";
this.chkUseDefaultImageSettings.Text = "Use image settings in main window task settings";
this.chkUseDefaultImageSettings.UseVisualStyleBackColor = true;
this.chkUseDefaultImageSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultImageSettings_CheckedChanged);
//
@ -1368,7 +1368,7 @@ private void InitializeComponent()
this.chkUseDefaultCaptureSettings.Padding = new System.Windows.Forms.Padding(5);
this.chkUseDefaultCaptureSettings.Size = new System.Drawing.Size(544, 27);
this.chkUseDefaultCaptureSettings.TabIndex = 0;
this.chkUseDefaultCaptureSettings.Text = "Use default capture settings";
this.chkUseDefaultCaptureSettings.Text = "Use capture settings in main window task settings";
this.chkUseDefaultCaptureSettings.UseVisualStyleBackColor = true;
this.chkUseDefaultCaptureSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultCaptureSettings_CheckedChanged);
//
@ -1470,7 +1470,7 @@ private void InitializeComponent()
this.chkUseDefaultActions.Padding = new System.Windows.Forms.Padding(5);
this.chkUseDefaultActions.Size = new System.Drawing.Size(544, 27);
this.chkUseDefaultActions.TabIndex = 0;
this.chkUseDefaultActions.Text = "Use default actions";
this.chkUseDefaultActions.Text = "Use actions in main window task settings";
this.chkUseDefaultActions.UseVisualStyleBackColor = true;
this.chkUseDefaultActions.CheckedChanged += new System.EventHandler(this.chkUseDefaultActions_CheckedChanged);
//
@ -1720,7 +1720,7 @@ private void InitializeComponent()
this.chkUseDefaultUploadSettings.Padding = new System.Windows.Forms.Padding(5);
this.chkUseDefaultUploadSettings.Size = new System.Drawing.Size(544, 27);
this.chkUseDefaultUploadSettings.TabIndex = 0;
this.chkUseDefaultUploadSettings.Text = "Use default upload settings";
this.chkUseDefaultUploadSettings.Text = "Use upload settings in main window task settings";
this.chkUseDefaultUploadSettings.UseVisualStyleBackColor = true;
this.chkUseDefaultUploadSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultUploadSettings_CheckedChanged);
//
@ -1757,7 +1757,7 @@ private void InitializeComponent()
this.chkUseDefaultIndexerSettings.Padding = new System.Windows.Forms.Padding(5);
this.chkUseDefaultIndexerSettings.Size = new System.Drawing.Size(544, 27);
this.chkUseDefaultIndexerSettings.TabIndex = 0;
this.chkUseDefaultIndexerSettings.Text = "Use default indexer settings";
this.chkUseDefaultIndexerSettings.Text = "Use indexer settings in main window task settings";
this.chkUseDefaultIndexerSettings.UseVisualStyleBackColor = true;
this.chkUseDefaultIndexerSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultIndexerSettings_CheckedChanged);
//
@ -1794,7 +1794,7 @@ private void InitializeComponent()
this.chkUseDefaultAdvancedSettings.Padding = new System.Windows.Forms.Padding(5);
this.chkUseDefaultAdvancedSettings.Size = new System.Drawing.Size(544, 27);
this.chkUseDefaultAdvancedSettings.TabIndex = 0;
this.chkUseDefaultAdvancedSettings.Text = "Use default advanced settings";
this.chkUseDefaultAdvancedSettings.Text = "Use advanced settings in main window task settings";
this.chkUseDefaultAdvancedSettings.UseVisualStyleBackColor = true;
this.chkUseDefaultAdvancedSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultAdvancedSettings_CheckedChanged);
//

View file

@ -127,7 +127,7 @@ private void InitializeComponent()
this.tcTesters.Name = "tcTesters";
this.tcTesters.SelectedIndex = 0;
this.tcTesters.Size = new System.Drawing.Size(635, 663);
this.tcTesters.TabIndex = 1;
this.tcTesters.TabIndex = 0;
//
// tpTestUploaders
//
@ -151,7 +151,7 @@ private void InitializeComponent()
this.tscTesters.Location = new System.Drawing.Point(3, 3);
this.tscTesters.Name = "tscTesters";
this.tscTesters.Size = new System.Drawing.Size(621, 631);
this.tscTesters.TabIndex = 3;
this.tscTesters.TabIndex = 0;
this.tscTesters.Text = "toolStripContainer1";
//
// tscTesters.TopToolStripPanel

View file

@ -254,7 +254,7 @@ private void InitializeComponent()
// toolStripContainer1.ContentPanel
//
this.toolStripContainer1.ContentPanel.Controls.Add(this.lvFTPList);
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(952, 508);
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(952, 483);
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer1.Name = "toolStripContainer1";
@ -301,7 +301,7 @@ private void InitializeComponent()
this.lvFTPList.HideSelection = false;
this.lvFTPList.Location = new System.Drawing.Point(0, 0);
this.lvFTPList.Name = "lvFTPList";
this.lvFTPList.Size = new System.Drawing.Size(952, 508);
this.lvFTPList.Size = new System.Drawing.Size(952, 483);
this.lvFTPList.TabIndex = 0;
this.lvFTPList.UseCompatibleStateImageBehavior = false;
this.lvFTPList.View = System.Windows.Forms.View.Details;

File diff suppressed because it is too large Load diff