source: cprs/branches/foia-cprs/CPRS-Chart/fPatientFlagMulti.dfm@ 459

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

Adding foia-cprs branch

File size: 2.3 KB
Line 
1object frmFlags: TfrmFlags
2 Left = 457
3 Top = 74
4 Width = 505
5 Height = 398
6 Caption = 'Patient Record Flags'
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 OldCreateOrder = False
14 Position = poMainFormCenter
15 OnClose = FormClose
16 OnCreate = FormCreate
17 OnKeyDown = FormKeyDown
18 OnShow = FormShow
19 PixelsPerInch = 96
20 TextHeight = 13
21 object Splitter1: TSplitter
22 Left = 0
23 Top = 80
24 Width = 497
25 Height = 5
26 Cursor = crHSplit
27 Align = alNone
28 end
29 object Panel1: TPanel
30 Left = 0
31 Top = 340
32 Width = 497
33 Height = 31
34 Align = alBottom
35 TabOrder = 1
36 DesignSize = (
37 497
38 31)
39 object btnClose: TButton
40 Left = 410
41 Top = 5
42 Width = 77
43 Height = 21
44 Anchors = [akRight, akBottom]
45 Cancel = True
46 Caption = 'Close'
47 TabOrder = 0
48 OnClick = btnCloseClick
49 end
50 end
51 object Panel2: TPanel
52 Left = 0
53 Top = 0
54 Width = 497
55 Height = 80
56 Align = alTop
57 Constraints.MinHeight = 40
58 Constraints.MinWidth = 300
59 TabOrder = 2
60 object lblFlags: TLabel
61 Left = 1
62 Top = 1
63 Width = 495
64 Height = 13
65 Align = alTop
66 Caption = 'Active Flag'
67 Layout = tlCenter
68 end
69 object lstFlags: TORListBox
70 Left = 1
71 Top = 14
72 Width = 495
73 Height = 65
74 Align = alClient
75 Font.Charset = DEFAULT_CHARSET
76 Font.Color = clWindowText
77 Font.Height = -11
78 Font.Name = 'Courier New'
79 Font.Style = []
80 ItemHeight = 14
81 ParentFont = False
82 ParentShowHint = False
83 ShowHint = True
84 TabOrder = 0
85 OnClick = lstFlagsClick
86 ItemTipColor = clWindow
87 LongList = False
88 Pieces = '2'
89 OnChange = lstFlagsClick
90 end
91 end
92 object memFlags: TCaptionMemo
93 Left = 0
94 Top = 80
95 Width = 497
96 Height = 260
97 Align = alClient
98 Font.Charset = DEFAULT_CHARSET
99 Font.Color = clWindowText
100 Font.Height = -11
101 Font.Name = 'Courier New'
102 Font.Style = []
103 Lines.Strings = (
104 '')
105 ParentFont = False
106 ReadOnly = True
107 ScrollBars = ssBoth
108 TabOrder = 0
109 WantReturns = False
110 WordWrap = False
111 end
112end
Note: See TracBrowser for help on using the repository browser.