source: cprs/branches/foia-cprs/CPRS-Chart/Templates/fTemplateDialog.dfm@ 459

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

Adding foia-cprs branch

File size: 2.3 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 = 383
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: TPanel
39 Left = 0
40 Top = 383
41 Width = 632
42 Height = 30
43 Align = alBottom
44 TabOrder = 1
45 DesignSize = (
46 632
47 30)
48 object lblFootnote: TStaticText
49 Left = 196
50 Top = 9
51 Width = 134
52 Height = 17
53 Alignment = taCenter
54 Caption = '* Indicates a Required Field'
55 TabOrder = 5
56 end
57 object btnCancel: TButton
58 Left = 551
59 Top = 5
60 Width = 75
61 Height = 21
62 Anchors = [akTop, akRight]
63 Cancel = True
64 Caption = 'Cancel'
65 ModalResult = 2
66 TabOrder = 4
67 end
68 object btnOK: TButton
69 Left = 472
70 Top = 5
71 Width = 75
72 Height = 21
73 Anchors = [akTop, akRight]
74 Caption = 'OK'
75 ModalResult = 1
76 TabOrder = 3
77 OnClick = btnOKClick
78 end
79 object btnAll: TButton
80 Left = 6
81 Top = 5
82 Width = 75
83 Height = 21
84 Caption = 'All'
85 TabOrder = 0
86 OnClick = btnAllClick
87 end
88 object btnNone: TButton
89 Left = 86
90 Top = 5
91 Width = 75
92 Height = 21
93 Caption = 'None'
94 TabOrder = 1
95 OnClick = btnNoneClick
96 end
97 object btnPreview: TButton
98 Left = 360
99 Top = 5
100 Width = 75
101 Height = 21
102 Caption = 'Preview'
103 TabOrder = 2
104 OnClick = btnPreviewClick
105 end
106 end
107end
Note: See TracBrowser for help on using the repository browser.