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