root / UFWarning.dfm @ 3
Historique | Voir | Annoter | Télécharger (1,296 ko)
1 |
object FWarning: TFWarning |
---|---|
2 |
Left = 200 |
3 |
Top = 200 |
4 |
BorderIcons = [] |
5 |
BorderStyle = bsDialog |
6 |
Caption = 'Warning' |
7 |
ClientHeight = 248 |
8 |
ClientWidth = 496 |
9 |
Color = clBtnFace |
10 |
Font.Charset = DEFAULT_CHARSET |
11 |
Font.Color = clWindowText |
12 |
Font.Height = -11 |
13 |
Font.Name = 'MS Sans Serif' |
14 |
Font.Style = [] |
15 |
OldCreateOrder = False |
16 |
Position = poMainFormCenter |
17 |
Scaled = False |
18 |
OnClose = FormClose |
19 |
OnCreate = FormCreate |
20 |
OnShow = FormShow |
21 |
DesignSize = ( |
22 |
496 |
23 |
248) |
24 |
PixelsPerInch = 96 |
25 |
TextHeight = 13 |
26 |
object BBOk: TBitBtn |
27 |
Left = 408 |
28 |
Top = 216 |
29 |
Width = 80 |
30 |
Height = 25 |
31 |
Anchors = [akRight, akBottom] |
32 |
Caption = 'OK' |
33 |
Default = True |
34 |
ModalResult = 1 |
35 |
NumGlyphs = 2 |
36 |
TabOrder = 0 |
37 |
end |
38 |
object CBDisplay: TCheckBox |
39 |
Left = 8 |
40 |
Top = 222 |
41 |
Width = 320 |
42 |
Height = 17 |
43 |
Caption = 'Do not show this message again' |
44 |
TabOrder = 1 |
45 |
end |
46 |
object REMessage: TRichEdit |
47 |
Left = 8 |
48 |
Top = 8 |
49 |
Width = 480 |
50 |
Height = 200 |
51 |
Anchors = [akLeft, akTop, akRight, akBottom] |
52 |
Font.Charset = ANSI_CHARSET |
53 |
Font.Color = clWindowText |
54 |
Font.Height = -11 |
55 |
Font.Name = 'MS Sans Serif' |
56 |
Font.Style = [] |
57 |
ParentFont = False |
58 |
ReadOnly = True |
59 |
ScrollBars = ssVertical |
60 |
TabOrder = 2 |
61 |
end |
62 |
end |