Files
App/OwnChar.App.Desktop/UI/MainTabs/Controls/GroupListControl.Designer.cs
2024-06-24 20:20:10 +02:00

130 lines
6.3 KiB
C#

namespace OwnChar.App.Desktop.UI.MainTabs.Controls
{
partial class GroupListControl
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Komponenten-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
radListView_GroupList = new Telerik.WinControls.UI.RadListView();
radMenuItem_CreateGroup = new Telerik.WinControls.UI.RadMenuItem();
radMenuItem_DeleteGroup = new Telerik.WinControls.UI.RadMenuItem();
radMenuItem_OpenGroup = new Telerik.WinControls.UI.RadMenuItem();
radMenu1 = new Telerik.WinControls.UI.RadMenu();
tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
radTextBoxControl_SearchBox = new Telerik.WinControls.UI.RadTextBoxControl();
((System.ComponentModel.ISupportInitialize)radListView_GroupList).BeginInit();
((System.ComponentModel.ISupportInitialize)radMenu1).BeginInit();
tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)radTextBoxControl_SearchBox).BeginInit();
SuspendLayout();
//
// radListView_GroupList
//
radListView_GroupList.Dock = System.Windows.Forms.DockStyle.Fill;
radListView_GroupList.Location = new System.Drawing.Point(3, 31);
radListView_GroupList.Name = "radListView_GroupList";
radListView_GroupList.Size = new System.Drawing.Size(494, 446);
radListView_GroupList.TabIndex = 0;
//
// radMenuItem_CreateGroup
//
radMenuItem_CreateGroup.Name = "radMenuItem_CreateGroup";
radMenuItem_CreateGroup.Text = "New";
radMenuItem_CreateGroup.Click += RadMenuItem_CreateGroup_Click;
//
// radMenuItem_DeleteGroup
//
radMenuItem_DeleteGroup.Name = "radMenuItem_DeleteGroup";
radMenuItem_DeleteGroup.Text = "Delete";
radMenuItem_DeleteGroup.Click += RadMenuItem_DeleteGroup_Click;
//
// radMenuItem_OpenGroup
//
radMenuItem_OpenGroup.Name = "radMenuItem_OpenGroup";
radMenuItem_OpenGroup.Text = "Open";
radMenuItem_OpenGroup.Click += RadMenuItem_OpenGroup_Click;
//
// radMenu1
//
radMenu1.Items.AddRange(new Telerik.WinControls.RadItem[] { radMenuItem_CreateGroup, radMenuItem_DeleteGroup, radMenuItem_OpenGroup });
radMenu1.Location = new System.Drawing.Point(0, 0);
radMenu1.Name = "radMenu1";
radMenu1.Size = new System.Drawing.Size(500, 20);
radMenu1.TabIndex = 1;
//
// tableLayoutPanel1
//
tableLayoutPanel1.ColumnCount = 1;
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel1.Controls.Add(radListView_GroupList, 0, 1);
tableLayoutPanel1.Controls.Add(radTextBoxControl_SearchBox, 0, 0);
tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
tableLayoutPanel1.Location = new System.Drawing.Point(0, 20);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 2;
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel1.Size = new System.Drawing.Size(500, 480);
tableLayoutPanel1.TabIndex = 2;
//
// radTextBoxControl_SearchBox
//
radTextBoxControl_SearchBox.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
radTextBoxControl_SearchBox.Location = new System.Drawing.Point(3, 3);
radTextBoxControl_SearchBox.Name = "radTextBoxControl_SearchBox";
radTextBoxControl_SearchBox.NullText = "Search ...";
radTextBoxControl_SearchBox.Size = new System.Drawing.Size(494, 22);
radTextBoxControl_SearchBox.TabIndex = 1;
radTextBoxControl_SearchBox.TextChanged += RadTextBoxControl_SearchBox_TextChanged;
//
// GroupListControl
//
AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
Controls.Add(tableLayoutPanel1);
Controls.Add(radMenu1);
Name = "GroupListControl";
Size = new System.Drawing.Size(500, 500);
((System.ComponentModel.ISupportInitialize)radListView_GroupList).EndInit();
((System.ComponentModel.ISupportInitialize)radMenu1).EndInit();
tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)radTextBoxControl_SearchBox).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Telerik.WinControls.UI.RadListView radListView_GroupList;
private Telerik.WinControls.UI.RadMenu radMenu1;
private Telerik.WinControls.UI.RadMenuItem radMenuItem_CreateGroup;
private Telerik.WinControls.UI.RadMenuItem radMenuItem_DeleteGroup;
private Telerik.WinControls.UI.RadMenuItem radMenuItem_OpenGroup;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_SearchBox;
}
}