source: cprs/branches/tmg-cprs/CPRS-Chart/Templates/fTemplateImport.dfm@ 453

Last change on this file since 453 was 453, checked in by Kevin Toppenberg, 16 years ago

Initial upload of TMG-CPRS 1.0.26.69

File size: 1.6 KB
Line 
1object 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 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 FormStyle = fsStayOnTop
16 OldCreateOrder = False
17 Position = poScreenCenter
18 PixelsPerInch = 96
19 TextHeight = 13
20 object gaugeImport: TGauge
21 Left = 8
22 Top = 82
23 Width = 272
24 Height = 21
25 ForeColor = clNavy
26 Progress = 0
27 end
28 object lblImporting: TStaticText
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
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
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 object DKLanguageController1: TDKLanguageController
60 Left = 136
61 Top = 72
62 LangData = {
63 110066726D54656D706C617465496D706F727401010000000100000007004361
64 7074696F6E01040000000B006761756765496D706F727400000C006C626C496D
65 706F7274696E67010100000002000000070043617074696F6E000A00616E696D
66 496D706F72740000090062746E43616E63656C01010000000300000007004361
67 7074696F6E00}
68 end
69end
Note: See TracBrowser for help on using the repository browser.