Line | |
---|
1 | inherited frmODLabOthSpec: TfrmODLabOthSpec
|
---|
2 | Left = 240
|
---|
3 | Top = 136
|
---|
4 | BorderIcons = []
|
---|
5 | Caption = 'Select Specimen'
|
---|
6 | ClientHeight = 332
|
---|
7 | ClientWidth = 309
|
---|
8 | OldCreateOrder = True
|
---|
9 | Position = poScreenCenter
|
---|
10 | PixelsPerInch = 96
|
---|
11 | TextHeight = 13
|
---|
12 | object pnlBase: TORAutoPanel [0]
|
---|
13 | Left = 0
|
---|
14 | Top = 0
|
---|
15 | Width = 309
|
---|
16 | Height = 332
|
---|
17 | Align = alClient
|
---|
18 | BevelOuter = bvNone
|
---|
19 | TabOrder = 0
|
---|
20 | object cboOtherSpec: TORComboBox
|
---|
21 | Left = 9
|
---|
22 | Top = 22
|
---|
23 | Width = 291
|
---|
24 | Height = 270
|
---|
25 | Style = orcsSimple
|
---|
26 | AutoSelect = True
|
---|
27 | Color = clWindow
|
---|
28 | DropDownCount = 8
|
---|
29 | ItemHeight = 13
|
---|
30 | ItemTipColor = clWindow
|
---|
31 | ItemTipEnable = True
|
---|
32 | ListItemsOnly = True
|
---|
33 | LongList = True
|
---|
34 | LookupPiece = 0
|
---|
35 | MaxLength = 0
|
---|
36 | Pieces = '2'
|
---|
37 | Sorted = False
|
---|
38 | SynonymChars = '<>'
|
---|
39 | TabOrder = 0
|
---|
40 | OnDblClick = cboOtherSpecDblClick
|
---|
41 | OnNeedData = cboOtherSpecNeedData
|
---|
42 | CharsNeedMatch = 1
|
---|
43 | end
|
---|
44 | object cmdOK: TButton
|
---|
45 | Left = 76
|
---|
46 | Top = 302
|
---|
47 | Width = 72
|
---|
48 | Height = 21
|
---|
49 | Caption = 'OK'
|
---|
50 | Default = True
|
---|
51 | TabOrder = 1
|
---|
52 | OnClick = cmdOKClick
|
---|
53 | end
|
---|
54 | object cmdCancel: TButton
|
---|
55 | Left = 160
|
---|
56 | Top = 302
|
---|
57 | Width = 72
|
---|
58 | Height = 21
|
---|
59 | Cancel = True
|
---|
60 | Caption = 'Cancel'
|
---|
61 | TabOrder = 2
|
---|
62 | OnClick = cmdCancelClick
|
---|
63 | end
|
---|
64 | end
|
---|
65 | inherited amgrMain: TVA508AccessibilityManager
|
---|
66 | Data = (
|
---|
67 | (
|
---|
68 | 'Component = pnlBase'
|
---|
69 | 'Status = stsDefault')
|
---|
70 | (
|
---|
71 | 'Component = cboOtherSpec'
|
---|
72 | 'Status = stsDefault')
|
---|
73 | (
|
---|
74 | 'Component = cmdOK'
|
---|
75 | 'Status = stsDefault')
|
---|
76 | (
|
---|
77 | 'Component = cmdCancel'
|
---|
78 | 'Status = stsDefault')
|
---|
79 | (
|
---|
80 | 'Component = frmODLabOthSpec'
|
---|
81 | 'Status = stsDefault'))
|
---|
82 | end
|
---|
83 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.