source: cprs/trunk/CPRS-Chart/mEvntDelay.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
Line 
1object fraEvntDelayList: TfraEvntDelayList
2 Left = 0
3 Top = 0
4 Width = 366
5 Height = 216
6 Anchors = []
7 AutoScroll = True
8 TabOrder = 0
9 TabStop = True
10 object pnlDate: TPanel
11 Left = 261
12 Top = 0
13 Width = 105
14 Height = 216
15 Align = alRight
16 Anchors = [akLeft, akBottom]
17 TabOrder = 0
18 Visible = False
19 object lblEffective: TLabel
20 Left = 4
21 Top = 32
22 Width = 73
23 Height = 13
24 Caption = 'Effective Date:'
25 end
26 object orDateBox: TORDateBox
27 Left = 3
28 Top = 48
29 Width = 97
30 Height = 21
31 ParentShowHint = False
32 ShowHint = True
33 TabOrder = 0
34 Text = 'Today'
35 DateOnly = False
36 RequireTime = False
37 Caption = 'Effective Date:'
38 end
39 end
40 object pnlList: TPanel
41 Left = 0
42 Top = 0
43 Width = 261
44 Height = 216
45 Align = alClient
46 Anchors = [akLeft, akBottom]
47 TabOrder = 1
48 object lblEvntDelayList: TLabel
49 Left = 1
50 Top = 1
51 Width = 259
52 Height = 13
53 Align = alTop
54 Caption = 'Event Delay List:'
55 ExplicitWidth = 81
56 end
57 object mlstEvents: TORListBox
58 Left = 1
59 Top = 35
60 Width = 259
61 Height = 180
62 Align = alClient
63 ItemHeight = 13
64 ParentShowHint = False
65 ShowHint = True
66 TabOrder = 0
67 OnClick = mlstEventsClick
68 OnKeyUp = mlstEventsKeyUp
69 ItemTipColor = clWindow
70 LongList = False
71 Pieces = '9'
72 OnChange = mlstEventsChange
73 RightClickSelect = True
74 CheckEntireLine = True
75 end
76 object edtSearch: TCaptionEdit
77 Left = 1
78 Top = 14
79 Width = 259
80 Height = 21
81 Align = alTop
82 TabOrder = 1
83 OnChange = edtSearchChange
84 OnKeyDown = edtSearchKeyDown
85 end
86 end
87end
Note: See TracBrowser for help on using the repository browser.