mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
74 lines
1.6 KiB
Plaintext
74 lines
1.6 KiB
Plaintext
object frmDataSorting: TfrmDataSorting
|
|
Left = 0
|
|
Height = 121
|
|
Top = 0
|
|
Width = 255
|
|
BorderStyle = bsNone
|
|
Caption = 'DataSortingForm'
|
|
ClientHeight = 121
|
|
ClientWidth = 255
|
|
Color = clBtnFace
|
|
DesignTimePPI = 120
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnDeactivate = FormDeactivate
|
|
LCLVersion = '3.8.0.0'
|
|
object pnlBevel: TPanel
|
|
Left = 0
|
|
Height = 121
|
|
Top = 0
|
|
Width = 255
|
|
Align = alClient
|
|
BorderWidth = 3
|
|
ClientHeight = 121
|
|
ClientWidth = 255
|
|
ParentBackground = False
|
|
TabOrder = 0
|
|
object btnOK: TButton
|
|
Left = 4
|
|
Height = 31
|
|
Top = 85
|
|
Width = 75
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'OK'
|
|
Default = True
|
|
Enabled = False
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
OnClick = btnOKClick
|
|
end
|
|
object btnCancel: TButton
|
|
Left = 85
|
|
Height = 31
|
|
Top = 85
|
|
Width = 75
|
|
Anchors = [akLeft, akBottom]
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
OnClick = btnCancelClick
|
|
end
|
|
object btnAddCol: TButton
|
|
Left = 168
|
|
Height = 31
|
|
Top = 85
|
|
Width = 75
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Add Col'
|
|
TabOrder = 2
|
|
OnClick = btnAddColClick
|
|
end
|
|
object btnReset: TSpeedButton
|
|
Left = 87
|
|
Height = 31
|
|
Top = 49
|
|
Width = 156
|
|
Action = MainForm.actDataResetSorting
|
|
Anchors = [akRight, akBottom]
|
|
Images = MainForm.ImageListIcons8
|
|
ImageIndex = 139
|
|
end
|
|
end
|
|
end
|