Changeset 210 for branches/interpreter2/Forms/UFormMain.lfm
- Timestamp:
- Apr 22, 2020, 12:13:52 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/interpreter2/Forms/UFormMain.lfm
r209 r210 1 1 object FormMain: TFormMain 2 2 Left = 515 3 Height = 9 254 Top = 1355 Width = 14 183 Height = 993 4 Top = 67 5 Width = 1491 6 6 Caption = 'Interpreter' 7 ClientHeight = 8918 ClientWidth = 14 187 ClientHeight = 959 8 ClientWidth = 1491 9 9 DesignTimePPI = 144 10 10 Menu = MainMenu1 … … 16 16 object PanelMessages: TPanel 17 17 Left = 0 18 Height = 1 3119 Top = 76020 Width = 14 1818 Height = 127 19 Top = 832 20 Width = 1491 21 21 Align = alBottom 22 22 BevelOuter = bvNone … … 24 24 end 25 25 object PanelSource: TPanel 26 Left = 027 Height = 69828 Top = 9629 Width = 70430 Align = alC ustom26 Left = 7 27 Height = 832 28 Top = 0 29 Width = 829 30 Align = alClient 31 31 BevelOuter = bvNone 32 32 TabOrder = 1 33 33 end 34 34 object PanelOutput: TPanel 35 Left = 75136 Height = 8 4337 Top = 1635 Left = 836 36 Height = 832 37 Top = 0 38 38 Width = 655 39 Align = alRight 39 40 BevelOuter = bvNone 40 41 TabOrder = 2 42 end 43 object Splitter1: TSplitter 44 Left = 0 45 Height = 832 46 Top = 0 47 Width = 7 41 48 end 42 49 object MainMenu1: TMainMenu
Note:
See TracChangeset
for help on using the changeset viewer.