home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / chplus / cpp / 3 / Print.exe / mainform.dfm / mainform.txt
Text File  |  1998-02-09  |  2KB  |  84 lines

  1. object Form1: TForm1
  2.   Left = 198
  3.   Top = 117
  4.   Width = 457
  5.   Height = 346
  6.   Caption = 'Printing'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'Default'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object TabSet1: TTabSet
  16.     Left = 0
  17.     Top = 294
  18.     Width = 449
  19.     Height = 21
  20.     Align = alBottom
  21.     Font.Color = clWindowText
  22.     Font.Height = -11
  23.     Font.Name = 'Default'
  24.     Font.Style = []
  25.     Tabs.Strings = (
  26.       'Page 1'
  27.       'Page 2'
  28.       'Page 3'
  29.       'Page 4'
  30.       'Page 5')
  31.     TabIndex = 0
  32.     OnClick = TabSet1Click
  33.     OnChange = TabSet1Change
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 0
  37.     Top = 0
  38.     Width = 449
  39.     Height = 33
  40.     Align = alTop
  41.     TabOrder = 1
  42.     object PrintBtn: TSpeedButton
  43.       Left = 0
  44.       Top = 0
  45.       Width = 57
  46.       Height = 33
  47.       Caption = 'Print'
  48.       Glyph.Data = {
  49.         78010000424D7801000000000000760000002800000020000000100000000100
  50.         04000000000000000000120B0000120B00000000000000000000000000000000
  51.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  52.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  53.         0003377777777777777308888888888888807F33333333333337088888888888
  54.         88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  55.         8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  56.         8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  57.         03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  58.         03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  59.         33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  60.         33333337FFFF77333333333000000333333333377777733333330000}
  61.       NumGlyphs = 2
  62.       OnClick = PrintBtnClick
  63.     end
  64.   end
  65.   object Memo1: TMemo
  66.     Left = 0
  67.     Top = 33
  68.     Width = 449
  69.     Height = 261
  70.     Align = alClient
  71.     Lines.Strings = (
  72.       'Memo1')
  73.     TabOrder = 2
  74.   end
  75.   object PrintDialog1: TPrintDialog
  76.     FromPage = 1
  77.     MinPage = 1
  78.     MaxPage = 5
  79.     Options = [poPageNums, poWarning]
  80.     ToPage = 5
  81.     Left = 248
  82.   end
  83. end
  84.