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

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

Upgrading to version 27

File size: 1.7 KB
Line 
1inherited frmSignItem: TfrmSignItem
2 Left = 320
3 Top = 440
4 BorderIcons = []
5 BorderStyle = bsDialog
6 Caption = 'Electronic Signature'
7 ClientHeight = 124
8 ClientWidth = 405
9 OldCreateOrder = True
10 Position = poScreenCenter
11 PixelsPerInch = 96
12 TextHeight = 13
13 object lblESCode: TLabel [0]
14 Left = 8
15 Top = 81
16 Width = 73
17 Height = 13
18 Caption = 'Signature Code'
19 end
20 object lblText: TMemo [1]
21 Left = 8
22 Top = 8
23 Width = 389
24 Height = 65
25 BorderStyle = bsNone
26 Color = clBtnFace
27 Lines.Strings = (
28 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789')
29 ReadOnly = True
30 TabOrder = 1
31 end
32 object txtESCode: TCaptionEdit [2]
33 Left = 8
34 Top = 95
35 Width = 141
36 Height = 21
37 PasswordChar = '*'
38 TabOrder = 0
39 Caption = 'Signature Code'
40 end
41 object cmdOK: TButton [3]
42 Left = 239
43 Top = 95
44 Width = 72
45 Height = 21
46 Caption = 'OK'
47 Default = True
48 TabOrder = 2
49 OnClick = cmdOKClick
50 end
51 object cmdCancel: TButton [4]
52 Left = 325
53 Top = 95
54 Width = 72
55 Height = 21
56 Cancel = True
57 Caption = 'Cancel'
58 TabOrder = 3
59 OnClick = cmdCancelClick
60 end
61 inherited amgrMain: TVA508AccessibilityManager
62 Data = (
63 (
64 'Component = lblText'
65 'Status = stsDefault')
66 (
67 'Component = txtESCode'
68 'Status = stsDefault')
69 (
70 'Component = cmdOK'
71 'Status = stsDefault')
72 (
73 'Component = cmdCancel'
74 'Status = stsDefault')
75 (
76 'Component = frmSignItem'
77 'Status = stsDefault'))
78 end
79end
Note: See TracBrowser for help on using the repository browser.