home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / Wiscy / _SETUP.1 / WiSCy.exe / 0 / RCDATA / TPRDIALOG / TPRDIALOG.txt
Encoding:
Text File  |  1998-02-28  |  4.1 KB  |  225 lines

  1. object PrDialog: TPrDialog
  2.   Left = 420
  3.   Top = 246
  4.   ActiveControl = OKBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Print'
  8.   ClientHeight = 198
  9.   ClientWidth = 230
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 9
  23.     Top = 40
  24.     Width = 123
  25.     Height = 149
  26.     Shape = bsFrame
  27.     Style = bsRaised
  28.   end
  29.   object Label1: TLabel
  30.     Left = 16
  31.     Top = 48
  32.     Width = 84
  33.     Height = 13
  34.     Caption = 'Page  margins (%)'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -12
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Label2: TLabel
  43.     Left = 19
  44.     Top = 72
  45.     Width = 18
  46.     Height = 13
  47.     Caption = 'Left'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clBlack
  50.     Font.Height = -12
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object Label3: TLabel
  56.     Left = 19
  57.     Top = 104
  58.     Width = 25
  59.     Height = 13
  60.     Caption = 'Right'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clBlack
  63.     Font.Height = -12
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentFont = False
  67.   end
  68.   object Label4: TLabel
  69.     Left = 19
  70.     Top = 132
  71.     Width = 19
  72.     Height = 13
  73.     Caption = 'Top'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clBlack
  76.     Font.Height = -12
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.   end
  81.   object Label5: TLabel
  82.     Left = 19
  83.     Top = 160
  84.     Width = 33
  85.     Height = 13
  86.     Caption = 'Bottom'
  87.     Font.Charset = DEFAULT_CHARSET
  88.     Font.Color = clBlack
  89.     Font.Height = -12
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = []
  92.     ParentFont = False
  93.   end
  94.   object Label6: TLabel
  95.     Left = 16
  96.     Top = 4
  97.     Width = 33
  98.     Height = 13
  99.     Caption = 'Printer:'
  100.   end
  101.   object Label7: TLabel
  102.     Left = 56
  103.     Top = 4
  104.     Width = 32
  105.     Height = 13
  106.     Caption = 'Label7'
  107.   end
  108.   object Label8: TLabel
  109.     Left = 72
  110.     Top = 20
  111.     Width = 32
  112.     Height = 13
  113.     Caption = 'Label8'
  114.   end
  115.   object Label9: TLabel
  116.     Left = 16
  117.     Top = 20
  118.     Width = 54
  119.     Height = 13
  120.     Caption = 'Page Size :'
  121.   end
  122.   object OKBtn: TBitBtn
  123.     Left = 144
  124.     Top = 40
  125.     Width = 69
  126.     Height = 29
  127.     Caption = '      &Print'
  128.     Default = True
  129.     ModalResult = 1
  130.     TabOrder = 0
  131.     OnClick = OKBtnClick
  132.     Margin = 2
  133.     NumGlyphs = 2
  134.     Spacing = -1
  135.     IsControl = True
  136.   end
  137.   object CancelBtn: TBitBtn
  138.     Left = 144
  139.     Top = 109
  140.     Width = 69
  141.     Height = 29
  142.     Cancel = True
  143.     Caption = '    &Cancel'
  144.     ModalResult = 2
  145.     TabOrder = 1
  146.     OnClick = CancelBtnClick
  147.     Margin = 2
  148.     NumGlyphs = 2
  149.     Spacing = -1
  150.     IsControl = True
  151.   end
  152.   object prsetup: TBitBtn
  153.     Left = 144
  154.     Top = 74
  155.     Width = 69
  156.     Height = 29
  157.     Caption = '&Setup'
  158.     TabOrder = 2
  159.     OnClick = prsetupClick
  160.     NumGlyphs = 2
  161.   end
  162.   object seLeft: TSpinEdit
  163.     Left = 60
  164.     Top = 69
  165.     Width = 51
  166.     Height = 22
  167.     EditorEnabled = False
  168.     MaxValue = 0
  169.     MinValue = 0
  170.     TabOrder = 3
  171.     Value = 0
  172.     OnChange = seLeftChange
  173.   end
  174.   object seRight: TSpinEdit
  175.     Left = 60
  176.     Top = 98
  177.     Width = 51
  178.     Height = 22
  179.     EditorEnabled = False
  180.     MaxValue = 0
  181.     MinValue = 0
  182.     TabOrder = 4
  183.     Value = 0
  184.     OnChange = seRightChange
  185.   end
  186.   object seTop: TSpinEdit
  187.     Left = 60
  188.     Top = 127
  189.     Width = 51
  190.     Height = 22
  191.     EditorEnabled = False
  192.     MaxValue = 0
  193.     MinValue = 0
  194.     TabOrder = 5
  195.     Value = 0
  196.     OnChange = seTopChange
  197.   end
  198.   object seBottom: TSpinEdit
  199.     Left = 60
  200.     Top = 156
  201.     Width = 51
  202.     Height = 22
  203.     EditorEnabled = False
  204.     MaxValue = 0
  205.     MinValue = 0
  206.     TabOrder = 6
  207.     Value = 0
  208.     OnChange = seBottomChange
  209.   end
  210.   object HelpBtn: TBitBtn
  211.     Left = 144
  212.     Top = 143
  213.     Width = 69
  214.     Height = 29
  215.     HelpContext = 25
  216.     Caption = '       &Help'
  217.     TabOrder = 7
  218.     OnClick = HelpBtnClick
  219.     Margin = 2
  220.     NumGlyphs = 2
  221.     Spacing = -1
  222.     IsControl = True
  223.   end
  224. end
  225.