namespace Maestro.Base.UI.Packaging { partial class CreatePackageDialog { /// /// 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(CreatePackageDialog)); this.panel1 = new System.Windows.Forms.Panel(); this.btnBrowseRestorePath = new System.Windows.Forms.Button(); this.lnkAll = new System.Windows.Forms.LinkLabel(); this.BrowseTargetFilename = new System.Windows.Forms.Button(); this.txtPackageFilename = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.chkAllowedTypes = new System.Windows.Forms.CheckedListBox(); this.label2 = new System.Windows.Forms.Label(); this.txtRestorePath = new System.Windows.Forms.TextBox(); this.chkRestorePath = new System.Windows.Forms.CheckBox(); this.chkRemoveTargetFolderOnRestore = new System.Windows.Forms.CheckBox(); this.BrowseResourcePath = new System.Windows.Forms.Button(); this.txtResourcePath = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.btnBrowseRestorePath); this.panel1.Controls.Add(this.lnkAll); this.panel1.Controls.Add(this.BrowseTargetFilename); this.panel1.Controls.Add(this.txtPackageFilename); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.chkAllowedTypes); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.txtRestorePath); this.panel1.Controls.Add(this.chkRestorePath); this.panel1.Controls.Add(this.chkRemoveTargetFolderOnRestore); this.panel1.Controls.Add(this.BrowseResourcePath); this.panel1.Controls.Add(this.txtResourcePath); this.panel1.Controls.Add(this.label1); resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; // // btnBrowseRestorePath // resources.ApplyResources(this.btnBrowseRestorePath, "btnBrowseRestorePath"); this.btnBrowseRestorePath.Name = "btnBrowseRestorePath"; this.btnBrowseRestorePath.UseVisualStyleBackColor = true; this.btnBrowseRestorePath.Click += new System.EventHandler(this.btnBrowseRestorePath_Click); // // lnkAll // resources.ApplyResources(this.lnkAll, "lnkAll"); this.lnkAll.Name = "lnkAll"; this.lnkAll.TabStop = true; this.lnkAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkAll_LinkClicked); // // BrowseTargetFilename // resources.ApplyResources(this.BrowseTargetFilename, "BrowseTargetFilename"); this.BrowseTargetFilename.Name = "BrowseTargetFilename"; this.BrowseTargetFilename.UseVisualStyleBackColor = true; this.BrowseTargetFilename.Click += new System.EventHandler(this.BrowseTargetFilename_Click); // // txtPackageFilename // resources.ApplyResources(this.txtPackageFilename, "txtPackageFilename"); this.txtPackageFilename.Name = "txtPackageFilename"; // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; // // chkAllowedTypes // resources.ApplyResources(this.chkAllowedTypes, "chkAllowedTypes"); this.chkAllowedTypes.CheckOnClick = true; this.chkAllowedTypes.FormattingEnabled = true; this.chkAllowedTypes.Name = "chkAllowedTypes"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // txtRestorePath // resources.ApplyResources(this.txtRestorePath, "txtRestorePath"); this.txtRestorePath.Name = "txtRestorePath"; // // chkRestorePath // resources.ApplyResources(this.chkRestorePath, "chkRestorePath"); this.chkRestorePath.Name = "chkRestorePath"; this.chkRestorePath.UseVisualStyleBackColor = true; this.chkRestorePath.CheckedChanged += new System.EventHandler(this.chkRestorePath_CheckedChanged); // // chkRemoveTargetFolderOnRestore // resources.ApplyResources(this.chkRemoveTargetFolderOnRestore, "chkRemoveTargetFolderOnRestore"); this.chkRemoveTargetFolderOnRestore.Name = "chkRemoveTargetFolderOnRestore"; this.chkRemoveTargetFolderOnRestore.UseVisualStyleBackColor = true; // // BrowseResourcePath // resources.ApplyResources(this.BrowseResourcePath, "BrowseResourcePath"); this.BrowseResourcePath.Name = "BrowseResourcePath"; this.BrowseResourcePath.UseVisualStyleBackColor = true; this.BrowseResourcePath.Click += new System.EventHandler(this.BrowseResourcePath_Click); // // txtResourcePath // resources.ApplyResources(this.txtResourcePath, "txtResourcePath"); this.txtResourcePath.Name = "txtResourcePath"; this.txtResourcePath.ReadOnly = true; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // panel2 // this.panel2.Controls.Add(this.btnCancel); this.panel2.Controls.Add(this.btnOK); resources.ApplyResources(this.panel2, "panel2"); this.panel2.Name = "panel2"; // // btnCancel // resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Name = "btnCancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.Name = "btnOK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // CreatePackageDialog // this.AcceptButton = this.btnOK; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.CancelButton = this.btnCancel; resources.ApplyResources(this, "$this"); this.ControlBox = false; this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); this.Name = "CreatePackageDialog"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button BrowseTargetFilename; private System.Windows.Forms.TextBox txtPackageFilename; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckedListBox chkAllowedTypes; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtRestorePath; private System.Windows.Forms.CheckBox chkRestorePath; private System.Windows.Forms.CheckBox chkRemoveTargetFolderOnRestore; private System.Windows.Forms.Button BrowseResourcePath; private System.Windows.Forms.TextBox txtResourcePath; private System.Windows.Forms.Label label1; private System.Windows.Forms.LinkLabel lnkAll; private System.Windows.Forms.Button btnBrowseRestorePath; } }