home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TPRINTPOSDLG / TPRINTPOSDLG.txt
Encoding:
Text File  |  2000-09-13  |  4.6 KB  |  244 lines

  1. object PrintPosDlg: TPrintPosDlg
  2.   Left = 136
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   Caption = 'Print Positioning'
  6.   ClientHeight = 393
  7.   ClientWidth = 516
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 16
  20.     Top = 3
  21.     Width = 490
  22.     Height = 345
  23.     Shape = bsFrame
  24.   end
  25.   object bframe: TPaintBox
  26.     Left = 136
  27.     Top = 10
  28.     Width = 245
  29.     Height = 170
  30.   end
  31.   object pSurface: TPaintBox
  32.     Left = 219
  33.     Top = 42
  34.     Width = 71
  35.     Height = 97
  36.     Color = clWhite
  37.     ParentColor = False
  38.     OnMouseDown = imageMouseDown
  39.     OnMouseMove = imageMouseMove
  40.     OnMouseUp = imageMouseUp
  41.     OnPaint = pbPaint
  42.   end
  43.   object OKBtn: TButton
  44.     Left = 183
  45.     Top = 360
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 0
  52.   end
  53.   object CancelBtn: TButton
  54.     Left = 268
  55.     Top = 360
  56.     Width = 75
  57.     Height = 25
  58.     Cancel = True
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 1
  62.   end
  63.   object orientation: TRadioGroup
  64.     Left = 369
  65.     Top = 180
  66.     Width = 122
  67.     Height = 57
  68.     Caption = 'Orientation'
  69.     Items.Strings = (
  70.       'Portrait'
  71.       'Landscape')
  72.     TabOrder = 3
  73.     OnClick = orientationClick
  74.   end
  75.   object GroupBox1: TGroupBox
  76.     Left = 28
  77.     Top = 180
  78.     Width = 334
  79.     Height = 69
  80.     Caption = 'Printer'
  81.     TabOrder = 2
  82.     object Label1: TLabel
  83.       Left = 8
  84.       Top = 45
  85.       Width = 28
  86.       Height = 13
  87.       Caption = 'Paper'
  88.     end
  89.     object paper: TLabel
  90.       Left = 44
  91.       Top = 45
  92.       Width = 194
  93.       Height = 13
  94.       AutoSize = False
  95.       Caption = 'Paper'
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clWindowText
  98.       Font.Height = -11
  99.       Font.Name = 'MS Sans Serif'
  100.       Font.Style = [fsBold]
  101.       ParentFont = False
  102.     end
  103.     object Label2: TLabel
  104.       Left = 8
  105.       Top = 21
  106.       Width = 28
  107.       Height = 13
  108.       Caption = 'Name'
  109.     end
  110.     object Name: TLabel
  111.       Left = 44
  112.       Top = 21
  113.       Width = 194
  114.       Height = 13
  115.       AutoSize = False
  116.       Caption = 'Name'
  117.       Font.Charset = DEFAULT_CHARSET
  118.       Font.Color = clWindowText
  119.       Font.Height = -11
  120.       Font.Name = 'MS Sans Serif'
  121.       Font.Style = [fsBold]
  122.       ParentFont = False
  123.     end
  124.     object Button2: TButton
  125.       Left = 251
  126.       Top = 26
  127.       Width = 75
  128.       Height = 25
  129.       Caption = 'Properties'
  130.       TabOrder = 0
  131.       OnClick = Button2Click
  132.     end
  133.   end
  134.   object GroupBox2: TGroupBox
  135.     Left = 28
  136.     Top = 266
  137.     Width = 334
  138.     Height = 75
  139.     Caption = 'Document'
  140.     TabOrder = 4
  141.     object Label3: TLabel
  142.       Left = 112
  143.       Top = 22
  144.       Width = 28
  145.       Height = 13
  146.       Caption = 'Width'
  147.     end
  148.     object Label4: TLabel
  149.       Left = 110
  150.       Top = 47
  151.       Width = 31
  152.       Height = 13
  153.       Caption = 'Height'
  154.     end
  155.     object Label5: TLabel
  156.       Left = 22
  157.       Top = 22
  158.       Width = 18
  159.       Height = 13
  160.       Caption = 'Left'
  161.     end
  162.     object Label6: TLabel
  163.       Left = 21
  164.       Top = 49
  165.       Width = 19
  166.       Height = 13
  167.       Caption = 'Top'
  168.     end
  169.     object dwidth: TEdit
  170.       Left = 148
  171.       Top = 19
  172.       Width = 43
  173.       Height = 21
  174.       TabOrder = 2
  175.       OnChange = dwidthChange
  176.       OnExit = dwidthExit
  177.     end
  178.     object dheight: TEdit
  179.       Left = 148
  180.       Top = 45
  181.       Width = 43
  182.       Height = 21
  183.       TabOrder = 3
  184.       OnChange = dheightChange
  185.       OnExit = dwidthExit
  186.     end
  187.     object dleft: TEdit
  188.       Left = 47
  189.       Top = 19
  190.       Width = 43
  191.       Height = 21
  192.       TabOrder = 0
  193.       OnChange = dleftChange
  194.       OnExit = dwidthExit
  195.     end
  196.     object dtop: TEdit
  197.       Left = 47
  198.       Top = 45
  199.       Width = 43
  200.       Height = 21
  201.       TabOrder = 1
  202.       OnChange = dtopChange
  203.       OnExit = dwidthExit
  204.     end
  205.     object cbAspect: TCheckBox
  206.       Left = 206
  207.       Top = 18
  208.       Width = 101
  209.       Height = 17
  210.       Caption = 'Preserve Aspect'
  211.       Checked = True
  212.       State = cbChecked
  213.       TabOrder = 4
  214.       OnClick = cbAspectClick
  215.     end
  216.     object cbAnnotations: TCheckBox
  217.       Left = 206
  218.       Top = 48
  219.       Width = 111
  220.       Height = 17
  221.       Caption = 'Print Annotations'
  222.       Checked = True
  223.       State = cbChecked
  224.       TabOrder = 5
  225.       OnClick = cbAnnotationsClick
  226.     end
  227.   end
  228.   object rgps: TRadioGroup
  229.     Left = 369
  230.     Top = 241
  231.     Width = 122
  232.     Height = 100
  233.     Caption = 'Position/Size'
  234.     ItemIndex = 0
  235.     Items.Strings = (
  236.       'Custom'
  237.       'Center'
  238.       'Fit Page'
  239.       'Fit Aspect')
  240.     TabOrder = 5
  241.     OnClick = rgpsClick
  242.   end
  243. end
  244.