Changeset 103 for trunk/Forms/UFormTargetOptions.lfm
- Timestamp:
- May 5, 2019, 12:17:58 AM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormTargetOptions.lfm
r92 r103 1 1 object FormTargetOptions: TFormTargetOptions 2 2 Left = 429 3 Height = 2 063 Height = 247 4 4 Top = 228 5 Width = 4225 Width = 506 6 6 Caption = 'Target options' 7 ClientHeight = 2 068 ClientWidth = 4229 DesignTimePPI = 1 207 ClientHeight = 247 8 ClientWidth = 506 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = ' 1.8.2.0'13 LCLVersion = '2.0.0.4' 14 14 object Edit1: TEdit 15 Left = 816 Height = 2817 Top = 3 218 Width = 3 2515 Left = 10 16 Height = 33 17 Top = 38 18 Width = 389 19 19 Anchors = [akTop, akLeft, akRight] 20 ParentFont = False 20 21 TabOrder = 0 21 22 end 22 23 object Label1: TLabel 23 Left = 824 Height = 2 025 Top = 726 Width = 1 2224 Left = 10 25 Height = 25 26 Top = 8 27 Width = 144 27 28 Caption = 'Compiler location:' 28 29 ParentColor = False 30 ParentFont = False 29 31 end 30 32 object ButtonCompiler: TButton 31 Left = 34132 Height = 3 133 Top = 3534 Width = 7533 Left = 409 34 Height = 37 35 Top = 42 36 Width = 90 35 37 Anchors = [akTop, akRight] 36 38 Caption = 'Select...' 37 39 OnClick = ButtonCompilerClick 40 ParentFont = False 38 41 TabOrder = 1 39 42 end 40 43 object ButtonExecute: TButton 41 Left = 34142 Height = 3 143 Top = 9644 Width = 7544 Left = 409 45 Height = 37 46 Top = 115 47 Width = 90 45 48 Anchors = [akTop, akRight] 46 49 Caption = 'Select...' 47 50 OnClick = ButtonExecuteClick 51 ParentFont = False 48 52 TabOrder = 2 49 53 end 50 54 object Edit2: TEdit 51 Left = 852 Height = 2853 Top = 9654 Width = 3 2555 Left = 10 56 Height = 33 57 Top = 115 58 Width = 389 55 59 Anchors = [akTop, akLeft, akRight] 60 ParentFont = False 56 61 TabOrder = 3 57 62 end 58 63 object Label2: TLabel 59 Left = 860 Height = 2 061 Top = 7262 Width = 1 1864 Left = 10 65 Height = 25 66 Top = 86 67 Width = 139 63 68 Caption = 'Executor location:' 64 69 ParentColor = False 70 ParentFont = False 65 71 end 66 72 object ButtonOk: TButton 67 Left = 3 1968 Height = 3 169 Top = 1 6370 Width = 9173 Left = 383 74 Height = 37 75 Top = 196 76 Width = 109 71 77 Anchors = [akRight, akBottom] 72 78 Caption = 'Ok' 73 79 ModalResult = 1 80 ParentFont = False 74 81 TabOrder = 4 75 82 end 76 83 object ButtonCancel: TButton 77 Left = 2 0778 Height = 3 179 Top = 1 6380 Width = 9184 Left = 248 85 Height = 37 86 Top = 196 87 Width = 109 81 88 Anchors = [akRight, akBottom] 82 89 Caption = 'Cancel' 83 90 ModalResult = 2 91 ParentFont = False 84 92 TabOrder = 5 85 93 end … … 87 95 DefaultExt = '.exe' 88 96 Filter = 'Program (*.exe)|*.exe|JakÃœkoliv soubor (*.*)|*.*' 89 left = 9890 top = 1 2197 left = 118 98 top = 145 91 99 end 92 100 end
Note:
See TracChangeset
for help on using the changeset viewer.