namespace Pilz.UI.Telerik.Dialogs
{
partial class RadFlyoutBase
{
///
/// Erforderliche Designervariable.
///
private System.ComponentModel.IContainer components = null;
///
/// Verwendete Ressourcen bereinigen.
///
/// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Komponenten-Designer generierter Code
///
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RadFlyoutBase));
radButton_Cancel = new global::Telerik.WinControls.UI.RadButton();
radButton_Confirm = new global::Telerik.WinControls.UI.RadButton();
tableLayoutPanel_ActionPanel = new TableLayoutPanel();
tableLayoutPanel_TitlePanel = new TableLayoutPanel();
radLabel_Title = new global::Telerik.WinControls.UI.RadLabel();
((System.ComponentModel.ISupportInitialize)radButton_Cancel).BeginInit();
((System.ComponentModel.ISupportInitialize)radButton_Confirm).BeginInit();
tableLayoutPanel_ActionPanel.SuspendLayout();
tableLayoutPanel_TitlePanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)radLabel_Title).BeginInit();
SuspendLayout();
//
// radButton_Cancel
//
resources.ApplyResources(radButton_Cancel, "radButton_Cancel");
radButton_Cancel.Name = "radButton_Cancel";
radButton_Cancel.Click += RadButton_Cancel_Click;
//
// radButton_Confirm
//
resources.ApplyResources(radButton_Confirm, "radButton_Confirm");
radButton_Confirm.Name = "radButton_Confirm";
radButton_Confirm.Click += RadButton_Confirm_Click;
//
// tableLayoutPanel_ActionPanel
//
resources.ApplyResources(tableLayoutPanel_ActionPanel, "tableLayoutPanel_ActionPanel");
tableLayoutPanel_ActionPanel.Controls.Add(radButton_Confirm, 1, 0);
tableLayoutPanel_ActionPanel.Controls.Add(radButton_Cancel, 2, 0);
tableLayoutPanel_ActionPanel.Name = "tableLayoutPanel_ActionPanel";
//
// tableLayoutPanel_TitlePanel
//
resources.ApplyResources(tableLayoutPanel_TitlePanel, "tableLayoutPanel_TitlePanel");
tableLayoutPanel_TitlePanel.Controls.Add(radLabel_Title, 0, 0);
tableLayoutPanel_TitlePanel.Name = "tableLayoutPanel_TitlePanel";
//
// radLabel_Title
//
resources.ApplyResources(radLabel_Title, "radLabel_Title");
radLabel_Title.Name = "radLabel_Title";
//
// RadFlyoutBase
//
resources.ApplyResources(this, "$this");
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(tableLayoutPanel_TitlePanel);
Controls.Add(tableLayoutPanel_ActionPanel);
Name = "RadFlyoutBase";
((System.ComponentModel.ISupportInitialize)radButton_Cancel).EndInit();
((System.ComponentModel.ISupportInitialize)radButton_Confirm).EndInit();
tableLayoutPanel_ActionPanel.ResumeLayout(false);
tableLayoutPanel_TitlePanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)radLabel_Title).EndInit();
ResumeLayout(false);
}
#endregion
private global::Telerik.WinControls.UI.RadButton radButton_Cancel;
private global::Telerik.WinControls.UI.RadButton radButton_Confirm;
private TableLayoutPanel tableLayoutPanel_ActionPanel;
private TableLayoutPanel tableLayoutPanel_TitlePanel;
private global::Telerik.WinControls.UI.RadLabel radLabel_Title;
}
}