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