source: cprs/trunk/BDK50/BDK32_P50/D2005/SelDiv.dfm@ 1685

Last change on this file since 1685 was 1678, checked in by healthsevak, 10 years ago

Added this new version of Broker component libraries while updating the working copy to CPRS version 28

File size: 6.1 KB
Line 
1object SelDivForm: TSelDivForm
2 Left = 368
3 Top = 193
4 Width = 445
5 Height = 213
6 Caption = 'Select Division'
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -16
11 Font.Name = 'MS Sans Serif'
12 Font.Style = [fsBold]
13 OldCreateOrder = True
14 OnCreate = FormCreate
15 PixelsPerInch = 96
16 TextHeight = 20
17 object DivLabel1: TLabel
18 Left = 16
19 Top = 8
20 Width = 268
21 Height = 16
22 Caption = 'Must Select Division To Continue Signon!'
23 Color = clBtnFace
24 Font.Charset = ANSI_CHARSET
25 Font.Color = clWindowText
26 Font.Height = -13
27 Font.Name = 'System'
28 Font.Style = [fsBold]
29 ParentColor = False
30 ParentFont = False
31 end
32 object btnOK: TBitBtn
33 Left = 16
34 Top = 137
35 Width = 81
36 Height = 25
37 Anchors = [akRight]
38 Caption = '&OK'
39 Default = True
40 Font.Charset = DEFAULT_CHARSET
41 Font.Color = clWindowText
42 Font.Height = -13
43 Font.Name = 'MS Sans Serif'
44 Font.Style = [fsBold]
45 ParentFont = False
46 TabOrder = 1
47 OnClick = btnOKClick
48 Glyph.Data = {
49 BE060000424DBE06000000000000360400002800000024000000120000000100
50 0800000000008802000000000000000000000001000000010000000000000000
51 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
52 A600000000000000000000000000000000000000000000000000000000000000
53 0000000000000000000000000000000000000000000000000000000000000000
54 0000000000000000000000000000000000000000000000000000000000000000
55 0000000000000000000000000000000000000000000000000000000000000000
56 0000000000000000000000000000000000000000000000000000000000000000
57 0000000000000000000000000000000000000000000000000000000000000000
58 0000000000000000000000000000000000000000000000000000000000000000
59 0000000000000000000000000000000000000000000000000000000000000000
60 0000000000000000000000000000000000000000000000000000000000000000
61 0000000000000000000000000000000000000000000000000000000000000000
62 0000000000000000000000000000000000000000000000000000000000000000
63 0000000000000000000000000000000000000000000000000000000000000000
64 0000000000000000000000000000000000000000000000000000000000000000
65 0000000000000000000000000000000000000000000000000000000000000000
66 0000000000000000000000000000000000000000000000000000000000000000
67 0000000000000000000000000000000000000000000000000000000000000000
68 0000000000000000000000000000000000000000000000000000000000000000
69 0000000000000000000000000000000000000000000000000000000000000000
70 0000000000000000000000000000000000000000000000000000000000000000
71 0000000000000000000000000000000000000000000000000000000000000000
72 0000000000000000000000000000000000000000000000000000000000000000
73 0000000000000000000000000000000000000000000000000000000000000000
74 0000000000000000000000000000000000000000000000000000000000000000
75 0000000000000000000000000000000000000000000000000000000000000000
76 0000000000000000000000000000000000000000000000000000000000000000
77 0000000000000000000000000000000000000000000000000000000000000000
78 0000000000000000000000000000000000000000000000000000000000000000
79 0000000000000000000000000000000000000000000000000000000000000000
80 0000000000000000000000000000000000000000000000000000000000000000
81 000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
82 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
83 0303030303030303030303030303030303030303030303030303030303030303
84 03030303030303030303030303030303030303030303FF030303030303030303
85 03030303030303040403030303030303030303030303030303F8F8FF03030303
86 03030303030303030303040202040303030303030303030303030303F80303F8
87 FF030303030303030303030303040202020204030303030303030303030303F8
88 03030303F8FF0303030303030303030304020202020202040303030303030303
89 0303F8030303030303F8FF030303030303030304020202FA0202020204030303
90 0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
91 040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
92 03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
93 FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
94 0303030303030303030303FA0202020403030303030303030303030303F8FF03
95 03F8FF03030303030303030303030303FA020202040303030303030303030303
96 0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
97 03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
98 030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
99 0202040303030303030303030303030303F8FF03F8FF03030303030303030303
100 03030303FA0202030303030303030303030303030303F8FFF803030303030303
101 030303030303030303FA0303030303030303030303030303030303F803030303
102 0303030303030303030303030303030303030303030303030303030303030303
103 0303}
104 NumGlyphs = 2
105 end
106 object btnCancel: TBitBtn
107 Left = 168
108 Top = 137
109 Width = 83
110 Height = 25
111 Anchors = [akRight]
112 Caption = '&Cancel'
113 Font.Charset = DEFAULT_CHARSET
114 Font.Color = clWindowText
115 Font.Height = -13
116 Font.Name = 'MS Sans Serif'
117 Font.Style = [fsBold]
118 ParentFont = False
119 TabOrder = 2
120 OnClick = btnCancelClick
121 Kind = bkCancel
122 end
123 object btnHelp: TBitBtn
124 Left = 336
125 Top = 135
126 Width = 83
127 Height = 26
128 Anchors = [akRight]
129 Font.Charset = DEFAULT_CHARSET
130 Font.Color = clWindowText
131 Font.Height = -13
132 Font.Name = 'MS Sans Serif'
133 Font.Style = [fsBold]
134 ParentFont = False
135 TabOrder = 3
136 OnClick = btnHelpClick
137 Kind = bkHelp
138 end
139 object DivListBox: TListBox
140 Left = 16
141 Top = 32
142 Width = 401
143 Height = 90
144 Anchors = [akTop, akRight]
145 Font.Charset = ANSI_CHARSET
146 Font.Color = clWindowText
147 Font.Height = -13
148 Font.Name = 'System'
149 Font.Style = [fsBold]
150 ItemHeight = 16
151 ParentFont = False
152 Sorted = True
153 TabOrder = 0
154 OnDblClick = btnOKClick
155 end
156end
Note: See TracBrowser for help on using the repository browser.