mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
40 lines
834 B
Plaintext
40 lines
834 B
Plaintext
object frmQueryProgress: TfrmQueryProgress
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = []
|
|
BorderStyle = bsDialog
|
|
Caption = 'Status'
|
|
ClientHeight = 78
|
|
ClientWidth = 222
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnClose = FormClose
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object lblStatusMsg: TLabel
|
|
Left = 24
|
|
Top = 16
|
|
Width = 158
|
|
Height = 13
|
|
Caption = 'Waiting for query to complete ...'
|
|
end
|
|
object btnAbort: TButton
|
|
Left = 72
|
|
Top = 44
|
|
Width = 73
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = 'Please wait'
|
|
Default = True
|
|
Enabled = False
|
|
TabOrder = 0
|
|
OnClick = btnAbortClick
|
|
end
|
|
end
|