root / UFError.dfm @ 3
Historique | Voir | Annoter | Télécharger (2,087 ko)
1 | 3 | avalancogn | object FError: TFError |
---|---|---|---|
2 | Left = 200 |
||
3 | Top = 200 |
||
4 | HelpContext = 190 |
||
5 | BorderIcons = [] |
||
6 | BorderStyle = bsDialog |
||
7 | Caption = 'Error(s) were found while loading the data' |
||
8 | ClientHeight = 368 |
||
9 | ClientWidth = 592 |
||
10 | Color = clBtnFace |
||
11 | Font.Charset = DEFAULT_CHARSET |
||
12 | Font.Color = clWindowText |
||
13 | Font.Height = -11 |
||
14 | Font.Name = 'MS Sans Serif' |
||
15 | Font.Style = [] |
||
16 | OldCreateOrder = False |
||
17 | Position = poMainFormCenter |
||
18 | Scaled = False |
||
19 | OnClose = FormClose |
||
20 | OnCreate = FormCreate |
||
21 | OnShow = FormShow |
||
22 | DesignSize = ( |
||
23 | 592 |
||
24 | 368) |
||
25 | PixelsPerInch = 96 |
||
26 | TextHeight = 13 |
||
27 | object LFolder: TLabel |
||
28 | Left = 8 |
||
29 | Top = 12 |
||
30 | Width = 40 |
||
31 | Height = 13 |
||
32 | Caption = 'Data set' |
||
33 | end |
||
34 | object LQuestion: TLabel |
||
35 | Left = 8 |
||
36 | Top = 332 |
||
37 | Width = 198 |
||
38 | Height = 13 |
||
39 | Anchors = [akLeft, akBottom] |
||
40 | Caption = 'Would you like delete the corrupted links?' |
||
41 | end |
||
42 | object LWarning: TLabel |
||
43 | Left = 8 |
||
44 | Top = 348 |
||
45 | Width = 251 |
||
46 | Height = 13 |
||
47 | Anchors = [akLeft, akBottom] |
||
48 | Caption = 'You then have to correct the data entries concerned.' |
||
49 | end |
||
50 | object MErrors: TMemo |
||
51 | Left = 8 |
||
52 | Top = 32 |
||
53 | Width = 576 |
||
54 | Height = 296 |
||
55 | Anchors = [akLeft, akTop, akRight, akBottom] |
||
56 | ReadOnly = True |
||
57 | ScrollBars = ssVertical |
||
58 | TabOrder = 0 |
||
59 | end |
||
60 | object EFolder: TEdit |
||
61 | Left = 128 |
||
62 | Top = 8 |
||
63 | Width = 456 |
||
64 | Height = 21 |
||
65 | Anchors = [akLeft, akTop, akRight] |
||
66 | ReadOnly = True |
||
67 | TabOrder = 1 |
||
68 | end |
||
69 | object BBYes: TBitBtn |
||
70 | Left = 328 |
||
71 | Top = 336 |
||
72 | Width = 80 |
||
73 | Height = 25 |
||
74 | Anchors = [akRight, akBottom] |
||
75 | Caption = 'Yes' |
||
76 | ModalResult = 6 |
||
77 | NumGlyphs = 2 |
||
78 | TabOrder = 2 |
||
79 | end |
||
80 | object BBNo: TBitBtn |
||
81 | Left = 416 |
||
82 | Top = 336 |
||
83 | Width = 80 |
||
84 | Height = 25 |
||
85 | Anchors = [akRight, akBottom] |
||
86 | Caption = 'No' |
||
87 | ModalResult = 7 |
||
88 | NumGlyphs = 2 |
||
89 | TabOrder = 3 |
||
90 | end |
||
91 | object BBHelp: TBitBtn |
||
92 | Left = 504 |
||
93 | Top = 335 |
||
94 | Width = 80 |
||
95 | Height = 25 |
||
96 | Anchors = [akRight, akBottom] |
||
97 | Caption = 'Help' |
||
98 | NumGlyphs = 2 |
||
99 | TabOrder = 4 |
||
100 | OnClick = BBHelpClick |
||
101 | end |
||
102 | end |