namespace UdsAdmin.forms { partial class AssignDeployed { /// /// Variable del diseñador requerida. /// private System.ComponentModel.IContainer components = null; /// /// Limpiar los recursos que se estén utilizando. /// /// true si los recursos administrados se deben eliminar; false en caso contrario, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Código generado por el Diseñador de Windows Forms /// /// Método necesario para admitir el Diseñador. No se puede modificar /// el contenido del método con el editor de código. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AssignDeployed)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.serviceCombo = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.userCombo = new System.Windows.Forms.ComboBox(); this.userLabel = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.authCombo = new System.Windows.Forms.ComboBox(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.accept = new System.Windows.Forms.Button(); this.cancel = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.serviceCombo, 1, 2); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 2); this.tableLayoutPanel1.Controls.Add(this.userCombo, 1, 1); this.tableLayoutPanel1.Controls.Add(this.userLabel, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0); this.tableLayoutPanel1.Controls.Add(this.authCombo, 1, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // serviceCombo // this.serviceCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.serviceCombo.FormattingEnabled = true; resources.ApplyResources(this.serviceCombo, "serviceCombo"); this.serviceCombo.Name = "serviceCombo"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // userCombo // this.userCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.userCombo.FormattingEnabled = true; resources.ApplyResources(this.userCombo, "userCombo"); this.userCombo.Name = "userCombo"; // // userLabel // resources.ApplyResources(this.userLabel, "userLabel"); this.userLabel.Name = "userLabel"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // authCombo // this.authCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.authCombo.FormattingEnabled = true; resources.ApplyResources(this.authCombo, "authCombo"); this.authCombo.Name = "authCombo"; this.authCombo.SelectedIndexChanged += new System.EventHandler(this.authCombo_SelectedIndexChanged); // // tableLayoutPanel2 // resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); this.tableLayoutPanel2.Controls.Add(this.accept, 0, 0); this.tableLayoutPanel2.Controls.Add(this.cancel, 2, 0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; // // accept // resources.ApplyResources(this.accept, "accept"); this.accept.Name = "accept"; this.accept.UseVisualStyleBackColor = true; this.accept.Click += new System.EventHandler(this.accept_Click); // // cancel // resources.ApplyResources(this.cancel, "cancel"); this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancel.Name = "cancel"; this.cancel.UseVisualStyleBackColor = true; this.cancel.Click += new System.EventHandler(this.cancel_Click); // // AssignDeployed // this.AcceptButton = this.accept; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancel; this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.tableLayoutPanel2); this.Name = "AssignDeployed"; this.Load += new System.EventHandler(this.AssignDeployed_Load); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tableLayoutPanel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label userLabel; private System.Windows.Forms.ComboBox userCombo; private System.Windows.Forms.ComboBox serviceCombo; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Button accept; private System.Windows.Forms.Button cancel; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox authCombo; } }