1object IDEInfoNeedBuildDlg: TIDEInfoNeedBuildDlg
2  Left = 522
3  Height = 434
4  Top = 232
5  Width = 655
6  BorderIcons = [biSystemMenu, biMaximize]
7  Caption = 'IDEInfoNeedBuildDlg'
8  ClientHeight = 434
9  ClientWidth = 655
10  OnClose = FormClose
11  OnCreate = FormCreate
12  OnDestroy = FormDestroy
13  OnKeyDown = FormKeyDown
14  Position = poScreenCenter
15  LCLVersion = '1.5'
16  object TargetLabel: TLabel
17    AnchorSideLeft.Control = Owner
18    AnchorSideTop.Control = TargetComboBox
19    AnchorSideTop.Side = asrCenter
20    Left = 6
21    Height = 17
22    Top = 13
23    Width = 80
24    BorderSpacing.Around = 6
25    Caption = 'TargetLabel'
26    ParentColor = False
27  end
28  object TargetComboBox: TComboBox
29    AnchorSideLeft.Control = TargetLabel
30    AnchorSideLeft.Side = asrBottom
31    AnchorSideTop.Control = Owner
32    AnchorSideRight.Control = Owner
33    AnchorSideRight.Side = asrBottom
34    Left = 92
35    Height = 31
36    Top = 6
37    Width = 557
38    Anchors = [akTop, akLeft, akRight]
39    BorderSpacing.Around = 6
40    ItemHeight = 0
41    OnChange = TargetComboBoxChange
42    Style = csDropDownList
43    TabOrder = 0
44  end
45  object MainMemo: TMemo
46    AnchorSideTop.Control = TargetComboBox
47    AnchorSideTop.Side = asrBottom
48    Left = 6
49    Height = 350
50    Top = 43
51    Width = 643
52    Align = alBottom
53    Anchors = [akTop, akLeft, akRight, akBottom]
54    BorderSpacing.Around = 6
55    Lines.Strings = (
56      'MainMemo'
57    )
58    ReadOnly = True
59    ScrollBars = ssAutoBoth
60    TabOrder = 1
61  end
62  object ButtonPanel1: TButtonPanel
63    Left = 6
64    Height = 29
65    Top = 399
66    Width = 643
67    OKButton.Name = 'OKButton'
68    OKButton.DefaultCaption = True
69    HelpButton.Name = 'HelpButton'
70    HelpButton.DefaultCaption = True
71    CloseButton.Name = 'CloseButton'
72    CloseButton.DefaultCaption = True
73    CancelButton.Name = 'CancelButton'
74    CancelButton.DefaultCaption = True
75    TabOrder = 2
76    ShowButtons = [pbClose]
77    ShowBevel = False
78  end
79end
80