source: cprs/trunk/CPRS-Chart/fTimeout.dfm@ 830

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

Upgrading to version 27

File size: 1.9 KB
Line 
1inherited frmTimeout: TfrmTimeout
2 Left = 418
3 Top = 200
4 BorderIcons = []
5 BorderStyle = bsDialog
6 Caption = 'CPRS Timeout'
7 ClientHeight = 102
8 ClientWidth = 247
9 Position = poScreenCenter
10 OnCreate = FormCreate
11 ExplicitWidth = 320
12 ExplicitHeight = 240
13 PixelsPerInch = 96
14 TextHeight = 13
15 object lblCount: TStaticText [0]
16 Left = 8
17 Top = 60
18 Width = 30
19 Height = 33
20 Alignment = taRightJustify
21 Caption = '10'
22 Font.Charset = DEFAULT_CHARSET
23 Font.Color = clWindowText
24 Font.Height = -24
25 Font.Name = 'MS Sans Serif'
26 Font.Style = []
27 ParentFont = False
28 TabOrder = 3
29 end
30 object Label1: TStaticText [1]
31 Left = 8
32 Top = 8
33 Width = 234
34 Height = 17
35 Caption = 'Vista CPRS has been idle and will close!'
36 Font.Charset = DEFAULT_CHARSET
37 Font.Color = clWindowText
38 Font.Height = -11
39 Font.Name = 'MS Sans Serif'
40 Font.Style = [fsBold]
41 ParentFont = False
42 TabOrder = 1
43 end
44 object Label2: TStaticText [2]
45 Left = 8
46 Top = 32
47 Width = 234
48 Height = 17
49 Caption = 'Press the button to continue working with CPRS.'
50 TabOrder = 2
51 end
52 object cmdContinue: TButton [3]
53 Left = 134
54 Top = 64
55 Width = 105
56 Height = 25
57 Cancel = True
58 Caption = 'Don'#39't Close CPRS'
59 TabOrder = 0
60 OnClick = cmdContinueClick
61 end
62 inherited amgrMain: TVA508AccessibilityManager
63 Data = (
64 (
65 'Component = lblCount'
66 'Status = stsDefault')
67 (
68 'Component = Label1'
69 'Status = stsDefault')
70 (
71 'Component = Label2'
72 'Status = stsDefault')
73 (
74 'Component = cmdContinue'
75 'Status = stsDefault')
76 (
77 'Component = frmTimeout'
78 'Status = stsDefault'))
79 end
80 object timCountDown: TTimer
81 Interval = 5000
82 OnTimer = timCountDownTimer
83 Left = 68
84 Top = 60
85 end
86end
Note: See TracBrowser for help on using the repository browser.