source: trunk/UFormPanel.lfm

Last change on this file was 1, checked in by chronos, 5 years ago
  • Added: Initial version.
File size: 1.1 KB
Line 
1object FormPanel: TFormPanel
2 Left = 448
3 Height = 430
4 Top = 329
5 Width = 618
6 Caption = 'FormPanel'
7 ClientHeight = 430
8 ClientWidth = 618
9 DesignTimePPI = 120
10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
12 OnResize = FormResize
13 OnShow = FormShow
14 LCLVersion = '2.0.4.0'
15 object ScrollBar1: TScrollBar
16 Left = 594
17 Height = 430
18 Top = 0
19 Width = 24
20 Align = alRight
21 Kind = sbVertical
22 PageSize = 0
23 TabOrder = 0
24 OnChange = ScrollBar1Change
25 end
26 object EditFile: TEdit
27 Left = 6
28 Height = 28
29 Top = 8
30 Width = 470
31 Anchors = [akTop, akLeft, akRight]
32 OnChange = EditFileChange
33 TabOrder = 1
34 end
35 object ButtonBrowse: TButton
36 Left = 490
37 Height = 31
38 Top = 7
39 Width = 94
40 Anchors = [akTop, akRight]
41 Caption = 'Browse...'
42 OnClick = ButtonBrowseClick
43 TabOrder = 2
44 end
45 object PaintBox1: TPaintBox
46 Left = 6
47 Height = 387
48 Top = 40
49 Width = 589
50 Anchors = [akTop, akLeft, akRight, akBottom]
51 OnPaint = PaintBox1Paint
52 end
53 object OpenDialog1: TOpenDialog
54 left = 162
55 top = 173
56 end
57end
Note: See TracBrowser for help on using the repository browser.