home *** CD-ROM | disk | FTP | other *** search
- object Dlg_printing: TDlg_printing
- Left = 195
- Top = 126
- BorderStyle = bsDialog
- Caption = 'Dialog'
- ClientHeight = 144
- ClientWidth = 277
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object L_title: TLabel
- Left = 8
- Top = 16
- Width = 257
- Height = 15
- Alignment = taCenter
- AutoSize = False
- Caption = 'aaa'
- end
- object L_on: TLabel
- Left = 112
- Top = 40
- Width = 29
- Height = 13
- Caption = 'L_on'
- end
- object L_printer: TLabel
- Left = 8
- Top = 64
- Width = 265
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'L_printer'
- end
- object L_page: TLabel
- Left = 104
- Top = 88
- Width = 43
- Height = 13
- Caption = 'L_page'
- end
- object BtnCancel: TButton
- Left = 88
- Top = 112
- Width = 89
- Height = 25
- Caption = 'BtnCancel'
- TabOrder = 0
- OnClick = BtnCancelClick
- end
- end
-