source: cprs/branches/tmg-cprs/CPRS-Chart/Templates/fTemplateDialog.dfm@ 453

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

Initial upload of TMG-CPRS 1.0.26.69

File size: 2.8 KB
Line 
1object frmTemplateDialog: TfrmTemplateDialog
2 Left = 268
3 Top = 155
4 Width = 640
5 Height = 440
6 BorderIcons = [biSystemMenu, biMaximize]
7 Caption = 'Text Dialog'
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 OldCreateOrder = False
15 Position = poScreenCenter
16 OnClose = FormClose
17 OnCloseQuery = FormCloseQuery
18 OnCreate = FormCreate
19 OnDestroy = FormDestroy
20 OnPaint = FormPaint
21 PixelsPerInch = 96
22 TextHeight = 13
23 object sbMain: TScrollBox
24 Left = 0
25 Top = 0
26 Width = 632
27 Height = 368
28 VertScrollBar.Tracking = True
29 Align = alClient
30 Font.Charset = ANSI_CHARSET
31 Font.Color = clWindowText
32 Font.Height = -11
33 Font.Name = 'Courier New'
34 Font.Style = []
35 ParentFont = False
36 TabOrder = 0
37 end
38 object pnlBottom: TScrollBox
39 Left = 0
40 Top = 368
41 Width = 632
42 Height = 38
43 Align = alBottom
44 TabOrder = 1
45 object lblFootnote: TStaticText
46 Left = 196
47 Top = 7
48 Width = 134
49 Height = 17
50 Alignment = taCenter
51 Caption = '* Indicates a Required Field'
52 TabOrder = 5
53 end
54 object btnCancel: TButton
55 Left = 551
56 Top = 3
57 Width = 75
58 Height = 21
59 Cancel = True
60 Caption = 'Cancel'
61 ModalResult = 2
62 TabOrder = 4
63 end
64 object btnOK: TButton
65 Left = 472
66 Top = 3
67 Width = 75
68 Height = 21
69 Caption = 'OK'
70 ModalResult = 1
71 TabOrder = 3
72 OnClick = btnOKClick
73 end
74 object btnAll: TButton
75 Left = 6
76 Top = 3
77 Width = 75
78 Height = 21
79 Caption = 'All'
80 TabOrder = 0
81 OnClick = btnAllClick
82 end
83 object btnNone: TButton
84 Left = 86
85 Top = 3
86 Width = 75
87 Height = 21
88 Caption = 'None'
89 TabOrder = 1
90 OnClick = btnNoneClick
91 end
92 object btnPreview: TButton
93 Left = 360
94 Top = 3
95 Width = 75
96 Height = 21
97 Caption = 'Preview'
98 TabOrder = 2
99 OnClick = btnPreviewClick
100 end
101 end
102 object DKLanguageController1: TDKLanguageController
103 Left = 304
104 Top = 208
105 LangData = {
106 110066726D54656D706C6174654469616C6F6701010000000100000007004361
107 7074696F6E0108000000060073624D61696E00000900706E6C426F74746F6D00
108 000B006C626C466F6F746E6F7465010100000002000000070043617074696F6E
109 00090062746E43616E63656C010100000003000000070043617074696F6E0005
110 0062746E4F4B010100000004000000070043617074696F6E00060062746E416C
111 6C010100000005000000070043617074696F6E00070062746E4E6F6E65010100
112 000006000000070043617074696F6E000A0062746E5072657669657701010000
113 0007000000070043617074696F6E00}
114 end
115end
Note: See TracBrowser for help on using the repository browser.