source: trunk/Forms/FormTargetOptions.lfm

Last change on this file was 145, checked in by chronos, 11 months ago
  • Modified: Remove U prefix from unit names.
  • Modified: Updated Common package.
File size: 2.0 KB
Line 
1object FormTargetOptions: TFormTargetOptions
2 Left = 667
3 Height = 242
4 Top = 613
5 Width = 586
6 Caption = 'Target options'
7 ClientHeight = 242
8 ClientWidth = 586
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 LCLVersion = '2.0.10.0'
14 object Edit1: TEdit
15 Left = 10
16 Height = 42
17 Top = 38
18 Width = 469
19 Anchors = [akTop, akLeft, akRight]
20 ParentFont = False
21 TabOrder = 0
22 end
23 object Label1: TLabel
24 Left = 10
25 Height = 24
26 Top = 8
27 Width = 155
28 Caption = 'Compiler location:'
29 ParentColor = False
30 ParentFont = False
31 end
32 object ButtonCompiler: TButton
33 Left = 489
34 Height = 37
35 Top = 42
36 Width = 90
37 Anchors = [akTop, akRight]
38 Caption = 'Select...'
39 OnClick = ButtonCompilerClick
40 ParentFont = False
41 TabOrder = 1
42 end
43 object ButtonExecute: TButton
44 Left = 489
45 Height = 37
46 Top = 115
47 Width = 90
48 Anchors = [akTop, akRight]
49 Caption = 'Select...'
50 OnClick = ButtonExecuteClick
51 ParentFont = False
52 TabOrder = 2
53 end
54 object Edit2: TEdit
55 Left = 10
56 Height = 42
57 Top = 115
58 Width = 469
59 Anchors = [akTop, akLeft, akRight]
60 ParentFont = False
61 TabOrder = 3
62 end
63 object Label2: TLabel
64 Left = 10
65 Height = 24
66 Top = 86
67 Width = 151
68 Caption = 'Executor location:'
69 ParentColor = False
70 ParentFont = False
71 end
72 object ButtonOk: TButton
73 Left = 463
74 Height = 37
75 Top = 191
76 Width = 109
77 Anchors = [akRight, akBottom]
78 Caption = 'Ok'
79 ModalResult = 1
80 ParentFont = False
81 TabOrder = 4
82 end
83 object ButtonCancel: TButton
84 Left = 328
85 Height = 37
86 Top = 191
87 Width = 109
88 Anchors = [akRight, akBottom]
89 Caption = 'Cancel'
90 ModalResult = 2
91 ParentFont = False
92 TabOrder = 5
93 end
94 object OpenDialog1: TOpenDialog
95 DefaultExt = '.exe'
96 Filter = 'Program (*.exe)|*.exe|JakÃœkoliv soubor (*.*)|*.*'
97 Left = 118
98 Top = 145
99 end
100end
Note: See TracBrowser for help on using the repository browser.