source: cprs/trunk/CPRS-Chart/fLkUpLocation.dfm

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

Upgrading to version 27

File size: 1.8 KB
RevLine 
[456]1inherited frmLkUpLocation: TfrmLkUpLocation
2 Left = 377
3 Top = 314
4 Caption = 'Select Location'
[830]5 ClientHeight = 212
6 ClientWidth = 356
[456]7 Position = poScreenCenter
8 OnCreate = FormCreate
[830]9 ExplicitWidth = 364
10 ExplicitHeight = 239
[456]11 PixelsPerInch = 96
12 TextHeight = 13
[830]13 object lblLocation: TLabel [0]
[456]14 Left = 8
15 Top = 8
16 Width = 41
17 Height = 13
18 Caption = 'Location'
19 end
[830]20 object lblInfo: TLabel [1]
[456]21 Left = 8
22 Top = 176
23 Width = 341
24 Height = 28
25 AutoSize = False
26 WordWrap = True
27 end
[830]28 object cboLocation: TORComboBox [2]
[456]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
[830]43 LookupPiece = 0
[456]44 MaxLength = 0
45 Pieces = '2'
46 Sorted = False
47 SynonymChars = '<>'
48 TabOrder = 0
49 OnNeedData = cboLocationNeedData
[830]50 CharsNeedMatch = 1
[456]51 end
[830]52 object cmdOK: TButton [3]
[456]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
[830]62 object cmdCancel: TButton [4]
[456]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
[830]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
[456]87end
Note: See TracBrowser for help on using the repository browser.