source: cprs/branches/foia-cprs/CPRS-Chart/fMHTest.dfm@ 459

Last change on this file since 459 was 459, checked in by Kevin Toppenberg, 16 years ago

Adding foia-cprs branch

File size: 1.6 KB
Line 
1object frmMHTest: TfrmMHTest
2 Left = 217
3 Top = 156
4 Width = 508
5 Height = 460
6 BorderIcons = [biSystemMenu]
7 Caption = 'frmMHTest'
8 Color = clBtnFace
9 Font.Charset = DEFAULT_CHARSET
10 Font.Color = clWindowText
11 Font.Height = -11
12 Font.Name = 'MS Sans Serif'
13 Font.Style = []
14 FormStyle = fsStayOnTop
15 KeyPreview = True
16 OldCreateOrder = False
17 Position = poScreenCenter
18 OnCreate = FormCreate
19 OnDestroy = FormDestroy
20 OnKeyDown = FormKeyDown
21 OnShow = FormShow
22 PixelsPerInch = 96
23 TextHeight = 13
24 object sbMain: TScrollBox
25 Left = 0
26 Top = 0
27 Width = 500
28 Height = 408
29 HorzScrollBar.Visible = False
30 VertScrollBar.Tracking = True
31 Align = alClient
32 TabOrder = 0
33 OnResize = sbMainResize
34 end
35 object pnlBottom: TPanel
36 Left = 0
37 Top = 408
38 Width = 500
39 Height = 25
40 Align = alBottom
41 BevelOuter = bvNone
42 TabOrder = 1
43 DesignSize = (
44 500
45 25)
46 object btnCancel: TButton
47 Left = 425
48 Top = 3
49 Width = 75
50 Height = 21
51 Anchors = [akTop, akRight]
52 Cancel = True
53 Caption = 'Cancel'
54 ModalResult = 2
55 TabOrder = 2
56 end
57 object btnOK: TButton
58 Left = 347
59 Top = 3
60 Width = 75
61 Height = 21
62 Anchors = [akTop, akRight]
63 Caption = '&OK'
64 TabOrder = 1
65 OnClick = btnOKClick
66 end
67 object btnClear: TButton
68 Left = 0
69 Top = 3
70 Width = 75
71 Height = 21
72 Caption = 'Clear'
73 TabOrder = 0
74 OnClick = btnClearClick
75 end
76 end
77end
Note: See TracBrowser for help on using the repository browser.