Line | |
---|
1 | inherited frmTemplateImport: TfrmTemplateImport
|
---|
2 | Left = 273
|
---|
3 | Top = 195
|
---|
4 | BorderIcons = [biSystemMenu]
|
---|
5 | BorderStyle = bsDialog
|
---|
6 | Caption = 'Importing Word Document'
|
---|
7 | ClientHeight = 132
|
---|
8 | ClientWidth = 288
|
---|
9 | FormStyle = fsStayOnTop
|
---|
10 | Position = poScreenCenter
|
---|
11 | PixelsPerInch = 96
|
---|
12 | TextHeight = 13
|
---|
13 | object gaugeImport: TGauge [0]
|
---|
14 | Left = 8
|
---|
15 | Top = 82
|
---|
16 | Width = 272
|
---|
17 | Height = 21
|
---|
18 | BackColor = clHighlightText
|
---|
19 | ForeColor = clHighlight
|
---|
20 | Font.Charset = DEFAULT_CHARSET
|
---|
21 | Font.Color = clCaptionText
|
---|
22 | Font.Height = -11
|
---|
23 | Font.Name = 'MS Sans Serif'
|
---|
24 | Font.Style = []
|
---|
25 | ParentFont = False
|
---|
26 | Progress = 0
|
---|
27 | end
|
---|
28 | object lblImporting: TStaticText [1]
|
---|
29 | Left = 8
|
---|
30 | Top = 4
|
---|
31 | Width = 272
|
---|
32 | Height = 13
|
---|
33 | AutoSize = False
|
---|
34 | Caption = 'Importing '
|
---|
35 | ParentShowHint = False
|
---|
36 | ShowHint = True
|
---|
37 | TabOrder = 0
|
---|
38 | end
|
---|
39 | object animImport: TAnimate [2]
|
---|
40 | Left = 8
|
---|
41 | Top = 20
|
---|
42 | Width = 272
|
---|
43 | Height = 60
|
---|
44 | Active = True
|
---|
45 | CommonAVI = aviCopyFile
|
---|
46 | StopFrame = 20
|
---|
47 | end
|
---|
48 | object btnCancel: TButton [3]
|
---|
49 | Left = 106
|
---|
50 | Top = 106
|
---|
51 | Width = 75
|
---|
52 | Height = 25
|
---|
53 | Cancel = True
|
---|
54 | Caption = '&Cancel'
|
---|
55 | Default = True
|
---|
56 | TabOrder = 1
|
---|
57 | OnClick = btnCancelClick
|
---|
58 | end
|
---|
59 | inherited amgrMain: TVA508AccessibilityManager
|
---|
60 | Data = (
|
---|
61 | (
|
---|
62 | 'Component = lblImporting'
|
---|
63 | 'Status = stsDefault')
|
---|
64 | (
|
---|
65 | 'Component = animImport'
|
---|
66 | 'Status = stsDefault')
|
---|
67 | (
|
---|
68 | 'Component = btnCancel'
|
---|
69 | 'Status = stsDefault')
|
---|
70 | (
|
---|
71 | 'Component = frmTemplateImport'
|
---|
72 | 'Status = stsDefault'))
|
---|
73 | end
|
---|
74 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.