53 lines
1.3 KiB
Plaintext
53 lines
1.3 KiB
Plaintext
object DlgPrintApproveReq: TDlgPrintApproveReq
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = #52636#47141#47932' '#48372#50504
|
|
ClientHeight = 131
|
|
ClientWidth = 364
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
Position = poScreenCenter
|
|
Scaled = False
|
|
OnClose = FormClose
|
|
TextHeight = 15
|
|
object Label1: TLabel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 364
|
|
Height = 81
|
|
Align = alTop
|
|
Alignment = taCenter
|
|
AutoSize = False
|
|
Caption = #48124#44048#51221#48372#44032' '#44160#52636#46108' '#47928#49436#45716' '#49849#51064' '#54980' '#52636#47141#51060' '#44032#45733#54633#45768#45796'.'#13#10#13#10#50500#47000' ['#44208#51116#50836#52397'] '#48260#53948#51004#47196' '#49849#51064#51012' '#48155#50500#51452#49464#50836'.'
|
|
Layout = tlCenter
|
|
ExplicitTop = 9
|
|
ExplicitWidth = 368
|
|
end
|
|
object btnApprove: TButton
|
|
Left = 79
|
|
Top = 96
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #44208#51116#50836#52397
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
OnClick = btnApproveClick
|
|
end
|
|
object btnCancel: TButton
|
|
Left = 215
|
|
Top = 96
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #52712#49548
|
|
TabOrder = 1
|
|
OnClick = btnCancelClick
|
|
end
|
|
end
|