source: tags/1.0.0/Forms/UFormTargetOptions.lfm

Last change on this file was 92, checked in by chronos, 6 years ago
File size: 1.9 KB
Line 
1object FormTargetOptions: TFormTargetOptions
2 Left = 429
3 Height = 206
4 Top = 228
5 Width = 422
6 Caption = 'Target options'
7 ClientHeight = 206
8 ClientWidth = 422
9 DesignTimePPI = 120
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 LCLVersion = '1.8.2.0'
14 object Edit1: TEdit
15 Left = 8
16 Height = 28
17 Top = 32
18 Width = 325
19 Anchors = [akTop, akLeft, akRight]
20 TabOrder = 0
21 end
22 object Label1: TLabel
23 Left = 8
24 Height = 20
25 Top = 7
26 Width = 122
27 Caption = 'Compiler location:'
28 ParentColor = False
29 end
30 object ButtonCompiler: TButton
31 Left = 341
32 Height = 31
33 Top = 35
34 Width = 75
35 Anchors = [akTop, akRight]
36 Caption = 'Select...'
37 OnClick = ButtonCompilerClick
38 TabOrder = 1
39 end
40 object ButtonExecute: TButton
41 Left = 341
42 Height = 31
43 Top = 96
44 Width = 75
45 Anchors = [akTop, akRight]
46 Caption = 'Select...'
47 OnClick = ButtonExecuteClick
48 TabOrder = 2
49 end
50 object Edit2: TEdit
51 Left = 8
52 Height = 28
53 Top = 96
54 Width = 325
55 Anchors = [akTop, akLeft, akRight]
56 TabOrder = 3
57 end
58 object Label2: TLabel
59 Left = 8
60 Height = 20
61 Top = 72
62 Width = 118
63 Caption = 'Executor location:'
64 ParentColor = False
65 end
66 object ButtonOk: TButton
67 Left = 319
68 Height = 31
69 Top = 163
70 Width = 91
71 Anchors = [akRight, akBottom]
72 Caption = 'Ok'
73 ModalResult = 1
74 TabOrder = 4
75 end
76 object ButtonCancel: TButton
77 Left = 207
78 Height = 31
79 Top = 163
80 Width = 91
81 Anchors = [akRight, akBottom]
82 Caption = 'Cancel'
83 ModalResult = 2
84 TabOrder = 5
85 end
86 object OpenDialog1: TOpenDialog
87 DefaultExt = '.exe'
88 Filter = 'Program (*.exe)|*.exe|JakÃœkoliv soubor (*.*)|*.*'
89 left = 98
90 top = 121
91 end
92end
Note: See TracBrowser for help on using the repository browser.