Changeset 167 for trunk/Forms/FormTargetOptions.lfm
- Timestamp:
- Aug 20, 2024, 2:36:15 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormTargetOptions.lfm
r166 r167 1 1 object FormTargetOptions: TFormTargetOptions 2 2 Left = 987 3 Height = 2 163 Height = 251 4 4 Top = 599 5 Width = 6 095 Width = 675 6 6 Caption = 'Target options' 7 ClientHeight = 2 168 ClientWidth = 6 097 ClientHeight = 251 8 ClientWidth = 675 9 9 DesignTimePPI = 144 10 10 LCLVersion = '3.4.0.0' 11 object Edit1: TEdit 12 Left = 10 13 Height = 33 14 Top = 38 15 Width = 492 16 Anchors = [akTop, akLeft, akRight] 17 ParentFont = False 18 TabOrder = 0 19 end 20 object Label1: TLabel 21 Left = 10 22 Height = 25 23 Top = 8 24 Width = 144 25 Caption = 'Compiler location:' 26 ParentColor = False 27 ParentFont = False 28 end 29 object ButtonCompiler: TButton 30 Left = 512 11 object ButtonOk: TButton 12 Left = 552 31 13 Height = 37 32 Top = 42 33 Width = 90 34 Anchors = [akTop, akRight] 35 Caption = 'Select...' 36 ParentFont = False 37 TabOrder = 1 38 OnClick = ButtonCompilerClick 39 end 40 object ButtonExecute: TButton 41 Left = 512 42 Height = 37 43 Top = 115 44 Width = 90 45 Anchors = [akTop, akRight] 46 Caption = 'Select...' 47 ParentFont = False 48 TabOrder = 2 49 OnClick = ButtonExecuteClick 50 end 51 object Edit2: TEdit 52 Left = 10 53 Height = 33 54 Top = 115 55 Width = 492 56 Anchors = [akTop, akLeft, akRight] 57 ParentFont = False 58 TabOrder = 3 59 end 60 object Label2: TLabel 61 Left = 10 62 Height = 25 63 Top = 86 64 Width = 139 65 Caption = 'Executor location:' 66 ParentColor = False 67 ParentFont = False 68 end 69 object ButtonOk: TButton 70 Left = 486 71 Height = 37 72 Top = 165 14 Top = 200 73 15 Width = 109 74 16 Anchors = [akRight, akBottom] … … 76 18 ModalResult = 1 77 19 ParentFont = False 78 TabOrder = 420 TabOrder = 0 79 21 end 80 22 object ButtonCancel: TButton 81 Left = 35123 Left = 417 82 24 Height = 37 83 Top = 16525 Top = 200 84 26 Width = 109 85 27 Anchors = [akRight, akBottom] … … 87 29 ModalResult = 2 88 30 ParentFont = False 89 TabOrder = 5 31 TabOrder = 1 32 end 33 object ScrollBox1: TScrollBox 34 Left = 8 35 Height = 179 36 Top = 8 37 Width = 662 38 HorzScrollBar.Page = 165 39 VertScrollBar.Page = 158 40 Anchors = [akTop, akLeft, akRight, akBottom] 41 ClientHeight = 177 42 ClientWidth = 660 43 TabOrder = 2 44 object Label1: TLabel 45 Left = 10 46 Height = 26 47 Top = 8 48 Width = 155 49 Caption = 'Compiler location:' 50 ParentColor = False 51 ParentFont = False 52 end 53 object Edit1: TEdit 54 Left = 10 55 Height = 43 56 Top = 38 57 Width = 540 58 Anchors = [akTop, akLeft, akRight] 59 ParentFont = False 60 TabOrder = 0 61 end 62 object ButtonCompiler: TButton 63 Left = 558 64 Height = 37 65 Top = 42 66 Width = 90 67 Anchors = [akTop, akRight] 68 Caption = 'Select...' 69 ParentFont = False 70 TabOrder = 1 71 OnClick = ButtonCompilerClick 72 end 73 object ButtonExecute: TButton 74 Left = 558 75 Height = 37 76 Top = 115 77 Width = 90 78 Anchors = [akTop, akRight] 79 Caption = 'Select...' 80 ParentFont = False 81 TabOrder = 2 82 OnClick = ButtonExecuteClick 83 end 84 object Edit2: TEdit 85 Left = 10 86 Height = 43 87 Top = 115 88 Width = 540 89 Anchors = [akTop, akLeft, akRight] 90 ParentFont = False 91 TabOrder = 3 92 end 93 object Label2: TLabel 94 Left = 10 95 Height = 26 96 Top = 86 97 Width = 151 98 Caption = 'Executor location:' 99 ParentColor = False 100 ParentFont = False 101 end 90 102 end 91 103 object OpenDialog1: TOpenDialog
Note:
See TracChangeset
for help on using the changeset viewer.