using Quasar.Server.Controls; namespace Quasar.Server.Forms { partial class FrmBuilder { /// /// 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(FrmBuilder)); this.btnBuild = new System.Windows.Forms.Button(); this.tooltip = new System.Windows.Forms.ToolTip(this.components); this.picUAC2 = new System.Windows.Forms.PictureBox(); this.picUAC1 = new System.Windows.Forms.PictureBox(); this.rbSystem = new System.Windows.Forms.RadioButton(); this.rbProgramFiles = new System.Windows.Forms.RadioButton(); this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.removeHostToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.builderTabs = new Quasar.Server.Controls.DotNetBarTabControl(); this.generalPage = new System.Windows.Forms.TabPage(); this.label9 = new System.Windows.Forms.Label(); this.line6 = new Quasar.Server.Controls.Line(); this.label8 = new System.Windows.Forms.Label(); this.txtTag = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.lblTag = new System.Windows.Forms.Label(); this.txtMutex = new System.Windows.Forms.TextBox(); this.btnMutex = new System.Windows.Forms.Button(); this.line5 = new Quasar.Server.Controls.Line(); this.lblMutex = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.connectionPage = new System.Windows.Forms.TabPage(); this.numericUpDownPort = new System.Windows.Forms.NumericUpDown(); this.numericUpDownDelay = new System.Windows.Forms.NumericUpDown(); this.line3 = new Quasar.Server.Controls.Line(); this.label4 = new System.Windows.Forms.Label(); this.line1 = new Quasar.Server.Controls.Line(); this.label1 = new System.Windows.Forms.Label(); this.lstHosts = new System.Windows.Forms.ListBox(); this.btnAddHost = new System.Windows.Forms.Button(); this.lblMS = new System.Windows.Forms.Label(); this.lblHost = new System.Windows.Forms.Label(); this.txtHost = new System.Windows.Forms.TextBox(); this.lblDelay = new System.Windows.Forms.Label(); this.lblPort = new System.Windows.Forms.Label(); this.installationPage = new System.Windows.Forms.TabPage(); this.chkHideSubDirectory = new System.Windows.Forms.CheckBox(); this.line7 = new Quasar.Server.Controls.Line(); this.label10 = new System.Windows.Forms.Label(); this.line4 = new Quasar.Server.Controls.Line(); this.label5 = new System.Windows.Forms.Label(); this.chkInstall = new System.Windows.Forms.CheckBox(); this.lblInstallName = new System.Windows.Forms.Label(); this.txtInstallName = new System.Windows.Forms.TextBox(); this.txtRegistryKeyName = new System.Windows.Forms.TextBox(); this.lblExtension = new System.Windows.Forms.Label(); this.lblRegistryKeyName = new System.Windows.Forms.Label(); this.chkStartup = new System.Windows.Forms.CheckBox(); this.rbAppdata = new System.Windows.Forms.RadioButton(); this.chkHide = new System.Windows.Forms.CheckBox(); this.lblInstallDirectory = new System.Windows.Forms.Label(); this.lblInstallSubDirectory = new System.Windows.Forms.Label(); this.lblPreviewPath = new System.Windows.Forms.Label(); this.txtInstallSubDirectory = new System.Windows.Forms.TextBox(); this.txtPreviewPath = new System.Windows.Forms.TextBox(); this.assemblyPage = new System.Windows.Forms.TabPage(); this.iconPreview = new System.Windows.Forms.PictureBox(); this.btnBrowseIcon = new System.Windows.Forms.Button(); this.txtIconPath = new System.Windows.Forms.TextBox(); this.line8 = new Quasar.Server.Controls.Line(); this.label11 = new System.Windows.Forms.Label(); this.chkChangeAsmInfo = new System.Windows.Forms.CheckBox(); this.txtFileVersion = new System.Windows.Forms.TextBox(); this.line9 = new Quasar.Server.Controls.Line(); this.lblProductName = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.chkChangeIcon = new System.Windows.Forms.CheckBox(); this.lblFileVersion = new System.Windows.Forms.Label(); this.txtProductName = new System.Windows.Forms.TextBox(); this.txtProductVersion = new System.Windows.Forms.TextBox(); this.lblDescription = new System.Windows.Forms.Label(); this.lblProductVersion = new System.Windows.Forms.Label(); this.txtDescription = new System.Windows.Forms.TextBox(); this.txtOriginalFilename = new System.Windows.Forms.TextBox(); this.lblCompanyName = new System.Windows.Forms.Label(); this.lblOriginalFilename = new System.Windows.Forms.Label(); this.txtCompanyName = new System.Windows.Forms.TextBox(); this.txtTrademarks = new System.Windows.Forms.TextBox(); this.lblCopyright = new System.Windows.Forms.Label(); this.lblTrademarks = new System.Windows.Forms.Label(); this.txtCopyright = new System.Windows.Forms.TextBox(); this.monitoringTab = new System.Windows.Forms.TabPage(); this.chkHideLogDirectory = new System.Windows.Forms.CheckBox(); this.txtLogDirectoryName = new System.Windows.Forms.TextBox(); this.lblLogDirectory = new System.Windows.Forms.Label(); this.line10 = new Quasar.Server.Controls.Line(); this.label14 = new System.Windows.Forms.Label(); this.chkKeylogger = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.picUAC2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picUAC1)).BeginInit(); this.contextMenuStrip.SuspendLayout(); this.builderTabs.SuspendLayout(); this.generalPage.SuspendLayout(); this.connectionPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPort)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDelay)).BeginInit(); this.installationPage.SuspendLayout(); this.assemblyPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.iconPreview)).BeginInit(); this.monitoringTab.SuspendLayout(); this.SuspendLayout(); // // btnBuild // this.btnBuild.Location = new System.Drawing.Point(402, 390); this.btnBuild.Name = "btnBuild"; this.btnBuild.Size = new System.Drawing.Size(121, 23); this.btnBuild.TabIndex = 1; this.btnBuild.Text = "Build Client"; this.btnBuild.UseVisualStyleBackColor = true; this.btnBuild.Click += new System.EventHandler(this.btnBuild_Click); // // picUAC2 // this.picUAC2.Image = global::Quasar.Server.Properties.Resources.uac_shield; this.picUAC2.Location = new System.Drawing.Point(363, 88); this.picUAC2.Name = "picUAC2"; this.picUAC2.Size = new System.Drawing.Size(16, 20); this.picUAC2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.picUAC2.TabIndex = 32; this.picUAC2.TabStop = false; this.tooltip.SetToolTip(this.picUAC2, "Administrator Privileges are required to install the client in System."); // // picUAC1 // this.picUAC1.Image = global::Quasar.Server.Properties.Resources.uac_shield; this.picUAC1.Location = new System.Drawing.Point(363, 68); this.picUAC1.Name = "picUAC1"; this.picUAC1.Size = new System.Drawing.Size(16, 20); this.picUAC1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.picUAC1.TabIndex = 31; this.picUAC1.TabStop = false; this.tooltip.SetToolTip(this.picUAC1, "Administrator Privileges are required to install the client in Program Files."); // // rbSystem // this.rbSystem.AutoSize = true; this.rbSystem.Location = new System.Drawing.Point(241, 91); this.rbSystem.Name = "rbSystem"; this.rbSystem.Size = new System.Drawing.Size(60, 17); this.rbSystem.TabIndex = 5; this.rbSystem.TabStop = true; this.rbSystem.Text = "System"; this.tooltip.SetToolTip(this.rbSystem, "Administrator Privileges are required to install the client in System."); this.rbSystem.UseVisualStyleBackColor = true; this.rbSystem.CheckedChanged += new System.EventHandler(this.HasChangedSettingAndFilePath); // // rbProgramFiles // this.rbProgramFiles.AutoSize = true; this.rbProgramFiles.Location = new System.Drawing.Point(241, 68); this.rbProgramFiles.Name = "rbProgramFiles"; this.rbProgramFiles.Size = new System.Drawing.Size(94, 17); this.rbProgramFiles.TabIndex = 4; this.rbProgramFiles.TabStop = true; this.rbProgramFiles.Text = "Program Files"; this.tooltip.SetToolTip(this.rbProgramFiles, "Administrator Privileges are required to install the client in Program Files."); this.rbProgramFiles.UseVisualStyleBackColor = true; this.rbProgramFiles.CheckedChanged += new System.EventHandler(this.HasChangedSettingAndFilePath); // // contextMenuStrip // this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.removeHostToolStripMenuItem, this.clearToolStripMenuItem}); this.contextMenuStrip.Name = "ctxtMenuHosts"; this.contextMenuStrip.Size = new System.Drawing.Size(144, 48); // // removeHostToolStripMenuItem // this.removeHostToolStripMenuItem.Image = global::Quasar.Server.Properties.Resources.delete; this.removeHostToolStripMenuItem.Name = "removeHostToolStripMenuItem"; this.removeHostToolStripMenuItem.Size = new System.Drawing.Size(143, 22); this.removeHostToolStripMenuItem.Text = "Remove host"; this.removeHostToolStripMenuItem.Click += new System.EventHandler(this.removeHostToolStripMenuItem_Click); // // clearToolStripMenuItem // this.clearToolStripMenuItem.Image = global::Quasar.Server.Properties.Resources.broom; this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; this.clearToolStripMenuItem.Size = new System.Drawing.Size(143, 22); this.clearToolStripMenuItem.Text = "Clear all"; this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click); // // builderTabs // this.builderTabs.Alignment = System.Windows.Forms.TabAlignment.Left; this.builderTabs.Controls.Add(this.generalPage); this.builderTabs.Controls.Add(this.connectionPage); this.builderTabs.Controls.Add(this.installationPage); this.builderTabs.Controls.Add(this.assemblyPage); this.builderTabs.Controls.Add(this.monitoringTab); this.builderTabs.Dock = System.Windows.Forms.DockStyle.Top; this.builderTabs.ItemSize = new System.Drawing.Size(44, 136); this.builderTabs.Location = new System.Drawing.Point(0, 0); this.builderTabs.Multiline = true; this.builderTabs.Name = "builderTabs"; this.builderTabs.SelectedIndex = 0; this.builderTabs.Size = new System.Drawing.Size(535, 384); this.builderTabs.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.builderTabs.TabIndex = 0; // // generalPage // this.generalPage.BackColor = System.Drawing.SystemColors.Control; this.generalPage.Controls.Add(this.label9); this.generalPage.Controls.Add(this.line6); this.generalPage.Controls.Add(this.label8); this.generalPage.Controls.Add(this.txtTag); this.generalPage.Controls.Add(this.label7); this.generalPage.Controls.Add(this.lblTag); this.generalPage.Controls.Add(this.txtMutex); this.generalPage.Controls.Add(this.btnMutex); this.generalPage.Controls.Add(this.line5); this.generalPage.Controls.Add(this.lblMutex); this.generalPage.Controls.Add(this.label6); this.generalPage.Location = new System.Drawing.Point(140, 4); this.generalPage.Name = "generalPage"; this.generalPage.Padding = new System.Windows.Forms.Padding(3); this.generalPage.Size = new System.Drawing.Size(391, 376); this.generalPage.TabIndex = 4; this.generalPage.Text = "Basic Settings"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(17, 94); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(370, 26); this.label9.TabIndex = 5; this.label9.Text = "A unique mutex ensures that only one instance of the client is running\r\non the sa" + "me system."; // // line6 // this.line6.LineAlignment = Quasar.Server.Controls.Line.Alignment.Horizontal; this.line6.Location = new System.Drawing.Point(85, 78); this.line6.Name = "line6"; this.line6.Size = new System.Drawing.Size(300, 13); this.line6.TabIndex = 20; this.line6.TabStop = false; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(6, 78); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(80, 13); this.label8.TabIndex = 4; this.label8.Text = "Process Mutex"; // // txtTag // this.txtTag.Location = new System.Drawing.Point(130, 40); this.txtTag.Name = "txtTag"; this.txtTag.Size = new System.Drawing.Size(255, 22); this.txtTag.TabIndex = 3; this.txtTag.TextChanged += new System.EventHandler(this.HasChangedSetting); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(17, 20); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(231, 13); this.label7.TabIndex = 1; this.label7.Text = "You can choose a tag to identify your client."; // // lblTag // this.lblTag.AutoSize = true; this.lblTag.Location = new System.Drawing.Point(17, 43); this.lblTag.Name = "lblTag"; this.lblTag.Size = new System.Drawing.Size(61, 13); this.lblTag.TabIndex = 2; this.lblTag.Text = "Client Tag:"; // // txtMutex // this.txtMutex.Location = new System.Drawing.Point(130, 130); this.txtMutex.MaxLength = 64; this.txtMutex.Name = "txtMutex"; this.txtMutex.Size = new System.Drawing.Size(253, 22); this.txtMutex.TabIndex = 7; this.txtMutex.TextChanged += new System.EventHandler(this.HasChangedSetting); // // btnMutex // this.btnMutex.Location = new System.Drawing.Point(262, 158); this.btnMutex.Name = "btnMutex"; this.btnMutex.Size = new System.Drawing.Size(121, 23); this.btnMutex.TabIndex = 8; this.btnMutex.Text = "Random Mutex"; this.btnMutex.UseVisualStyleBackColor = true; this.btnMutex.Click += new System.EventHandler(this.btnMutex_Click); // // line5 // this.line5.LineAlignment = Quasar.Server.Controls.Line.Alignment.Horizontal; this.line5.Location = new System.Drawing.Point(112, 5); this.line5.Name = "line5"; this.line5.Size = new System.Drawing.Size(271, 13); this.line5.TabIndex = 15; this.line5.TabStop = false; // // lblMutex // this.lblMutex.AutoSize = true; this.lblMutex.Location = new System.Drawing.Point(17, 133); this.lblMutex.Name = "lblMutex"; this.lblMutex.Size = new System.Drawing.Size(42, 13); this.lblMutex.TabIndex = 6; this.lblMutex.Text = "Mutex:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 5); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(109, 13); this.label6.TabIndex = 0; this.label6.Text = "Client Identification"; // // connectionPage // this.connectionPage.BackColor = System.Drawing.SystemColors.Control; this.connectionPage.Controls.Add(this.numericUpDownPort); this.connectionPage.Controls.Add(this.numericUpDownDelay); this.connectionPage.Controls.Add(this.line3); this.connectionPage.Controls.Add(this.label4); this.connectionPage.Controls.Add(this.line1); this.connectionPage.Controls.Add(this.label1); this.connectionPage.Controls.Add(this.lstHosts); this.connectionPage.Controls.Add(this.btnAddHost); this.connectionPage.Controls.Add(this.lblMS); this.connectionPage.Controls.Add(this.lblHost); this.connectionPage.Controls.Add(this.txtHost); this.connectionPage.Controls.Add(this.lblDelay); this.connectionPage.Controls.Add(this.lblPort); this.connectionPage.Location = new System.Drawing.Point(140, 4); this.connectionPage.Name = "connectionPage"; this.connectionPage.Padding = new System.Windows.Forms.Padding(3); this.connectionPage.Size = new System.Drawing.Size(391, 376); this.connectionPage.TabIndex = 0; this.connectionPage.Text = "Connection Settings"; // // numericUpDownPort // this.numericUpDownPort.Location = new System.Drawing.Point(254, 51); this.numericUpDownPort.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.numericUpDownPort.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDownPort.Name = "numericUpDownPort"; this.numericUpDownPort.Size = new System.Drawing.Size(129, 22); this.numericUpDownPort.TabIndex = 3; this.numericUpDownPort.Value = new decimal(new int[] { 1, 0, 0, 0}); // // numericUpDownDelay // this.numericUpDownDelay.Location = new System.Drawing.Point(276, 178); this.numericUpDownDelay.Maximum = new decimal(new int[] { 600000, 0, 0, 0}); this.numericUpDownDelay.Name = "numericUpDownDelay"; this.numericUpDownDelay.Size = new System.Drawing.Size(80, 22); this.numericUpDownDelay.TabIndex = 10; this.numericUpDownDelay.Value = new decimal(new int[] { 5000, 0, 0, 0}); this.numericUpDownDelay.ValueChanged += new System.EventHandler(this.HasChangedSetting); // // line3 // this.line3.LineAlignment = Quasar.Server.Controls.Line.Alignment.Horizontal; this.line3.Location = new System.Drawing.Point(95, 159); this.line3.Name = "line3"; this.line3.Size = new System.Drawing.Size(290, 13); this.line3.TabIndex = 18; this.line3.TabStop = false; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 159); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(92, 13); this.label4.TabIndex = 17; this.label4.Text = "Reconnect Delay"; // // line1 // this.line1.LineAlignment = Quasar.Server.Controls.Line.Alignment.Horizontal; this.line1.Location = new System.Drawing.Point(104, 5); this.line1.Name = "line1"; this.line1.Size = new System.Drawing.Size(281, 13); this.line1.TabIndex = 13; this.line1.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(99, 13); this.label1.TabIndex = 14; this.label1.Text = "Connection Hosts"; // // lstHosts // this.lstHosts.ContextMenuStrip = this.contextMenuStrip; this.lstHosts.FormattingEnabled = true; this.lstHosts.Location = new System.Drawing.Point(20, 21); this.lstHosts.Name = "lstHosts"; this.lstHosts.Size = new System.Drawing.Size(149, 121); this.lstHosts.TabIndex = 5; this.lstHosts.TabStop = false; // // btnAddHost // this.btnAddHost.Location = new System.Drawing.Point(254, 78); this.btnAddHost.Name = "btnAddHost"; this.btnAddHost.Size = new System.Drawing.Size(129, 22); this.btnAddHost.TabIndex = 4; this.btnAddHost.Text = "Add Host"; this.btnAddHost.UseVisualStyleBackColor = true; this.btnAddHost.Click += new System.EventHandler(this.btnAddHost_Click); // // lblMS // this.lblMS.AutoSize = true; this.lblMS.Location = new System.Drawing.Point(356, 183); this.lblMS.Name = "lblMS"; this.lblMS.Size = new System.Drawing.Size(21, 13); this.lblMS.TabIndex = 11; this.lblMS.Text = "ms"; // // lblHost // this.lblHost.AutoSize = true; this.lblHost.Location = new System.Drawing.Point(175, 25); this.lblHost.Name = "lblHost"; this.lblHost.Size = new System.Drawing.Size(75, 13); this.lblHost.TabIndex = 0; this.lblHost.Text = "IP/Hostname:"; // // txtHost // this.txtHost.Location = new System.Drawing.Point(254, 22); this.txtHost.Name = "txtHost"; this.txtHost.Size = new System.Drawing.Size(129, 22); this.txtHost.TabIndex = 1; // // lblDelay // this.lblDelay.AutoSize = true; this.lblDelay.Location = new System.Drawing.Point(17, 182); this.lblDelay.Name = "lblDelay"; this.lblDelay.Size = new System.Drawing.Size(200, 13); this.lblDelay.TabIndex = 9; this.lblDelay.Text = "Time to wait between reconnect tries:"; // // lblPort // this.lblPort.AutoSize = true; this.lblPort.Location = new System.Drawing.Point(175, 53); this.lblPort.Name = "lblPort"; this.lblPort.Size = new System.Drawing.Size(31, 13); this.lblPort.TabIndex = 2; this.lblPort.Text = "Port:"; // // installationPage // this.installationPage.BackColor = System.Drawing.SystemColors.Control; this.installationPage.Controls.Add(this.chkHideSubDirectory); this.installationPage.Controls.Add(this.line7); this.installationPage.Controls.Add(this.label10); this.installationPage.Controls.Add(this.line4); this.installationPage.Controls.Add(this.label5); this.installationPage.Controls.Add(this.picUAC2); this.installationPage.Controls.Add(this.picUAC1); this.installationPage.Controls.Add(this.chkInstall); this.installationPage.Controls.Add(this.rbSystem); this.installationPage.Controls.Add(this.lblInstallName); this.installationPage.Controls.Add(this.rbProgramFiles); this.installationPage.Controls.Add(this.txtInstallName); this.installationPage.Controls.Add(this.txtRegistryKeyName); this.installationPage.Controls.Add(this.lblExtension); this.installationPage.Controls.Add(this.lblRegistryKeyName); this.installationPage.Controls.Add(this.chkStartup); this.installationPage.Controls.Add(this.rbAppdata); this.installationPage.Controls.Add(this.chkHide); this.installationPage.Controls.Add(this.lblInstallDirectory); this.installationPage.Controls.Add(this.lblInstallSubDirectory); this.installationPage.Controls.Add(this.lblPreviewPath); this.installationPage.Controls.Add(this.txtInstallSubDirectory); this.installationPage.Controls.Add(this.txtPreviewPath); this.installationPage.Location = new System.Drawing.Point(140, 4); this.installationPage.Name = "installationPage"; this.installationPage.Padding = new System.Windows.Forms.Padding(3); this.installationPage.Size = new System.Drawing.Size(391, 376); this.installationPage.TabIndex = 1; this.installationPage.Text = "Installation Settings"; // // chkHideSubDirectory // this.chkHideSubDirectory.AutoSize = true; this.chkHideSubDirectory.Location = new System.Drawing.Point(186, 185); this.chkHideSubDirectory.Name = "chkHideSubDirectory"; this.chkHideSubDirectory.Size = new System.Drawing.Size(185, 17); this.chkHideSubDirectory.TabIndex = 37; this.chkHideSubDirectory.Text = "Set subdir attributes to hidden"; this.chkHideSubDirectory.UseVisualStyleBackColor = true; // // line7 // this.line7.LineAlignment = Quasar.Server.Controls.Line.Alignment.Horizontal; this.line7.Location = new System.Drawing.Point(60, 274); this.line7.Name = "line7"; this.line7.Size = new System.Drawing.Size(323, 13); this.line7.TabIndex = 36; this.line7.TabStop = false; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(7, 274); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(55, 13); this.label10.TabIndex = 14; this.label10.Text = "Autostart"; // // line4 // this.line4.LineAlignment = Quasar.Server.Controls.Line.Alignment.Horizontal; this.line4.Location = new System.Drawing.Point(117, 5); this.line4.Name = "line4"; this.line4.Size = new System.Drawing.Size(266, 13); this.line4.TabIndex = 34; this.line4.TabStop = false; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 5); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(112, 13); this.label5.TabIndex = 0; this.label5.Text = "Installation Location"; // // chkInstall // this.chkInstall.AutoSize = true; this.chkInstall.Location = new System.Drawing.Point(20, 21); this.chkInstall.Name = "chkInstall"; this.chkInstall.Size = new System.Drawing.Size(90, 17); this.chkInstall.TabIndex = 1; this.chkInstall.Text = "Install Client"; this.chkInstall.UseVisualStyleBackColor = true; this.chkInstall.CheckedChanged += new System.EventHandler(this.chkInstall_CheckedChanged); // // lblInstallName // this.lblInstallName.AutoSize = true; this.lblInstallName.Location = new System.Drawing.Point(17, 156); this.lblInstallName.Name = "lblInstallName"; this.lblInstallName.Size = new System.Drawing.Size(73, 13); this.lblInstallName.TabIndex = 8; this.lblInstallName.Text = "Install Name:"; // // txtInstallName // this.txtInstallName.Location = new System.Drawing.Point(182, 153); this.txtInstallName.Name = "txtInstallName"; this.txtInstallName.Size = new System.Drawing.Size(170, 22); this.txtInstallName.TabIndex = 9; this.txtInstallName.TextChanged += new System.EventHandler(this.HasChangedSettingAndFilePath); this.txtInstallName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtInstallname_KeyPress); // // txtRegistryKeyName // this.txtRegistryKeyName.Location = new System.Drawing.Point(182, 324); this.txtRegistryKeyName.Name = "txtRegistryKeyName"; this.txtRegistryKeyName.Size = new System.Drawing.Size(201, 22); this.txtRegistryKeyName.TabIndex = 17; this.txtRegistryKeyName.TextChanged += new System.EventHandler(this.HasChangedSetting); // // lblExtension // this.lblExtension.AutoSize = true; this.lblExtension.Location = new System.Drawing.Point(352, 159); this.lblExtension.Name = "lblExtension"; this.lblExtension.Size = new System.Drawing.Size(27, 13); this.lblExtension.TabIndex = 10; this.lblExtension.Text = ".exe"; // // lblRegistryKeyName // this.lblRegistryKeyName.AutoSize = true; this.lblRegistryKeyName.Location = new System.Drawing.Point(17, 327); this.lblRegistryKeyName.Name = "lblRegistryKeyName"; this.lblRegistryKeyName.Size = new System.Drawing.Size(80, 13); this.lblRegistryKeyName.TabIndex = 16; this.lblRegistryKeyName.Text = "Startup Name:"; // // chkStartup // this.chkStartup.AutoSize = true; this.chkStartup.Location = new System.Drawing.Point(20, 298); this.chkStartup.Name = "chkStartup"; this.chkStartup.Size = new System.Drawing.Size(215, 17); this.chkStartup.TabIndex = 15; this.chkStartup.Text = "Run Client when the computer starts"; this.chkStartup.UseVisualStyleBackColor = true; this.chkStartup.CheckedChanged += new System.EventHandler(this.chkStartup_CheckedChanged); // // rbAppdata // this.rbAppdata.AutoSize = true; this.rbAppdata.Checked = true; this.rbAppdata.Location = new System.Drawing.Point(241, 45); this.rbAppdata.Name = "rbAppdata"; this.rbAppdata.Size = new System.Drawing.Size(137, 17); this.rbAppdata.TabIndex = 3; this.rbAppdata.TabStop = true; this.rbAppdata.Text = "User Application Data"; this.rbAppdata.UseVisualStyleBackColor = true; this.rbAppdata.CheckedChanged += new System.EventHandler(this.HasChangedSettingAndFilePath); // // chkHide // this.chkHide.AutoSize = true; this.chkHide.Location = new System.Drawing.Point(20, 185); this.chkHide.Name = "chkHide"; this.chkHide.Size = new System.Drawing.Size(168, 17); this.chkHide.TabIndex = 11; this.chkHide.Text = "Set file attributes to hidden"; this.chkHide.UseVisualStyleBackColor = true; this.chkHide.CheckedChanged += new System.EventHandler(this.HasChangedSetting); // // lblInstallDirectory // this.lblInstallDirectory.AutoSize = true; this.lblInstallDirectory.Location = new System.Drawing.Point(17, 47); this.lblInstallDirectory.Name = "lblInstallDirectory"; this.lblInstallDirectory.Size = new System.Drawing.Size(90, 13); this.lblInstallDirectory.TabIndex = 2; this.lblInstallDirectory.Text = "Install Directory:"; // // lblInstallSubDirectory // this.lblInstallSubDirectory.AutoSize = true; this.lblInstallSubDirectory.Location = new System.Drawing.Point(17, 126); this.lblInstallSubDirectory.Name = "lblInstallSubDirectory"; this.lblInstallSubDirectory.Size = new System.Drawing.Size(109, 13); this.lblInstallSubDirectory.TabIndex = 6; this.lblInstallSubDirectory.Text = "Install Subdirectory:"; // // lblPreviewPath // this.lblPreviewPath.AutoSize = true; this.lblPreviewPath.Location = new System.Drawing.Point(17, 218); this.lblPreviewPath.Name = "lblPreviewPath"; this.lblPreviewPath.Size = new System.Drawing.Size(157, 13); this.lblPreviewPath.TabIndex = 12; this.lblPreviewPath.Text = "Installation Location Preview:"; // // txtInstallSubDirectory // this.txtInstallSubDirectory.Location = new System.Drawing.Point(182, 123); this.txtInstallSubDirectory.Name = "txtInstallSubDirectory"; this.txtInstallSubDirectory.Size = new System.Drawing.Size(201, 22); this.txtInstallSubDirectory.TabIndex = 7; this.txtInstallSubDirectory.TextChanged += new System.EventHandler(this.HasChangedSettingAndFilePath); this.txtInstallSubDirectory.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtInstallsub_KeyPress); // // txtPreviewPath // this.txtPreviewPath.Location = new System.Drawing.Point(20, 234); this.txtPreviewPath.Name = "txtPreviewPath"; this.txtPreviewPath.ReadOnly = true; this.txtPreviewPath.Size = new System.Drawing.Size(363, 22); this.txtPreviewPath.TabIndex = 13; this.txtPreviewPath.TabStop = false; // // assemblyPage // this.assemblyPage.BackColor = System.Drawing.SystemColors.Control; this.assemblyPage.Controls.Add(this.iconPreview); this.assemblyPage.Controls.Add(this.btnBrowseIcon); this.assemblyPage.Controls.Add(this.txtIconPath); this.assemblyPage.Controls.Add(this.line8); this.assemblyPage.Controls.Add(this.label11); this.assemblyPage.Controls.Add(this.chkChangeAsmInfo); this.assemblyPage.Controls.Add(this.txtFileVersion); this.assemblyPage.Controls.Add(this.line9); this.assemblyPage.Controls.Add(this.lblProductName); this.assemblyPage.Controls.Add(this.label12); this.assemblyPage.Controls.Add(this.chkChangeIcon); this.assemblyPage.Controls.Add(this.lblFileVersion); this.assemblyPage.Controls.Add(this.txtProductName); this.assemblyPage.Controls.Add(this.txtProductVersion); this.assemblyPage.Controls.Add(this.lblDescription); this.assemblyPage.Controls.Add(this.lblProductVersion); this.assemblyPage.Controls.Add(this.txtDescription); this.assemblyPage.Controls.Add(this.txtOriginalFilename); this.assemblyPage.Controls.Add(this.lblCompanyName); this.assemblyPage.Controls.Add(this.lblOriginalFilename); this.assemblyPage.Controls.Add(this.txtCompanyName); this.assemblyPage.Controls.Add(this.txtTrademarks); this.assemblyPage.Controls.Add(this.lblCopyright); this.assemblyPage.Controls.Add(this.lblTrademarks); this.assemblyPage.Controls.Add(this.txtCopyright); this.assemblyPage.Location = new System.Drawing.Point(140, 4); this.assemblyPage.Name = "assemblyPage"; this.assemblyPage.Size = new System.Drawing.Size(391, 376); this.assemblyPage.TabIndex = 2; this.assemblyPage.Text = "Assembly Settings"; // // iconPreview // this.iconPreview.Location = new System.Drawing.Point(319, 302); this.iconPreview.Name = "iconPreview"; this.iconPreview.Size = new System.Drawing.Size(64, 64); this.iconPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.iconPreview.TabIndex = 42; this.iconPreview.TabStop = false; // // btnBrowseIcon // this.btnBrowseIcon.Location = new System.Drawing.Point(177, 343); this.btnBrowseIcon.Name = "btnBrowseIcon"; this.btnBrowseIcon.Size = new System.Drawing.Size(125, 23); this.btnBrowseIcon.TabIndex = 41; this.btnBrowseIcon.Text = "Browse..."; this.btnBrowseIcon.UseVisualStyleBackColor = true; this.btnBrowseIcon.Click += new System.EventHandler(this.btnBrowseIcon_Click); // // txtIconPath // this.txtIconPath.Location = new System.Drawing.Point(20, 315); this.txtIconPath.Name = "txtIconPath"; this.txtIconPath.Size = new System.Drawing.Size(282, 22); this.txtIconPath.TabIndex = 39; // // line8 // this.line8.LineAlignment = Quasar.Server.Controls.Line.Alignment.Horizontal; this.line8.Location = new System.Drawing.Point(122, 5); this.line8.Name = "line8"; this.line8.Size = new System.Drawing.Size(261, 13); this.line8.TabIndex = 36; this.line8.TabStop = false; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(6, 5); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(118, 13); this.label11.TabIndex = 35; this.label11.Text = "Assembly Information"; // // chkChangeAsmInfo // this.chkChangeAsmInfo.AutoSize = true; this.chkChangeAsmInfo.Location = new System.Drawing.Point(20, 21); this.chkChangeAsmInfo.Name = "chkChangeAsmInfo"; this.chkChangeAsmInfo.Size = new System.Drawing.Size(180, 17); this.chkChangeAsmInfo.TabIndex = 0; this.chkChangeAsmInfo.Text = "Change Assembly Information"; this.chkChangeAsmInfo.UseVisualStyleBackColor = true; this.chkChangeAsmInfo.CheckedChanged += new System.EventHandler(this.chkChangeAsmInfo_CheckedChanged); // // txtFileVersion // this.txtFileVersion.Location = new System.Drawing.Point(182, 240); this.txtFileVersion.Name = "txtFileVersion"; this.txtFileVersion.Size = new System.Drawing.Size(201, 22); this.txtFileVersion.TabIndex = 16; this.txtFileVersion.TextChanged += new System.EventHandler(this.HasChangedSetting); // // line9 // this.line9.LineAlignment = Quasar.Server.Controls.Line.Alignment.Horizontal; this.line9.Location = new System.Drawing.Point(83, 276); this.line9.Name = "line9"; this.line9.Size = new System.Drawing.Size(300, 13); this.line9.TabIndex = 38; this.line9.TabStop = false; // // lblProductName // this.lblProductName.AutoSize = true; this.lblProductName.Location = new System.Drawing.Point(17, 47); this.lblProductName.Name = "lblProductName"; this.lblProductName.Size = new System.Drawing.Size(82, 13); this.lblProductName.TabIndex = 1; this.lblProductName.Text = "Product Name:"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(6, 276); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(79, 13); this.label12.TabIndex = 0; this.label12.Text = "Assembly Icon"; // // chkChangeIcon // this.chkChangeIcon.AutoSize = true; this.chkChangeIcon.Location = new System.Drawing.Point(20, 294); this.chkChangeIcon.Name = "chkChangeIcon"; this.chkChangeIcon.Size = new System.Drawing.Size(141, 17); this.chkChangeIcon.TabIndex = 2; this.chkChangeIcon.Text = "Change Assembly Icon"; this.chkChangeIcon.UseVisualStyleBackColor = true; this.chkChangeIcon.CheckedChanged += new System.EventHandler(this.chkChangeIcon_CheckedChanged); // // lblFileVersion // this.lblFileVersion.AutoSize = true; this.lblFileVersion.Location = new System.Drawing.Point(17, 243); this.lblFileVersion.Name = "lblFileVersion"; this.lblFileVersion.Size = new System.Drawing.Size(69, 13); this.lblFileVersion.TabIndex = 15; this.lblFileVersion.Text = "File Version:"; // // txtProductName // this.txtProductName.Location = new System.Drawing.Point(182, 44); this.txtProductName.Name = "txtProductName"; this.txtProductName.Size = new System.Drawing.Size(201, 22); this.txtProductName.TabIndex = 2; this.txtProductName.TextChanged += new System.EventHandler(this.HasChangedSetting); // // txtProductVersion // this.txtProductVersion.Location = new System.Drawing.Point(182, 212); this.txtProductVersion.Name = "txtProductVersion"; this.txtProductVersion.Size = new System.Drawing.Size(201, 22); this.txtProductVersion.TabIndex = 14; this.txtProductVersion.TextChanged += new System.EventHandler(this.HasChangedSetting); // // lblDescription // this.lblDescription.AutoSize = true; this.lblDescription.Location = new System.Drawing.Point(17, 75); this.lblDescription.Name = "lblDescription"; this.lblDescription.Size = new System.Drawing.Size(69, 13); this.lblDescription.TabIndex = 3; this.lblDescription.Text = "Description:"; // // lblProductVersion // this.lblProductVersion.AutoSize = true; this.lblProductVersion.Location = new System.Drawing.Point(17, 215); this.lblProductVersion.Name = "lblProductVersion"; this.lblProductVersion.Size = new System.Drawing.Size(91, 13); this.lblProductVersion.TabIndex = 13; this.lblProductVersion.Text = "Product Version:"; // // txtDescription // this.txtDescription.Location = new System.Drawing.Point(182, 72); this.txtDescription.Name = "txtDescription"; this.txtDescription.Size = new System.Drawing.Size(201, 22); this.txtDescription.TabIndex = 4; this.txtDescription.TextChanged += new System.EventHandler(this.HasChangedSetting); // // txtOriginalFilename // this.txtOriginalFilename.Location = new System.Drawing.Point(182, 184); this.txtOriginalFilename.Name = "txtOriginalFilename"; this.txtOriginalFilename.Size = new System.Drawing.Size(201, 22); this.txtOriginalFilename.TabIndex = 12; this.txtOriginalFilename.TextChanged += new System.EventHandler(this.HasChangedSetting); // // lblCompanyName // this.lblCompanyName.AutoSize = true; this.lblCompanyName.Location = new System.Drawing.Point(17, 103); this.lblCompanyName.Name = "lblCompanyName"; this.lblCompanyName.Size = new System.Drawing.Size(90, 13); this.lblCompanyName.TabIndex = 5; this.lblCompanyName.Text = "Company Name:"; // // lblOriginalFilename // this.lblOriginalFilename.AutoSize = true; this.lblOriginalFilename.Location = new System.Drawing.Point(17, 187); this.lblOriginalFilename.Name = "lblOriginalFilename"; this.lblOriginalFilename.Size = new System.Drawing.Size(101, 13); this.lblOriginalFilename.TabIndex = 11; this.lblOriginalFilename.Text = "Original Filename:"; // // txtCompanyName // this.txtCompanyName.Location = new System.Drawing.Point(182, 100); this.txtCompanyName.Name = "txtCompanyName"; this.txtCompanyName.Size = new System.Drawing.Size(201, 22); this.txtCompanyName.TabIndex = 6; this.txtCompanyName.TextChanged += new System.EventHandler(this.HasChangedSetting); // // txtTrademarks // this.txtTrademarks.Location = new System.Drawing.Point(182, 156); this.txtTrademarks.Name = "txtTrademarks"; this.txtTrademarks.Size = new System.Drawing.Size(201, 22); this.txtTrademarks.TabIndex = 10; this.txtTrademarks.TextChanged += new System.EventHandler(this.HasChangedSetting); // // lblCopyright // this.lblCopyright.AutoSize = true; this.lblCopyright.Location = new System.Drawing.Point(17, 131); this.lblCopyright.Name = "lblCopyright"; this.lblCopyright.Size = new System.Drawing.Size(61, 13); this.lblCopyright.TabIndex = 7; this.lblCopyright.Text = "Copyright:"; // // lblTrademarks // this.lblTrademarks.AutoSize = true; this.lblTrademarks.Location = new System.Drawing.Point(17, 159); this.lblTrademarks.Name = "lblTrademarks"; this.lblTrademarks.Size = new System.Drawing.Size(68, 13); this.lblTrademarks.TabIndex = 9; this.lblTrademarks.Text = "Trademarks:"; // // txtCopyright // this.txtCopyright.Location = new System.Drawing.Point(182, 128); this.txtCopyright.Name = "txtCopyright"; this.txtCopyright.Size = new System.Drawing.Size(201, 22); this.txtCopyright.TabIndex = 8; this.txtCopyright.TextChanged += new System.EventHandler(this.HasChangedSetting); // // monitoringTab // this.monitoringTab.BackColor = System.Drawing.SystemColors.Control; this.monitoringTab.Controls.Add(this.chkHideLogDirectory); this.monitoringTab.Controls.Add(this.txtLogDirectoryName); this.monitoringTab.Controls.Add(this.lblLogDirectory); this.monitoringTab.Controls.Add(this.line10); this.monitoringTab.Controls.Add(this.label14); this.monitoringTab.Controls.Add(this.chkKeylogger); this.monitoringTab.Location = new System.Drawing.Point(140, 4); this.monitoringTab.Name = "monitoringTab"; this.monitoringTab.Size = new System.Drawing.Size(391, 376); this.monitoringTab.TabIndex = 3; this.monitoringTab.Text = "Monitoring Settings"; // // chkHideLogDirectory // this.chkHideLogDirectory.AutoSize = true; this.chkHideLogDirectory.Location = new System.Drawing.Point(20, 72); this.chkHideLogDirectory.Name = "chkHideLogDirectory"; this.chkHideLogDirectory.Size = new System.Drawing.Size(197, 17); this.chkHideLogDirectory.TabIndex = 7; this.chkHideLogDirectory.Text = "Set directory attributes to hidden"; this.chkHideLogDirectory.UseVisualStyleBackColor = true; this.chkHideLogDirectory.CheckedChanged += new System.EventHandler(this.HasChangedSetting); // // txtLogDirectoryName // this.txtLogDirectoryName.Location = new System.Drawing.Point(262, 44); this.txtLogDirectoryName.Name = "txtLogDirectoryName"; this.txtLogDirectoryName.Size = new System.Drawing.Size(118, 22); this.txtLogDirectoryName.TabIndex = 6; this.txtLogDirectoryName.TextChanged += new System.EventHandler(this.HasChangedSetting); this.txtLogDirectoryName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLogDirectoryName_KeyPress); // // lblLogDirectory // this.lblLogDirectory.AutoSize = true; this.lblLogDirectory.Location = new System.Drawing.Point(17, 47); this.lblLogDirectory.Name = "lblLogDirectory"; this.lblLogDirectory.Size = new System.Drawing.Size(110, 13); this.lblLogDirectory.TabIndex = 5; this.lblLogDirectory.Text = "Log Directory Name:"; // // line10 // this.line10.LineAlignment = Quasar.Server.Controls.Line.Alignment.Horizontal; this.line10.Location = new System.Drawing.Point(78, 5); this.line10.Name = "line10"; this.line10.Size = new System.Drawing.Size(302, 13); this.line10.TabIndex = 41; this.line10.TabStop = false; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(6, 5); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(66, 13); this.label14.TabIndex = 3; this.label14.Text = "Monitoring"; // // chkKeylogger // this.chkKeylogger.AutoSize = true; this.chkKeylogger.Location = new System.Drawing.Point(20, 21); this.chkKeylogger.Name = "chkKeylogger"; this.chkKeylogger.Size = new System.Drawing.Size(156, 17); this.chkKeylogger.TabIndex = 4; this.chkKeylogger.Text = "Enable keyboard logging"; this.chkKeylogger.UseVisualStyleBackColor = true; this.chkKeylogger.CheckedChanged += new System.EventHandler(this.chkKeylogger_CheckedChanged); // // FrmBuilder // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(535, 424); this.Controls.Add(this.builderTabs); this.Controls.Add(this.btnBuild); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmBuilder"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Client Builder"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmBuilder_FormClosing); this.Load += new System.EventHandler(this.FrmBuilder_Load); ((System.ComponentModel.ISupportInitialize)(this.picUAC2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picUAC1)).EndInit(); this.contextMenuStrip.ResumeLayout(false); this.builderTabs.ResumeLayout(false); this.generalPage.ResumeLayout(false); this.generalPage.PerformLayout(); this.connectionPage.ResumeLayout(false); this.connectionPage.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPort)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownDelay)).EndInit(); this.installationPage.ResumeLayout(false); this.installationPage.PerformLayout(); this.assemblyPage.ResumeLayout(false); this.assemblyPage.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.iconPreview)).EndInit(); this.monitoringTab.ResumeLayout(false); this.monitoringTab.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblPort; private System.Windows.Forms.TextBox txtHost; private System.Windows.Forms.Label lblHost; private System.Windows.Forms.Label lblDelay; private System.Windows.Forms.CheckBox chkInstall; private System.Windows.Forms.TextBox txtInstallName; private System.Windows.Forms.Label lblInstallName; private System.Windows.Forms.TextBox txtMutex; private System.Windows.Forms.Label lblMutex; private System.Windows.Forms.Label lblExtension; private System.Windows.Forms.Label lblInstallDirectory; private System.Windows.Forms.RadioButton rbAppdata; private System.Windows.Forms.TextBox txtInstallSubDirectory; private System.Windows.Forms.Label lblInstallSubDirectory; private System.Windows.Forms.Label lblPreviewPath; private System.Windows.Forms.TextBox txtPreviewPath; private System.Windows.Forms.Button btnMutex; private System.Windows.Forms.CheckBox chkHide; private System.Windows.Forms.TextBox txtRegistryKeyName; private System.Windows.Forms.Label lblRegistryKeyName; private System.Windows.Forms.CheckBox chkStartup; private System.Windows.Forms.Button btnBuild; private System.Windows.Forms.Label lblMS; private System.Windows.Forms.RadioButton rbSystem; private System.Windows.Forms.RadioButton rbProgramFiles; private System.Windows.Forms.PictureBox picUAC1; private System.Windows.Forms.PictureBox picUAC2; private System.Windows.Forms.ToolTip tooltip; private System.Windows.Forms.CheckBox chkChangeIcon; private System.Windows.Forms.TextBox txtDescription; private System.Windows.Forms.Label lblDescription; private System.Windows.Forms.TextBox txtProductName; private System.Windows.Forms.Label lblProductName; private System.Windows.Forms.TextBox txtOriginalFilename; private System.Windows.Forms.Label lblOriginalFilename; private System.Windows.Forms.TextBox txtTrademarks; private System.Windows.Forms.Label lblTrademarks; private System.Windows.Forms.TextBox txtCopyright; private System.Windows.Forms.Label lblCopyright; private System.Windows.Forms.TextBox txtCompanyName; private System.Windows.Forms.Label lblCompanyName; private System.Windows.Forms.TextBox txtFileVersion; private System.Windows.Forms.Label lblFileVersion; private System.Windows.Forms.TextBox txtProductVersion; private System.Windows.Forms.Label lblProductVersion; private System.Windows.Forms.CheckBox chkChangeAsmInfo; private System.Windows.Forms.CheckBox chkKeylogger; private Controls.DotNetBarTabControl builderTabs; private System.Windows.Forms.TabPage connectionPage; private System.Windows.Forms.TabPage installationPage; private System.Windows.Forms.TabPage assemblyPage; private System.Windows.Forms.TabPage monitoringTab; private System.Windows.Forms.ListBox lstHosts; private System.Windows.Forms.ContextMenuStrip contextMenuStrip; private System.Windows.Forms.Button btnAddHost; private System.Windows.Forms.ToolStripMenuItem removeHostToolStripMenuItem; private Controls.Line line1; private System.Windows.Forms.Label label1; private Controls.Line line3; private System.Windows.Forms.Label label4; private Controls.Line line4; private System.Windows.Forms.Label label5; private System.Windows.Forms.TabPage generalPage; private System.Windows.Forms.TextBox txtTag; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label lblTag; private Controls.Line line5; private System.Windows.Forms.Label label6; private Controls.Line line6; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private Controls.Line line7; private System.Windows.Forms.Label label10; private Controls.Line line8; private System.Windows.Forms.Label label11; private Controls.Line line9; private System.Windows.Forms.Label label12; private Controls.Line line10; private System.Windows.Forms.Label label14; private System.Windows.Forms.ToolStripMenuItem clearToolStripMenuItem; private System.Windows.Forms.Button btnBrowseIcon; private System.Windows.Forms.TextBox txtIconPath; private System.Windows.Forms.PictureBox iconPreview; private System.Windows.Forms.Label lblLogDirectory; private System.Windows.Forms.TextBox txtLogDirectoryName; private System.Windows.Forms.CheckBox chkHideLogDirectory; private System.Windows.Forms.NumericUpDown numericUpDownDelay; private System.Windows.Forms.NumericUpDown numericUpDownPort; private System.Windows.Forms.CheckBox chkHideSubDirectory; } }