home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / INTERNET / FOXMAIL.21 / FOXMAIL.EXE / 0 / RCDATA / TDLG_PRINTING / TDLG_PRINTING.txt
Encoding:
Text File  |  1998-04-20  |  1.1 KB  |  60 lines

  1. object Dlg_printing: TDlg_printing
  2.   Left = 195
  3.   Top = 126
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 144
  7.   ClientWidth = 277
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object L_title: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 257
  22.     Height = 15
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'aaa'
  26.   end
  27.   object L_on: TLabel
  28.     Left = 112
  29.     Top = 40
  30.     Width = 29
  31.     Height = 13
  32.     Caption = 'L_on'
  33.   end
  34.   object L_printer: TLabel
  35.     Left = 8
  36.     Top = 64
  37.     Width = 265
  38.     Height = 17
  39.     Alignment = taCenter
  40.     AutoSize = False
  41.     Caption = 'L_printer'
  42.   end
  43.   object L_page: TLabel
  44.     Left = 104
  45.     Top = 88
  46.     Width = 43
  47.     Height = 13
  48.     Caption = 'L_page'
  49.   end
  50.   object BtnCancel: TButton
  51.     Left = 88
  52.     Top = 112
  53.     Width = 89
  54.     Height = 25
  55.     Caption = 'BtnCancel'
  56.     TabOrder = 0
  57.     OnClick = BtnCancelClick
  58.   end
  59. end
  60.