working on characterlist
This commit is contained in:
@@ -34,11 +34,11 @@
|
||||
radMenuItem_DeleteChar = new Telerik.WinControls.UI.RadMenuItem();
|
||||
radMenuItem_OpenChar = new Telerik.WinControls.UI.RadMenuItem();
|
||||
tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
radTextBoxControl1 = new Telerik.WinControls.UI.RadTextBoxControl();
|
||||
radTextBoxControl_SearchBox = new Telerik.WinControls.UI.RadTextBoxControl();
|
||||
((System.ComponentModel.ISupportInitialize)radListView_CharList).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)radMenu1).BeginInit();
|
||||
tableLayoutPanel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)radTextBoxControl1).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)radTextBoxControl_SearchBox).BeginInit();
|
||||
SuspendLayout();
|
||||
//
|
||||
// radListView_CharList
|
||||
@@ -80,7 +80,7 @@
|
||||
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(radTextBoxControl1, 0, 0);
|
||||
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";
|
||||
@@ -90,14 +90,15 @@
|
||||
tableLayoutPanel1.Size = new System.Drawing.Size(500, 480);
|
||||
tableLayoutPanel1.TabIndex = 1;
|
||||
//
|
||||
// radTextBoxControl1
|
||||
// radTextBoxControl_SearchBox
|
||||
//
|
||||
radTextBoxControl1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
||||
radTextBoxControl1.Location = new System.Drawing.Point(3, 3);
|
||||
radTextBoxControl1.Name = "radTextBoxControl1";
|
||||
radTextBoxControl1.NullText = "Search...";
|
||||
radTextBoxControl1.Size = new System.Drawing.Size(494, 22);
|
||||
radTextBoxControl1.TabIndex = 1;
|
||||
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
|
||||
//
|
||||
@@ -110,7 +111,7 @@
|
||||
((System.ComponentModel.ISupportInitialize)radListView_CharList).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)radMenu1).EndInit();
|
||||
tableLayoutPanel1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)radTextBoxControl1).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)radTextBoxControl_SearchBox).EndInit();
|
||||
ResumeLayout(false);
|
||||
PerformLayout();
|
||||
}
|
||||
@@ -123,6 +124,6 @@
|
||||
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 radTextBoxControl1;
|
||||
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_SearchBox;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user