Rev | Line | |
---|
[829] | 1 | inherited frmTemplateImport: TfrmTemplateImport
|
---|
[456] | 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
|
---|
[829] | 13 | object gaugeImport: TGauge [0]
|
---|
[456] | 14 | Left = 8
|
---|
| 15 | Top = 82
|
---|
| 16 | Width = 272
|
---|
| 17 | Height = 21
|
---|
[829] | 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
|
---|
[456] | 26 | Progress = 0
|
---|
| 27 | end
|
---|
[829] | 28 | object lblImporting: TStaticText [1]
|
---|
[456] | 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
|
---|
[829] | 39 | object animImport: TAnimate [2]
|
---|
[456] | 40 | Left = 8
|
---|
| 41 | Top = 20
|
---|
| 42 | Width = 272
|
---|
| 43 | Height = 60
|
---|
| 44 | Active = True
|
---|
| 45 | CommonAVI = aviCopyFile
|
---|
[829] | 46 | StopFrame = 20
|
---|
[456] | 47 | end
|
---|
[829] | 48 | object btnCancel: TButton [3]
|
---|
[456] | 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
|
---|
[829] | 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
|
---|
[456] | 74 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.