source: cprs/trunk/CPRS-Chart/Templates/fTemplateView.dfm@ 829

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

Upgrade to version 27

File size: 2.6 KB
Line 
1inherited frmTemplateView: TfrmTemplateView
2 Left = 257
3 Top = 105
4 Caption = 'View Template'
5 ClientHeight = 343
6 ClientWidth = 568
7 Position = poScreenCenter
8 OnClose = FormClose
9 OnCreate = FormCreate
10 OnDestroy = FormDestroy
11 ExplicitWidth = 576
12 ExplicitHeight = 370
13 PixelsPerInch = 96
14 TextHeight = 13
15 object pnlBottom: TPanel [0]
16 Left = 0
17 Top = 313
18 Width = 568
19 Height = 30
20 Align = alBottom
21 BevelOuter = bvNone
22 TabOrder = 1
23 DesignSize = (
24 568
25 30)
26 object btnClose: TButton
27 Left = 492
28 Top = 6
29 Width = 75
30 Height = 21
31 Anchors = [akTop, akRight]
32 Cancel = True
33 Caption = 'Close'
34 Default = True
35 TabOrder = 2
36 OnClick = btnCloseClick
37 end
38 object cbStayOnTop: TCheckBox
39 Left = 0
40 Top = 8
41 Width = 77
42 Height = 17
43 Caption = 'Stay on Top'
44 TabOrder = 0
45 OnClick = cbStayOnTopClick
46 end
47 object btnPrint: TButton
48 Left = 412
49 Top = 6
50 Width = 75
51 Height = 21
52 Anchors = [akTop, akRight]
53 Caption = 'Print'
54 TabOrder = 1
55 OnClick = btnPrintClick
56 end
57 end
58 object reMain: TRichEdit [1]
59 Left = 0
60 Top = 0
61 Width = 568
62 Height = 313
63 Align = alClient
64 Color = clCream
65 Font.Charset = ANSI_CHARSET
66 Font.Color = clWindowText
67 Font.Height = -11
68 Font.Name = 'Courier New'
69 Font.Style = []
70 HideSelection = False
71 ParentFont = False
72 PopupMenu = popView
73 ReadOnly = True
74 ScrollBars = ssBoth
75 TabOrder = 0
76 WantReturns = False
77 WordWrap = False
78 end
79 inherited amgrMain: TVA508AccessibilityManager
80 Data = (
81 (
82 'Component = pnlBottom'
83 'Status = stsDefault')
84 (
85 'Component = btnClose'
86 'Status = stsDefault')
87 (
88 'Component = cbStayOnTop'
89 'Status = stsDefault')
90 (
91 'Component = btnPrint'
92 'Status = stsDefault')
93 (
94 'Component = reMain'
95 'Status = stsDefault')
96 (
97 'Component = frmTemplateView'
98 'Status = stsDefault'))
99 end
100 object popView: TPopupMenu
101 OnPopup = popViewPopup
102 Left = 24
103 Top = 24
104 object Copy1: TMenuItem
105 Caption = '&Copy'
106 ShortCut = 16451
107 OnClick = Copy1Click
108 end
109 object N1: TMenuItem
110 Caption = '-'
111 end
112 object SelectAll1: TMenuItem
113 Caption = 'Select &All'
114 ShortCut = 16449
115 OnClick = SelectAll1Click
116 end
117 end
118end
Note: See TracBrowser for help on using the repository browser.