mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-07 17:17:55 +03:00
175 lines
7.8 KiB
C#
175 lines
7.8 KiB
C#
namespace UdsAdmin.forms
|
|
{
|
|
partial class GroupForm
|
|
{
|
|
/// <summary>
|
|
/// Variable del diseñador requerida.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Limpiar los recursos que se estén utilizando.
|
|
/// </summary>
|
|
/// <param name="disposing">true si los recursos administrados se deben eliminar; false en caso contrario, false.</param>
|
|
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
|
|
|
|
/// <summary>
|
|
/// Método necesario para admitir el Diseñador. No se puede modificar
|
|
/// el contenido del método con el editor de código.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GroupForm));
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.name = new System.Windows.Forms.TextBox();
|
|
this.comments = new System.Windows.Forms.TextBox();
|
|
this.searchButton = new System.Windows.Forms.Button();
|
|
this.groupLabel = new System.Windows.Forms.Label();
|
|
this.active = new System.Windows.Forms.CheckBox();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.accept = new System.Windows.Forms.Button();
|
|
this.cancel = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.check = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.name, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.comments, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.searchButton, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.groupLabel, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.active, 1, 2);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
//
|
|
// label3
|
|
//
|
|
resources.ApplyResources(this.label3, "label3");
|
|
this.label3.Name = "label3";
|
|
//
|
|
// label2
|
|
//
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.label2.Name = "label2";
|
|
//
|
|
// name
|
|
//
|
|
resources.ApplyResources(this.name, "name");
|
|
this.name.Name = "name";
|
|
//
|
|
// comments
|
|
//
|
|
this.tableLayoutPanel1.SetColumnSpan(this.comments, 2);
|
|
resources.ApplyResources(this.comments, "comments");
|
|
this.comments.Name = "comments";
|
|
//
|
|
// searchButton
|
|
//
|
|
this.searchButton.Image = global::UdsAdmin.Images.find16;
|
|
resources.ApplyResources(this.searchButton, "searchButton");
|
|
this.searchButton.Name = "searchButton";
|
|
this.searchButton.UseVisualStyleBackColor = true;
|
|
this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
|
|
//
|
|
// groupLabel
|
|
//
|
|
resources.ApplyResources(this.groupLabel, "groupLabel");
|
|
this.groupLabel.Name = "groupLabel";
|
|
//
|
|
// active
|
|
//
|
|
resources.ApplyResources(this.active, "active");
|
|
this.active.Checked = true;
|
|
this.active.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.tableLayoutPanel1.SetColumnSpan(this.active, 2);
|
|
this.active.Name = "active";
|
|
this.active.UseVisualStyleBackColor = true;
|
|
this.active.CheckedChanged += new System.EventHandler(this.active_CheckedChanged);
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
|
|
this.tableLayoutPanel2.Controls.Add(this.accept, 0, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.cancel, 2, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 1, 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);
|
|
//
|
|
// tableLayoutPanel3
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
|
|
this.tableLayoutPanel3.Controls.Add(this.check, 1, 0);
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
//
|
|
// check
|
|
//
|
|
resources.ApplyResources(this.check, "check");
|
|
this.check.Name = "check";
|
|
this.check.UseVisualStyleBackColor = true;
|
|
//
|
|
// GroupForm
|
|
//
|
|
this.AcceptButton = this.accept;
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.cancel;
|
|
this.Controls.Add(this.tableLayoutPanel2);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Name = "GroupForm";
|
|
this.Load += new System.EventHandler(this.GroupForm_Load);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label groupLabel;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button searchButton;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.Button accept;
|
|
private System.Windows.Forms.Button cancel;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
private System.Windows.Forms.Button check;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.CheckBox active;
|
|
public System.Windows.Forms.TextBox name;
|
|
public System.Windows.Forms.TextBox comments;
|
|
}
|
|
} |