1object GenerateFppkgConfigurationDialog: TGenerateFppkgConfigurationDialog
2  Left = 1739
3  Height = 403
4  Top = 486
5  Width = 487
6  BorderIcons = [biSystemMenu]
7  Caption = 'GenerateFppkgConfigurationDialog'
8  ClientHeight = 403
9  ClientWidth = 487
10  OnCreate = FormCreate
11  Position = poOwnerFormCenter
12  LCLVersion = '2.1.0.0'
13  object FppkgLabel: TLabel
14    Left = 6
15    Height = 17
16    Top = 6
17    Width = 475
18    Align = alTop
19    BorderSpacing.Around = 6
20    Caption = 'FppkgLabel'
21    WordWrap = True
22  end
23  object FppkgPrefixLabel: TLabel
24    Left = 6
25    Height = 17
26    Top = 29
27    Width = 475
28    Align = alTop
29    BorderSpacing.Around = 6
30    Caption = 'FppkgPrefixLabel'
31    WordWrap = True
32  end
33  object FpcPrefixCombobox: TComboBox
34    Left = 6
35    Height = 29
36    Top = 52
37    Width = 475
38    Align = alTop
39    BorderSpacing.Around = 6
40    ItemHeight = 0
41    OnChange = FpcPrefixComboboxChange
42    TabOrder = 0
43    Text = 'FpcPrefixCombobox'
44  end
45  object InfoMemo: TMemo
46    Left = 6
47    Height = 232
48    Top = 122
49    Width = 475
50    Align = alClient
51    BorderSpacing.Around = 6
52    Lines.Strings = (
53      'InfoMemo'
54    )
55    ReadOnly = True
56    ScrollBars = ssAutoVertical
57    TabOrder = 2
58  end
59  object BtnPanel: TPanel
60    Left = 10
61    Height = 29
62    Top = 364
63    Width = 467
64    Align = alBottom
65    AutoSize = True
66    BorderSpacing.Around = 10
67    BevelOuter = bvNone
68    ClientHeight = 29
69    ClientWidth = 467
70    TabOrder = 3
71    object FppkgWriteConfigButton: TButton
72      AnchorSideTop.Control = BtnPanel
73      AnchorSideRight.Control = BtnPanel
74      AnchorSideRight.Side = asrBottom
75      Left = 286
76      Height = 29
77      Top = 0
78      Width = 181
79      Anchors = [akTop, akRight]
80      AutoSize = True
81      Caption = 'FppkgWriteConfigButton'
82      OnClick = FppkgWriteConfigButtonClick
83      TabOrder = 0
84    end
85    object WarningsLabel: TLabel
86      Left = 0
87      Height = 29
88      Top = 0
89      Width = 467
90      Align = alClient
91      AutoSize = False
92      Caption = 'WarningsLabel'
93      Layout = tlCenter
94    end
95  end
96  object BrowsePanel: TPanel
97    Left = 6
98    Height = 29
99    Top = 87
100    Width = 475
101    Align = alTop
102    AutoSize = True
103    BorderSpacing.Around = 6
104    BevelOuter = bvNone
105    ClientHeight = 29
106    ClientWidth = 475
107    TabOrder = 1
108    object BrowseButton: TButton
109      Left = 0
110      Height = 29
111      Top = 0
112      Width = 108
113      Align = alLeft
114      AutoSize = True
115      Caption = 'BrowseButton'
116      OnClick = BrowseButtonClick
117      TabOrder = 0
118    end
119  end
120end
121