source: cprs/branches/tmg-cprs/CPRS-Chart/Options/fOptionsReportsDefault.dfm@ 793

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

update

File size: 3.9 KB
Line 
1object frmOptionsReportsDefault: TfrmOptionsReportsDefault
2 Left = 632
3 Top = 334
4 BorderIcons = [biSystemMenu, biHelp]
5 BorderStyle = bsDialog
6 Caption = 'Default Settings For Available CPRS Reports'
7 ClientHeight = 205
8 ClientWidth = 384
9 Color = clBtnFace
10 Font.Charset = DEFAULT_CHARSET
11 Font.Color = clWindowText
12 Font.Height = -11
13 Font.Name = 'MS Sans Serif'
14 Font.Style = []
15 OldCreateOrder = False
16 OnCreate = FormCreate
17 PixelsPerInch = 96
18 TextHeight = 13
19 object Label2: TLabel
20 Left = 8
21 Top = 118
22 Width = 23
23 Height = 13
24 Caption = 'Max:'
25 end
26 object Label3: TLabel
27 Left = 8
28 Top = 48
29 Width = 51
30 Height = 13
31 Caption = 'Start Date:'
32 end
33 object Label4: TLabel
34 Left = 8
35 Top = 81
36 Width = 51
37 Height = 13
38 Caption = 'Stop Date:'
39 end
40 object Bevel1: TBevel
41 Left = 8
42 Top = 8
43 Width = 337
44 Height = 2
45 end
46 object Bevel2: TBevel
47 Left = 0
48 Top = 173
49 Width = 384
50 Height = 2
51 Align = alBottom
52 end
53 object lblDefaultText: TMemo
54 Left = 232
55 Top = 40
56 Width = 137
57 Height = 121
58 TabStop = False
59 BorderStyle = bsNone
60 Color = clBtnFace
61 Lines.Strings = (
62 'Click dots in boxes to set '
63 'start and end dates. You can '
64 'also input values directly.')
65 ReadOnly = True
66 TabOrder = 4
67 end
68 object edtDefaultMax: TCaptionEdit
69 Left = 96
70 Top = 112
71 Width = 121
72 Height = 21
73 TabOrder = 2
74 OnClick = edtDefaultMaxClick
75 OnExit = edtDefaultMaxExit
76 OnKeyPress = edtDefaultMaxKeyPress
77 Caption = 'Max'
78 end
79 object Panel1: TPanel
80 Left = 0
81 Top = 175
82 Width = 384
83 Height = 30
84 Align = alBottom
85 TabOrder = 3
86 object btnOK: TButton
87 Left = 264
88 Top = 4
89 Width = 50
90 Height = 22
91 Hint = 'Click to save the new setting.'
92 Caption = 'OK'
93 ParentShowHint = False
94 ShowHint = True
95 TabOrder = 1
96 OnClick = btnOKClick
97 end
98 object btnReset: TButton
99 Left = 176
100 Top = 4
101 Width = 81
102 Height = 22
103 Hint = 'Click to keep original setting'
104 Caption = 'Use Defaults'
105 ParentShowHint = False
106 ShowHint = True
107 TabOrder = 0
108 OnClick = btnResetClick
109 end
110 object btnCancel: TButton
111 Left = 320
112 Top = 4
113 Width = 57
114 Height = 22
115 Cancel = True
116 Caption = 'Cancel'
117 TabOrder = 2
118 OnClick = btnCancelClick
119 end
120 end
121 object odcDfStart: TORDateBox
122 Left = 96
123 Top = 48
124 Width = 121
125 Height = 21
126 TabOrder = 0
127 OnClick = odcDfStartClick
128 OnExit = odcDfStartExit
129 OnKeyPress = odcDfStartKeyPress
130 DateOnly = True
131 RequireTime = False
132 end
133 object odcDfStop: TORDateBox
134 Left = 96
135 Top = 80
136 Width = 121
137 Height = 21
138 TabOrder = 1
139 OnClick = odcDfStopClick
140 OnExit = odcDfStopExit
141 OnKeyPress = odcDfStopKeyPress
142 DateOnly = True
143 RequireTime = False
144 end
145 object DKLanguageController1: TDKLanguageController
146 Left = 184
147 Top = 104
148 LangData = {
149 180066726D4F7074696F6E735265706F72747344656661756C74010100000001
150 000000070043617074696F6E010D00000006004C6162656C3201010000000200
151 0000070043617074696F6E0006004C6162656C33010100000003000000070043
152 617074696F6E0006004C6162656C34010100000004000000070043617074696F
153 6E000600426576656C3100000600426576656C3200000E006C626C4465666175
154 6C745465787401010000000500000005004C696E6573000D0065647444656661
155 756C744D6178010100000006000000070043617074696F6E00060050616E656C
156 310000050062746E4F4B010200000008000000070043617074696F6E07000000
157 040048696E7400080062746E526573657401020000000A000000070043617074
158 696F6E09000000040048696E7400090062746E43616E63656C01010000000B00
159 0000070043617074696F6E000A006F646344665374617274000009006F646344
160 6653746F700000}
161 end
162end
Note: See TracBrowser for help on using the repository browser.