namespace Quasar.Server.Forms { partial class FrmCertificate { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCertificate)); this.lblInfo = new System.Windows.Forms.Label(); this.btnCreate = new System.Windows.Forms.Button(); this.lblDescription = new System.Windows.Forms.Label(); this.txtDetails = new System.Windows.Forms.TextBox(); this.btnImport = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.btnExit = new System.Windows.Forms.Button(); this.SuspendLayout(); // // lblInfo // this.lblInfo.AutoSize = true; this.lblInfo.Location = new System.Drawing.Point(12, 53); this.lblInfo.Name = "lblInfo"; this.lblInfo.Size = new System.Drawing.Size(130, 13); this.lblInfo.TabIndex = 3; this.lblInfo.Text = "(this might take a while)"; // // btnCreate // this.btnCreate.Location = new System.Drawing.Point(12, 27); this.btnCreate.Name = "btnCreate"; this.btnCreate.Size = new System.Drawing.Size(75, 23); this.btnCreate.TabIndex = 1; this.btnCreate.Text = "Create"; this.btnCreate.UseVisualStyleBackColor = true; this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click); // // lblDescription // this.lblDescription.AutoSize = true; this.lblDescription.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDescription.Location = new System.Drawing.Point(9, 9); this.lblDescription.Name = "lblDescription"; this.lblDescription.Size = new System.Drawing.Size(493, 15); this.lblDescription.TabIndex = 0; this.lblDescription.Text = "To use Trollware create a new certificate or import an existing one from a previous" + " installation."; // // txtDetails // this.txtDetails.Location = new System.Drawing.Point(12, 69); this.txtDetails.Multiline = true; this.txtDetails.Name = "txtDetails"; this.txtDetails.ReadOnly = true; this.txtDetails.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtDetails.Size = new System.Drawing.Size(517, 230); this.txtDetails.TabIndex = 4; // // btnImport // this.btnImport.Location = new System.Drawing.Point(93, 27); this.btnImport.Name = "btnImport"; this.btnImport.Size = new System.Drawing.Size(130, 23); this.btnImport.TabIndex = 2; this.btnImport.Text = "Browse && Import"; this.btnImport.UseVisualStyleBackColor = true; this.btnImport.Click += new System.EventHandler(this.btnImport_Click); // // btnSave // this.btnSave.Enabled = false; this.btnSave.Location = new System.Drawing.Point(373, 305); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 6; this.btnSave.Text = "Save"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(12, 310); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(355, 15); this.label1.TabIndex = 5; this.label1.Text = "KEEP THIS FILE SAFE! LOSS RESULTS IN LOOSING ALL CLIENTS!"; // // btnExit // this.btnExit.Location = new System.Drawing.Point(454, 306); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(75, 23); this.btnExit.TabIndex = 7; this.btnExit.Text = "Exit"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // FrmCertificate // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(541, 341); this.Controls.Add(this.btnExit); this.Controls.Add(this.label1); this.Controls.Add(this.btnSave); this.Controls.Add(this.lblDescription); this.Controls.Add(this.txtDetails); this.Controls.Add(this.lblInfo); this.Controls.Add(this.btnImport); this.Controls.Add(this.btnCreate); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmCertificate"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Trollware - Certificate Wizard"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblDescription; private System.Windows.Forms.Label lblInfo; private System.Windows.Forms.Button btnCreate; private System.Windows.Forms.TextBox txtDetails; private System.Windows.Forms.Button btnImport; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnExit; } }