130 lines
6.3 KiB
C#
130 lines
6.3 KiB
C#
namespace OwnChar.App.Desktop.UI.MainTabs.Controls
|
|
{
|
|
partial class CharacterListControl
|
|
{
|
|
/// <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_CharList = new Telerik.WinControls.UI.RadListView();
|
|
radMenu1 = new Telerik.WinControls.UI.RadMenu();
|
|
radMenuItem_CreateChar = new Telerik.WinControls.UI.RadMenuItem();
|
|
radMenuItem_DeleteChar = new Telerik.WinControls.UI.RadMenuItem();
|
|
radMenuItem_OpenChar = new Telerik.WinControls.UI.RadMenuItem();
|
|
tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
radTextBoxControl_SearchBox = new Telerik.WinControls.UI.RadTextBoxControl();
|
|
((System.ComponentModel.ISupportInitialize)radListView_CharList).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)radMenu1).BeginInit();
|
|
tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)radTextBoxControl_SearchBox).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// radListView_CharList
|
|
//
|
|
radListView_CharList.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
radListView_CharList.Location = new System.Drawing.Point(3, 31);
|
|
radListView_CharList.Name = "radListView_CharList";
|
|
radListView_CharList.Size = new System.Drawing.Size(494, 446);
|
|
radListView_CharList.TabIndex = 0;
|
|
//
|
|
// radMenu1
|
|
//
|
|
radMenu1.Items.AddRange(new Telerik.WinControls.RadItem[] { radMenuItem_CreateChar, radMenuItem_DeleteChar, radMenuItem_OpenChar });
|
|
radMenu1.Location = new System.Drawing.Point(0, 0);
|
|
radMenu1.Name = "radMenu1";
|
|
radMenu1.Size = new System.Drawing.Size(500, 20);
|
|
radMenu1.TabIndex = 0;
|
|
//
|
|
// radMenuItem_CreateChar
|
|
//
|
|
radMenuItem_CreateChar.Name = "radMenuItem_CreateChar";
|
|
radMenuItem_CreateChar.Text = "New";
|
|
radMenuItem_CreateChar.Click += RadMenuItem_AddChar_Click;
|
|
//
|
|
// radMenuItem_DeleteChar
|
|
//
|
|
radMenuItem_DeleteChar.Name = "radMenuItem_DeleteChar";
|
|
radMenuItem_DeleteChar.Text = "Delete";
|
|
radMenuItem_DeleteChar.Click += RadMenuItem_DeleteChar_Click;
|
|
//
|
|
// radMenuItem_OpenChar
|
|
//
|
|
radMenuItem_OpenChar.Name = "radMenuItem_OpenChar";
|
|
radMenuItem_OpenChar.Text = "Open";
|
|
radMenuItem_OpenChar.Click += RadMenuItem_OpenChar_Click;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
tableLayoutPanel1.ColumnCount = 1;
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
tableLayoutPanel1.Controls.Add(radListView_CharList, 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 = 1;
|
|
//
|
|
// 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;
|
|
//
|
|
// CharacterListControl
|
|
//
|
|
AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
Controls.Add(tableLayoutPanel1);
|
|
Controls.Add(radMenu1);
|
|
Name = "CharacterListControl";
|
|
Size = new System.Drawing.Size(500, 500);
|
|
((System.ComponentModel.ISupportInitialize)radListView_CharList).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_CharList;
|
|
private Telerik.WinControls.UI.RadMenu radMenu1;
|
|
private Telerik.WinControls.UI.RadMenuItem radMenuItem_CreateChar;
|
|
private Telerik.WinControls.UI.RadMenuItem radMenuItem_DeleteChar;
|
|
private Telerik.WinControls.UI.RadMenuItem radMenuItem_OpenChar;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_SearchBox;
|
|
}
|
|
}
|