Changeset 234 for branches/xpascal/Forms/FormMain.lfm
- Timestamp:
- Jun 27, 2023, 12:50:09 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/xpascal/Forms/FormMain.lfm
r233 r234 24 24 TabOrder = 0 25 25 end 26 object PanelSource: TPanel 27 Left = 7 28 Height = 832 26 object Splitter1: TSplitter 27 Cursor = crVSplit 28 Left = 0 29 Height = 8 30 Top = 824 31 Width = 1491 32 Align = alBottom 33 ResizeAnchor = akBottom 34 end 35 object Panel1: TPanel 36 Left = 0 37 Height = 824 29 38 Top = 0 30 Width = 82939 Width = 1491 31 40 Align = alClient 32 BevelOuter = bvNone 33 TabOrder = 1 34 end 35 object PanelOutput: TPanel 36 Left = 836 37 Height = 832 38 Top = 0 39 Width = 655 40 Align = alRight 41 BevelOuter = bvNone 41 ClientHeight = 824 42 ClientWidth = 1491 42 43 TabOrder = 2 43 end 44 object Splitter1: TSplitter 45 Left = 0 46 Height = 832 47 Top = 0 48 Width = 7 44 object PanelSource: TPanel 45 Left = 1 46 Height = 822 47 Top = 1 48 Width = 826 49 Align = alClient 50 BevelOuter = bvNone 51 TabOrder = 0 52 end 53 object PanelOutput: TPanel 54 Left = 835 55 Height = 822 56 Top = 1 57 Width = 655 58 Align = alRight 59 BevelOuter = bvNone 60 TabOrder = 1 61 end 62 object Splitter2: TSplitter 63 Left = 827 64 Height = 822 65 Top = 1 66 Width = 8 67 Align = alRight 68 ResizeAnchor = akRight 69 end 49 70 end 50 71 object MainMenu1: TMainMenu
Note:
See TracChangeset
for help on using the changeset viewer.