RadFlyoutBase: add title
This commit is contained in:
44
Pilz.UI.Telerik/Dialogs/RadFlyoutBase.Designer.cs
generated
44
Pilz.UI.Telerik/Dialogs/RadFlyoutBase.Designer.cs
generated
@@ -31,10 +31,14 @@
|
||||
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_ActionButtons = new TableLayoutPanel();
|
||||
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_ActionButtons.SuspendLayout();
|
||||
tableLayoutPanel_ActionPanel.SuspendLayout();
|
||||
tableLayoutPanel_TitlePanel.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)radLabel_Title).BeginInit();
|
||||
SuspendLayout();
|
||||
//
|
||||
// radButton_Cancel
|
||||
@@ -49,22 +53,36 @@
|
||||
radButton_Confirm.Name = "radButton_Confirm";
|
||||
radButton_Confirm.Click += RadButton_Confirm_Click;
|
||||
//
|
||||
// tableLayoutPanel_ActionButtons
|
||||
// tableLayoutPanel_ActionPanel
|
||||
//
|
||||
resources.ApplyResources(tableLayoutPanel_ActionButtons, "tableLayoutPanel_ActionButtons");
|
||||
tableLayoutPanel_ActionButtons.Controls.Add(radButton_Confirm, 1, 0);
|
||||
tableLayoutPanel_ActionButtons.Controls.Add(radButton_Cancel, 2, 0);
|
||||
tableLayoutPanel_ActionButtons.Name = "tableLayoutPanel_ActionButtons";
|
||||
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";
|
||||
//
|
||||
// FlyoutDialogBase
|
||||
// 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_ActionButtons);
|
||||
Name = "FlyoutDialogBase";
|
||||
Controls.Add(tableLayoutPanel_TitlePanel);
|
||||
Controls.Add(tableLayoutPanel_ActionPanel);
|
||||
Name = "RadFlyoutBase";
|
||||
((System.ComponentModel.ISupportInitialize)radButton_Cancel).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)radButton_Confirm).EndInit();
|
||||
tableLayoutPanel_ActionButtons.ResumeLayout(false);
|
||||
tableLayoutPanel_ActionPanel.ResumeLayout(false);
|
||||
tableLayoutPanel_TitlePanel.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)radLabel_Title).EndInit();
|
||||
ResumeLayout(false);
|
||||
}
|
||||
|
||||
@@ -72,6 +90,8 @@
|
||||
|
||||
private global::Telerik.WinControls.UI.RadButton radButton_Cancel;
|
||||
private global::Telerik.WinControls.UI.RadButton radButton_Confirm;
|
||||
private TableLayoutPanel tableLayoutPanel_ActionButtons;
|
||||
private TableLayoutPanel tableLayoutPanel_ActionPanel;
|
||||
private TableLayoutPanel tableLayoutPanel_TitlePanel;
|
||||
private global::Telerik.WinControls.UI.RadLabel radLabel_Title;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user