source: cprs/trunk/CPRS-Chart/fNoteSTStop.dfm

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

Upgrading to version 27

File size: 1.0 KB
Line 
1inherited frmSearchStop: TfrmSearchStop
2 Left = 477
3 Top = 351
4 BorderIcons = []
5 BorderStyle = bsDialog
6 Caption = 'Scanning Notes....'
7 ClientHeight = 95
8 ClientWidth = 163
9 FormStyle = fsStayOnTop
10 OldCreateOrder = False
11 Position = poMainFormCenter
12 OnShow = FormShow
13 ExplicitWidth = 320
14 ExplicitHeight = 240
15 PixelsPerInch = 96
16 TextHeight = 13
17 object btnSearchStop: TButton [0]
18 Left = 45
19 Top = 64
20 Width = 73
21 Height = 25
22 Caption = 'Stop Scan'
23 TabOrder = 1
24 OnClick = btnSearchStopClick
25 end
26 object lblSearchStatus: TStaticText [1]
27 Left = 8
28 Top = 32
29 Width = 78
30 Height = 17
31 Caption = 'lblSearchStatus'
32 TabOrder = 0
33 TabStop = True
34 end
35 inherited amgrMain: TVA508AccessibilityManager
36 Data = (
37 (
38 'Component = btnSearchStop'
39 'Status = stsDefault')
40 (
41 'Component = lblSearchStatus'
42 'Status = stsDefault')
43 (
44 'Component = frmSearchStop'
45 'Status = stsDefault'))
46 end
47end
Note: See TracBrowser for help on using the repository browser.