From: <che...@us...> - 2007-06-10 07:32:22
|
Revision: 500 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=500&view=rev Author: chef_koch Date: 2007-06-10 00:32:21 -0700 (Sun, 10 Jun 2007) Log Message: ----------- minor formatting changes (fixed tabs with 4 spaces to 2) Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsDirCache.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGamebase.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsGrouper.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsMame.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsRoot.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/SetupForm.Designer.cs Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.Designer.cs 2007-06-09 21:00:05 UTC (rev 499) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesImportProgress.Designer.cs 2007-06-10 07:32:21 UTC (rev 500) @@ -1,140 +1,140 @@ namespace GUIPrograms.Design { - partial class AppFilesImportProgress + partial class AppFilesImportProgress + { + /// <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) { - /// <summary> - /// Required designer variable. - /// </summary> - private System.ComponentModel.IContainer components = null; + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } - /// <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 Component Designer generated code - #region Component 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.progressBar = new System.Windows.Forms.ProgressBar(); + this.progressTextBox = new System.Windows.Forms.TextBox(); + this.SuspendLayout(); + // + // enabledCheckbox + // + this.toolTip.SetToolTip(this.enabledCheckbox, "Only enabled items will appear in MediaPortal"); + // + // titleTextBox + // + this.toolTip.SetToolTip(this.titleTextBox, "This text will appear in the listitem of MediaPortal\r\n(mandatory)"); + // + // shellexecuteCheckBox + // + this.toolTip.SetToolTip(this.shellexecuteCheckBox, "Enable this if you want to run a program that is associated with a specific file-" + + "extension.\r\nYou can omit the \"Launching Application\" in this case."); + // + // applicationArgumentsLabel + // + this.toolTip.SetToolTip(this.applicationArgumentsLabel, "Optional arguments that are needed to launch the program \r\n\r\n(advanced hint: Use " + + "%FILE% if the filename needs to be placed in some specific place between several" + + " arguments)"); + // + // applicationImageTextBox + // + this.toolTip.SetToolTip(this.applicationImageTextBox, "Optional filename for an image to display in MediaPortal"); + // + // winStyleComboBox + // + this.toolTip.SetToolTip(this.winStyleComboBox, "Appearance of the launched program. \r\nTry HIDDEN or MINIMIZED for a seamless inte" + + "gration in MediaPortal"); + // + // startupDirTextBox + // + this.toolTip.SetToolTip(this.startupDirTextBox, "Optional path that is passed as the launch-directory \r\n\r\n(advanced hint: Use %FIL" + + "EDIR% if you want to use the directory where the launched file is stored)"); + // + // quoteCheckBox + // + this.toolTip.SetToolTip(this.quoteCheckBox, "Quotes are usually needed to handle filenames with spaces correctly. \r\nAvoid doub" + + "le quotes though!"); + // + // allowRefreshCheckBox + // + this.toolTip.SetToolTip(this.allowRefreshCheckBox, "Check this if users can run the import through the REFRESH button in MediaPortal." + + ""); + // + // progressBar + // + this.progressBar.Location = new System.Drawing.Point(0, 97); + this.progressBar.Name = "progressBar"; + this.progressBar.Size = new System.Drawing.Size(350, 31); + this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous; + this.progressBar.TabIndex = 35; + // + // progressTextBox + // + this.progressTextBox.Location = new System.Drawing.Point(3, 43); + this.progressTextBox.Multiline = true; + this.progressTextBox.Name = "progressTextBox"; + this.progressTextBox.ReadOnly = true; + this.progressTextBox.Size = new System.Drawing.Size(347, 47); + this.progressTextBox.TabIndex = 34; + // + // AppFilesImportProgress + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.progressTextBox); + this.Controls.Add(this.progressBar); + this.Name = "AppFilesImportProgress"; + this.Size = new System.Drawing.Size(497, 550); + this.Load += new System.EventHandler(this.AppFilesImportProgress_Load); + this.Controls.SetChildIndex(this.prePostButton, 0); + this.Controls.SetChildIndex(this.progressBar, 0); + this.Controls.SetChildIndex(this.progressTextBox, 0); + this.Controls.SetChildIndex(this.winTypeLabel, 0); + this.Controls.SetChildIndex(this.enabledCheckbox, 0); + this.Controls.SetChildIndex(this.titleLabel, 0); + this.Controls.SetChildIndex(this.applicationExeLabel, 0); + this.Controls.SetChildIndex(this.titleTextBox, 0); + this.Controls.SetChildIndex(this.applicationExeButton, 0); + this.Controls.SetChildIndex(this.shellexecuteCheckBox, 0); + this.Controls.SetChildIndex(this.waitExitCheckBox, 0); + this.Controls.SetChildIndex(this.applicationImageLabel, 0); + this.Controls.SetChildIndex(this.applicationArgumentsLabel, 0); + this.Controls.SetChildIndex(this.applicationImageTextBox, 0); + this.Controls.SetChildIndex(this.applicationArgumentsTextBox, 0); + this.Controls.SetChildIndex(this.winStyleLabel, 0); + this.Controls.SetChildIndex(this.winStyleComboBox, 0); + this.Controls.SetChildIndex(this.startupDirTextBox, 0); + this.Controls.SetChildIndex(this.startupDirLabel, 0); + this.Controls.SetChildIndex(this.quoteCheckBox, 0); + this.Controls.SetChildIndex(this.applicationImageButton, 0); + this.Controls.SetChildIndex(this.startupDirButton, 0); + this.Controls.SetChildIndex(this.allowRefreshCheckBox, 0); + this.Controls.SetChildIndex(this.informationLabel, 0); + this.Controls.SetChildIndex(this.applicationExeTextBox, 0); + this.ResumeLayout(false); + this.PerformLayout(); - /// <summary> - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// </summary> - private void InitializeComponent() - { - this.progressBar = new System.Windows.Forms.ProgressBar(); - this.progressTextBox = new System.Windows.Forms.TextBox(); - this.SuspendLayout(); - // - // enabledCheckbox - // - this.toolTip.SetToolTip(this.enabledCheckbox, "Only enabled items will appear in MediaPortal"); - // - // titleTextBox - // - this.toolTip.SetToolTip(this.titleTextBox, "This text will appear in the listitem of MediaPortal\r\n(mandatory)"); - // - // shellexecuteCheckBox - // - this.toolTip.SetToolTip(this.shellexecuteCheckBox, "Enable this if you want to run a program that is associated with a specific file-" + - "extension.\r\nYou can omit the \"Launching Application\" in this case."); - // - // applicationArgumentsLabel - // - this.toolTip.SetToolTip(this.applicationArgumentsLabel, "Optional arguments that are needed to launch the program \r\n\r\n(advanced hint: Use " + - "%FILE% if the filename needs to be placed in some specific place between several" + - " arguments)"); - // - // applicationImageTextBox - // - this.toolTip.SetToolTip(this.applicationImageTextBox, "Optional filename for an image to display in MediaPortal"); - // - // winStyleComboBox - // - this.toolTip.SetToolTip(this.winStyleComboBox, "Appearance of the launched program. \r\nTry HIDDEN or MINIMIZED for a seamless inte" + - "gration in MediaPortal"); - // - // startupDirTextBox - // - this.toolTip.SetToolTip(this.startupDirTextBox, "Optional path that is passed as the launch-directory \r\n\r\n(advanced hint: Use %FIL" + - "EDIR% if you want to use the directory where the launched file is stored)"); - // - // quoteCheckBox - // - this.toolTip.SetToolTip(this.quoteCheckBox, "Quotes are usually needed to handle filenames with spaces correctly. \r\nAvoid doub" + - "le quotes though!"); - // - // allowRefreshCheckBox - // - this.toolTip.SetToolTip(this.allowRefreshCheckBox, "Check this if users can run the import through the REFRESH button in MediaPortal." + - ""); - // - // progressBar - // - this.progressBar.Location = new System.Drawing.Point(0, 97); - this.progressBar.Name = "progressBar"; - this.progressBar.Size = new System.Drawing.Size(350, 31); - this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous; - this.progressBar.TabIndex = 35; - // - // progressTextBox - // - this.progressTextBox.Location = new System.Drawing.Point(3, 43); - this.progressTextBox.Multiline = true; - this.progressTextBox.Name = "progressTextBox"; - this.progressTextBox.ReadOnly = true; - this.progressTextBox.Size = new System.Drawing.Size(347, 47); - this.progressTextBox.TabIndex = 34; - // - // AppFilesImportProgress - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.progressTextBox); - this.Controls.Add(this.progressBar); - this.Name = "AppFilesImportProgress"; - this.Size = new System.Drawing.Size(497, 550); - this.Load += new System.EventHandler(this.AppFilesImportProgress_Load); - this.Controls.SetChildIndex(this.prePostButton, 0); - this.Controls.SetChildIndex(this.progressBar, 0); - this.Controls.SetChildIndex(this.progressTextBox, 0); - this.Controls.SetChildIndex(this.winTypeLabel, 0); - this.Controls.SetChildIndex(this.enabledCheckbox, 0); - this.Controls.SetChildIndex(this.titleLabel, 0); - this.Controls.SetChildIndex(this.applicationExeLabel, 0); - this.Controls.SetChildIndex(this.titleTextBox, 0); - this.Controls.SetChildIndex(this.applicationExeButton, 0); - this.Controls.SetChildIndex(this.shellexecuteCheckBox, 0); - this.Controls.SetChildIndex(this.waitExitCheckBox, 0); - this.Controls.SetChildIndex(this.applicationImageLabel, 0); - this.Controls.SetChildIndex(this.applicationArgumentsLabel, 0); - this.Controls.SetChildIndex(this.applicationImageTextBox, 0); - this.Controls.SetChildIndex(this.applicationArgumentsTextBox, 0); - this.Controls.SetChildIndex(this.winStyleLabel, 0); - this.Controls.SetChildIndex(this.winStyleComboBox, 0); - this.Controls.SetChildIndex(this.startupDirTextBox, 0); - this.Controls.SetChildIndex(this.startupDirLabel, 0); - this.Controls.SetChildIndex(this.quoteCheckBox, 0); - this.Controls.SetChildIndex(this.applicationImageButton, 0); - this.Controls.SetChildIndex(this.startupDirButton, 0); - this.Controls.SetChildIndex(this.allowRefreshCheckBox, 0); - this.Controls.SetChildIndex(this.informationLabel, 0); - this.Controls.SetChildIndex(this.applicationExeTextBox, 0); - this.ResumeLayout(false); - this.PerformLayout(); + } - } + #endregion - #endregion + private System.Windows.Forms.ProgressBar progressBar; + private System.Windows.Forms.TextBox progressTextBox; - private System.Windows.Forms.ProgressBar progressBar; - private System.Windows.Forms.TextBox progressTextBox; - - } -} + } +} \ No newline at end of file Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.Designer.cs 2007-06-09 21:00:05 UTC (rev 499) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.Designer.cs 2007-06-10 07:32:21 UTC (rev 500) @@ -1,448 +1,448 @@ -namespace GUIPrograms.Design +namespace GUIPrograms.Design { - partial class AppFilesView + partial class AppFilesView + { + /// <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) { - /// <summary> - /// Required designer variable. - /// </summary> - private System.ComponentModel.IContainer components = null; + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } - /// <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 Component Designer generated code - #region Component 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(AppFilesView)); - this.fileListView = new System.Windows.Forms.ListView(); - this.fileTitle = new System.Windows.Forms.ColumnHeader(); - this.smallImageList = new System.Windows.Forms.ImageList(this.components); - this.newButton = new System.Windows.Forms.Button(); - this.editButton = new System.Windows.Forms.Button(); - this.deleteButton = new System.Windows.Forms.Button(); - this.launchButton = new System.Windows.Forms.Button(); - this.scanImageDirsButton = new System.Windows.Forms.Button(); - this.addFavouriteButton = new System.Windows.Forms.Button(); - this.internetSearchButton = new System.Windows.Forms.Button(); - this.updateDatabaseButton = new System.Windows.Forms.Button(); - this.contextFavouritesMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); - this.grouperToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.fileExtensionsTextBox = new System.Windows.Forms.TextBox(); - this.imageDirsTextBox = new System.Windows.Forms.TextBox(); - this.fileDirTextBox = new System.Windows.Forms.TextBox(); - this.fileDirButton = new System.Windows.Forms.Button(); - this.fileExtensionsbutton = new System.Windows.Forms.Button(); - this.imageDirButton = new System.Windows.Forms.Button(); - this.fileExtensionsLabel = new System.Windows.Forms.Label(); - this.imageDirsLabel = new System.Windows.Forms.Label(); - this.fileDirLabel = new System.Windows.Forms.Label(); - this.filesGroupBox = new System.Windows.Forms.GroupBox(); - this.importPlaychoiceCheckBox = new System.Windows.Forms.CheckBox(); - this.importMahjongCheckBox = new System.Windows.Forms.CheckBox(); - this.validImagesCheckBox = new System.Windows.Forms.CheckBox(); - this.importOriginalsCheckBox = new System.Windows.Forms.CheckBox(); - this.FileSettingsGroupBox = new System.Windows.Forms.GroupBox(); - this.gamebaseDBTextBox = new System.Windows.Forms.TextBox(); - this.gamebaseLabel = new System.Windows.Forms.Label(); - this.gamebaseDBButton = new System.Windows.Forms.Button(); - this.toolTip = new System.Windows.Forms.ToolTip(this.components); - this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); - this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); - this.contextFavouritesMenuStrip.SuspendLayout(); - this.filesGroupBox.SuspendLayout(); - this.FileSettingsGroupBox.SuspendLayout(); - this.SuspendLayout(); - // - // fileListView - // - this.fileListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + /// <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(AppFilesView)); + this.fileListView = new System.Windows.Forms.ListView(); + this.fileTitle = new System.Windows.Forms.ColumnHeader(); + this.smallImageList = new System.Windows.Forms.ImageList(this.components); + this.newButton = new System.Windows.Forms.Button(); + this.editButton = new System.Windows.Forms.Button(); + this.deleteButton = new System.Windows.Forms.Button(); + this.launchButton = new System.Windows.Forms.Button(); + this.scanImageDirsButton = new System.Windows.Forms.Button(); + this.addFavouriteButton = new System.Windows.Forms.Button(); + this.internetSearchButton = new System.Windows.Forms.Button(); + this.updateDatabaseButton = new System.Windows.Forms.Button(); + this.contextFavouritesMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); + this.grouperToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.fileExtensionsTextBox = new System.Windows.Forms.TextBox(); + this.imageDirsTextBox = new System.Windows.Forms.TextBox(); + this.fileDirTextBox = new System.Windows.Forms.TextBox(); + this.fileDirButton = new System.Windows.Forms.Button(); + this.fileExtensionsbutton = new System.Windows.Forms.Button(); + this.imageDirButton = new System.Windows.Forms.Button(); + this.fileExtensionsLabel = new System.Windows.Forms.Label(); + this.imageDirsLabel = new System.Windows.Forms.Label(); + this.fileDirLabel = new System.Windows.Forms.Label(); + this.filesGroupBox = new System.Windows.Forms.GroupBox(); + this.importPlaychoiceCheckBox = new System.Windows.Forms.CheckBox(); + this.importMahjongCheckBox = new System.Windows.Forms.CheckBox(); + this.validImagesCheckBox = new System.Windows.Forms.CheckBox(); + this.importOriginalsCheckBox = new System.Windows.Forms.CheckBox(); + this.FileSettingsGroupBox = new System.Windows.Forms.GroupBox(); + this.gamebaseDBTextBox = new System.Windows.Forms.TextBox(); + this.gamebaseLabel = new System.Windows.Forms.Label(); + this.gamebaseDBButton = new System.Windows.Forms.Button(); + this.toolTip = new System.Windows.Forms.ToolTip(this.components); + this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); + this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); + this.contextFavouritesMenuStrip.SuspendLayout(); + this.filesGroupBox.SuspendLayout(); + this.FileSettingsGroupBox.SuspendLayout(); + this.SuspendLayout(); + // + // fileListView + // + this.fileListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.fileTitle}); - this.fileListView.FullRowSelect = true; - this.fileListView.HideSelection = false; - this.fileListView.Location = new System.Drawing.Point(8, 19); - this.fileListView.Name = "fileListView"; - this.fileListView.Size = new System.Drawing.Size(276, 343); - this.fileListView.SmallImageList = this.smallImageList; - this.fileListView.TabIndex = 1; - this.fileListView.UseCompatibleStateImageBehavior = false; - this.fileListView.View = System.Windows.Forms.View.Details; - this.fileListView.DoubleClick += new System.EventHandler(this.fileListView_DoubleClick); - this.fileListView.SelectedIndexChanged += new System.EventHandler(this.fileListView_SelectedIndexChanged); - // - // fileTitle - // - this.fileTitle.Text = "Title"; - this.fileTitle.Width = 239; - // - // smallImageList - // - this.smallImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("smallImageList.ImageStream"))); - this.smallImageList.TransparentColor = System.Drawing.Color.Transparent; - this.smallImageList.Images.SetKeyName(0, "folder.ico"); - this.smallImageList.Images.SetKeyName(1, "file.ico"); - this.smallImageList.Images.SetKeyName(2, "shortcut.ico"); - // - // newButton - // - this.newButton.Location = new System.Drawing.Point(299, 19); - this.newButton.Name = "newButton"; - this.newButton.Size = new System.Drawing.Size(81, 23); - this.newButton.TabIndex = 2; - this.newButton.Text = "New"; - this.newButton.UseVisualStyleBackColor = true; - this.newButton.Click += new System.EventHandler(this.newButton_Click); - // - // editButton - // - this.editButton.Location = new System.Drawing.Point(299, 48); - this.editButton.Name = "editButton"; - this.editButton.Size = new System.Drawing.Size(81, 23); - this.editButton.TabIndex = 3; - this.editButton.Text = "Edit"; - this.editButton.UseVisualStyleBackColor = true; - this.editButton.Click += new System.EventHandler(this.editButton_Click); - // - // deleteButton - // - this.deleteButton.Location = new System.Drawing.Point(299, 77); - this.deleteButton.Name = "deleteButton"; - this.deleteButton.Size = new System.Drawing.Size(81, 23); - this.deleteButton.TabIndex = 4; - this.deleteButton.Text = "Delete"; - this.deleteButton.UseVisualStyleBackColor = true; - this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click); - // - // launchButton - // - this.launchButton.Location = new System.Drawing.Point(299, 148); - this.launchButton.Name = "launchButton"; - this.launchButton.Size = new System.Drawing.Size(81, 23); - this.launchButton.TabIndex = 5; - this.launchButton.Text = "Launch"; - this.launchButton.UseVisualStyleBackColor = true; - this.launchButton.Click += new System.EventHandler(this.launchButton_Click); - // - // scanImageDirsButton - // - this.scanImageDirsButton.Location = new System.Drawing.Point(394, 64); - this.scanImageDirsButton.Name = "scanImageDirsButton"; - this.scanImageDirsButton.Size = new System.Drawing.Size(81, 36); - this.scanImageDirsButton.TabIndex = 6; - this.scanImageDirsButton.Text = "(Re)Scan Imagefolders"; - this.scanImageDirsButton.UseVisualStyleBackColor = true; - this.scanImageDirsButton.Click += new System.EventHandler(this.scanImageDirsButton_Click); - // - // addFavouriteButton - // - this.addFavouriteButton.Location = new System.Drawing.Point(299, 106); - this.addFavouriteButton.Name = "addFavouriteButton"; - this.addFavouriteButton.Size = new System.Drawing.Size(81, 36); - this.addFavouriteButton.TabIndex = 7; - this.addFavouriteButton.Text = "Add to favourites"; - this.addFavouriteButton.UseVisualStyleBackColor = true; - this.addFavouriteButton.Click += new System.EventHandler(this.addFavoriteButton_Click); - // - // internetSearchButton - // - this.internetSearchButton.Location = new System.Drawing.Point(394, 106); - this.internetSearchButton.Name = "internetSearchButton"; - this.internetSearchButton.Size = new System.Drawing.Size(81, 36); - this.internetSearchButton.TabIndex = 8; - this.internetSearchButton.Text = "Internet search"; - this.internetSearchButton.UseVisualStyleBackColor = true; - this.internetSearchButton.Click += new System.EventHandler(this.internetSearchButton_Click); - // - // updateDatabaseButton - // - this.updateDatabaseButton.Location = new System.Drawing.Point(394, 19); - this.updateDatabaseButton.Name = "updateDatabaseButton"; - this.updateDatabaseButton.Size = new System.Drawing.Size(81, 35); - this.updateDatabaseButton.TabIndex = 9; - this.updateDatabaseButton.Text = "Update database"; - this.updateDatabaseButton.UseVisualStyleBackColor = true; - this.updateDatabaseButton.Click += new System.EventHandler(this.updateDatabaseButton_Click); - // - // contextFavouritesMenuStrip - // - this.contextFavouritesMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.fileListView.FullRowSelect = true; + this.fileListView.HideSelection = false; + this.fileListView.Location = new System.Drawing.Point(8, 19); + this.fileListView.Name = "fileListView"; + this.fileListView.Size = new System.Drawing.Size(276, 343); + this.fileListView.SmallImageList = this.smallImageList; + this.fileListView.TabIndex = 1; + this.fileListView.UseCompatibleStateImageBehavior = false; + this.fileListView.View = System.Windows.Forms.View.Details; + this.fileListView.DoubleClick += new System.EventHandler(this.fileListView_DoubleClick); + this.fileListView.SelectedIndexChanged += new System.EventHandler(this.fileListView_SelectedIndexChanged); + // + // fileTitle + // + this.fileTitle.Text = "Title"; + this.fileTitle.Width = 239; + // + // smallImageList + // + this.smallImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("smallImageList.ImageStream"))); + this.smallImageList.TransparentColor = System.Drawing.Color.Transparent; + this.smallImageList.Images.SetKeyName(0, "folder.ico"); + this.smallImageList.Images.SetKeyName(1, "file.ico"); + this.smallImageList.Images.SetKeyName(2, "shortcut.ico"); + // + // newButton + // + this.newButton.Location = new System.Drawing.Point(299, 19); + this.newButton.Name = "newButton"; + this.newButton.Size = new System.Drawing.Size(81, 23); + this.newButton.TabIndex = 2; + this.newButton.Text = "New"; + this.newButton.UseVisualStyleBackColor = true; + this.newButton.Click += new System.EventHandler(this.newButton_Click); + // + // editButton + // + this.editButton.Location = new System.Drawing.Point(299, 48); + this.editButton.Name = "editButton"; + this.editButton.Size = new System.Drawing.Size(81, 23); + this.editButton.TabIndex = 3; + this.editButton.Text = "Edit"; + this.editButton.UseVisualStyleBackColor = true; + this.editButton.Click += new System.EventHandler(this.editButton_Click); + // + // deleteButton + // + this.deleteButton.Location = new System.Drawing.Point(299, 77); + this.deleteButton.Name = "deleteButton"; + this.deleteButton.Size = new System.Drawing.Size(81, 23); + this.deleteButton.TabIndex = 4; + this.deleteButton.Text = "Delete"; + this.deleteButton.UseVisualStyleBackColor = true; + this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click); + // + // launchButton + // + this.launchButton.Location = new System.Drawing.Point(299, 148); + this.launchButton.Name = "launchButton"; + this.launchButton.Size = new System.Drawing.Size(81, 23); + this.launchButton.TabIndex = 5; + this.launchButton.Text = "Launch"; + this.launchButton.UseVisualStyleBackColor = true; + this.launchButton.Click += new System.EventHandler(this.launchButton_Click); + // + // scanImageDirsButton + // + this.scanImageDirsButton.Location = new System.Drawing.Point(394, 64); + this.scanImageDirsButton.Name = "scanImageDirsButton"; + this.scanImageDirsButton.Size = new System.Drawing.Size(81, 36); + this.scanImageDirsButton.TabIndex = 6; + this.scanImageDirsButton.Text = "(Re)Scan Imagefolders"; + this.scanImageDirsButton.UseVisualStyleBackColor = true; + this.scanImageDirsButton.Click += new System.EventHandler(this.scanImageDirsButton_Click); + // + // addFavouriteButton + // + this.addFavouriteButton.Location = new System.Drawing.Point(299, 106); + this.addFavouriteButton.Name = "addFavouriteButton"; + this.addFavouriteButton.Size = new System.Drawing.Size(81, 36); + this.addFavouriteButton.TabIndex = 7; + this.addFavouriteButton.Text = "Add to favourites"; + this.addFavouriteButton.UseVisualStyleBackColor = true; + this.addFavouriteButton.Click += new System.EventHandler(this.addFavoriteButton_Click); + // + // internetSearchButton + // + this.internetSearchButton.Location = new System.Drawing.Point(394, 106); + this.internetSearchButton.Name = "internetSearchButton"; + this.internetSearchButton.Size = new System.Drawing.Size(81, 36); + this.internetSearchButton.TabIndex = 8; + this.internetSearchButton.Text = "Internet search"; + this.internetSearchButton.UseVisualStyleBackColor = true; + this.internetSearchButton.Click += new System.EventHandler(this.internetSearchButton_Click); + // + // updateDatabaseButton + // + this.updateDatabaseButton.Location = new System.Drawing.Point(394, 19); + this.updateDatabaseButton.Name = "updateDatabaseButton"; + this.updateDatabaseButton.Size = new System.Drawing.Size(81, 35); + this.updateDatabaseButton.TabIndex = 9; + this.updateDatabaseButton.Text = "Update database"; + this.updateDatabaseButton.UseVisualStyleBackColor = true; + this.updateDatabaseButton.Click += new System.EventHandler(this.updateDatabaseButton_Click); + // + // contextFavouritesMenuStrip + // + this.contextFavouritesMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.grouperToolStripMenuItem}); - this.contextFavouritesMenuStrip.Name = "contextFavouritesMenuStrip"; - this.contextFavouritesMenuStrip.Size = new System.Drawing.Size(118, 26); - this.contextFavouritesMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextFavouritesMenuStrip_Opening); - // - // grouperToolStripMenuItem - // - this.grouperToolStripMenuItem.Name = "grouperToolStripMenuItem"; - this.grouperToolStripMenuItem.Size = new System.Drawing.Size(117, 22); - this.grouperToolStripMenuItem.Text = "Grouper"; - // - // fileExtensionsTextBox - // - this.fileExtensionsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.fileExtensionsTextBox.Location = new System.Drawing.Point(85, 71); - this.fileExtensionsTextBox.Name = "fileExtensionsTextBox"; - this.fileExtensionsTextBox.Size = new System.Drawing.Size(330, 20); - this.fileExtensionsTextBox.TabIndex = 28; - // - // imageDirsTextBox - // - this.imageDirsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.imageDirsTextBox.Location = new System.Drawing.Point(85, 45); - this.imageDirsTextBox.Name = "imageDirsTextBox"; - this.imageDirsTextBox.Size = new System.Drawing.Size(330, 20); - this.imageDirsTextBox.TabIndex = 27; - // - // fileDirTextBox - // - this.fileDirTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.fileDirTextBox.Location = new System.Drawing.Point(85, 19); - this.fileDirTextBox.Name = "fileDirTextBox"; - this.fileDirTextBox.Size = new System.Drawing.Size(330, 20); - this.fileDirTextBox.TabIndex = 26; - // - // fileDirButton - // - this.fileDirButton.Image = ((System.Drawing.Image)(resources.GetObject("fileDirButton.Image"))); - this.fileDirButton.Location = new System.Drawing.Point(426, 16); - this.fileDirButton.Name = "fileDirButton"; - this.fileDirButton.Size = new System.Drawing.Size(31, 23); - this.fileDirButton.TabIndex = 39; - this.fileDirButton.UseVisualStyleBackColor = true; - this.fileDirButton.Click += new System.EventHandler(this.fileDirButton_Click); - // - // fileExtensionsbutton - // - this.fileExtensionsbutton.Image = ((System.Drawing.Image)(resources.GetObject("fileExtensionsbutton.Image"))); - this.fileExtensionsbutton.Location = new System.Drawing.Point(426, 68); - this.fileExtensionsbutton.Name = "fileExtensionsbutton"; - this.fileExtensionsbutton.Size = new System.Drawing.Size(31, 23); - this.fileExtensionsbutton.TabIndex = 38; - this.fileExtensionsbutton.UseVisualStyleBackColor = true; - this.fileExtensionsbutton.Click += new System.EventHandler(this.fileExtensionsbutton_Click); - // - // imageDirButton - // - this.imageDirButton.Image = ((System.Drawing.Image)(resources.GetObject("imageDirButton.Image"))); - this.imageDirButton.Location = new System.Drawing.Point(426, 42); - this.imageDirButton.Name = "imageDirButton"; - this.imageDirButton.Size = new System.Drawing.Size(31, 23); - this.imageDirButton.TabIndex = 37; - this.imageDirButton.UseVisualStyleBackColor = true; - this.imageDirButton.Click += new System.EventHandler(this.imageDirButton_Click); - // - // fileExtensionsLabel - // - this.fileExtensionsLabel.Location = new System.Drawing.Point(2, 71); - this.fileExtensionsLabel.Name = "fileExtensionsLabel"; - this.fileExtensionsLabel.Size = new System.Drawing.Size(93, 20); - this.fileExtensionsLabel.TabIndex = 36; - this.fileExtensionsLabel.Text = "Fileextensions:"; - this.fileExtensionsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // - // imageDirsLabel - // - this.imageDirsLabel.Location = new System.Drawing.Point(2, 43); - this.imageDirsLabel.Name = "imageDirsLabel"; - this.imageDirsLabel.Size = new System.Drawing.Size(93, 20); - this.imageDirsLabel.TabIndex = 35; - this.imageDirsLabel.Text = "Image Dir:"; - this.imageDirsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // - // fileDirLabel - // - this.fileDirLabel.Location = new System.Drawing.Point(2, 19); - this.fileDirLabel.Name = "fileDirLabel"; - this.fileDirLabel.Size = new System.Drawing.Size(93, 20); - this.fileDirLabel.TabIndex = 34; - this.fileDirLabel.Text = "File Directory(s):"; - this.fileDirLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // - // filesGroupBox - // - this.filesGroupBox.BackColor = System.Drawing.SystemColors.Control; - this.filesGroupBox.Controls.Add(this.importPlaychoiceCheckBox); - this.filesGroupBox.Controls.Add(this.importMahjongCheckBox); - this.filesGroupBox.Controls.Add(this.validImagesCheckBox); - this.filesGroupBox.Controls.Add(this.importOriginalsCheckBox); - this.filesGroupBox.Controls.Add(this.fileListView); - this.filesGroupBox.Controls.Add(this.newButton); - this.filesGroupBox.Controls.Add(this.editButton); - this.filesGroupBox.Controls.Add(this.deleteButton); - this.filesGroupBox.Controls.Add(this.launchButton); - this.filesGroupBox.Controls.Add(this.updateDatabaseButton); - this.filesGroupBox.Controls.Add(this.scanImageDirsButton); - this.filesGroupBox.Controls.Add(this.addFavouriteButton); - this.filesGroupBox.Controls.Add(this.internetSearchButton); - this.filesGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.System; - this.filesGroupBox.Location = new System.Drawing.Point(3, 4); - this.filesGroupBox.Name = "filesGroupBox"; - this.filesGroupBox.Size = new System.Drawing.Size(481, 387); - this.filesGroupBox.TabIndex = 40; - this.filesGroupBox.TabStop = false; - this.filesGroupBox.Text = "Files"; - // - // importPlaychoiceCheckBox - // - this.importPlaychoiceCheckBox.AutoSize = true; - this.importPlaychoiceCheckBox.Location = new System.Drawing.Point(299, 345); - this.importPlaychoiceCheckBox.Name = "importPlaychoiceCheckBox"; - this.importPlaychoiceCheckBox.Size = new System.Drawing.Size(161, 17); - this.importPlaychoiceCheckBox.TabIndex = 87; - this.importPlaychoiceCheckBox.Text = "Import Playchoice/Vs games"; - this.importPlaychoiceCheckBox.UseVisualStyleBackColor = true; - // - // importMahjongCheckBox - // - this.importMahjongCheckBox.AutoSize = true; - this.importMahjongCheckBox.Location = new System.Drawing.Point(299, 321); - this.importMahjongCheckBox.Name = "importMahjongCheckBox"; - this.importMahjongCheckBox.Size = new System.Drawing.Size(133, 17); - this.importMahjongCheckBox.TabIndex = 86; - this.importMahjongCheckBox.Text = "Import Mahjong games"; - this.importMahjongCheckBox.UseVisualStyleBackColor = true; - // - // validImagesCheckBox - // - this.validImagesCheckBox.AutoSize = true; - this.validImagesCheckBox.Location = new System.Drawing.Point(299, 275); - this.validImagesCheckBox.Name = "validImagesCheckBox"; - this.validImagesCheckBox.Size = new System.Drawing.Size(151, 17); - this.validImagesCheckBox.TabIndex = 84; - this.validImagesCheckBox.Text = "Only files with valid images"; - this.validImagesCheckBox.UseVisualStyleBackColor = true; - // - // importOriginalsCheckBox - // - this.importOriginalsCheckBox.AutoSize = true; - this.importOriginalsCheckBox.Location = new System.Drawing.Point(299, 298); - this.importOriginalsCheckBox.Name = "importOriginalsCheckBox"; - this.importOriginalsCheckBox.Size = new System.Drawing.Size(119, 17); - this.importOriginalsCheckBox.TabIndex = 85; - this.importOriginalsCheckBox.Text = "Only import originals"; - this.importOriginalsCheckBox.UseVisualStyleBackColor = true; - // - // FileSettingsGroupBox - // - this.FileSettingsGroupBox.BackColor = System.Drawing.SystemColors.Control; - this.FileSettingsGroupBox.Controls.Add(this.fileDirTextBox); - this.FileSettingsGroupBox.Controls.Add(this.gamebaseDBTextBox); - this.FileSettingsGroupBox.Controls.Add(this.gamebaseLabel); - this.FileSettingsGroupBox.Controls.Add(this.fileDirLabel); - this.FileSettingsGroupBox.Controls.Add(this.gamebaseDBButton); - this.FileSettingsGroupBox.Controls.Add(this.fileDirButton); - this.FileSettingsGroupBox.Controls.Add(this.fileExtensionsbutton); - this.FileSettingsGroupBox.Controls.Add(this.imageDirsTextBox); - this.FileSettingsGroupBox.Controls.Add(this.imageDirButton); - this.FileSettingsGroupBox.Controls.Add(this.fileExtensionsTextBox); - this.FileSettingsGroupBox.Controls.Add(this.fileExtensionsLabel); - this.FileSettingsGroupBox.Controls.Add(this.imageDirsLabel); - this.FileSettingsGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.System; - this.FileSettingsGroupBox.Location = new System.Drawing.Point(6, 397); - this.FileSettingsGroupBox.Name = "FileSettingsGroupBox"; - this.FileSettingsGroupBox.Size = new System.Drawing.Size(478, 150); - this.FileSettingsGroupBox.TabIndex = 41; - this.FileSettingsGroupBox.TabStop = false; - this.FileSettingsGroupBox.Text = "Filesettings"; - // - // gamebaseDBTextBox - // - this.gamebaseDBTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.gamebaseDBTextBox.Location = new System.Drawing.Point(85, 96); - this.gamebaseDBTextBox.Name = "gamebaseDBTextBox"; - this.gamebaseDBTextBox.Size = new System.Drawing.Size(330, 20); - this.gamebaseDBTextBox.TabIndex = 89; - this.toolTip.SetToolTip(this.gamebaseDBTextBox, "Select a gamebase (*.mdb) file to import\r\n"); - // - // gamebaseLabel - // - this.gamebaseLabel.Location = new System.Drawing.Point(2, 96); - this.gamebaseLabel.Name = "gamebaseLabel"; - this.gamebaseLabel.Size = new System.Drawing.Size(93, 20); - this.gamebaseLabel.TabIndex = 88; - this.gamebaseLabel.Text = "Gamebase DB"; - // - // gamebaseDBButton - // - this.gamebaseDBButton.Location = new System.Drawing.Point(426, 93); - this.gamebaseDBButton.Name = "gamebaseDBButton"; - this.gamebaseDBButton.Size = new System.Drawing.Size(31, 23); - this.gamebaseDBButton.TabIndex = 90; - this.gamebaseDBButton.UseVisualStyleBackColor = true; - this.gamebaseDBButton.Click += new System.EventHandler(this.gamebaseDBButton_Click); - // - // openFileDialog - // - this.openFileDialog.FileName = "openFileDialog1"; - // - // AppFilesView - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.FileSettingsGroupBox); - this.Controls.Add(this.filesGroupBox); - this.Name = "AppFilesView"; - this.Size = new System.Drawing.Size(521, 574); - this.Load += new System.EventHandler(this.AppFilesView_Load); - this.contextFavouritesMenuStrip.ResumeLayout(false); - this.filesGroupBox.ResumeLayout(false); - this.filesGroupBox.PerformLayout(); - this.FileSettingsGroupBox.ResumeLayout(false); - this.FileSettingsGroupBox.PerformLayout(); - this.ResumeLayout(false); + this.contextFavouritesMenuStrip.Name = "contextFavouritesMenuStrip"; + this.contextFavouritesMenuStrip.Size = new System.Drawing.Size(118, 26); + this.contextFavouritesMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextFavouritesMenuStrip_Opening); + // + // grouperToolStripMenuItem + // + this.grouperToolStripMenuItem.Name = "grouperToolStripMenuItem"; + this.grouperToolStripMenuItem.Size = new System.Drawing.Size(117, 22); + this.grouperToolStripMenuItem.Text = "Grouper"; + // + // fileExtensionsTextBox + // + this.fileExtensionsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.fileExtensionsTextBox.Location = new System.Drawing.Point(85, 71); + this.fileExtensionsTextBox.Name = "fileExtensionsTextBox"; + this.fileExtensionsTextBox.Size = new System.Drawing.Size(330, 20); + this.fileExtensionsTextBox.TabIndex = 28; + // + // imageDirsTextBox + // + this.imageDirsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.imageDirsTextBox.Location = new System.Drawing.Point(85, 45); + this.imageDirsTextBox.Name = "imageDirsTextBox"; + this.imageDirsTextBox.Size = new System.Drawing.Size(330, 20); + this.imageDirsTextBox.TabIndex = 27; + // + // fileDirTextBox + // + this.fileDirTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.fileDirTextBox.Location = new System.Drawing.Point(85, 19); + this.fileDirTextBox.Name = "fileDirTextBox"; + this.fileDirTextBox.Size = new System.Drawing.Size(330, 20); + this.fileDirTextBox.TabIndex = 26; + // + // fileDirButton + // + this.fileDirButton.Image = ((System.Drawing.Image)(resources.GetObject("fileDirButton.Image"))); + this.fileDirButton.Location = new System.Drawing.Point(426, 16); + this.fileDirButton.Name = "fileDirButton"; + this.fileDirButton.Size = new System.Drawing.Size(31, 23); + this.fileDirButton.TabIndex = 39; + this.fileDirButton.UseVisualStyleBackColor = true; + this.fileDirButton.Click += new System.EventHandler(this.fileDirButton_Click); + // + // fileExtensionsbutton + // + this.fileExtensionsbutton.Image = ((System.Drawing.Image)(resources.GetObject("fileExtensionsbutton.Image"))); + this.fileExtensionsbutton.Location = new System.Drawing.Point(426, 68); + this.fileExtensionsbutton.Name = "fileExtensionsbutton"; + this.fileExtensionsbutton.Size = new System.Drawing.Size(31, 23); + this.fileExtensionsbutton.TabIndex = 38; + this.fileExtensionsbutton.UseVisualStyleBackColor = true; + this.fileExtensionsbutton.Click += new System.EventHandler(this.fileExtensionsbutton_Click); + // + // imageDirButton + // + this.imageDirButton.Image = ((System.Drawing.Image)(resources.GetObject("imageDirButton.Image"))); + this.imageDirButton.Location = new System.Drawing.Point(426, 42); + this.imageDirButton.Name = "imageDirButton"; + this.imageDirButton.Size = new System.Drawing.Size(31, 23); + this.imageDirButton.TabIndex = 37; + this.imageDirButton.UseVisualStyleBackColor = true; + this.imageDirButton.Click += new System.EventHandler(this.imageDirButton_Click); + // + // fileExtensionsLabel + // + this.fileExtensionsLabel.Location = new System.Drawing.Point(2, 71); + this.fileExtensionsLabel.Name = "fileExtensionsLabel"; + this.fileExtensionsLabel.Size = new System.Drawing.Size(93, 20); + this.fileExtensionsLabel.TabIndex = 36; + this.fileExtensionsLabel.Text = "Fileextensions:"; + this.fileExtensionsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // imageDirsLabel + // + this.imageDirsLabel.Location = new System.Drawing.Point(2, 43); + this.imageDirsLabel.Name = "imageDirsLabel"; + this.imageDirsLabel.Size = new System.Drawing.Size(93, 20); + this.imageDirsLabel.TabIndex = 35; + this.imageDirsLabel.Text = "Image Dir:"; + this.imageDirsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // fileDirLabel + // + this.fileDirLabel.Location = new System.Drawing.Point(2, 19); + this.fileDirLabel.Name = "fileDirLabel"; + this.fileDirLabel.Size = new System.Drawing.Size(93, 20); + this.fileDirLabel.TabIndex = 34; + this.fileDirLabel.Text = "File Directory(s):"; + this.fileDirLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // filesGroupBox + // + this.filesGroupBox.BackColor = System.Drawing.SystemColors.Control; + this.filesGroupBox.Controls.Add(this.importPlaychoiceCheckBox); + this.filesGroupBox.Controls.Add(this.importMahjongCheckBox); + this.filesGroupBox.Controls.Add(this.validImagesCheckBox); + this.filesGroupBox.Controls.Add(this.importOriginalsCheckBox); + this.filesGroupBox.Controls.Add(this.fileListView); + this.filesGroupBox.Controls.Add(this.newButton); + this.filesGroupBox.Controls.Add(this.editButton); + this.filesGroupBox.Controls.Add(this.deleteButton); + this.filesGroupBox.Controls.Add(this.launchButton); + this.filesGroupBox.Controls.Add(this.updateDatabaseButton); + this.filesGroupBox.Controls.Add(this.scanImageDirsButton); + this.filesGroupBox.Controls.Add(this.addFavouriteButton); + this.filesGroupBox.Controls.Add(this.internetSearchButton); + this.filesGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.System; + this.filesGroupBox.Location = new System.Drawing.Point(3, 4); + this.filesGroupBox.Name = "filesGroupBox"; + this.filesGroupBox.Size = new System.Drawing.Size(481, 387); + this.filesGroupBox.TabIndex = 40; + this.filesGroupBox.TabStop = false; + this.filesGroupBox.Text = "Files"; + // + // importPlaychoiceCheckBox + // + this.importPlaychoiceCheckBox.AutoSize = true; + this.importPlaychoiceCheckBox.Location = new System.Drawing.Point(299, 345); + this.importPlaychoiceCheckBox.Name = "importPlaychoiceCheckBox"; + this.importPlaychoiceCheckBox.Size = new System.Drawing.Size(161, 17); + this.importPlaychoiceCheckBox.TabIndex = 87; + this.importPlaychoiceCheckBox.Text = "Import Playchoice/Vs games"; + this.importPlaychoiceCheckBox.UseVisualStyleBackColor = true; + // + // importMahjongCheckBox + // + this.importMahjongCheckBox.AutoSize = true; + this.importMahjongCheckBox.Location = new System.Drawing.Point(299, 321); + this.importMahjongCheckBox.Name = "importMahjongCheckBox"; + this.importMahjongCheckBox.Size = new System.Drawing.Size(133, 17); + this.importMahjongCheckBox.TabIndex = 86; + this.importMahjongCheckBox.Text = "Import Mahjong games"; + this.importMahjongCheckBox.UseVisualStyleBackColor = true; + // + // validImagesCheckBox + // + this.validImagesCheckBox.AutoSize = true; + this.validImagesCheckBox.Location = new System.Drawing.Point(299, 275); + this.validImagesCheckBox.Name = "validImagesCheckBox"; + this.validImagesCheckBox.Size = new System.Drawing.Size(151, 17); + this.validImagesCheckBox.TabIndex = 84; + this.validImagesCheckBox.Text = "Only files with valid images"; + this.validImagesCheckBox.UseVisualStyleBackColor = true; + // + // importOriginalsCheckBox + // + this.importOriginalsCheckBox.AutoSize = true; + this.importOriginalsCheckBox.Location = new System.Drawing.Point(299, 298); + this.importOriginalsCheckBox.Name = "importOriginalsCheckBox"; + this.importOriginalsCheckBox.Size = new System.Drawing.Size(119, 17); + this.importOriginalsCheckBox.TabIndex = 85; + this.importOriginalsCheckBox.Text = "Only import originals"; + this.importOriginalsCheckBox.UseVisualStyleBackColor = true; + // + // FileSettingsGroupBox + // + this.FileSettingsGroupBox.BackColor = System.Drawing.SystemColors.Control; + this.FileSettingsGroupBox.Controls.Add(this.fileDirTextBox); + this.FileSettingsGroupBox.Controls.Add(this.gamebaseDBTextBox); + this.FileSettingsGroupBox.Controls.Add(this.gamebaseLabel); + this.FileSettingsGroupBox.Controls.Add(this.fileDirLabel); + this.FileSettingsGroupBox.Controls.Add(this.gamebaseDBButton); + this.FileSettingsGroupBox.Controls.Add(this.fileDirButton); + this.FileSettingsGroupBox.Controls.Add(this.fileExtensionsbutton); + this.FileSettingsGroupBox.Controls.Add(this.imageDirsTextBox); + this.FileSettingsGroupBox.Controls.Add(this.imageDirButton); + this.FileSettingsGroupBox.Controls.Add(this.fileExtensionsTextBox); + this.FileSettingsGroupBox.Controls.Add(this.fileExtensionsLabel); + this.FileSettingsGroupBox.Controls.Add(this.imageDirsLabel); + this.FileSettingsGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.System; + this.FileSettingsGroupBox.Location = new System.Drawing.Point(6, 397); + this.FileSettingsGroupBox.Name = "FileSettingsGroupBox"; + this.FileSettingsGroupBox.Size = new System.Drawing.Size(478, 150); + this.FileSettingsGroupBox.TabIndex = 41; + this.FileSettingsGroupBox.TabStop = false; + this.FileSettingsGroupBox.Text = "Filesettings"; + // + // gamebaseDBTextBox + // + this.gamebaseDBTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.gamebaseDBTextBox.Location = new System.Drawing.Point(85, 96); + this.gamebaseDBTextBox.Name = "gamebaseDBTextBox"; + this.gamebaseDBTextBox.Size = new System.Drawing.Size(330, 20); + this.gamebaseDBTextBox.TabIndex = 89; + this.toolTip.SetToolTip(this.gamebaseDBTextBox, "Select a gamebase (*.mdb) file to import\r\n"); + // + // gamebaseLabel + // + this.gamebaseLabel.Location = new System.Drawing.Point(2, 96); + this.gamebaseLabel.Name = "gamebaseLabel"; + this.gamebaseLabel.Size = new System.Drawing.Size(93, 20); + this.gamebaseLabel.TabIndex = 88; + this.gamebaseLabel.Text = "Gamebase DB"; + // + // gamebaseDBButton + // + this.gamebaseDBButton.Location = new System.Drawing.Point(426, 93); + this.gamebaseDBButton.Name = "gamebaseDBButton"; + this.gamebaseDBButton.Size = new System.Drawing.Size(31, 23); + this.gamebaseDBButton.TabIndex = 90; + this.gamebaseDBButton.UseVisualStyleBackColor = true; + this.gamebaseDBButton.Click += new System.EventHandler(this.gamebaseDBButton_Click); + // + // openFileDialog + // + this.openFileDialog.FileName = "openFileDialog1"; + // + // AppFilesView + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.FileSettingsGroupBox); + this.Controls.Add(this.filesGroupBox); + this.Name = "AppFilesView"; + this.Size = new System.Drawing.Size(521, 574); + this.Load += new System.EventHandler(this.AppFilesView_Load); + this.contextFavouritesMenuStrip.ResumeLayout(false); + this.filesGroupBox.ResumeLayout(false); + this.filesGroupBox.PerformLayout(); + this.FileSettingsGroupBox.ResumeLayout(false); + this.FileSettingsGroupBox.PerformLayout(); + this.ResumeLayout(false); - } + } - #endregion + #endregion - private System.Windows.Forms.ListView fileListView; - private System.Windows.Forms.Button newButton; - private System.Windows.Forms.Button editButton; - private System.Windows.Forms.Button deleteButton; - private System.Windows.Forms.Button launchButton; - private System.Windows.Forms.Button scanImageDirsButton; - private System.Windows.Forms.Button addFavouriteButton; - private System.Windows.Forms.Button internetSearchButton; - private System.Windows.Forms.Button updateDatabaseButton; - private System.Windows.Forms.ColumnHeader fileTitle; - private System.Windows.Forms.ContextMenuStrip contextFavouritesMenuStrip; - private System.Windows.Forms.ToolStripMenuItem grouperToolStripMenuItem; - private System.Windows.Forms.ImageList smallImageList; - protected System.Windows.Forms.TextBox fileExtensionsTextBox; - protected System.Windows.Forms.TextBox imageDirsTextBox; - protected System.Windows.Forms.TextBox fileDirTextBox; - protected System.Windows.Forms.Button fileDirButton; - protected System.Windows.Forms.Button fileExtensionsbutton; - protected System.Windows.Forms.Button imageDirButton; - protected System.Windows.Forms.Label fileExtensionsLabel; - protected System.Windows.Forms.Label imageDirsLabel; - protected System.Windows.Forms.Label fileDirLabel; - private System.Windows.Forms.GroupBox filesGroupBox; - private System.Windows.Forms.GroupBox FileSettingsGroupBox; - private System.Windows.Forms.ToolTip toolTip; - private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog; - private System.Windows.Forms.CheckBox importPlaychoiceCheckBox; - private System.Windows.Forms.CheckBox importMahjongCheckBox; - private System.Windows.Forms.CheckBox validImagesCheckBox; - private System.Windows.Forms.CheckBox importOriginalsCheckBox; - private System.Windows.Forms.TextBox gamebaseDBTextBox; - private System.Windows.Forms.Label gamebaseLabel; - private System.Windows.Forms.Button gamebaseDBButton... [truncated message content] |