Files
HeidiSQL/source/printlist.lfm

88 lines
1.8 KiB
Plaintext

object printlistForm: TprintlistForm
Left = 521
Height = 92
Top = 91
Width = 377
BorderStyle = bsDialog
Caption = 'Print List...'
ClientHeight = 92
ClientWidth = 377
Color = clBtnFace
Position = poMainFormCenter
LCLVersion = '4.4.0.0'
OnShow = FormShow
object lblSelect: TLabel
Left = 8
Height = 15
Top = 11
Width = 72
BorderSpacing.Around = 5
Caption = '&Select printer:'
FocusControl = comboPrinters
end
object comboPrinters: TComboBox
Left = 82
Height = 23
Top = 8
Width = 206
BorderSpacing.Around = 5
ItemHeight = 15
Style = csDropDownList
TabOrder = 0
OnChange = comboPrintersChange
end
object btnConfigure: TButton
Left = 294
Height = 25
Top = 8
Width = 75
BorderSpacing.Around = 5
Caption = 'Configure'
TabOrder = 1
OnClick = btnConfigureClick
end
object btnCancel: TButton
Left = 294
Height = 25
Top = 59
Width = 75
Anchors = [akRight, akBottom]
BorderSpacing.Around = 5
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object btnPrint: TButton
Left = 213
Height = 25
Top = 59
Width = 75
Anchors = [akRight, akBottom]
BorderSpacing.Around = 5
Caption = 'Print'
Default = True
ModalResult = 1
TabOrder = 2
OnClick = btnPrintClick
end
object chkPrintHeader: TCheckBox
AnchorSideTop.Control = comboPrinters
AnchorSideTop.Side = asrBottom
Left = 82
Height = 19
Top = 36
Width = 206
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 5
Caption = 'Print column headers'
Checked = True
State = cbChecked
TabOrder = 4
end
object PrinterSetup: TPrinterSetupDialog
Left = 8
Top = 32
end
end