source: cprs/trunk/CPRS-Chart/Orders/fODLabOthCollSamp.dfm@ 829

Last change on this file since 829 was 829, checked in by Kevin Toppenberg, 14 years ago

Upgrade to version 27

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