Click here to Skip to main content
15,886,689 members
Articles / Desktop Programming / Windows Forms

Visual Application Launcher

Rate me:
Please Sign up or sign in to vote.
4.91/5 (37 votes)
23 Jan 2012CPOL23 min read 107.1K   3.7K   116  
A WinForms UI using WCF services, Entity Framework, repository data access, repository caching, Unit of Work, Dependency Injection, and every other buzz work you can think of!
namespace VAL
{
    partial class FileMaintenance
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileMaintenance));
            this.menuStrip = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.addToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.CRUDSupport = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.applicationsList = new System.Windows.Forms.ListView();
            this.descriptionHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.fileImages = new System.Windows.Forms.ImageList(this.components);
            this.detailsBox = new System.Windows.Forms.GroupBox();
            this.detailsTabs = new System.Windows.Forms.TabControl();
            this.mainTab = new System.Windows.Forms.TabPage();
            this.label2 = new System.Windows.Forms.Label();
            this.searchIconButton = new System.Windows.Forms.Button();
            this.iconPreview = new System.Windows.Forms.PictureBox();
            this.fileSearchButton = new System.Windows.Forms.Button();
            this.descriptionLabel = new System.Windows.Forms.Label();
            this.pathLabel = new System.Windows.Forms.Label();
            this.fileLabel = new System.Windows.Forms.Label();
            this.isActive = new System.Windows.Forms.CheckBox();
            this.description = new System.Windows.Forms.TextBox();
            this.filePath = new System.Windows.Forms.TextBox();
            this.fileName = new System.Windows.Forms.TextBox();
            this.extendedTab = new System.Windows.Forms.TabPage();
            this.fileTypeLabel = new System.Windows.Forms.Label();
            this.fileType = new System.Windows.Forms.ComboBox();
            this.notesLabel = new System.Windows.Forms.Label();
            this.notes = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.command = new System.Windows.Forms.TextBox();
            this.distributeTab = new System.Windows.Forms.TabPage();
            this.distributeToUserProfileCheck = new System.Windows.Forms.CheckBox();
            this.label3 = new System.Windows.Forms.Label();
            this.distributeToLabel = new System.Windows.Forms.Label();
            this.selectDistrubuteFolder = new System.Windows.Forms.Button();
            this.distributeTo = new System.Windows.Forms.TextBox();
            this.findWorkgroupButton = new System.Windows.Forms.Button();
            this.workGroup = new System.Windows.Forms.TextBox();
            this.cancelButton = new System.Windows.Forms.Button();
            this.applyButton = new System.Windows.Forms.Button();
            this.fileDialog = new System.Windows.Forms.OpenFileDialog();
            this.toolTips = new System.Windows.Forms.ToolTip(this.components);
            this.folderBrowser = new System.Windows.Forms.FolderBrowserDialog();
            this.menuStrip.SuspendLayout();
            this.CRUDSupport.SuspendLayout();
            this.detailsBox.SuspendLayout();
            this.detailsTabs.SuspendLayout();
            this.mainTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.iconPreview)).BeginInit();
            this.extendedTab.SuspendLayout();
            this.distributeTab.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip
            // 
            this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem});
            this.menuStrip.Location = new System.Drawing.Point(0, 0);
            this.menuStrip.Name = "menuStrip";
            this.menuStrip.Size = new System.Drawing.Size(395, 24);
            this.menuStrip.TabIndex = 0;
            this.menuStrip.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addToolStripMenuItem1,
            this.editToolStripMenuItem1,
            this.deleteToolStripMenuItem1});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
            this.fileToolStripMenuItem.Text = "&File";
            // 
            // addToolStripMenuItem1
            // 
            this.addToolStripMenuItem1.Name = "addToolStripMenuItem1";
            this.addToolStripMenuItem1.Size = new System.Drawing.Size(116, 22);
            this.addToolStripMenuItem1.Text = "Add";
            this.addToolStripMenuItem1.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
            // 
            // editToolStripMenuItem1
            // 
            this.editToolStripMenuItem1.Name = "editToolStripMenuItem1";
            this.editToolStripMenuItem1.Size = new System.Drawing.Size(116, 22);
            this.editToolStripMenuItem1.Text = "Edit";
            this.editToolStripMenuItem1.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
            // 
            // deleteToolStripMenuItem1
            // 
            this.deleteToolStripMenuItem1.Name = "deleteToolStripMenuItem1";
            this.deleteToolStripMenuItem1.Size = new System.Drawing.Size(116, 22);
            this.deleteToolStripMenuItem1.Text = "Delete";
            this.deleteToolStripMenuItem1.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
            // 
            // CRUDSupport
            // 
            this.CRUDSupport.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addToolStripMenuItem,
            this.editToolStripMenuItem,
            this.deleteToolStripMenuItem});
            this.CRUDSupport.Name = "CRUDSupport";
            this.CRUDSupport.Size = new System.Drawing.Size(117, 70);
            // 
            // addToolStripMenuItem
            // 
            this.addToolStripMenuItem.Name = "addToolStripMenuItem";
            this.addToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
            this.addToolStripMenuItem.Text = "Add";
            this.addToolStripMenuItem.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
            this.editToolStripMenuItem.Text = "Edit";
            this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
            // 
            // deleteToolStripMenuItem
            // 
            this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
            this.deleteToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
            this.deleteToolStripMenuItem.Text = "Delete";
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
            // 
            // applicationsList
            // 
            this.applicationsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.descriptionHeader});
            this.applicationsList.ContextMenuStrip = this.CRUDSupport;
            this.applicationsList.FullRowSelect = true;
            this.applicationsList.Location = new System.Drawing.Point(8, 32);
            this.applicationsList.Name = "applicationsList";
            this.applicationsList.Size = new System.Drawing.Size(376, 184);
            this.applicationsList.SmallImageList = this.fileImages;
            this.applicationsList.Sorting = System.Windows.Forms.SortOrder.Ascending;
            this.applicationsList.TabIndex = 1;
            this.applicationsList.UseCompatibleStateImageBehavior = false;
            this.applicationsList.View = System.Windows.Forms.View.Details;
            this.applicationsList.DoubleClick += new System.EventHandler(this.applicationsList_DoubleClick);
            // 
            // descriptionHeader
            // 
            this.descriptionHeader.Text = "Description";
            this.descriptionHeader.Width = 300;
            // 
            // fileImages
            // 
            this.fileImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("fileImages.ImageStream")));
            this.fileImages.TransparentColor = System.Drawing.Color.Transparent;
            this.fileImages.Images.SetKeyName(0, "DefaultDocument.ico");
            // 
            // detailsBox
            // 
            this.detailsBox.Controls.Add(this.detailsTabs);
            this.detailsBox.Location = new System.Drawing.Point(8, 224);
            this.detailsBox.Name = "detailsBox";
            this.detailsBox.Size = new System.Drawing.Size(376, 192);
            this.detailsBox.TabIndex = 2;
            this.detailsBox.TabStop = false;
            this.detailsBox.Text = "Details";
            // 
            // detailsTabs
            // 
            this.detailsTabs.Controls.Add(this.mainTab);
            this.detailsTabs.Controls.Add(this.extendedTab);
            this.detailsTabs.Controls.Add(this.distributeTab);
            this.detailsTabs.Location = new System.Drawing.Point(8, 16);
            this.detailsTabs.Name = "detailsTabs";
            this.detailsTabs.SelectedIndex = 0;
            this.detailsTabs.Size = new System.Drawing.Size(360, 168);
            this.detailsTabs.TabIndex = 0;
            // 
            // mainTab
            // 
            this.mainTab.Controls.Add(this.label2);
            this.mainTab.Controls.Add(this.searchIconButton);
            this.mainTab.Controls.Add(this.iconPreview);
            this.mainTab.Controls.Add(this.fileSearchButton);
            this.mainTab.Controls.Add(this.descriptionLabel);
            this.mainTab.Controls.Add(this.pathLabel);
            this.mainTab.Controls.Add(this.fileLabel);
            this.mainTab.Controls.Add(this.isActive);
            this.mainTab.Controls.Add(this.description);
            this.mainTab.Controls.Add(this.filePath);
            this.mainTab.Controls.Add(this.fileName);
            this.mainTab.Location = new System.Drawing.Point(4, 22);
            this.mainTab.Name = "mainTab";
            this.mainTab.Padding = new System.Windows.Forms.Padding(3);
            this.mainTab.Size = new System.Drawing.Size(352, 142);
            this.mainTab.TabIndex = 0;
            this.mainTab.Text = "Main";
            this.mainTab.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(8, 88);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(56, 16);
            this.label2.TabIndex = 34;
            this.label2.Text = "Icon";
            // 
            // searchIconButton
            // 
            this.searchIconButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.searchIconButton.Location = new System.Drawing.Point(112, 88);
            this.searchIconButton.Name = "searchIconButton";
            this.searchIconButton.Size = new System.Drawing.Size(24, 21);
            this.searchIconButton.TabIndex = 33;
            this.searchIconButton.Text = "...";
            this.searchIconButton.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.toolTips.SetToolTip(this.searchIconButton, "Use this to select an image to display as the icon for the file");
            this.searchIconButton.UseVisualStyleBackColor = true;
            this.searchIconButton.Click += new System.EventHandler(this.searchIconButton_Click);
            // 
            // iconPreview
            // 
            this.iconPreview.Location = new System.Drawing.Point(72, 88);
            this.iconPreview.Name = "iconPreview";
            this.iconPreview.Size = new System.Drawing.Size(32, 32);
            this.iconPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.iconPreview.TabIndex = 32;
            this.iconPreview.TabStop = false;
            // 
            // fileSearchButton
            // 
            this.fileSearchButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fileSearchButton.Location = new System.Drawing.Point(320, 8);
            this.fileSearchButton.Name = "fileSearchButton";
            this.fileSearchButton.Size = new System.Drawing.Size(24, 21);
            this.fileSearchButton.TabIndex = 9;
            this.fileSearchButton.Text = "...";
            this.fileSearchButton.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.fileSearchButton.UseVisualStyleBackColor = true;
            this.fileSearchButton.Click += new System.EventHandler(this.fileSearchButton_Click);
            // 
            // descriptionLabel
            // 
            this.descriptionLabel.AutoSize = true;
            this.descriptionLabel.Location = new System.Drawing.Point(8, 56);
            this.descriptionLabel.Name = "descriptionLabel";
            this.descriptionLabel.Size = new System.Drawing.Size(64, 13);
            this.descriptionLabel.TabIndex = 7;
            this.descriptionLabel.Text = "Description:";
            // 
            // pathLabel
            // 
            this.pathLabel.AutoSize = true;
            this.pathLabel.Location = new System.Drawing.Point(8, 32);
            this.pathLabel.Name = "pathLabel";
            this.pathLabel.Size = new System.Drawing.Size(33, 13);
            this.pathLabel.TabIndex = 6;
            this.pathLabel.Text = "Path:";
            // 
            // fileLabel
            // 
            this.fileLabel.AutoSize = true;
            this.fileLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fileLabel.Location = new System.Drawing.Point(8, 8);
            this.fileLabel.Name = "fileLabel";
            this.fileLabel.Size = new System.Drawing.Size(29, 13);
            this.fileLabel.TabIndex = 5;
            this.fileLabel.Text = "File:";
            // 
            // isActive
            // 
            this.isActive.AutoSize = true;
            this.isActive.Location = new System.Drawing.Point(240, 88);
            this.isActive.Name = "isActive";
            this.isActive.Size = new System.Drawing.Size(73, 17);
            this.isActive.TabIndex = 4;
            this.isActive.Text = "Is Active?";
            this.toolTips.SetToolTip(this.isActive, "If you deactivate a file, it will not show up in many screens");
            this.isActive.UseVisualStyleBackColor = true;
            // 
            // description
            // 
            this.description.Location = new System.Drawing.Point(72, 56);
            this.description.Name = "description";
            this.description.Size = new System.Drawing.Size(240, 21);
            this.description.TabIndex = 2;
            this.toolTips.SetToolTip(this.description, "Some descriptive text for the file. This will appear underneath files on the user" +
                    "s main screen.");
            // 
            // filePath
            // 
            this.filePath.Location = new System.Drawing.Point(72, 32);
            this.filePath.Name = "filePath";
            this.filePath.Size = new System.Drawing.Size(240, 21);
            this.filePath.TabIndex = 1;
            this.toolTips.SetToolTip(this.filePath, "This is the full path to the application\r\n\r\nIf unsure, use the file browser butto" +
                    "n to the right of the \'File\' box to select the file");
            // 
            // fileName
            // 
            this.fileName.Location = new System.Drawing.Point(72, 8);
            this.fileName.Name = "fileName";
            this.fileName.Size = new System.Drawing.Size(240, 21);
            this.fileName.TabIndex = 0;
            this.toolTips.SetToolTip(this.fileName, "This is the file name for the application, it should be the name and file type.\r\n" +
                    "\r\nIf unsure, use the file browser button to the right of the box to select the f" +
                    "ile.");
            // 
            // extendedTab
            // 
            this.extendedTab.Controls.Add(this.fileTypeLabel);
            this.extendedTab.Controls.Add(this.fileType);
            this.extendedTab.Controls.Add(this.notesLabel);
            this.extendedTab.Controls.Add(this.notes);
            this.extendedTab.Controls.Add(this.label1);
            this.extendedTab.Controls.Add(this.command);
            this.extendedTab.Location = new System.Drawing.Point(4, 22);
            this.extendedTab.Name = "extendedTab";
            this.extendedTab.Padding = new System.Windows.Forms.Padding(3);
            this.extendedTab.Size = new System.Drawing.Size(352, 142);
            this.extendedTab.TabIndex = 1;
            this.extendedTab.Text = "Extended";
            this.extendedTab.UseVisualStyleBackColor = true;
            this.extendedTab.Click += new System.EventHandler(this.extendedTab_Click);
            // 
            // fileTypeLabel
            // 
            this.fileTypeLabel.AutoSize = true;
            this.fileTypeLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fileTypeLabel.Location = new System.Drawing.Point(8, 8);
            this.fileTypeLabel.Name = "fileTypeLabel";
            this.fileTypeLabel.Size = new System.Drawing.Size(57, 13);
            this.fileTypeLabel.TabIndex = 35;
            this.fileTypeLabel.Text = "File Type";
            // 
            // fileType
            // 
            this.fileType.FormattingEnabled = true;
            this.fileType.Location = new System.Drawing.Point(72, 8);
            this.fileType.Name = "fileType";
            this.fileType.Size = new System.Drawing.Size(248, 21);
            this.fileType.TabIndex = 34;
            this.toolTips.SetToolTip(this.fileType, "The file type for the application. \r\n\r\nAccess databases will launch differently t" +
                    "o normal executables");
            // 
            // notesLabel
            // 
            this.notesLabel.AutoSize = true;
            this.notesLabel.Location = new System.Drawing.Point(8, 72);
            this.notesLabel.Name = "notesLabel";
            this.notesLabel.Size = new System.Drawing.Size(39, 13);
            this.notesLabel.TabIndex = 33;
            this.notesLabel.Text = "Notes:";
            // 
            // notes
            // 
            this.notes.Location = new System.Drawing.Point(72, 72);
            this.notes.Multiline = true;
            this.notes.Name = "notes";
            this.notes.Size = new System.Drawing.Size(248, 56);
            this.notes.TabIndex = 32;
            this.toolTips.SetToolTip(this.notes, "Any notes for the application, these will only display if the user has chosen \'De" +
                    "tails\' view mode");
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(8, 40);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(56, 32);
            this.label1.TabIndex = 30;
            this.label1.Text = "Command Line:";
            // 
            // command
            // 
            this.command.Location = new System.Drawing.Point(72, 40);
            this.command.Name = "command";
            this.command.Size = new System.Drawing.Size(248, 21);
            this.command.TabIndex = 19;
            this.toolTips.SetToolTip(this.command, "Enter any command line arguments you want sent to the program");
            // 
            // distributeTab
            // 
            this.distributeTab.Controls.Add(this.distributeToUserProfileCheck);
            this.distributeTab.Controls.Add(this.label3);
            this.distributeTab.Controls.Add(this.distributeToLabel);
            this.distributeTab.Controls.Add(this.selectDistrubuteFolder);
            this.distributeTab.Controls.Add(this.distributeTo);
            this.distributeTab.Controls.Add(this.findWorkgroupButton);
            this.distributeTab.Controls.Add(this.workGroup);
            this.distributeTab.Location = new System.Drawing.Point(4, 22);
            this.distributeTab.Name = "distributeTab";
            this.distributeTab.Size = new System.Drawing.Size(352, 142);
            this.distributeTab.TabIndex = 2;
            this.distributeTab.Text = "Type & Distribution";
            this.distributeTab.UseVisualStyleBackColor = true;
            // 
            // distributeToUserProfileCheck
            // 
            this.distributeToUserProfileCheck.AutoSize = true;
            this.distributeToUserProfileCheck.Location = new System.Drawing.Point(72, 48);
            this.distributeToUserProfileCheck.Name = "distributeToUserProfileCheck";
            this.distributeToUserProfileCheck.Size = new System.Drawing.Size(148, 17);
            this.distributeToUserProfileCheck.TabIndex = 34;
            this.distributeToUserProfileCheck.Text = "Distribute to User Profile?";
            this.distributeToUserProfileCheck.UseVisualStyleBackColor = true;
            this.distributeToUserProfileCheck.CheckedChanged += new System.EventHandler(this.distributeToUserProfileCheck_CheckedChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(0, 8);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(64, 13);
            this.label3.TabIndex = 29;
            this.label3.Text = "Workgroup:";
            // 
            // distributeToLabel
            // 
            this.distributeToLabel.Location = new System.Drawing.Point(8, 72);
            this.distributeToLabel.Name = "distributeToLabel";
            this.distributeToLabel.Size = new System.Drawing.Size(64, 32);
            this.distributeToLabel.TabIndex = 28;
            this.distributeToLabel.Text = "Distribute To:";
            // 
            // selectDistrubuteFolder
            // 
            this.selectDistrubuteFolder.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.selectDistrubuteFolder.Location = new System.Drawing.Point(320, 72);
            this.selectDistrubuteFolder.Name = "selectDistrubuteFolder";
            this.selectDistrubuteFolder.Size = new System.Drawing.Size(24, 21);
            this.selectDistrubuteFolder.TabIndex = 27;
            this.selectDistrubuteFolder.Text = "...";
            this.selectDistrubuteFolder.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.selectDistrubuteFolder.UseVisualStyleBackColor = true;
            this.selectDistrubuteFolder.Click += new System.EventHandler(this.selectDistrubuteFolder_Click);
            // 
            // distributeTo
            // 
            this.distributeTo.Location = new System.Drawing.Point(72, 72);
            this.distributeTo.Name = "distributeTo";
            this.distributeTo.Size = new System.Drawing.Size(240, 21);
            this.distributeTo.TabIndex = 26;
            this.toolTips.SetToolTip(this.distributeTo, "You can choose a folder to distribute files to here");
            // 
            // findWorkgroupButton
            // 
            this.findWorkgroupButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.findWorkgroupButton.Location = new System.Drawing.Point(320, 8);
            this.findWorkgroupButton.Name = "findWorkgroupButton";
            this.findWorkgroupButton.Size = new System.Drawing.Size(24, 21);
            this.findWorkgroupButton.TabIndex = 25;
            this.findWorkgroupButton.Text = "...";
            this.findWorkgroupButton.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.findWorkgroupButton.UseVisualStyleBackColor = true;
            this.findWorkgroupButton.Click += new System.EventHandler(this.findWorkgroupButton_Click);
            // 
            // workGroup
            // 
            this.workGroup.Location = new System.Drawing.Point(72, 8);
            this.workGroup.Name = "workGroup";
            this.workGroup.Size = new System.Drawing.Size(240, 21);
            this.workGroup.TabIndex = 24;
            this.toolTips.SetToolTip(this.workGroup, "If you have selected an Access database, you may put the full file name for the A" +
                    "ccess Database here");
            // 
            // cancelButton
            // 
            this.cancelButton.Location = new System.Drawing.Point(312, 424);
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.Size = new System.Drawing.Size(75, 23);
            this.cancelButton.TabIndex = 10;
            this.cancelButton.Text = "&Cancel";
            this.cancelButton.UseVisualStyleBackColor = true;
            this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
            // 
            // applyButton
            // 
            this.applyButton.Location = new System.Drawing.Point(224, 424);
            this.applyButton.Name = "applyButton";
            this.applyButton.Size = new System.Drawing.Size(75, 23);
            this.applyButton.TabIndex = 9;
            this.applyButton.Text = "&Apply";
            this.applyButton.UseVisualStyleBackColor = true;
            this.applyButton.Click += new System.EventHandler(this.applyButton_Click);
            // 
            // fileDialog
            // 
            this.fileDialog.Title = "Select File to add to VAL";
            // 
            // FileMaintenance
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(395, 457);
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.applyButton);
            this.Controls.Add(this.detailsBox);
            this.Controls.Add(this.applicationsList);
            this.Controls.Add(this.menuStrip);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MainMenuStrip = this.menuStrip;
            this.MaximizeBox = false;
            this.Name = "FileMaintenance";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "File Maintenance";
            this.Load += new System.EventHandler(this.FileMaintenance_Load);
            this.menuStrip.ResumeLayout(false);
            this.menuStrip.PerformLayout();
            this.CRUDSupport.ResumeLayout(false);
            this.detailsBox.ResumeLayout(false);
            this.detailsTabs.ResumeLayout(false);
            this.mainTab.ResumeLayout(false);
            this.mainTab.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.iconPreview)).EndInit();
            this.extendedTab.ResumeLayout(false);
            this.extendedTab.PerformLayout();
            this.distributeTab.ResumeLayout(false);
            this.distributeTab.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuStrip;
        private System.Windows.Forms.ListView applicationsList;
        private System.Windows.Forms.ColumnHeader descriptionHeader;
        private System.Windows.Forms.GroupBox detailsBox;
        private System.Windows.Forms.TabControl detailsTabs;
        private System.Windows.Forms.TabPage mainTab;
        private System.Windows.Forms.TabPage extendedTab;
        private System.Windows.Forms.Button cancelButton;
        private System.Windows.Forms.Button applyButton;
        private System.Windows.Forms.CheckBox isActive;
        private System.Windows.Forms.TextBox description;
        private System.Windows.Forms.TextBox filePath;
        private System.Windows.Forms.TextBox fileName;
        private System.Windows.Forms.Label descriptionLabel;
        private System.Windows.Forms.Label pathLabel;
        private System.Windows.Forms.Label fileLabel;
        private System.Windows.Forms.Button fileSearchButton;
        private System.Windows.Forms.OpenFileDialog fileDialog;
        private System.Windows.Forms.TextBox command;
        private System.Windows.Forms.ToolTip toolTips;
        private System.Windows.Forms.TabPage distributeTab;
        private System.Windows.Forms.Button selectDistrubuteFolder;
        private System.Windows.Forms.TextBox distributeTo;
        private System.Windows.Forms.Button findWorkgroupButton;
        private System.Windows.Forms.TextBox workGroup;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ImageList fileImages;
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
        private System.Windows.Forms.ContextMenuStrip CRUDSupport;
        private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label distributeToLabel;
        private System.Windows.Forms.FolderBrowserDialog folderBrowser;
        private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button searchIconButton;
        private System.Windows.Forms.PictureBox iconPreview;
        private System.Windows.Forms.Label notesLabel;
        private System.Windows.Forms.TextBox notes;
        private System.Windows.Forms.Label fileTypeLabel;
        private System.Windows.Forms.ComboBox fileType;
        private System.Windows.Forms.CheckBox distributeToUserProfileCheck;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions