Changeset 115 for trunk/Forms/UFormTargetOptions.lfm
- Timestamp:
- Oct 13, 2020, 8:05:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormTargetOptions.lfm
r103 r115 1 1 object FormTargetOptions: TFormTargetOptions 2 Left = 4293 Height = 24 74 Top = 2285 Width = 5 062 Left = 667 3 Height = 242 4 Top = 613 5 Width = 586 6 6 Caption = 'Target options' 7 ClientHeight = 24 78 ClientWidth = 5 067 ClientHeight = 242 8 ClientWidth = 586 9 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = '2.0. 0.4'13 LCLVersion = '2.0.10.0' 14 14 object Edit1: TEdit 15 15 Left = 10 16 Height = 3316 Height = 42 17 17 Top = 38 18 Width = 38918 Width = 469 19 19 Anchors = [akTop, akLeft, akRight] 20 20 ParentFont = False … … 23 23 object Label1: TLabel 24 24 Left = 10 25 Height = 2 525 Height = 24 26 26 Top = 8 27 Width = 1 4427 Width = 155 28 28 Caption = 'Compiler location:' 29 29 ParentColor = False … … 31 31 end 32 32 object ButtonCompiler: TButton 33 Left = 4 0933 Left = 489 34 34 Height = 37 35 35 Top = 42 … … 42 42 end 43 43 object ButtonExecute: TButton 44 Left = 4 0944 Left = 489 45 45 Height = 37 46 46 Top = 115 … … 54 54 object Edit2: TEdit 55 55 Left = 10 56 Height = 3356 Height = 42 57 57 Top = 115 58 Width = 38958 Width = 469 59 59 Anchors = [akTop, akLeft, akRight] 60 60 ParentFont = False … … 63 63 object Label2: TLabel 64 64 Left = 10 65 Height = 2 565 Height = 24 66 66 Top = 86 67 Width = 1 3967 Width = 151 68 68 Caption = 'Executor location:' 69 69 ParentColor = False … … 71 71 end 72 72 object ButtonOk: TButton 73 Left = 38373 Left = 463 74 74 Height = 37 75 Top = 19 675 Top = 191 76 76 Width = 109 77 77 Anchors = [akRight, akBottom] … … 82 82 end 83 83 object ButtonCancel: TButton 84 Left = 24884 Left = 328 85 85 Height = 37 86 Top = 19 686 Top = 191 87 87 Width = 109 88 88 Anchors = [akRight, akBottom] … … 95 95 DefaultExt = '.exe' 96 96 Filter = 'Program (*.exe)|*.exe|JakÃœkoliv soubor (*.*)|*.*' 97 left = 11898 top = 14597 Left = 118 98 Top = 145 99 99 end 100 100 end
Note:
See TracChangeset
for help on using the changeset viewer.