namespace ScreenCap { partial class Settings { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Settings)); this.tabSettings = new System.Windows.Forms.TabControl(); this.tabGeneral = new System.Windows.Forms.TabPage(); this.groupNotifications = new System.Windows.Forms.GroupBox(); this.chkNotifySnapshot = new System.Windows.Forms.CheckBox(); this.chkNotifyStartup = new System.Windows.Forms.CheckBox(); this.groupGeneral = new System.Windows.Forms.GroupBox(); this.chkStartOnWindowsStartup = new System.Windows.Forms.CheckBox(); this.groupSounds = new System.Windows.Forms.GroupBox(); this.chkSnapshot = new System.Windows.Forms.CheckBox(); this.chkStartup = new System.Windows.Forms.CheckBox(); this.tabFiles = new System.Windows.Forms.TabPage(); this.numIndex = new System.Windows.Forms.NumericUpDown(); this.label9 = new System.Windows.Forms.Label(); this.groupExample = new System.Windows.Forms.GroupBox(); this.txtExample = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.comboFileFormat = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.txtFilenameFormat = new System.Windows.Forms.TextBox(); this.btnSaveDirectoryBrowse = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.txtSaveDirectory = new System.Windows.Forms.TextBox(); this.tabThumbnails = new System.Windows.Forms.TabPage(); this.chkGenerateThumbnails = new System.Windows.Forms.CheckBox(); this.groupThumbnails = new System.Windows.Forms.GroupBox(); this.groupThumbExample = new System.Windows.Forms.GroupBox(); this.txtThumbExample = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtThumbFilenameFormat = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.comboThumbImageFormat = new System.Windows.Forms.ComboBox(); this.numMaxHeight = new System.Windows.Forms.NumericUpDown(); this.numMaxWidth = new System.Windows.Forms.NumericUpDown(); this.chkMaxHeight = new System.Windows.Forms.CheckBox(); this.chkMaxWidth = new System.Windows.Forms.CheckBox(); this.tabControls = new System.Windows.Forms.TabPage(); this.txtCaptureActiveClientArea = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtCaptureActiveWindow = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtCapture = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.tabFTP = new System.Windows.Forms.TabPage(); this.txtRemotePath = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.groupFTP = new System.Windows.Forms.GroupBox(); this.btnViewScreenShots = new System.Windows.Forms.Button(); this.listFTP = new System.Windows.Forms.ListBox(); this.label13 = new System.Windows.Forms.Label(); this.txtPassword = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.txtUsername = new System.Windows.Forms.TextBox(); this.txtServer = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.btnApply = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.browseFolder = new System.Windows.Forms.FolderBrowserDialog(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.tabSettings.SuspendLayout(); this.tabGeneral.SuspendLayout(); this.groupNotifications.SuspendLayout(); this.groupGeneral.SuspendLayout(); this.groupSounds.SuspendLayout(); this.tabFiles.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numIndex)).BeginInit(); this.groupExample.SuspendLayout(); this.tabThumbnails.SuspendLayout(); this.groupThumbnails.SuspendLayout(); this.groupThumbExample.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numMaxHeight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numMaxWidth)).BeginInit(); this.tabControls.SuspendLayout(); this.tabFTP.SuspendLayout(); this.groupFTP.SuspendLayout(); this.SuspendLayout(); // // tabSettings // this.tabSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabSettings.Controls.Add(this.tabGeneral); this.tabSettings.Controls.Add(this.tabFiles); this.tabSettings.Controls.Add(this.tabThumbnails); this.tabSettings.Controls.Add(this.tabControls); this.tabSettings.Controls.Add(this.tabFTP); this.tabSettings.Location = new System.Drawing.Point(12, 12); this.tabSettings.Name = "tabSettings"; this.tabSettings.SelectedIndex = 0; this.tabSettings.Size = new System.Drawing.Size(281, 228); this.tabSettings.TabIndex = 1; // // tabGeneral // this.tabGeneral.Controls.Add(this.groupNotifications); this.tabGeneral.Controls.Add(this.groupGeneral); this.tabGeneral.Controls.Add(this.groupSounds); this.tabGeneral.Location = new System.Drawing.Point(4, 22); this.tabGeneral.Name = "tabGeneral"; this.tabGeneral.Padding = new System.Windows.Forms.Padding(3); this.tabGeneral.Size = new System.Drawing.Size(273, 202); this.tabGeneral.TabIndex = 1; this.tabGeneral.Text = "General"; this.tabGeneral.UseVisualStyleBackColor = true; // // groupNotifications // this.groupNotifications.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupNotifications.Controls.Add(this.chkNotifySnapshot); this.groupNotifications.Controls.Add(this.chkNotifyStartup); this.groupNotifications.Location = new System.Drawing.Point(6, 127); this.groupNotifications.Name = "groupNotifications"; this.groupNotifications.Size = new System.Drawing.Size(259, 62); this.groupNotifications.TabIndex = 2; this.groupNotifications.TabStop = false; this.groupNotifications.Text = "Notifications"; this.toolTip.SetToolTip(this.groupNotifications, "Popup a system tray notification on certain events."); // // chkNotifySnapshot // this.chkNotifySnapshot.AutoSize = true; this.chkNotifySnapshot.Location = new System.Drawing.Point(6, 42); this.chkNotifySnapshot.Name = "chkNotifySnapshot"; this.chkNotifySnapshot.Size = new System.Drawing.Size(71, 17); this.chkNotifySnapshot.TabIndex = 3; this.chkNotifySnapshot.Text = "Snapshot"; this.toolTip.SetToolTip(this.chkNotifySnapshot, "Show a notification when ScreenCap takes a screenshot."); this.chkNotifySnapshot.UseVisualStyleBackColor = true; // // chkNotifyStartup // this.chkNotifyStartup.AutoSize = true; this.chkNotifyStartup.Location = new System.Drawing.Point(6, 19); this.chkNotifyStartup.Name = "chkNotifyStartup"; this.chkNotifyStartup.Size = new System.Drawing.Size(60, 17); this.chkNotifyStartup.TabIndex = 2; this.chkNotifyStartup.Text = "Startup"; this.toolTip.SetToolTip(this.chkNotifyStartup, "Show a notification on ScreenCap startup."); this.chkNotifyStartup.UseVisualStyleBackColor = true; // // groupGeneral // this.groupGeneral.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupGeneral.Controls.Add(this.chkStartOnWindowsStartup); this.groupGeneral.Location = new System.Drawing.Point(7, 7); this.groupGeneral.Name = "groupGeneral"; this.groupGeneral.Size = new System.Drawing.Size(259, 42); this.groupGeneral.TabIndex = 1; this.groupGeneral.TabStop = false; this.groupGeneral.Text = "General"; this.toolTip.SetToolTip(this.groupGeneral, "Miscellanious settings."); // // chkStartOnWindowsStartup // this.chkStartOnWindowsStartup.AutoSize = true; this.chkStartOnWindowsStartup.Location = new System.Drawing.Point(6, 19); this.chkStartOnWindowsStartup.Name = "chkStartOnWindowsStartup"; this.chkStartOnWindowsStartup.Size = new System.Drawing.Size(147, 17); this.chkStartOnWindowsStartup.TabIndex = 0; this.chkStartOnWindowsStartup.Text = "Start on Windows Startup"; this.toolTip.SetToolTip(this.chkStartOnWindowsStartup, "Have ScreenCap start on Windows startup."); this.chkStartOnWindowsStartup.UseVisualStyleBackColor = true; // // groupSounds // this.groupSounds.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupSounds.Controls.Add(this.chkSnapshot); this.groupSounds.Controls.Add(this.chkStartup); this.groupSounds.Location = new System.Drawing.Point(7, 55); this.groupSounds.Name = "groupSounds"; this.groupSounds.Size = new System.Drawing.Size(260, 66); this.groupSounds.TabIndex = 0; this.groupSounds.TabStop = false; this.groupSounds.Text = "Sounds"; this.toolTip.SetToolTip(this.groupSounds, "Sound settings."); // // chkSnapshot // this.chkSnapshot.AutoSize = true; this.chkSnapshot.Location = new System.Drawing.Point(6, 42); this.chkSnapshot.Name = "chkSnapshot"; this.chkSnapshot.Size = new System.Drawing.Size(71, 17); this.chkSnapshot.TabIndex = 1; this.chkSnapshot.Text = "Snapshot"; this.toolTip.SetToolTip(this.chkSnapshot, "Play a sound when ScreenCap takes a screenshot."); this.chkSnapshot.UseVisualStyleBackColor = true; // // chkStartup // this.chkStartup.AutoSize = true; this.chkStartup.Location = new System.Drawing.Point(6, 19); this.chkStartup.Name = "chkStartup"; this.chkStartup.Size = new System.Drawing.Size(60, 17); this.chkStartup.TabIndex = 0; this.chkStartup.Text = "Startup"; this.toolTip.SetToolTip(this.chkStartup, "Play a sound when ScreenCap starts."); this.chkStartup.UseVisualStyleBackColor = true; // // tabFiles // this.tabFiles.Controls.Add(this.numIndex); this.tabFiles.Controls.Add(this.label9); this.tabFiles.Controls.Add(this.groupExample); this.tabFiles.Controls.Add(this.label4); this.tabFiles.Controls.Add(this.comboFileFormat); this.tabFiles.Controls.Add(this.label2); this.tabFiles.Controls.Add(this.txtFilenameFormat); this.tabFiles.Controls.Add(this.btnSaveDirectoryBrowse); this.tabFiles.Controls.Add(this.label1); this.tabFiles.Controls.Add(this.txtSaveDirectory); this.tabFiles.Location = new System.Drawing.Point(4, 22); this.tabFiles.Name = "tabFiles"; this.tabFiles.Size = new System.Drawing.Size(273, 202); this.tabFiles.TabIndex = 2; this.tabFiles.Text = "Files"; this.tabFiles.UseVisualStyleBackColor = true; // // numIndex // this.numIndex.Location = new System.Drawing.Point(144, 94); this.numIndex.Maximum = new decimal(new int[] { 9999999, 0, 0, 0}); this.numIndex.Name = "numIndex"; this.numIndex.Size = new System.Drawing.Size(126, 20); this.numIndex.TabIndex = 12; this.numIndex.ThousandsSeparator = true; this.toolTip.SetToolTip(this.numIndex, "The index of the next captured image."); this.numIndex.Value = new decimal(new int[] { 1, 0, 0, 0}); this.numIndex.ValueChanged += new System.EventHandler(this.Event_TextChanged); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(141, 78); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(73, 13); this.label9.TabIndex = 11; this.label9.Text = "Current Index:"; // // groupExample // this.groupExample.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupExample.Controls.Add(this.txtExample); this.groupExample.Location = new System.Drawing.Point(6, 121); this.groupExample.Name = "groupExample"; this.groupExample.Size = new System.Drawing.Size(264, 75); this.groupExample.TabIndex = 10; this.groupExample.TabStop = false; this.groupExample.Text = "Example"; this.toolTip.SetToolTip(this.groupExample, "An example of how the filename will be."); // // txtExample // this.txtExample.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtExample.Location = new System.Drawing.Point(7, 20); this.txtExample.Multiline = true; this.txtExample.Name = "txtExample"; this.txtExample.ReadOnly = true; this.txtExample.Size = new System.Drawing.Size(251, 49); this.txtExample.TabIndex = 0; this.toolTip.SetToolTip(this.txtExample, "An example of how the filename will be."); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 78); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(74, 13); this.label4.TabIndex = 8; this.label4.Text = "Image Format:"; // // comboFileFormat // this.comboFileFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboFileFormat.FormattingEnabled = true; this.comboFileFormat.Location = new System.Drawing.Point(6, 94); this.comboFileFormat.Name = "comboFileFormat"; this.comboFileFormat.Size = new System.Drawing.Size(129, 21); this.comboFileFormat.TabIndex = 5; this.toolTip.SetToolTip(this.comboFileFormat, "The image format for screenshots."); this.comboFileFormat.TextChanged += new System.EventHandler(this.Event_TextChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 39); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(61, 13); this.label2.TabIndex = 4; this.label2.Text = "File Format:"; // // txtFilenameFormat // this.txtFilenameFormat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtFilenameFormat.Location = new System.Drawing.Point(6, 55); this.txtFilenameFormat.Name = "txtFilenameFormat"; this.txtFilenameFormat.Size = new System.Drawing.Size(264, 20); this.txtFilenameFormat.TabIndex = 3; this.toolTip.SetToolTip(this.txtFilenameFormat, "This depicts how screenshots will be saved.\r\n\r\n{0} - The extension\r\n{1} - The ind" + "ex of the screenshot\r\n{2} - The current date and time"); this.txtFilenameFormat.TextChanged += new System.EventHandler(this.Event_TextChanged); // // btnSaveDirectoryBrowse // this.btnSaveDirectoryBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSaveDirectoryBrowse.Location = new System.Drawing.Point(195, 14); this.btnSaveDirectoryBrowse.Name = "btnSaveDirectoryBrowse"; this.btnSaveDirectoryBrowse.Size = new System.Drawing.Size(75, 23); this.btnSaveDirectoryBrowse.TabIndex = 2; this.btnSaveDirectoryBrowse.Text = "Browse"; this.toolTip.SetToolTip(this.btnSaveDirectoryBrowse, "Select a location where screenshots will be saved."); this.btnSaveDirectoryBrowse.UseVisualStyleBackColor = true; this.btnSaveDirectoryBrowse.Click += new System.EventHandler(this.btnSaveDirectoryBrowse_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 13); this.label1.TabIndex = 1; this.label1.Text = "Save Directory:"; // // txtSaveDirectory // this.txtSaveDirectory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtSaveDirectory.Location = new System.Drawing.Point(6, 16); this.txtSaveDirectory.Name = "txtSaveDirectory"; this.txtSaveDirectory.ReadOnly = true; this.txtSaveDirectory.Size = new System.Drawing.Size(183, 20); this.txtSaveDirectory.TabIndex = 0; this.toolTip.SetToolTip(this.txtSaveDirectory, "Where screenshots will be saved."); this.txtSaveDirectory.TextChanged += new System.EventHandler(this.Event_TextChanged); // // tabThumbnails // this.tabThumbnails.Controls.Add(this.chkGenerateThumbnails); this.tabThumbnails.Controls.Add(this.groupThumbnails); this.tabThumbnails.Location = new System.Drawing.Point(4, 22); this.tabThumbnails.Name = "tabThumbnails"; this.tabThumbnails.Size = new System.Drawing.Size(273, 202); this.tabThumbnails.TabIndex = 3; this.tabThumbnails.Text = "Thumbnails"; this.tabThumbnails.UseVisualStyleBackColor = true; // // chkGenerateThumbnails // this.chkGenerateThumbnails.AutoSize = true; this.chkGenerateThumbnails.Location = new System.Drawing.Point(3, 3); this.chkGenerateThumbnails.Name = "chkGenerateThumbnails"; this.chkGenerateThumbnails.Size = new System.Drawing.Size(127, 17); this.chkGenerateThumbnails.TabIndex = 1; this.chkGenerateThumbnails.Text = "Generate Thumbnails"; this.toolTip.SetToolTip(this.chkGenerateThumbnails, "When checked, ScreenCap will generate thumbnails of screenshots."); this.chkGenerateThumbnails.UseVisualStyleBackColor = true; this.chkGenerateThumbnails.CheckedChanged += new System.EventHandler(this.chkGenerateThumbnails_CheckedChanged); // // groupThumbnails // this.groupThumbnails.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupThumbnails.Controls.Add(this.groupThumbExample); this.groupThumbnails.Controls.Add(this.label5); this.groupThumbnails.Controls.Add(this.txtThumbFilenameFormat); this.groupThumbnails.Controls.Add(this.label3); this.groupThumbnails.Controls.Add(this.comboThumbImageFormat); this.groupThumbnails.Controls.Add(this.numMaxHeight); this.groupThumbnails.Controls.Add(this.numMaxWidth); this.groupThumbnails.Controls.Add(this.chkMaxHeight); this.groupThumbnails.Controls.Add(this.chkMaxWidth); this.groupThumbnails.Location = new System.Drawing.Point(4, 27); this.groupThumbnails.Name = "groupThumbnails"; this.groupThumbnails.Size = new System.Drawing.Size(266, 169); this.groupThumbnails.TabIndex = 0; this.groupThumbnails.TabStop = false; this.groupThumbnails.Text = "Thumbnails"; this.toolTip.SetToolTip(this.groupThumbnails, "Settings for the screenshots."); // // groupThumbExample // this.groupThumbExample.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupThumbExample.Controls.Add(this.txtThumbExample); this.groupThumbExample.Location = new System.Drawing.Point(7, 105); this.groupThumbExample.Name = "groupThumbExample"; this.groupThumbExample.Size = new System.Drawing.Size(253, 58); this.groupThumbExample.TabIndex = 13; this.groupThumbExample.TabStop = false; this.groupThumbExample.Text = "Example"; this.toolTip.SetToolTip(this.groupThumbExample, "An example of a generated thumbnail\'s filename."); // // txtThumbExample // this.txtThumbExample.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtThumbExample.Location = new System.Drawing.Point(7, 20); this.txtThumbExample.Multiline = true; this.txtThumbExample.Name = "txtThumbExample"; this.txtThumbExample.ReadOnly = true; this.txtThumbExample.Size = new System.Drawing.Size(240, 32); this.txtThumbExample.TabIndex = 0; this.toolTip.SetToolTip(this.txtThumbExample, "An example of a generated thumbnail\'s filename."); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(4, 63); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(61, 13); this.label5.TabIndex = 12; this.label5.Text = "File Format:"; // // txtThumbFilenameFormat // this.txtThumbFilenameFormat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtThumbFilenameFormat.Location = new System.Drawing.Point(7, 79); this.txtThumbFilenameFormat.Name = "txtThumbFilenameFormat"; this.txtThumbFilenameFormat.Size = new System.Drawing.Size(253, 20); this.txtThumbFilenameFormat.TabIndex = 11; this.toolTip.SetToolTip(this.txtThumbFilenameFormat, "This depicts how generated thumbnails will be saved.\r\n\r\n{0} - The extension\r\n{1} " + "- The index of the screenshot\r\n{2} - The current date and time"); this.txtThumbFilenameFormat.TextChanged += new System.EventHandler(this.UpdateThumbnailExample_TextChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(148, 16); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(74, 13); this.label3.TabIndex = 10; this.label3.Text = "Image Format:"; // // comboThumbImageFormat // this.comboThumbImageFormat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboThumbImageFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboThumbImageFormat.FormattingEnabled = true; this.comboThumbImageFormat.Location = new System.Drawing.Point(151, 32); this.comboThumbImageFormat.Name = "comboThumbImageFormat"; this.comboThumbImageFormat.Size = new System.Drawing.Size(109, 21); this.comboThumbImageFormat.TabIndex = 9; this.toolTip.SetToolTip(this.comboThumbImageFormat, "The desired image format for generated thumbnails."); this.comboThumbImageFormat.TextChanged += new System.EventHandler(this.UpdateThumbnailExample_TextChanged); // // numMaxHeight // this.numMaxHeight.Location = new System.Drawing.Point(93, 42); this.numMaxHeight.Maximum = new decimal(new int[] { 300, 0, 0, 0}); this.numMaxHeight.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numMaxHeight.Name = "numMaxHeight"; this.numMaxHeight.Size = new System.Drawing.Size(49, 20); this.numMaxHeight.TabIndex = 3; this.toolTip.SetToolTip(this.numMaxHeight, "The selected maximum height of thumbnails."); this.numMaxHeight.Value = new decimal(new int[] { 75, 0, 0, 0}); // // numMaxWidth // this.numMaxWidth.Location = new System.Drawing.Point(93, 19); this.numMaxWidth.Maximum = new decimal(new int[] { 300, 0, 0, 0}); this.numMaxWidth.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numMaxWidth.Name = "numMaxWidth"; this.numMaxWidth.Size = new System.Drawing.Size(49, 20); this.numMaxWidth.TabIndex = 2; this.toolTip.SetToolTip(this.numMaxWidth, "The selected maximum width of thumbnails."); this.numMaxWidth.Value = new decimal(new int[] { 100, 0, 0, 0}); // // chkMaxHeight // this.chkMaxHeight.AutoSize = true; this.chkMaxHeight.Location = new System.Drawing.Point(7, 43); this.chkMaxHeight.Name = "chkMaxHeight"; this.chkMaxHeight.Size = new System.Drawing.Size(83, 17); this.chkMaxHeight.TabIndex = 1; this.chkMaxHeight.Text = "Max Height:"; this.toolTip.SetToolTip(this.chkMaxHeight, "When checked, ScreenCap will limit the height of generated thumbnails."); this.chkMaxHeight.UseVisualStyleBackColor = true; this.chkMaxHeight.CheckedChanged += new System.EventHandler(this.chkMaxHeight_CheckedChanged); // // chkMaxWidth // this.chkMaxWidth.AutoSize = true; this.chkMaxWidth.Location = new System.Drawing.Point(7, 20); this.chkMaxWidth.Name = "chkMaxWidth"; this.chkMaxWidth.Size = new System.Drawing.Size(80, 17); this.chkMaxWidth.TabIndex = 0; this.chkMaxWidth.Text = "Max Width:"; this.toolTip.SetToolTip(this.chkMaxWidth, "When checked, ScreenCap will limit the width of generated thumbnails."); this.chkMaxWidth.UseVisualStyleBackColor = true; this.chkMaxWidth.CheckedChanged += new System.EventHandler(this.chkMaxWidth_CheckedChanged); // // tabControls // this.tabControls.Controls.Add(this.txtCaptureActiveClientArea); this.tabControls.Controls.Add(this.label8); this.tabControls.Controls.Add(this.txtCaptureActiveWindow); this.tabControls.Controls.Add(this.label7); this.tabControls.Controls.Add(this.txtCapture); this.tabControls.Controls.Add(this.label6); this.tabControls.Location = new System.Drawing.Point(4, 22); this.tabControls.Name = "tabControls"; this.tabControls.Size = new System.Drawing.Size(273, 202); this.tabControls.TabIndex = 4; this.tabControls.Text = "Controls"; this.tabControls.UseVisualStyleBackColor = true; // // txtCaptureActiveClientArea // this.txtCaptureActiveClientArea.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtCaptureActiveClientArea.BackColor = System.Drawing.SystemColors.Window; this.txtCaptureActiveClientArea.Location = new System.Drawing.Point(6, 116); this.txtCaptureActiveClientArea.Name = "txtCaptureActiveClientArea"; this.txtCaptureActiveClientArea.ReadOnly = true; this.txtCaptureActiveClientArea.Size = new System.Drawing.Size(264, 20); this.txtCaptureActiveClientArea.TabIndex = 5; this.toolTip.SetToolTip(this.txtCaptureActiveClientArea, "Press this key combination to capture the current window\'s client area."); this.txtCaptureActiveClientArea.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCaptureActiveClientArea_KeyDown); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(3, 100); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(134, 13); this.label8.TabIndex = 4; this.label8.Text = "Capture Active Client Area:"; // // txtCaptureActiveWindow // this.txtCaptureActiveWindow.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtCaptureActiveWindow.BackColor = System.Drawing.SystemColors.Window; this.txtCaptureActiveWindow.Location = new System.Drawing.Point(6, 68); this.txtCaptureActiveWindow.Name = "txtCaptureActiveWindow"; this.txtCaptureActiveWindow.ReadOnly = true; this.txtCaptureActiveWindow.Size = new System.Drawing.Size(264, 20); this.txtCaptureActiveWindow.TabIndex = 3; this.toolTip.SetToolTip(this.txtCaptureActiveWindow, "Use this key combination to capture the active window."); this.txtCaptureActiveWindow.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCaptureActiveWindow_KeyDown); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(3, 52); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(122, 13); this.label7.TabIndex = 2; this.label7.Text = "Capture Active Window:"; // // txtCapture // this.txtCapture.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtCapture.Location = new System.Drawing.Point(7, 20); this.txtCapture.Name = "txtCapture"; this.txtCapture.ReadOnly = true; this.txtCapture.Size = new System.Drawing.Size(263, 20); this.txtCapture.TabIndex = 1; this.txtCapture.Text = "PrintScreen"; this.toolTip.SetToolTip(this.txtCapture, "Use PrintScreen to take a screenshot."); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(4, 4); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(84, 13); this.label6.TabIndex = 0; this.label6.Text = "Capture Screen:"; // // tabFTP // this.tabFTP.Controls.Add(this.txtRemotePath); this.tabFTP.Controls.Add(this.label11); this.tabFTP.Controls.Add(this.groupFTP); this.tabFTP.Controls.Add(this.label13); this.tabFTP.Controls.Add(this.txtPassword); this.tabFTP.Controls.Add(this.label12); this.tabFTP.Controls.Add(this.txtUsername); this.tabFTP.Controls.Add(this.txtServer); this.tabFTP.Controls.Add(this.label10); this.tabFTP.Location = new System.Drawing.Point(4, 22); this.tabFTP.Name = "tabFTP"; this.tabFTP.Padding = new System.Windows.Forms.Padding(3); this.tabFTP.Size = new System.Drawing.Size(273, 202); this.tabFTP.TabIndex = 5; this.tabFTP.Text = "FTP"; this.tabFTP.UseVisualStyleBackColor = true; // // txtRemotePath // this.txtRemotePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtRemotePath.Location = new System.Drawing.Point(79, 33); this.txtRemotePath.Name = "txtRemotePath"; this.txtRemotePath.Size = new System.Drawing.Size(188, 20); this.txtRemotePath.TabIndex = 2; this.toolTip.SetToolTip(this.txtRemotePath, "The path in which files should be uploaded."); // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(7, 36); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(72, 13); this.label11.TabIndex = 9; this.label11.Text = "Remote Path:"; // // groupFTP // this.groupFTP.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupFTP.Controls.Add(this.btnViewScreenShots); this.groupFTP.Controls.Add(this.listFTP); this.groupFTP.Location = new System.Drawing.Point(10, 98); this.groupFTP.Name = "groupFTP"; this.groupFTP.Size = new System.Drawing.Size(257, 98); this.groupFTP.TabIndex = 8; this.groupFTP.TabStop = false; this.groupFTP.Text = "Drag Files Here"; // // btnViewScreenShots // this.btnViewScreenShots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnViewScreenShots.Location = new System.Drawing.Point(127, 0); this.btnViewScreenShots.Name = "btnViewScreenShots"; this.btnViewScreenShots.Size = new System.Drawing.Size(130, 23); this.btnViewScreenShots.TabIndex = 5; this.btnViewScreenShots.Text = "View Screenshots"; this.toolTip.SetToolTip(this.btnViewScreenShots, "Opens the local path where screenshots are saved."); this.btnViewScreenShots.UseVisualStyleBackColor = true; this.btnViewScreenShots.Click += new System.EventHandler(this.btnViewScreenShots_Click); // // listFTP // this.listFTP.AllowDrop = true; this.listFTP.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listFTP.FormattingEnabled = true; this.listFTP.Location = new System.Drawing.Point(6, 19); this.listFTP.Name = "listFTP"; this.listFTP.Size = new System.Drawing.Size(245, 69); this.listFTP.TabIndex = 0; this.toolTip.SetToolTip(this.listFTP, "Drag files here to upload using the above settings."); this.listFTP.DragEnter += new System.Windows.Forms.DragEventHandler(this.listFTP_DragEnter); this.listFTP.DragDrop += new System.Windows.Forms.DragEventHandler(this.listFTP_DragDrop); // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(134, 56); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(56, 13); this.label13.TabIndex = 6; this.label13.Text = "Password:"; // // txtPassword // this.txtPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtPassword.Location = new System.Drawing.Point(137, 72); this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(130, 20); this.txtPassword.TabIndex = 4; this.toolTip.SetToolTip(this.txtPassword, "The password for the username. This information is not saved."); this.txtPassword.UseSystemPasswordChar = true; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(7, 56); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(58, 13); this.label12.TabIndex = 4; this.label12.Text = "Username:"; // // txtUsername // this.txtUsername.Location = new System.Drawing.Point(10, 72); this.txtUsername.Name = "txtUsername"; this.txtUsername.Size = new System.Drawing.Size(121, 20); this.txtUsername.TabIndex = 3; this.toolTip.SetToolTip(this.txtUsername, "The username to log in with."); // // txtServer // this.txtServer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtServer.Location = new System.Drawing.Point(79, 7); this.txtServer.Name = "txtServer"; this.txtServer.Size = new System.Drawing.Size(188, 20); this.txtServer.TabIndex = 1; this.toolTip.SetToolTip(this.txtServer, "The FTP server\'s address."); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(7, 10); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(41, 13); this.label10.TabIndex = 0; this.label10.Text = "Server:"; // // btnApply // this.btnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnApply.Location = new System.Drawing.Point(218, 247); this.btnApply.Name = "btnApply"; this.btnApply.Size = new System.Drawing.Size(75, 23); this.btnApply.TabIndex = 2; this.btnApply.Text = "Apply"; this.toolTip.SetToolTip(this.btnApply, "Apply all changes."); this.btnApply.UseVisualStyleBackColor = true; this.btnApply.Click += new System.EventHandler(this.btnApply_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Location = new System.Drawing.Point(137, 247); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "Cancel"; this.toolTip.SetToolTip(this.btnCancel, "Cancel all changes and close the window."); this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Location = new System.Drawing.Point(56, 247); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 4; this.btnOK.Text = "OK"; this.toolTip.SetToolTip(this.btnOK, "Accept changes and close the window."); this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // toolTip // this.toolTip.AutoPopDelay = 5000; this.toolTip.InitialDelay = 500; this.toolTip.IsBalloon = true; this.toolTip.ReshowDelay = 50; // // Settings // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(305, 282); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnApply); this.Controls.Add(this.tabSettings); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MinimumSize = new System.Drawing.Size(313, 309); this.Name = "Settings"; this.Text = "ScreenCap - Settings"; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Settings_KeyDown); this.tabSettings.ResumeLayout(false); this.tabGeneral.ResumeLayout(false); this.groupNotifications.ResumeLayout(false); this.groupNotifications.PerformLayout(); this.groupGeneral.ResumeLayout(false); this.groupGeneral.PerformLayout(); this.groupSounds.ResumeLayout(false); this.groupSounds.PerformLayout(); this.tabFiles.ResumeLayout(false); this.tabFiles.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numIndex)).EndInit(); this.groupExample.ResumeLayout(false); this.groupExample.PerformLayout(); this.tabThumbnails.ResumeLayout(false); this.tabThumbnails.PerformLayout(); this.groupThumbnails.ResumeLayout(false); this.groupThumbnails.PerformLayout(); this.groupThumbExample.ResumeLayout(false); this.groupThumbExample.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numMaxHeight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numMaxWidth)).EndInit(); this.tabControls.ResumeLayout(false); this.tabControls.PerformLayout(); this.tabFTP.ResumeLayout(false); this.tabFTP.PerformLayout(); this.groupFTP.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabSettings; private System.Windows.Forms.TabPage tabGeneral; private System.Windows.Forms.Button btnApply; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.TabPage tabFiles; private System.Windows.Forms.TabPage tabThumbnails; private System.Windows.Forms.TabPage tabControls; private System.Windows.Forms.Button btnSaveDirectoryBrowse; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtSaveDirectory; private System.Windows.Forms.FolderBrowserDialog browseFolder; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtFilenameFormat; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox comboFileFormat; private System.Windows.Forms.GroupBox groupExample; private System.Windows.Forms.TextBox txtExample; private System.Windows.Forms.GroupBox groupSounds; private System.Windows.Forms.CheckBox chkSnapshot; private System.Windows.Forms.CheckBox chkStartup; private System.Windows.Forms.GroupBox groupGeneral; private System.Windows.Forms.CheckBox chkStartOnWindowsStartup; private System.Windows.Forms.TextBox txtCaptureActiveClientArea; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtCaptureActiveWindow; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtCapture; private System.Windows.Forms.Label label6; private System.Windows.Forms.GroupBox groupThumbnails; private System.Windows.Forms.CheckBox chkGenerateThumbnails; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtThumbFilenameFormat; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox comboThumbImageFormat; private System.Windows.Forms.NumericUpDown numMaxHeight; private System.Windows.Forms.NumericUpDown numMaxWidth; private System.Windows.Forms.CheckBox chkMaxHeight; private System.Windows.Forms.CheckBox chkMaxWidth; private System.Windows.Forms.GroupBox groupThumbExample; private System.Windows.Forms.TextBox txtThumbExample; private System.Windows.Forms.NumericUpDown numIndex; private System.Windows.Forms.Label label9; private System.Windows.Forms.ToolTip toolTip; private System.Windows.Forms.GroupBox groupNotifications; private System.Windows.Forms.CheckBox chkNotifySnapshot; private System.Windows.Forms.CheckBox chkNotifyStartup; private System.Windows.Forms.TabPage tabFTP; private System.Windows.Forms.TextBox txtUsername; private System.Windows.Forms.TextBox txtServer; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.Label label12; private System.Windows.Forms.Button btnViewScreenShots; private System.Windows.Forms.GroupBox groupFTP; private System.Windows.Forms.ListBox listFTP; private System.Windows.Forms.TextBox txtRemotePath; private System.Windows.Forms.Label label11; } }