namespace HeuristicLab.Clients.Hive.CloudManager.Views { partial class AddCertificate { /// /// 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(AddCertificate)); this.label1 = new System.Windows.Forms.Label(); this.tbCertificateFile = new System.Windows.Forms.TextBox(); this.btnBrowseCertificateFile = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.tbCertificatePassword = new System.Windows.Forms.TextBox(); this.progressBar = new System.Windows.Forms.ProgressBar(); this.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(70, 13); this.label1.TabIndex = 2; this.label1.Text = "Certificate file"; // // tbCertificateFile // this.tbCertificateFile.Location = new System.Drawing.Point(15, 25); this.tbCertificateFile.Name = "tbCertificateFile"; this.tbCertificateFile.ReadOnly = true; this.tbCertificateFile.Size = new System.Drawing.Size(388, 20); this.tbCertificateFile.TabIndex = 3; // // btnBrowseCertificateFile // this.btnBrowseCertificateFile.Location = new System.Drawing.Point(409, 25); this.btnBrowseCertificateFile.Name = "btnBrowseCertificateFile"; this.btnBrowseCertificateFile.Size = new System.Drawing.Size(75, 23); this.btnBrowseCertificateFile.TabIndex = 5; this.btnBrowseCertificateFile.Text = "Browse ..."; this.btnBrowseCertificateFile.UseVisualStyleBackColor = true; this.btnBrowseCertificateFile.Click += new System.EventHandler(this.btnBrowseCertificateFile_Click); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(12, 48); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 13); this.label8.TabIndex = 6; this.label8.Text = "Password"; // // tbCertificatePassword // this.tbCertificatePassword.Location = new System.Drawing.Point(15, 64); this.tbCertificatePassword.Name = "tbCertificatePassword"; this.tbCertificatePassword.PasswordChar = '*'; this.tbCertificatePassword.Size = new System.Drawing.Size(469, 20); this.tbCertificatePassword.TabIndex = 7; // // progressBar // this.progressBar.Location = new System.Drawing.Point(15, 90); this.progressBar.MarqueeAnimationSpeed = 10; this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(307, 23); this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee; this.progressBar.TabIndex = 32; this.progressBar.Visible = false; // // btnOk // this.btnOk.Location = new System.Drawing.Point(328, 90); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.TabIndex = 31; this.btnOk.Text = "OK"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(409, 90); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 30; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // AddCertificate // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(499, 126); this.Controls.Add(this.progressBar); this.Controls.Add(this.btnOk); this.Controls.Add(this.btnCancel); this.Controls.Add(this.tbCertificatePassword); this.Controls.Add(this.label8); this.Controls.Add(this.btnBrowseCertificateFile); this.Controls.Add(this.tbCertificateFile); this.Controls.Add(this.label1); this.Icon = HeuristicLab.Common.Resources.HeuristicLab.Icon; this.Name = "AddCertificate"; this.Text = "AddCertificate"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbCertificateFile; private System.Windows.Forms.Button btnBrowseCertificateFile; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox tbCertificatePassword; private System.Windows.Forms.ProgressBar progressBar; private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnCancel; } }