99 lines
2.7 KiB
Plaintext
99 lines
2.7 KiB
Plaintext
object DlgPrtTestMain: TDlgPrtTestMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'PrinterTest'
|
|
ClientHeight = 278
|
|
ClientWidth = 432
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object pnTop: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 432
|
|
Height = 97
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
ExplicitWidth = 450
|
|
DesignSize = (
|
|
432
|
|
97)
|
|
object btnDoPrint: TSpeedButton
|
|
Left = 360
|
|
Top = 8
|
|
Width = 65
|
|
Height = 49
|
|
Anchors = [akTop, akRight]
|
|
Caption = #52636#47141
|
|
OnClick = btnDoPrintClick
|
|
end
|
|
object Label1: TLabel
|
|
Left = 16
|
|
Top = 24
|
|
Width = 42
|
|
Height = 15
|
|
Caption = #54532#47536#53552' :'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 28
|
|
Top = 53
|
|
Width = 30
|
|
Height = 15
|
|
Caption = #50857#51648' :'
|
|
end
|
|
object cbPrinter: TComboBox
|
|
Left = 64
|
|
Top = 21
|
|
Width = 193
|
|
Height = 23
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object cbPaper: TComboBox
|
|
Left = 64
|
|
Top = 50
|
|
Width = 57
|
|
Height = 23
|
|
Style = csDropDownList
|
|
ItemIndex = 0
|
|
TabOrder = 1
|
|
Text = 'A4'
|
|
Items.Strings = (
|
|
'A4')
|
|
end
|
|
end
|
|
object mmText: TMemo
|
|
Left = 0
|
|
Top = 97
|
|
Width = 432
|
|
Height = 181
|
|
Align = alClient
|
|
Lines.Strings = (
|
|
#50500#47000#51032' '#49324#50857#44428' '#50557#44288#51012' '#51452#51032' '#44618#44172' '#54869#51064#54616#49884#44592' '#48148#46989#45768#45796'.'
|
|
''
|
|
#48376' '#49548#54532#53944#50920#50612' '#49324#50857#44428' '#44228#50557'('#51060#54616' "'#48376' '#44228#50557'")'#51008' ('#51452')'#53804#50472#50640#49828#51648#51032' '#49548#54532#53944#50920
|
|
#50612' '#51228#54408'('#51060#54616' '#8220#53804#50472#50640#49828#51648' '#49548#54532#53944#50920#50612#8221')'#51032' '#49324#50857' '#44288#47144#54616#50668' '#44480#54616#50752' ('#51452')'#53804#50472#50640
|
|
#49828#51648' '#44036#50640' '#52404#44208#46104#45716' '#44228#50557#51077#45768#45796'.'
|
|
#44480#54616#44032' '#48376' '#44228#50557#50640' '#46041#51032#54616#51648' '#50506#45716' '#44221#50864' '#53804#50472#50640#49828#51648' '#49548#54532#53944#50920#50612#47484' '#49444#52824', '#48373
|
|
#49324#54616#44144#45208' '#49324#50857#54616#51648' '#47560#49901#49884#50724'.')
|
|
ScrollBars = ssBoth
|
|
TabOrder = 1
|
|
ExplicitWidth = 450
|
|
ExplicitHeight = 229
|
|
end
|
|
object PrintDialog: TPrintDialog
|
|
Left = 304
|
|
Top = 24
|
|
end
|
|
object PrinterSetupDialog1: TPrinterSetupDialog
|
|
Left = 192
|
|
Top = 56
|
|
end
|
|
end
|