Subversion Repositories decoder

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
object WartenForm: TWartenForm
2
  Left = 0
3
  Top = 0
4
  BorderIcons = []
5
  BorderStyle = bsSingle
6
  Caption = 'Bitte warten...'
7
  ClientHeight = 149
8
  ClientWidth = 425
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 = poMainFormCenter
18
  OnCreate = FormCreate
19
  PixelsPerInch = 96
20
  TextHeight = 13
21
  object lbl_wait: TLabel
22
    Left = 8
23
    Top = 19
24
    Width = 91
25
    Height = 29
26
    Caption = 'lbl_wait'
27
    Font.Charset = DEFAULT_CHARSET
28
    Font.Color = clWindowText
29
    Font.Height = -24
30
    Font.Name = 'MS Sans Serif'
31
    Font.Style = [fsBold]
32
    ParentFont = False
33
    Transparent = True
34
  end
35
  object lbl_info1: TLabel
36
    Left = 8
37
    Top = 104
38
    Width = 7
39
    Height = 13
40
    Caption = '#'
41
    Transparent = True
42
  end
43
  object lbl_info2: TLabel
44
    Left = 8
45
    Top = 120
46
    Width = 7
47
    Height = 13
48
    Caption = '#'
49
    Transparent = True
50
  end
51
  object pbr_progress: TProgressBar
52
    Left = 8
53
    Top = 64
54
    Width = 409
55
    Height = 33
56
    Max = 10000
57
    Smooth = True
58
    TabOrder = 0
59
  end
60
  object btn_escape: TButton
61
    Left = 296
62
    Top = 116
63
    Width = 121
64
    Height = 25
65
    Cancel = True
66
    Caption = '#'
67
    TabOrder = 1
68
    Visible = False
69
    OnClick = btn_escapeClick
70
  end
71
end