source: cprs/trunk/CPRS-Chart/Templates/fTemplateDialog.dfm@ 1679

Last change on this file since 1679 was 1679, checked in by healthsevak, 9 years ago

Updating the working copy to CPRS version 28

File size: 2.8 KB
Line 
1inherited frmTemplateDialog: TfrmTemplateDialog
2 Left = 268
3 Top = 155
4 BorderIcons = [biSystemMenu, biMaximize]
5 Caption = 'Text Dialog'
6 ClientHeight = 413
7 ClientWidth = 632
8 Position = poScreenCenter
9 OnClose = FormClose
10 OnCloseQuery = FormCloseQuery
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 OnMouseWheel = FormMouseWheel
14 OnPaint = FormPaint
15 OnShow = FormShow
16 ExplicitWidth = 640
17 ExplicitHeight = 440
18 PixelsPerInch = 96
19 TextHeight = 13
20 object sbMain: TScrollBox [0]
21 Left = 0
22 Top = 0
23 Width = 632
24 Height = 375
25 VertScrollBar.Tracking = True
26 Align = alClient
27 Font.Charset = ANSI_CHARSET
28 Font.Color = clWindowText
29 Font.Height = -11
30 Font.Name = 'Courier New'
31 Font.Style = []
32 ParentFont = False
33 TabOrder = 0
34 end
35 object pnlBottom: TScrollBox [1]
36 Left = 0
37 Top = 375
38 Width = 632
39 Height = 38
40 Align = alBottom
41 TabOrder = 1
42 object lblFootnote: TStaticText
43 Left = 196
44 Top = 7
45 Width = 134
46 Height = 17
47 Alignment = taCenter
48 Caption = '* Indicates a Required Field'
49 TabOrder = 5
50 end
51 object btnCancel: TButton
52 Left = 551
53 Top = 3
54 Width = 75
55 Height = 21
56 Cancel = True
57 Caption = 'Cancel'
58 ModalResult = 2
59 TabOrder = 4
60 end
61 object btnOK: TButton
62 Left = 472
63 Top = 3
64 Width = 75
65 Height = 21
66 Caption = 'OK'
67 ModalResult = 1
68 TabOrder = 3
69 OnClick = btnOKClick
70 end
71 object btnAll: TButton
72 Left = 6
73 Top = 3
74 Width = 75
75 Height = 21
76 Caption = 'All'
77 TabOrder = 0
78 OnClick = btnAllClick
79 end
80 object btnNone: TButton
81 Left = 86
82 Top = 3
83 Width = 75
84 Height = 21
85 Caption = 'None'
86 TabOrder = 1
87 OnClick = btnNoneClick
88 end
89 object btnPreview: TButton
90 Left = 360
91 Top = 3
92 Width = 75
93 Height = 21
94 Caption = 'Preview'
95 TabOrder = 2
96 OnClick = btnPreviewClick
97 end
98 end
99 inherited amgrMain: TVA508AccessibilityManager
100 Data = (
101 (
102 'Component = sbMain'
103 'Status = stsDefault')
104 (
105 'Component = pnlBottom'
106 'Status = stsDefault')
107 (
108 'Component = lblFootnote'
109 'Status = stsDefault')
110 (
111 'Component = btnCancel'
112 'Status = stsDefault')
113 (
114 'Component = btnOK'
115 'Status = stsDefault')
116 (
117 'Component = btnAll'
118 'Status = stsDefault')
119 (
120 'Component = btnNone'
121 'Status = stsDefault')
122 (
123 'Component = btnPreview'
124 'Status = stsDefault')
125 (
126 'Component = frmTemplateDialog'
127 'Status = stsDefault'))
128 end
129end
Note: See TracBrowser for help on using the repository browser.