source: platform/trunk/LDPlatform.FormOptions.dfm

Last change on this file was 10, checked in by chronos, 11 years ago
  • Added: Demo IDE placed in subfolder Demo.
  • Added: Base TDataModule as container for non visual components. It's part of TLDPlatform component.
File size: 2.1 KB
Line 
1object FormOptions: TFormOptions
2 Left = 0
3 Top = 0
4 Caption = 'Options'
5 ClientHeight = 531
6 ClientWidth = 789
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'Tahoma'
12 Font.Style = []
13 OldCreateOrder = False
14 PixelsPerInch = 96
15 TextHeight = 13
16 object Splitter1: TSplitter
17 Left = 185
18 Top = 0
19 Height = 479
20 ExplicitLeft = 208
21 ExplicitTop = 104
22 ExplicitHeight = 100
23 end
24 object PanelBottom: TPanel
25 Left = 0
26 Top = 479
27 Width = 789
28 Height = 52
29 Align = alBottom
30 BevelOuter = bvNone
31 TabOrder = 0
32 DesignSize = (
33 789
34 52)
35 object Bevel1: TBevel
36 Left = 8
37 Top = 10
38 Width = 773
39 Height = 3
40 Anchors = [akLeft, akRight, akBottom]
41 ExplicitTop = 24
42 end
43 object ButtonOk: TButton
44 Left = 615
45 Top = 19
46 Width = 75
47 Height = 25
48 Anchors = [akRight, akBottom]
49 Caption = 'Ok'
50 Default = True
51 ModalResult = 1
52 TabOrder = 0
53 end
54 object ButtonCancel: TButton
55 Left = 706
56 Top = 19
57 Width = 75
58 Height = 25
59 Anchors = [akRight, akBottom]
60 Caption = 'Cancel'
61 ModalResult = 2
62 TabOrder = 1
63 end
64 end
65 object PanelLeft: TPanel
66 Left = 0
67 Top = 0
68 Width = 185
69 Height = 479
70 Align = alLeft
71 BevelOuter = bvNone
72 TabOrder = 1
73 DesignSize = (
74 185
75 479)
76 object TreeView1: TTreeView
77 AlignWithMargins = True
78 Left = 3
79 Top = 35
80 Width = 179
81 Height = 441
82 Align = alBottom
83 Anchors = [akLeft, akTop, akRight, akBottom]
84 Indent = 19
85 TabOrder = 0
86 end
87 object EditFilter: TEdit
88 Left = 3
89 Top = 8
90 Width = 179
91 Height = 21
92 Anchors = [akLeft, akTop, akRight]
93 TabOrder = 1
94 end
95 end
96 object PanelMain: TPanel
97 Left = 188
98 Top = 0
99 Width = 601
100 Height = 479
101 Align = alClient
102 BevelOuter = bvNone
103 TabOrder = 2
104 end
105end
Note: See TracBrowser for help on using the repository browser.