source: cprs/branches/ScanSourceForConstants/WorkingSplashU.dfm

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

Initial upload of Multi-language support appt: ScanSourceForConstants

File size: 675 bytes
Line 
1object WorkingForm: TWorkingForm
2 Left = 713
3 Top = 222
4 BorderStyle = bsDialog
5 ClientHeight = 91
6 ClientWidth = 173
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 OldCreateOrder = False
14 Position = poScreenCenter
15 PixelsPerInch = 96
16 TextHeight = 13
17 object Label1: TLabel
18 Left = 32
19 Top = 32
20 Width = 102
21 Height = 27
22 Caption = 'Working...'
23 Font.Charset = ANSI_CHARSET
24 Font.Color = clWindowText
25 Font.Height = -24
26 Font.Name = 'Times New Roman'
27 Font.Style = []
28 ParentFont = False
29 end
30end
Note: See TracBrowser for help on using the repository browser.