source: cprs/trunk/BDK50/BDK32_P50/D2005/SgnonCnf.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.3 KB
Line 
1object frmSignonConfig: TfrmSignonConfig
2 Left = 232
3 Top = 110
4 HelpContext = 2
5 ActiveControl = CancelBtn
6 BorderStyle = bsDialog
7 Caption = 'Sign-on Properties'
8 ClientHeight = 258
9 ClientWidth = 401
10 Color = clBtnFace
11 Font.Charset = DEFAULT_CHARSET
12 Font.Color = clWindowText
13 Font.Height = -11
14 Font.Name = 'Courier New'
15 Font.Style = [fsBold]
16 FormStyle = fsStayOnTop
17 OldCreateOrder = True
18 Position = poScreenCenter
19 OnShow = FormShow
20 PixelsPerInch = 96
21 TextHeight = 14
22 object Bevel1: TBevel
23 Left = 8
24 Top = 8
25 Width = 289
26 Height = 249
27 Shape = bsFrame
28 IsControl = True
29 end
30 object OKBtn: TBitBtn
31 Left = 312
32 Top = 8
33 Width = 77
34 Height = 27
35 Caption = 'OK'
36 ModalResult = 1
37 TabOrder = 5
38 OnClick = OKBtnClick
39 Glyph.Data = {
40 DE010000424DDE01000000000000760000002800000024000000120000000100
41 0400000000006801000000000000000000001000000000000000000000000000
42 80000080000000808000800000008000800080800000C0C0C000808080000000
43 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
44 3333333333333333333333330000333333333333333333333333F33333333333
45 00003333344333333333333333388F3333333333000033334224333333333333
46 338338F3333333330000333422224333333333333833338F3333333300003342
47 222224333333333383333338F3333333000034222A22224333333338F338F333
48 8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
49 33333338F83338F338F33333000033A33333A222433333338333338F338F3333
50 0000333333333A222433333333333338F338F33300003333333333A222433333
51 333333338F338F33000033333333333A222433333333333338F338F300003333
52 33333333A222433333333333338F338F00003333333333333A22433333333333
53 3338F38F000033333333333333A223333333333333338F830000333333333333
54 333A333333333333333338330000333333333333333333333333333333333333
55 0000}
56 Margin = 2
57 NumGlyphs = 2
58 Spacing = -1
59 IsControl = True
60 end
61 object CancelBtn: TBitBtn
62 Left = 312
63 Top = 48
64 Width = 77
65 Height = 27
66 Cancel = True
67 Caption = 'Cancel'
68 Default = True
69 ModalResult = 2
70 TabOrder = 0
71 Glyph.Data = {
72 DE010000424DDE01000000000000760000002800000024000000120000000100
73 0400000000006801000000000000000000001000000000000000000000000000
74 80000080000000808000800000008000800080800000C0C0C000808080000000
75 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
76 333333333333333333333333000033338833333333333333333F333333333333
77 0000333911833333983333333388F333333F3333000033391118333911833333
78 38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
79 911118111118333338F3338F833338F3000033333911111111833333338F3338
80 3333F8330000333333911111183333333338F333333F83330000333333311111
81 8333333333338F3333383333000033333339111183333333333338F333833333
82 00003333339111118333333333333833338F3333000033333911181118333333
83 33338333338F333300003333911183911183333333383338F338F33300003333
84 9118333911183333338F33838F338F33000033333913333391113333338FF833
85 38F338F300003333333333333919333333388333338FFF830000333333333333
86 3333333333333333333888330000333333333333333333333333333333333333
87 0000}
88 Margin = 2
89 NumGlyphs = 2
90 Spacing = -1
91 IsControl = True
92 end
93 object HelpBtn: TBitBtn
94 Left = 312
95 Top = 128
96 Width = 77
97 Height = 27
98 TabOrder = 6
99 Kind = bkHelp
100 Margin = 2
101 Spacing = -1
102 IsControl = True
103 end
104 object rgrWindowPosition: TRadioGroup
105 Left = 24
106 Top = 24
107 Width = 121
108 Height = 81
109 Caption = 'Window Position'
110 Items.Strings = (
111 'Center'
112 'Current'
113 'Remember')
114 TabOrder = 2
115 TabStop = True
116 end
117 object rgrWindowSize: TRadioGroup
118 Left = 160
119 Top = 24
120 Width = 121
121 Height = 81
122 Caption = 'Window Size'
123 Items.Strings = (
124 'Normal'
125 'Current'
126 'Remember')
127 TabOrder = 3
128 TabStop = True
129 end
130 object GroupBox1: TGroupBox
131 Left = 24
132 Top = 120
133 Width = 257
134 Height = 121
135 Caption = 'Intro Text'
136 TabOrder = 4
137 object Button1: TButton
138 Left = 16
139 Top = 80
140 Width = 97
141 Height = 27
142 Caption = 'Change Font'
143 TabOrder = 1
144 OnClick = Button1Click
145 end
146 object rgrIntroBackClr: TRadioGroup
147 Left = 16
148 Top = 24
149 Width = 225
150 Height = 41
151 Caption = 'Background Color'
152 Columns = 2
153 Font.Charset = DEFAULT_CHARSET
154 Font.Color = clWindowText
155 Font.Height = -11
156 Font.Name = 'Courier New'
157 Font.Style = [fsBold]
158 Items.Strings = (
159 'Current'
160 'Select New')
161 ParentFont = False
162 TabOrder = 0
163 TabStop = True
164 OnClick = rgrIntroBackClrClick
165 end
166 end
167 object btnDefaults: TBitBtn
168 Left = 312
169 Top = 88
170 Width = 77
171 Height = 27
172 HelpContext = 4
173 Caption = '&Defaults'
174 ModalResult = 5
175 TabOrder = 1
176 Glyph.Data = {
177 76010000424D7601000000000000760000002800000020000000100000000100
178 0400000000000001000000000000000000001000000010000000000000000000
179 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
180 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
181 3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
182 3333333777333777FF3333993333339993333377FF3333377FF3399993333339
183 993337777FF3333377F3393999333333993337F777FF333337FF993399933333
184 399377F3777FF333377F993339993333399377F33777FF33377F993333999333
185 399377F333777FF3377F993333399933399377F3333777FF377F993333339993
186 399377FF3333777FF7733993333339993933373FF3333777F7F3399933333399
187 99333773FF3333777733339993333339933333773FFFFFF77333333999999999
188 3333333777333777333333333999993333333333377777333333}
189 Margin = 2
190 NumGlyphs = 2
191 Spacing = -1
192 IsControl = True
193 end
194 object FontDialog1: TFontDialog
195 Font.Charset = DEFAULT_CHARSET
196 Font.Color = clWindowText
197 Font.Height = -13
198 Font.Name = 'System'
199 Font.Style = []
200 MinFontSize = 0
201 MaxFontSize = 0
202 Left = 136
203 Top = 200
204 end
205 object ColorDialog1: TColorDialog
206 Ctl3D = True
207 Left = 336
208 Top = 216
209 end
210end
Note: See TracBrowser for help on using the repository browser.