43dfcc51cb
- The cancel button during program selection will now cancel scanning instead of closing the form - Added a rescan button to the program selection form - Fixed tabbing on the install form - Fixed accuracy of program selections list
160 lines
7.9 KiB
C#
160 lines
7.9 KiB
C#
|
|
namespace CreamInstaller
|
|
{
|
|
partial class InstallForm
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InstallForm));
|
|
this.userProgressBar = new System.Windows.Forms.ProgressBar();
|
|
this.userInfoLabel = new System.Windows.Forms.Label();
|
|
this.acceptButton = new System.Windows.Forms.Button();
|
|
this.retryButton = new System.Windows.Forms.Button();
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
this.logTextBox = new System.Windows.Forms.RichTextBox();
|
|
this.reselectButton = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// userProgressBar
|
|
//
|
|
this.userProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.userProgressBar.Location = new System.Drawing.Point(12, 27);
|
|
this.userProgressBar.Name = "userProgressBar";
|
|
this.userProgressBar.Size = new System.Drawing.Size(500, 23);
|
|
this.userProgressBar.TabIndex = 1;
|
|
//
|
|
// userInfoLabel
|
|
//
|
|
this.userInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.userInfoLabel.Location = new System.Drawing.Point(12, 9);
|
|
this.userInfoLabel.Name = "userInfoLabel";
|
|
this.userInfoLabel.Size = new System.Drawing.Size(500, 15);
|
|
this.userInfoLabel.TabIndex = 2;
|
|
this.userInfoLabel.Text = "Loading . . . ";
|
|
//
|
|
// acceptButton
|
|
//
|
|
this.acceptButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.acceptButton.Enabled = false;
|
|
this.acceptButton.Location = new System.Drawing.Point(437, 286);
|
|
this.acceptButton.Name = "acceptButton";
|
|
this.acceptButton.Size = new System.Drawing.Size(75, 23);
|
|
this.acceptButton.TabIndex = 4;
|
|
this.acceptButton.Text = "OK";
|
|
this.acceptButton.UseVisualStyleBackColor = true;
|
|
this.acceptButton.Click += new System.EventHandler(this.OnAccept);
|
|
//
|
|
// retryButton
|
|
//
|
|
this.retryButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.retryButton.Enabled = false;
|
|
this.retryButton.Location = new System.Drawing.Point(356, 286);
|
|
this.retryButton.Name = "retryButton";
|
|
this.retryButton.Size = new System.Drawing.Size(75, 23);
|
|
this.retryButton.TabIndex = 3;
|
|
this.retryButton.Text = "Retry";
|
|
this.retryButton.UseVisualStyleBackColor = true;
|
|
this.retryButton.Click += new System.EventHandler(this.OnRetry);
|
|
//
|
|
// cancelButton
|
|
//
|
|
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.cancelButton.Location = new System.Drawing.Point(12, 286);
|
|
this.cancelButton.Name = "cancelButton";
|
|
this.cancelButton.Size = new System.Drawing.Size(75, 23);
|
|
this.cancelButton.TabIndex = 1;
|
|
this.cancelButton.Text = "Cancel";
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
this.cancelButton.Click += new System.EventHandler(this.OnCancel);
|
|
//
|
|
// logTextBox
|
|
//
|
|
this.logTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.logTextBox.HideSelection = false;
|
|
this.logTextBox.Location = new System.Drawing.Point(12, 56);
|
|
this.logTextBox.Name = "logTextBox";
|
|
this.logTextBox.ReadOnly = true;
|
|
this.logTextBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedBoth;
|
|
this.logTextBox.Size = new System.Drawing.Size(500, 224);
|
|
this.logTextBox.TabIndex = 4;
|
|
this.logTextBox.TabStop = false;
|
|
this.logTextBox.Text = "";
|
|
this.logTextBox.WordWrap = false;
|
|
//
|
|
// reselectButton
|
|
//
|
|
this.reselectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.reselectButton.Location = new System.Drawing.Point(135, 286);
|
|
this.reselectButton.Name = "reselectButton";
|
|
this.reselectButton.Size = new System.Drawing.Size(175, 23);
|
|
this.reselectButton.TabIndex = 2;
|
|
this.reselectButton.Text = "Reselect Programs / Games";
|
|
this.reselectButton.UseVisualStyleBackColor = true;
|
|
this.reselectButton.Click += new System.EventHandler(this.OnReselect);
|
|
//
|
|
// InstallForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(524, 321);
|
|
this.Controls.Add(this.reselectButton);
|
|
this.Controls.Add(this.logTextBox);
|
|
this.Controls.Add(this.cancelButton);
|
|
this.Controls.Add(this.retryButton);
|
|
this.Controls.Add(this.acceptButton);
|
|
this.Controls.Add(this.userProgressBar);
|
|
this.Controls.Add(this.userInfoLabel);
|
|
this.DoubleBuffered = true;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(540, 360);
|
|
this.Name = "InstallForm";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "InstallForm";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.OnLoad);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.ProgressBar userProgressBar;
|
|
private System.Windows.Forms.Label userInfoLabel;
|
|
private System.Windows.Forms.Button acceptButton;
|
|
private System.Windows.Forms.Button retryButton;
|
|
private System.Windows.Forms.Button cancelButton;
|
|
private System.Windows.Forms.RichTextBox logTextBox;
|
|
private System.Windows.Forms.Button reselectButton;
|
|
}
|
|
}
|
|
|