Last change
on this file since 611 was 453, checked in by Kevin Toppenberg, 16 years ago |
Initial upload of TMG-CPRS 1.0.26.69
|
File size:
1.9 KB
|
Line | |
---|
1 | object frmSignItem: TfrmSignItem
|
---|
2 | Left = 320
|
---|
3 | Top = 440
|
---|
4 | BorderIcons = []
|
---|
5 | BorderStyle = bsDialog
|
---|
6 | Caption = 'Electronic Signature'
|
---|
7 | ClientHeight = 124
|
---|
8 | ClientWidth = 405
|
---|
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 = True
|
---|
16 | Position = poScreenCenter
|
---|
17 | PixelsPerInch = 96
|
---|
18 | TextHeight = 13
|
---|
19 | object lblESCode: TLabel
|
---|
20 | Left = 8
|
---|
21 | Top = 81
|
---|
22 | Width = 73
|
---|
23 | Height = 13
|
---|
24 | Caption = 'Signature Code'
|
---|
25 | end
|
---|
26 | object lblText: TMemo
|
---|
27 | Left = 8
|
---|
28 | Top = 8
|
---|
29 | Width = 389
|
---|
30 | Height = 65
|
---|
31 | TabStop = False
|
---|
32 | BorderStyle = bsNone
|
---|
33 | Color = clBtnFace
|
---|
34 | Lines.Strings = (
|
---|
35 | 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789')
|
---|
36 | ReadOnly = True
|
---|
37 | TabOrder = 3
|
---|
38 | end
|
---|
39 | object txtESCode: TCaptionEdit
|
---|
40 | Left = 8
|
---|
41 | Top = 95
|
---|
42 | Width = 141
|
---|
43 | Height = 21
|
---|
44 | PasswordChar = '*'
|
---|
45 | TabOrder = 0
|
---|
46 | Caption = 'Signature Code'
|
---|
47 | end
|
---|
48 | object cmdOK: TButton
|
---|
49 | Left = 239
|
---|
50 | Top = 95
|
---|
51 | Width = 72
|
---|
52 | Height = 21
|
---|
53 | Caption = 'OK'
|
---|
54 | Default = True
|
---|
55 | TabOrder = 1
|
---|
56 | OnClick = cmdOKClick
|
---|
57 | end
|
---|
58 | object cmdCancel: TButton
|
---|
59 | Left = 325
|
---|
60 | Top = 95
|
---|
61 | Width = 72
|
---|
62 | Height = 21
|
---|
63 | Cancel = True
|
---|
64 | Caption = 'Cancel'
|
---|
65 | TabOrder = 2
|
---|
66 | OnClick = cmdCancelClick
|
---|
67 | end
|
---|
68 | object DKLanguageController1: TDKLanguageController
|
---|
69 | Left = 184
|
---|
70 | Top = 96
|
---|
71 | LangData = {
|
---|
72 | 0B0066726D5369676E4974656D010100000001000000070043617074696F6E01
|
---|
73 | 0500000009006C626C4553436F6465010100000002000000070043617074696F
|
---|
74 | 6E0007006C626C5465787401010000000300000005004C696E65730009007478
|
---|
75 | 744553436F6465010100000004000000070043617074696F6E000500636D644F
|
---|
76 | 4B010100000005000000070043617074696F6E000900636D6443616E63656C01
|
---|
77 | 0100000006000000070043617074696F6E00}
|
---|
78 | end
|
---|
79 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.