Changeset 234 for branches/xpascal/Forms
- Timestamp:
- Jun 27, 2023, 12:50:09 AM (17 months ago)
- Location:
- branches/xpascal/Forms
- Files:
-
- 4 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 -
branches/xpascal/Forms/FormMain.pas
r233 r234 41 41 MenuItemFile: TMenuItem; 42 42 OpenDialog1: TOpenDialog; 43 Panel1: TPanel; 43 44 PanelOutput: TPanel; 44 45 PanelSource: TPanel; 45 46 PanelMessages: TPanel; 46 47 Splitter1: TSplitter; 48 Splitter2: TSplitter; 47 49 procedure ACompileExecute(Sender: TObject); 48 50 procedure AConsoleExecute(Sender: TObject); -
branches/xpascal/Forms/FormOutput.lfm
r230 r234 1 1 object FormOutput: TFormOutput 2 Left = 5632 Left = 814 3 3 Height = 544 4 Top = 3394 Top = 448 5 5 Width = 932 6 6 Caption = 'Output' … … 17 17 BorderSpacing.Around = 4 18 18 Anchors = [akTop, akLeft, akRight, akBottom] 19 Color = clBlack 20 Font.Color = clWhite 19 21 Font.Height = -20 20 22 Font.Name = 'DejaVu Sans Mono' -
branches/xpascal/Forms/FormSource.lfm
r227 r234 1 1 object FormSource: TFormSource 2 Left = 5242 Left = 692 3 3 Height = 749 4 Top = 2994 Top = 345 5 5 Width = 1176 6 6 Caption = 'Source' … … 12 12 Left = 12 13 13 Height = 701 14 Top = 3 614 Top = 32 15 15 Width = 1156 16 16 Align = alCustom 17 17 BorderSpacing.Around = 4 18 18 Anchors = [akTop, akLeft, akRight, akBottom] 19 Color = clBlack 20 Font.Color = clWhite 19 21 Font.Height = -20 20 22 Font.Name = 'Liberation Mono'
Note:
See TracChangeset
for help on using the changeset viewer.