source: trunk/Forms/UCodeEdit.dfm

Last change on this file was 2, checked in by george, 15 years ago
  • Modified: CodeEdit window is now dockable rather than MDI child.
  • Modified: Main menu changed to ActionMainMenuBar with XP style.
File size: 489 bytes
Line 
1object CodeEdit: TCodeEdit
2 Left = 0
3 Top = 0
4 Caption = 'Code edit'
5 ClientHeight = 531
6 ClientWidth = 621
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'Tahoma'
12 Font.Style = []
13 OldCreateOrder = False
14 Visible = True
15 PixelsPerInch = 96
16 TextHeight = 13
17 object Memo1: TMemo
18 Left = 0
19 Top = 0
20 Width = 621
21 Height = 531
22 Align = alClient
23 TabOrder = 0
24 end
25end
Note: See TracBrowser for help on using the repository browser.