source: cprs/trunk/CPRS-Chart/fRemCoverPreview.dfm

Last change on this file was 830, checked in by Kevin Toppenberg, 14 years ago

Upgrading to version 27

File size: 1.6 KB
Line 
1inherited frmRemCoverPreview: TfrmRemCoverPreview
2 Left = 214
3 Top = 107
4 BorderIcons = [biSystemMenu, biMaximize]
5 Caption = 'Cover Sheet Reminders'
6 ClientHeight = 383
7 ClientWidth = 255
8 Position = poScreenCenter
9 OnCreate = FormCreate
10 ExplicitWidth = 263
11 ExplicitHeight = 410
12 PixelsPerInch = 96
13 TextHeight = 13
14 object pnlBtns: TPanel [0]
15 Left = 0
16 Top = 354
17 Width = 255
18 Height = 29
19 Align = alBottom
20 BevelOuter = bvNone
21 TabOrder = 0
22 DesignSize = (
23 255
24 29)
25 object btnOK: TButton
26 Left = 179
27 Top = 3
28 Width = 75
29 Height = 25
30 Anchors = [akTop, akRight]
31 Cancel = True
32 Caption = '&OK'
33 Default = True
34 ModalResult = 1
35 TabOrder = 0
36 end
37 end
38 object lvMain: TListView [1]
39 Left = 0
40 Top = 0
41 Width = 255
42 Height = 354
43 Align = alClient
44 Columns = <
45 item
46 Caption = 'Reminder'
47 Tag = 1
48 Width = 200
49 end
50 item
51 Caption = 'Seq'
52 Tag = 2
53 Width = 35
54 end>
55 ReadOnly = True
56 SortType = stData
57 TabOrder = 1
58 ViewStyle = vsReport
59 OnColumnClick = lvMainColumnClick
60 OnCompare = lvMainCompare
61 end
62 inherited amgrMain: TVA508AccessibilityManager
63 Data = (
64 (
65 'Component = pnlBtns'
66 'Status = stsDefault')
67 (
68 'Component = btnOK'
69 'Status = stsDefault')
70 (
71 'Component = lvMain'
72 'Status = stsDefault')
73 (
74 'Component = frmRemCoverPreview'
75 'Status = stsDefault'))
76 end
77end
Note: See TracBrowser for help on using the repository browser.