source: trunk/Loading.dfm

Last change on this file was 6, checked in by george, 15 years ago
  • Přesunuto: Hlavní vývojová větev přesunuta do podsložky trunk.
File size: 1.1 KB
Line 
1object Form9: TForm9
2 Left = 444
3 Top = 234
4 BorderStyle = bsNone
5 Caption = 'Na'#269#237't'#225'n'#237
6 ClientHeight = 93
7 ClientWidth = 436
8 Color = clBtnFace
9 Font.Charset = DEFAULT_CHARSET
10 Font.Color = clWindowText
11 Font.Height = -11
12 Font.Name = 'MS Sans Serif'
13 Font.Style = []
14 FormStyle = fsStayOnTop
15 OldCreateOrder = False
16 Position = poDesktopCenter
17 OnClose = FormClose
18 OnShow = FormShow
19 PixelsPerInch = 96
20 TextHeight = 13
21 object Gauge1: TGauge
22 Left = 8
23 Top = 32
24 Width = 417
25 Height = 25
26 ForeColor = clNavy
27 MaxValue = 30
28 Progress = 0
29 end
30 object Label1: TLabel
31 Left = 16
32 Top = 8
33 Width = 77
34 Height = 16
35 Caption = 'Na'#269#237't'#225'n'#237'...'
36 Font.Charset = DEFAULT_CHARSET
37 Font.Color = clWindowText
38 Font.Height = -13
39 Font.Name = 'MS Sans Serif'
40 Font.Style = [fsBold, fsItalic]
41 ParentFont = False
42 end
43 object Button1: TButton
44 Left = 176
45 Top = 64
46 Width = 75
47 Height = 25
48 Caption = 'Zru'#353'it'
49 TabOrder = 0
50 OnClick = Button1Click
51 end
52end
Note: See TracBrowser for help on using the repository browser.