2013-03-05 06:24:36 +04:00
namespace UdsAdmin.forms
{
partial class GroupMetaForm
{
/// <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 ( )
{
2013-03-12 14:03:41 +04:00
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( GroupMetaForm ) ) ;
2013-03-05 06:24:36 +04:00
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 . tableLayoutPanel4 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . groupBox2 = new System . Windows . Forms . GroupBox ( ) ;
this . selectedGroups = new System . Windows . Forms . ListBox ( ) ;
this . flowLayoutPanel1 = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . button1 = new System . Windows . Forms . Button ( ) ;
this . button2 = new System . Windows . Forms . Button ( ) ;
2013-03-12 14:03:41 +04:00
this . groupBox1 = new System . Windows . Forms . GroupBox ( ) ;
this . availableGroups = new System . Windows . Forms . ListBox ( ) ;
2013-03-05 06:24:36 +04:00
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 . groupLabel = new System . Windows . Forms . Label ( ) ;
this . active = new System . Windows . Forms . CheckBox ( ) ;
this . tableLayoutPanel2 . SuspendLayout ( ) ;
this . tableLayoutPanel4 . SuspendLayout ( ) ;
this . groupBox2 . SuspendLayout ( ) ;
this . flowLayoutPanel1 . SuspendLayout ( ) ;
this . groupBox1 . SuspendLayout ( ) ;
2013-03-12 14:03:41 +04:00
this . tableLayoutPanel1 . SuspendLayout ( ) ;
2013-03-05 06:24:36 +04:00
this . SuspendLayout ( ) ;
//
// tableLayoutPanel2
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . tableLayoutPanel2 , "tableLayoutPanel2" ) ;
2013-03-05 06:24:36 +04:00
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
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . accept , "accept" ) ;
2013-03-05 06:24:36 +04:00
this . accept . Name = "accept" ;
this . accept . UseVisualStyleBackColor = true ;
this . accept . Click + = new System . EventHandler ( this . accept_Click ) ;
//
// cancel
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . cancel , "cancel" ) ;
2013-03-05 06:24:36 +04:00
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
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . tableLayoutPanel3 , "tableLayoutPanel3" ) ;
2013-03-05 06:24:36 +04:00
this . tableLayoutPanel3 . Name = "tableLayoutPanel3" ;
//
// tableLayoutPanel4
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . tableLayoutPanel4 , "tableLayoutPanel4" ) ;
2013-03-05 06:24:36 +04:00
this . tableLayoutPanel4 . Controls . Add ( this . groupBox2 , 2 , 0 ) ;
this . tableLayoutPanel4 . Controls . Add ( this . flowLayoutPanel1 , 1 , 0 ) ;
this . tableLayoutPanel4 . Controls . Add ( this . groupBox1 , 0 , 0 ) ;
this . tableLayoutPanel4 . Name = "tableLayoutPanel4" ;
//
// groupBox2
//
this . groupBox2 . Controls . Add ( this . selectedGroups ) ;
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . groupBox2 , "groupBox2" ) ;
2013-03-05 06:24:36 +04:00
this . groupBox2 . Name = "groupBox2" ;
this . groupBox2 . TabStop = false ;
//
// selectedGroups
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . selectedGroups , "selectedGroups" ) ;
2013-03-05 06:24:36 +04:00
this . selectedGroups . FormattingEnabled = true ;
this . selectedGroups . Name = "selectedGroups" ;
this . selectedGroups . SelectionMode = System . Windows . Forms . SelectionMode . MultiSimple ;
//
// flowLayoutPanel1
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . flowLayoutPanel1 , "flowLayoutPanel1" ) ;
2013-03-05 06:24:36 +04:00
this . flowLayoutPanel1 . Controls . Add ( this . button1 ) ;
this . flowLayoutPanel1 . Controls . Add ( this . button2 ) ;
this . flowLayoutPanel1 . Name = "flowLayoutPanel1" ;
//
// button1
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . button1 , "button1" ) ;
2013-03-05 06:24:36 +04:00
this . button1 . Name = "button1" ;
this . button1 . UseVisualStyleBackColor = true ;
this . button1 . Click + = new System . EventHandler ( this . button1_Click ) ;
//
// button2
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . button2 , "button2" ) ;
2013-03-05 06:24:36 +04:00
this . button2 . Name = "button2" ;
this . button2 . UseVisualStyleBackColor = true ;
this . button2 . Click + = new System . EventHandler ( this . button2_Click ) ;
//
2013-03-12 14:03:41 +04:00
// groupBox1
//
this . groupBox1 . Controls . Add ( this . availableGroups ) ;
resources . ApplyResources ( this . groupBox1 , "groupBox1" ) ;
this . groupBox1 . Name = "groupBox1" ;
this . groupBox1 . TabStop = false ;
//
// availableGroups
//
resources . ApplyResources ( this . availableGroups , "availableGroups" ) ;
this . availableGroups . FormattingEnabled = true ;
this . availableGroups . Name = "availableGroups" ;
this . availableGroups . SelectionMode = System . Windows . Forms . SelectionMode . MultiSimple ;
//
2013-03-05 06:24:36 +04:00
// tableLayoutPanel1
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . tableLayoutPanel1 , "tableLayoutPanel1" ) ;
2013-03-05 06:24:36 +04:00
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 . groupLabel , 0 , 0 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . active , 1 , 2 ) ;
this . tableLayoutPanel1 . Name = "tableLayoutPanel1" ;
//
// label3
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . label3 , "label3" ) ;
2013-03-05 06:24:36 +04:00
this . label3 . Name = "label3" ;
//
// label2
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . label2 , "label2" ) ;
2013-03-05 06:24:36 +04:00
this . label2 . Name = "label2" ;
//
// name
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . name , "name" ) ;
2013-03-05 06:24:36 +04:00
this . name . Name = "name" ;
//
// comments
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . comments , "comments" ) ;
2013-03-05 06:24:36 +04:00
this . comments . Name = "comments" ;
//
// groupLabel
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . groupLabel , "groupLabel" ) ;
2013-03-05 06:24:36 +04:00
this . groupLabel . Name = "groupLabel" ;
//
// active
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this . active , "active" ) ;
2013-03-05 06:24:36 +04:00
this . active . Checked = true ;
this . active . CheckState = System . Windows . Forms . CheckState . Checked ;
this . active . Name = "active" ;
this . active . UseVisualStyleBackColor = true ;
//
// GroupMetaForm
//
2013-03-12 14:03:41 +04:00
resources . ApplyResources ( this , "$this" ) ;
2013-03-05 06:24:36 +04:00
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . Controls . Add ( this . tableLayoutPanel1 ) ;
this . Controls . Add ( this . tableLayoutPanel4 ) ;
this . Controls . Add ( this . tableLayoutPanel2 ) ;
this . Name = "GroupMetaForm" ;
this . Load + = new System . EventHandler ( this . GroupMetaForm_Load ) ;
this . tableLayoutPanel2 . ResumeLayout ( false ) ;
this . tableLayoutPanel4 . ResumeLayout ( false ) ;
this . groupBox2 . ResumeLayout ( false ) ;
this . flowLayoutPanel1 . ResumeLayout ( false ) ;
2013-03-12 14:03:41 +04:00
this . groupBox1 . ResumeLayout ( false ) ;
2013-03-05 06:24:36 +04:00
this . tableLayoutPanel1 . ResumeLayout ( false ) ;
this . tableLayoutPanel1 . PerformLayout ( ) ;
this . ResumeLayout ( false ) ;
}
#endregion
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 . TableLayoutPanel tableLayoutPanel4 ;
private System . Windows . Forms . GroupBox groupBox2 ;
private System . Windows . Forms . ListBox selectedGroups ;
private System . Windows . Forms . FlowLayoutPanel flowLayoutPanel1 ;
private System . Windows . Forms . Button button1 ;
private System . Windows . Forms . Button button2 ;
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel1 ;
private System . Windows . Forms . Label label3 ;
private System . Windows . Forms . Label label2 ;
public System . Windows . Forms . TextBox name ;
public System . Windows . Forms . TextBox comments ;
private System . Windows . Forms . Label groupLabel ;
private System . Windows . Forms . CheckBox active ;
private System . Windows . Forms . GroupBox groupBox1 ;
private System . Windows . Forms . ListBox availableGroups ;
}
}