Last change
on this file since 836 was 830, checked in by Kevin Toppenberg, 14 years ago |
Upgrading to version 27
|
File size:
1.5 KB
|
Line | |
---|
1 | inherited frmProbCmt: TfrmProbCmt
|
---|
2 | Left = 205
|
---|
3 | Top = 220
|
---|
4 | Caption = 'Annotate a problem'
|
---|
5 | ClientHeight = 101
|
---|
6 | ClientWidth = 403
|
---|
7 | OldCreateOrder = True
|
---|
8 | Position = poScreenCenter
|
---|
9 | ExplicitWidth = 411
|
---|
10 | ExplicitHeight = 128
|
---|
11 | PixelsPerInch = 96
|
---|
12 | TextHeight = 13
|
---|
13 | object lblComment: TOROffsetLabel [0]
|
---|
14 | Left = 9
|
---|
15 | Top = 10
|
---|
16 | Width = 209
|
---|
17 | Height = 15
|
---|
18 | Caption = 'Enter a new comment (up to 60 characters):'
|
---|
19 | HorzOffset = 2
|
---|
20 | Transparent = False
|
---|
21 | VertOffset = 2
|
---|
22 | WordWrap = False
|
---|
23 | end
|
---|
24 | object edComment: TCaptionEdit [1]
|
---|
25 | Left = 11
|
---|
26 | Top = 30
|
---|
27 | Width = 386
|
---|
28 | Height = 21
|
---|
29 | MaxLength = 60
|
---|
30 | TabOrder = 0
|
---|
31 | Caption = 'Enter a new comment (up to 60 characters)'
|
---|
32 | end
|
---|
33 | object bbOK: TBitBtn [2]
|
---|
34 | Left = 115
|
---|
35 | Top = 60
|
---|
36 | Width = 75
|
---|
37 | Height = 25
|
---|
38 | Caption = 'OK'
|
---|
39 | Default = True
|
---|
40 | ModalResult = 1
|
---|
41 | TabOrder = 1
|
---|
42 | OnClick = bbOKClick
|
---|
43 | end
|
---|
44 | object bbCancel: TBitBtn [3]
|
---|
45 | Left = 200
|
---|
46 | Top = 60
|
---|
47 | Width = 75
|
---|
48 | Height = 25
|
---|
49 | Cancel = True
|
---|
50 | Caption = 'Cancel'
|
---|
51 | ModalResult = 2
|
---|
52 | TabOrder = 2
|
---|
53 | OnClick = bbCancelClick
|
---|
54 | NumGlyphs = 2
|
---|
55 | end
|
---|
56 | inherited amgrMain: TVA508AccessibilityManager
|
---|
57 | Data = (
|
---|
58 | (
|
---|
59 | 'Component = edComment'
|
---|
60 | 'Status = stsDefault')
|
---|
61 | (
|
---|
62 | 'Component = bbOK'
|
---|
63 | 'Status = stsDefault')
|
---|
64 | (
|
---|
65 | 'Component = bbCancel'
|
---|
66 | 'Status = stsDefault')
|
---|
67 | (
|
---|
68 | 'Component = frmProbCmt'
|
---|
69 | 'Status = stsDefault'))
|
---|
70 | end
|
---|
71 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.