Line | |
---|
1 | inherited frmOptionsPrimaryList: TfrmOptionsPrimaryList
|
---|
2 | Left = 714
|
---|
3 | Top = 143
|
---|
4 | BorderIcons = [biSystemMenu, biHelp]
|
---|
5 | BorderStyle = bsDialog
|
---|
6 | Caption = 'Primary List'
|
---|
7 | ClientHeight = 225
|
---|
8 | ClientWidth = 175
|
---|
9 | HelpFile = 'CPRSWT.HLP'
|
---|
10 | PixelsPerInch = 96
|
---|
11 | TextHeight = 13
|
---|
12 | object lblPrimaryList: TLabel [0]
|
---|
13 | Left = 10
|
---|
14 | Top = 8
|
---|
15 | Width = 145
|
---|
16 | Height = 49
|
---|
17 | AutoSize = False
|
---|
18 | Caption = 'Select the list you wish to be your primary personal list.'
|
---|
19 | WordWrap = True
|
---|
20 | end
|
---|
21 | object pnlBottom: TPanel [1]
|
---|
22 | Left = 0
|
---|
23 | Top = 191
|
---|
24 | Width = 175
|
---|
25 | Height = 34
|
---|
26 | Align = alBottom
|
---|
27 | BevelOuter = bvNone
|
---|
28 | ParentColor = True
|
---|
29 | TabOrder = 1
|
---|
30 | object btnOK: TButton
|
---|
31 | Left = 11
|
---|
32 | Top = 7
|
---|
33 | Width = 75
|
---|
34 | Height = 22
|
---|
35 | Caption = 'OK'
|
---|
36 | Default = True
|
---|
37 | ModalResult = 1
|
---|
38 | TabOrder = 0
|
---|
39 | end
|
---|
40 | object btnCancel: TButton
|
---|
41 | Left = 91
|
---|
42 | Top = 7
|
---|
43 | Width = 75
|
---|
44 | Height = 22
|
---|
45 | Cancel = True
|
---|
46 | Caption = 'Cancel'
|
---|
47 | ModalResult = 2
|
---|
48 | TabOrder = 1
|
---|
49 | end
|
---|
50 | end
|
---|
51 | object cboPrimary: TORComboBox [2]
|
---|
52 | Left = 10
|
---|
53 | Top = 64
|
---|
54 | Width = 153
|
---|
55 | Height = 113
|
---|
56 | Style = orcsSimple
|
---|
57 | AutoSelect = True
|
---|
58 | Caption = 'Select the list you wish to be your primary personal list.'
|
---|
59 | Color = clWindow
|
---|
60 | DropDownCount = 8
|
---|
61 | ItemHeight = 13
|
---|
62 | ItemTipColor = clWindow
|
---|
63 | ItemTipEnable = True
|
---|
64 | ListItemsOnly = False
|
---|
65 | LongList = False
|
---|
66 | LookupPiece = 0
|
---|
67 | MaxLength = 0
|
---|
68 | Pieces = '2'
|
---|
69 | Sorted = True
|
---|
70 | SynonymChars = '<>'
|
---|
71 | TabOrder = 0
|
---|
72 | CharsNeedMatch = 1
|
---|
73 | end
|
---|
74 | inherited amgrMain: TVA508AccessibilityManager
|
---|
75 | Data = (
|
---|
76 | (
|
---|
77 | 'Component = pnlBottom'
|
---|
78 | 'Status = stsDefault')
|
---|
79 | (
|
---|
80 | 'Component = btnOK'
|
---|
81 | 'Status = stsDefault')
|
---|
82 | (
|
---|
83 | 'Component = btnCancel'
|
---|
84 | 'Status = stsDefault')
|
---|
85 | (
|
---|
86 | 'Component = cboPrimary'
|
---|
87 | 'Status = stsDefault')
|
---|
88 | (
|
---|
89 | 'Component = frmOptionsPrimaryList'
|
---|
90 | 'Status = stsDefault'))
|
---|
91 | end
|
---|
92 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.