source: trunk/IDE/Forms/FormTargetOptions.lfm

Last change on this file was 75, checked in by chronos, 6 months ago
  • Modified: Removed U prefix from unit names.
  • Modified: Updated Common package.
File size: 2.0 KB
Line 
1object FormTargetOptions: TFormTargetOptions
2 Left = 345
3 Height = 250
4 Top = 134
5 Width = 477
6 Caption = 'Target options'
7 ClientHeight = 250
8 ClientWidth = 477
9 LCLVersion = '1.1'
10 object Label1: TLabel
11 Left = 8
12 Height = 14
13 Top = 10
14 Width = 32
15 Caption = 'Name:'
16 ParentColor = False
17 end
18 object LabelName: TLabel
19 Left = 56
20 Height = 14
21 Top = 10
22 Width = 13
23 Caption = ' '
24 ParentColor = False
25 end
26 object Label2: TLabel
27 Left = 7
28 Height = 14
29 Top = 32
30 Width = 71
31 Caption = 'Compiler path:'
32 ParentColor = False
33 end
34 object EditProducer: TEdit
35 Left = 96
36 Height = 21
37 Top = 31
38 Width = 295
39 Anchors = [akTop, akLeft, akRight]
40 TabOrder = 0
41 end
42 object ButtonProducerSelect: TButton
43 Left = 400
44 Height = 25
45 Top = 31
46 Width = 75
47 Anchors = [akTop, akRight]
48 Caption = 'Select...'
49 OnClick = ButtonProducerSelectClick
50 TabOrder = 1
51 end
52 object Label3: TLabel
53 Left = 8
54 Height = 14
55 Top = 65
56 Width = 73
57 Caption = 'Executor path:'
58 ParentColor = False
59 end
60 object EditExecutor: TEdit
61 Left = 97
62 Height = 21
63 Top = 64
64 Width = 295
65 Anchors = [akTop, akLeft, akRight]
66 TabOrder = 2
67 end
68 object ButtonExecutorSelect: TButton
69 Left = 399
70 Height = 25
71 Top = 64
72 Width = 75
73 Anchors = [akTop, akRight]
74 Caption = 'Select...'
75 OnClick = ButtonExecutorSelectClick
76 TabOrder = 3
77 end
78 object Button1: TButton
79 Left = 391
80 Height = 25
81 Top = 216
82 Width = 75
83 Anchors = [akRight, akBottom]
84 Caption = 'Ok'
85 Default = True
86 ModalResult = 1
87 TabOrder = 4
88 end
89 object Button2: TButton
90 Left = 305
91 Height = 25
92 Top = 216
93 Width = 75
94 Anchors = [akRight, akBottom]
95 Caption = 'Cancel'
96 ModalResult = 2
97 TabOrder = 5
98 end
99 object OpenDialog1: TOpenDialog
100 left = 128
101 top = 120
102 end
103end
Note: See TracBrowser for help on using the repository browser.