Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1077 → Rev 1078

/Delphi/akMediaAdmin/Source/WaitUnit.dfm
0,0 → 1,47
object WaitForm: TWaitForm
Left = 191
Top = 107
BorderStyle = bsDialog
Caption = 'WaitForm'
ClientHeight = 60
ClientWidth = 172
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCloseQuery = FormCloseQuery
PixelsPerInch = 96
TextHeight = 13
object WaitLabel: TLabel
Left = 2
Top = 8
Width = 168
Height = 13
Alignment = taCenter
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = 'Loading...'
end
object AbortButton: TButton
Left = 48
Top = 30
Width = 75
Height = 25
Anchors = [akBottom]
Cancel = True
Caption = '&Abort'
Default = True
TabOrder = 0
OnClick = AbortButtonClick
end
object Timer: TTimer
Interval = 100
OnTimer = TimerTimer
Left = 136
Top = 2
end
end