mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
80 lines
1.8 KiB
Plaintext
80 lines
1.8 KiB
Plaintext
object frmDataSorting: TfrmDataSorting
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsNone
|
|
Caption = 'DataSortingForm'
|
|
ClientHeight = 97
|
|
ClientWidth = 204
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnDeactivate = FormDeactivate
|
|
TextHeight = 14
|
|
object pnlBevel: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 204
|
|
Height = 97
|
|
Align = alClient
|
|
BorderWidth = 3
|
|
TabOrder = 0
|
|
DesignSize = (
|
|
204
|
|
97)
|
|
object btnOK: TButton
|
|
Left = 3
|
|
Top = 68
|
|
Width = 60
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'OK'
|
|
Default = True
|
|
Enabled = False
|
|
Images = MainForm.VirtualImageListMain
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
OnClick = btnOKClick
|
|
end
|
|
object btnCancel: TButton
|
|
Left = 68
|
|
Top = 68
|
|
Width = 60
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Images = MainForm.VirtualImageListMain
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
OnClick = btnCancelClick
|
|
end
|
|
object btnAddCol: TButton
|
|
Left = 134
|
|
Top = 68
|
|
Width = 60
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Add Col'
|
|
Images = MainForm.VirtualImageListMain
|
|
TabOrder = 2
|
|
OnClick = btnAddColClick
|
|
end
|
|
object btnReset: TButton
|
|
Left = 69
|
|
Top = 39
|
|
Width = 125
|
|
Height = 25
|
|
Action = MainForm.actDataResetSorting
|
|
Anchors = [akRight, akBottom]
|
|
Images = MainForm.VirtualImageListMain
|
|
ModalResult = 2
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
end
|