1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-23 17:34:17 +03:00
openuds/client/administration/UdsAdmin/forms/ConfigurationForm.Designer.cs
2012-07-19 23:47:54 +00:00

88 lines
3.5 KiB
C#

namespace UdsAdmin.forms
{
partial class ConfigurationForm
{
/// <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(ConfigurationForm));
this.modTabs = new System.Windows.Forms.TabControl();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.accept = new System.Windows.Forms.Button();
this.cancel = new System.Windows.Forms.Button();
this.tableLayoutPanel2.SuspendLayout();
this.SuspendLayout();
//
// modTabs
//
resources.ApplyResources(this.modTabs, "modTabs");
this.modTabs.Name = "modTabs";
this.modTabs.SelectedIndex = 0;
//
// 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;
//
// ConfigurationForm
//
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.modTabs);
this.Name = "ConfigurationForm";
this.Load += new System.EventHandler(this.ConfigurationForm_Load);
this.tableLayoutPanel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl modTabs;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Button accept;
private System.Windows.Forms.Button cancel;
}
}