59 lines
2.1 KiB
C#
59 lines
2.1 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();
|
|
((System.ComponentModel.ISupportInitialize)radListView_CharList).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// radListView_CharList
|
|
//
|
|
radListView_CharList.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
radListView_CharList.Location = new System.Drawing.Point(0, 0);
|
|
radListView_CharList.Name = "radListView_CharList";
|
|
radListView_CharList.Size = new System.Drawing.Size(500, 500);
|
|
radListView_CharList.TabIndex = 0;
|
|
//
|
|
// CharacterListControl
|
|
//
|
|
AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
Controls.Add(radListView_CharList);
|
|
Name = "CharacterListControl";
|
|
Size = new System.Drawing.Size(500, 500);
|
|
((System.ComponentModel.ISupportInitialize)radListView_CharList).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Telerik.WinControls.UI.RadListView radListView_CharList;
|
|
}
|
|
}
|