1object FppkgPackageFileOptionsFrm: TFppkgPackageFileOptionsFrm
2  Left = 0
3  Height = 172
4  Top = 0
5  Width = 431
6  Align = alClient
7  ClientHeight = 172
8  ClientWidth = 431
9  ParentFont = False
10  TabOrder = 0
11  DesignLeft = 348
12  DesignTop = 165
13  object FileTargetOSPanel: TPanel
14    Left = 0
15    Height = 172
16    Top = 0
17    Width = 170
18    Align = alLeft
19    BevelOuter = bvNone
20    ClientHeight = 172
21    ClientWidth = 170
22    ParentFont = False
23    TabOrder = 0
24    object FileTargetOSCheckList: TCheckListBox
25      Left = 0
26      Height = 141
27      Top = 31
28      Width = 170
29      Align = alClient
30      ItemHeight = 0
31      OnClickCheck = FileTargetOSCheckListClickCheck
32      ParentFont = False
33      TabOrder = 0
34      TopIndex = -1
35    end
36    object FileTargetOSComboBox: TComboBox
37      Left = 0
38      Height = 31
39      Top = 0
40      Width = 170
41      Align = alTop
42      ItemHeight = 0
43      ItemIndex = 0
44      Items.Strings = (
45        'All OS''es, except:'
46        'No OS''es, except:'
47      )
48      OnChange = FileTargetOSComboBoxChange
49      ParentFont = False
50      Style = csDropDownList
51      TabOrder = 1
52      Text = 'All OS''es, except:'
53    end
54  end
55  object FileTargetCPUPanel: TPanel
56    Left = 170
57    Height = 172
58    Top = 0
59    Width = 170
60    Align = alLeft
61    BevelOuter = bvNone
62    ClientHeight = 172
63    ClientWidth = 170
64    ParentFont = False
65    TabOrder = 1
66    object FileTargetCPUCheckList: TCheckListBox
67      Left = 0
68      Height = 141
69      Top = 31
70      Width = 170
71      Align = alClient
72      ItemHeight = 0
73      OnClickCheck = FileTargetCPUCheckListClickCheck
74      ParentFont = False
75      TabOrder = 0
76      TopIndex = -1
77    end
78    object FileTargetCPUComboBox: TComboBox
79      Left = 0
80      Height = 31
81      Top = 0
82      Width = 170
83      Align = alTop
84      ItemHeight = 0
85      ItemIndex = 0
86      Items.Strings = (
87        'All CPU''s, except:'
88        'No CPU''s, except:'
89      )
90      OnChange = FileTargetCPUComboBoxChange
91      ParentFont = False
92      Style = csDropDownList
93      TabOrder = 1
94      Text = 'All CPU''s, except:'
95    end
96  end
97end
98