Changeset 92 for trunk/Forms/UFormTargetOptions.lfm
- Timestamp:
- Jul 20, 2018, 9:48:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormTargetOptions.lfm
r50 r92 1 1 object FormTargetOptions: TFormTargetOptions 2 2 Left = 429 3 Height = 2 403 Height = 206 4 4 Top = 228 5 Width = 3695 Width = 422 6 6 Caption = 'Target options' 7 ClientHeight = 240 8 ClientWidth = 369 9 LCLVersion = '1.1' 7 ClientHeight = 206 8 ClientWidth = 422 9 DesignTimePPI = 120 10 OnClose = FormClose 11 OnCreate = FormCreate 12 OnShow = FormShow 13 LCLVersion = '1.8.2.0' 10 14 object Edit1: TEdit 11 15 Left = 8 12 Height = 2 113 Top = 2414 Width = 27216 Height = 28 17 Top = 32 18 Width = 325 15 19 Anchors = [akTop, akLeft, akRight] 16 20 TabOrder = 0 … … 18 22 object Label1: TLabel 19 23 Left = 8 20 Height = 1424 Height = 20 21 25 Top = 7 22 Width = 8626 Width = 122 23 27 Caption = 'Compiler location:' 24 28 ParentColor = False 25 29 end 26 30 object ButtonCompiler: TButton 27 Left = 28828 Height = 2529 Top = 2431 Left = 341 32 Height = 31 33 Top = 35 30 34 Width = 75 31 35 Anchors = [akTop, akRight] … … 35 39 end 36 40 object ButtonExecute: TButton 37 Left = 28838 Height = 2539 Top = 8041 Left = 341 42 Height = 31 43 Top = 96 40 44 Width = 75 41 45 Anchors = [akTop, akRight] … … 46 50 object Edit2: TEdit 47 51 Left = 8 48 Height = 2 149 Top = 8150 Width = 27252 Height = 28 53 Top = 96 54 Width = 325 51 55 Anchors = [akTop, akLeft, akRight] 52 56 TabOrder = 3 … … 54 58 object Label2: TLabel 55 59 Left = 8 56 Height = 1457 Top = 6458 Width = 8860 Height = 20 61 Top = 72 62 Width = 118 59 63 Caption = 'Executor location:' 60 64 ParentColor = False 61 65 end 62 66 object ButtonOk: TButton 63 Left = 28864 Height = 2565 Top = 20866 Width = 7567 Left = 319 68 Height = 31 69 Top = 163 70 Width = 91 67 71 Anchors = [akRight, akBottom] 68 72 Caption = 'Ok' … … 71 75 end 72 76 object ButtonCancel: TButton 73 Left = 20 074 Height = 2575 Top = 20876 Width = 7577 Left = 207 78 Height = 31 79 Top = 163 80 Width = 91 77 81 Anchors = [akRight, akBottom] 78 82 Caption = 'Cancel'
Note:
See TracChangeset
for help on using the changeset viewer.