finish login & polish up
This commit is contained in:
@@ -39,7 +39,8 @@ namespace OwnChar.App.Desktop.UI.Windows
|
||||
//
|
||||
radTabbedFormControl2.Location = new System.Drawing.Point(0, 0);
|
||||
radTabbedFormControl2.Name = "radTabbedFormControl1";
|
||||
radTabbedFormControl2.ShowNewTabButton = false;
|
||||
radTabbedFormControl2.ShowIcon = true;
|
||||
radTabbedFormControl2.ShowTabPinButton = true;
|
||||
radTabbedFormControl2.Size = new System.Drawing.Size(768, 583);
|
||||
radTabbedFormControl2.TabIndex = 0;
|
||||
radTabbedFormControl2.TabWidth = 200;
|
||||
@@ -55,7 +56,6 @@ namespace OwnChar.App.Desktop.UI.Windows
|
||||
ClientSize = new System.Drawing.Size(780, 589);
|
||||
Controls.Add(radTabbedFormControl2);
|
||||
Name = "MainWindow";
|
||||
ShowIcon = false;
|
||||
Text = "RadForm1";
|
||||
Load += MainWindow_Load;
|
||||
((System.ComponentModel.ISupportInitialize)radTabbedFormControl2).EndInit();
|
||||
@@ -65,7 +65,6 @@ namespace OwnChar.App.Desktop.UI.Windows
|
||||
|
||||
#endregion
|
||||
|
||||
private Telerik.WinControls.UI.RadTabbedFormControl radTabbedFormControl1;
|
||||
private RadTabbedFormControl radTabbedFormControl2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user