namespace Toolbox { partial class KeySelectionForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.setProdKeyPath = new Toolbox.Library.Forms.STButton(); this.setTitleKeyPath = new Toolbox.Library.Forms.STButton(); this.btnOk = new Toolbox.Library.Forms.STButton(); this.stLabel2 = new Toolbox.Library.Forms.STLabel(); this.TextBoxTitleKey = new Toolbox.Library.Forms.STTextBox(); this.stLabel1 = new Toolbox.Library.Forms.STLabel(); this.TextBoxProdKeyPath = new Toolbox.Library.Forms.STTextBox(); this.SuspendLayout(); // // setProdKeyPath // this.setProdKeyPath.Location = new System.Drawing.Point(12, 40); this.setProdKeyPath.Name = "setProdKeyPath"; this.setProdKeyPath.Size = new System.Drawing.Size(53, 23); this.setProdKeyPath.TabIndex = 6; this.setProdKeyPath.Text = "Set"; this.setProdKeyPath.UseVisualStyleBackColor = false; this.setProdKeyPath.Click += new System.EventHandler(this.setProdKeyPath_Click); // // setTitleKeyPath // this.setTitleKeyPath.Location = new System.Drawing.Point(12, 103); this.setTitleKeyPath.Name = "setTitleKeyPath"; this.setTitleKeyPath.Size = new System.Drawing.Size(53, 23); this.setTitleKeyPath.TabIndex = 5; this.setTitleKeyPath.Text = "Set"; this.setTitleKeyPath.UseVisualStyleBackColor = false; this.setTitleKeyPath.Click += new System.EventHandler(this.setTitleKeyPath_Click); // // btnOk // this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOk.Enabled = false; this.btnOk.Location = new System.Drawing.Point(335, 152); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.TabIndex = 4; this.btnOk.Text = "Ok"; this.btnOk.UseVisualStyleBackColor = false; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // stLabel2 // this.stLabel2.AutoSize = true; this.stLabel2.Location = new System.Drawing.Point(12, 78); this.stLabel2.Name = "stLabel2"; this.stLabel2.Size = new System.Drawing.Size(53, 13); this.stLabel2.TabIndex = 3; this.stLabel2.Text = "Title Keys"; // // TextBoxTitleKey // this.TextBoxTitleKey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.TextBoxTitleKey.Location = new System.Drawing.Point(71, 105); this.TextBoxTitleKey.Name = "TextBoxTitleKey"; this.TextBoxTitleKey.ReadOnly = true; this.TextBoxTitleKey.Size = new System.Drawing.Size(339, 20); this.TextBoxTitleKey.TabIndex = 2; // // stLabel1 // this.stLabel1.AutoSize = true; this.stLabel1.Location = new System.Drawing.Point(12, 18); this.stLabel1.Name = "stLabel1"; this.stLabel1.Size = new System.Drawing.Size(55, 13); this.stLabel1.TabIndex = 1; this.stLabel1.Text = "Prod Keys"; // // TextBoxProdKeyPath // this.TextBoxProdKeyPath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.TextBoxProdKeyPath.Location = new System.Drawing.Point(71, 43); this.TextBoxProdKeyPath.Name = "TextBoxProdKeyPath"; this.TextBoxProdKeyPath.ReadOnly = true; this.TextBoxProdKeyPath.Size = new System.Drawing.Size(339, 20); this.TextBoxProdKeyPath.TabIndex = 0; // // KeySelectionForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(415, 181); this.Controls.Add(this.setProdKeyPath); this.Controls.Add(this.setTitleKeyPath); this.Controls.Add(this.btnOk); this.Controls.Add(this.stLabel2); this.Controls.Add(this.TextBoxTitleKey); this.Controls.Add(this.stLabel1); this.Controls.Add(this.TextBoxProdKeyPath); this.Name = "KeySelectionForm"; this.Text = "Select Key Files"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private Toolbox.Library.Forms.STTextBox TextBoxProdKeyPath; private Toolbox.Library.Forms.STLabel stLabel1; private Toolbox.Library.Forms.STLabel stLabel2; private Toolbox.Library.Forms.STTextBox TextBoxTitleKey; private Toolbox.Library.Forms.STButton btnOk; private Toolbox.Library.Forms.STButton setTitleKeyPath; private Toolbox.Library.Forms.STButton setProdKeyPath; } }