source: cprs/branches/tmg-cprs/CPRS-Chart/Orders/fOrderFlag.dfm@ 453

Last change on this file since 453 was 453, checked in by Kevin Toppenberg, 16 years ago

Initial upload of TMG-CPRS 1.0.26.69

File size: 2.5 KB
Line 
1inherited frmFlagOrder: TfrmFlagOrder
2 Left = 334
3 Top = 234
4 Height = 191
5 Caption = 'Flag Order'
6 Position = poScreenCenter
7 OnCreate = FormCreate
8 PixelsPerInch = 96
9 TextHeight = 13
10 object Label1: TLabel [0]
11 Left = 8
12 Top = 80
13 Width = 75
14 Height = 13
15 Caption = 'Reason for Flag'
16 end
17 object lblAlertRecipient: TLabel [1]
18 Left = 8
19 Top = 123
20 Width = 69
21 Height = 13
22 Caption = 'Alert Recipient'
23 end
24 object txtReason: TCaptionEdit [2]
25 Left = 8
26 Top = 94
27 Width = 411
28 Height = 21
29 MaxLength = 80
30 TabOrder = 0
31 Caption = 'Reason for Flag'
32 end
33 object cmdOK: TButton [3]
34 Left = 267
35 Top = 139
36 Width = 72
37 Height = 21
38 Caption = 'OK'
39 Default = True
40 TabOrder = 2
41 OnClick = cmdOKClick
42 end
43 object cmdCancel: TButton [4]
44 Left = 347
45 Top = 139
46 Width = 72
47 Height = 21
48 Cancel = True
49 Caption = 'Cancel'
50 TabOrder = 3
51 OnClick = cmdCancelClick
52 end
53 object memOrder: TMemo [5]
54 Left = 8
55 Top = 8
56 Width = 411
57 Height = 56
58 Color = clBtnFace
59 Lines.Strings = (
60 'memOrder')
61 ReadOnly = True
62 TabOrder = 4
63 WantReturns = False
64 end
65 object cboAlertRecipient: TORComboBox [6]
66 Left = 7
67 Top = 139
68 Width = 226
69 Height = 21
70 HelpContext = 9102
71 Style = orcsDropDown
72 AutoSelect = True
73 Caption = 'Alert Recipient'
74 Color = clWindow
75 DropDownCount = 8
76 ItemHeight = 13
77 ItemTipColor = clWindow
78 ItemTipEnable = True
79 ListItemsOnly = True
80 LongList = True
81 LookupPiece = 2
82 MaxLength = 0
83 Pieces = '2,3'
84 Sorted = False
85 SynonymChars = '<>'
86 TabOrder = 1
87 OnExit = cboOnExit
88 OnNeedData = cboAlertRecipientNeedData
89 CharsNeedMatch = 1
90 end
91 inherited DKLanguageController1: TDKLanguageController
92 LangData = {
93 0C0066726D466C61674F72646572010100000001000000070043617074696F6E
94 010700000006004C6162656C31010100000002000000070043617074696F6E00
95 11006C626C416C657274526563697069656E7401010000000300000007004361
96 7074696F6E000900747874526561736F6E010100000004000000070043617074
97 696F6E000500636D644F4B010100000005000000070043617074696F6E000900
98 636D6443616E63656C010100000006000000070043617074696F6E0008006D65
99 6D4F7264657201010000000700000005004C696E657300110063626F416C6572
100 74526563697069656E74010100000008000000070043617074696F6E00}
101 end
102end
Note: See TracBrowser for help on using the repository browser.