namespace HeuristicLab.Clients.Hive.CloudManager.Views {
partial class DeleteDeploymentView {
///
/// 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(DeleteDeploymentView));
this.btnNo = new System.Windows.Forms.Button();
this.btnYes = new System.Windows.Forms.Button();
this.progressBar = new System.Windows.Forms.ProgressBar();
this.lblDialogText = new System.Windows.Forms.Label();
this.cbDeleteHostedService = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// btnNo
//
this.btnNo.Location = new System.Drawing.Point(407, 66);
this.btnNo.Name = "btnNo";
this.btnNo.Size = new System.Drawing.Size(75, 23);
this.btnNo.TabIndex = 0;
this.btnNo.Text = "No";
this.btnNo.UseVisualStyleBackColor = true;
this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
//
// btnYes
//
this.btnYes.Location = new System.Drawing.Point(326, 66);
this.btnYes.Name = "btnYes";
this.btnYes.Size = new System.Drawing.Size(75, 23);
this.btnYes.TabIndex = 1;
this.btnYes.Text = "Yes";
this.btnYes.UseVisualStyleBackColor = true;
this.btnYes.Click += new System.EventHandler(this.btnYes_Click);
//
// progressBar
//
this.progressBar.Location = new System.Drawing.Point(12, 66);
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 = 2;
this.progressBar.Visible = false;
//
// lblDialogText
//
this.lblDialogText.AutoSize = true;
this.lblDialogText.Location = new System.Drawing.Point(12, 14);
this.lblDialogText.Name = "lblDialogText";
this.lblDialogText.Size = new System.Drawing.Size(175, 13);
this.lblDialogText.TabIndex = 3;
this.lblDialogText.Text = "Are you sure you want to delete \"\"?";
//
// cbDeleteHostedService
//
this.cbDeleteHostedService.AutoSize = true;
this.cbDeleteHostedService.Location = new System.Drawing.Point(13, 30);
this.cbDeleteHostedService.Name = "cbDeleteHostedService";
this.cbDeleteHostedService.Size = new System.Drawing.Size(154, 17);
this.cbDeleteHostedService.TabIndex = 4;
this.cbDeleteHostedService.Text = "Also delete Hosted Service";
this.cbDeleteHostedService.UseVisualStyleBackColor = true;
this.cbDeleteHostedService.Visible = false;
//
// DeleteDeploymentView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(494, 99);
this.Controls.Add(this.cbDeleteHostedService);
this.Controls.Add(this.lblDialogText);
this.Controls.Add(this.progressBar);
this.Controls.Add(this.btnYes);
this.Controls.Add(this.btnNo);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DeleteDeploymentView";
this.Text = "Delete Deployment";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnNo;
private System.Windows.Forms.Button btnYes;
private System.Windows.Forms.ProgressBar progressBar;
private System.Windows.Forms.Label lblDialogText;
private System.Windows.Forms.CheckBox cbDeleteHostedService;
}
}