Last change
on this file since 1671 was 830, checked in by Kevin Toppenberg, 14 years ago |
Upgrading to version 27
|
File size:
1.8 KB
|
Line | |
---|
1 | inherited frmLkUpLocation: TfrmLkUpLocation
|
---|
2 | Left = 377
|
---|
3 | Top = 314
|
---|
4 | Caption = 'Select Location'
|
---|
5 | ClientHeight = 212
|
---|
6 | ClientWidth = 356
|
---|
7 | Position = poScreenCenter
|
---|
8 | OnCreate = FormCreate
|
---|
9 | ExplicitWidth = 364
|
---|
10 | ExplicitHeight = 239
|
---|
11 | PixelsPerInch = 96
|
---|
12 | TextHeight = 13
|
---|
13 | object lblLocation: TLabel [0]
|
---|
14 | Left = 8
|
---|
15 | Top = 8
|
---|
16 | Width = 41
|
---|
17 | Height = 13
|
---|
18 | Caption = 'Location'
|
---|
19 | end
|
---|
20 | object lblInfo: TLabel [1]
|
---|
21 | Left = 8
|
---|
22 | Top = 176
|
---|
23 | Width = 341
|
---|
24 | Height = 28
|
---|
25 | AutoSize = False
|
---|
26 | WordWrap = True
|
---|
27 | end
|
---|
28 | object cboLocation: TORComboBox [2]
|
---|
29 | Left = 8
|
---|
30 | Top = 22
|
---|
31 | Width = 193
|
---|
32 | Height = 143
|
---|
33 | Style = orcsSimple
|
---|
34 | AutoSelect = True
|
---|
35 | Caption = 'Location'
|
---|
36 | Color = clWindow
|
---|
37 | DropDownCount = 8
|
---|
38 | ItemHeight = 13
|
---|
39 | ItemTipColor = clWindow
|
---|
40 | ItemTipEnable = True
|
---|
41 | ListItemsOnly = False
|
---|
42 | LongList = True
|
---|
43 | LookupPiece = 0
|
---|
44 | MaxLength = 0
|
---|
45 | Pieces = '2'
|
---|
46 | Sorted = False
|
---|
47 | SynonymChars = '<>'
|
---|
48 | TabOrder = 0
|
---|
49 | OnNeedData = cboLocationNeedData
|
---|
50 | CharsNeedMatch = 1
|
---|
51 | end
|
---|
52 | object cmdOK: TButton [3]
|
---|
53 | Left = 276
|
---|
54 | Top = 22
|
---|
55 | Width = 72
|
---|
56 | Height = 21
|
---|
57 | Caption = 'OK'
|
---|
58 | Default = True
|
---|
59 | TabOrder = 1
|
---|
60 | OnClick = cmdOKClick
|
---|
61 | end
|
---|
62 | object cmdCancel: TButton [4]
|
---|
63 | Left = 276
|
---|
64 | Top = 51
|
---|
65 | Width = 72
|
---|
66 | Height = 21
|
---|
67 | Cancel = True
|
---|
68 | Caption = 'Cancel'
|
---|
69 | TabOrder = 2
|
---|
70 | OnClick = cmdCancelClick
|
---|
71 | end
|
---|
72 | inherited amgrMain: TVA508AccessibilityManager
|
---|
73 | Data = (
|
---|
74 | (
|
---|
75 | 'Component = cboLocation'
|
---|
76 | 'Status = stsDefault')
|
---|
77 | (
|
---|
78 | 'Component = cmdOK'
|
---|
79 | 'Status = stsDefault')
|
---|
80 | (
|
---|
81 | 'Component = cmdCancel'
|
---|
82 | 'Status = stsDefault')
|
---|
83 | (
|
---|
84 | 'Component = frmLkUpLocation'
|
---|
85 | 'Status = stsDefault'))
|
---|
86 | end
|
---|
87 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.