home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / aplikace / office / ccopier1 / source / scmain.dfm / scmain.txt
Encoding:
Text File  |  1996-02-14  |  2.3 KB  |  116 lines

  1. object Form1: TForm1
  2.   Left = 261
  3.   Top = 97
  4.   ActiveControl = Button1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Copier'
  8.   ClientHeight = 114
  9.   ClientWidth = 269
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 136
  21.     Top = 88
  22.     Width = 64
  23.     Height = 16
  24.     Alignment = taRightJustify
  25.     Caption = '&Zoom (%):'
  26.     FocusControl = SpinEdit1
  27.   end
  28.   object Label2: TLabel
  29.     Left = 7
  30.     Top = 88
  31.     Width = 49
  32.     Height = 16
  33.     Alignment = taRightJustify
  34.     Caption = 'Co&pies:'
  35.     FocusControl = SpinEdit2
  36.   end
  37.   object Label3: TLabel
  38.     Left = 8
  39.     Top = 8
  40.     Width = 257
  41.     Height = 16
  42.     Caption = 'Label3 '
  43.   end
  44.   object Button1: TButton
  45.     Left = 82
  46.     Top = 32
  47.     Width = 105
  48.     Height = 33
  49.     Caption = '&Copy'
  50.     TabOrder = 0
  51.     OnClick = Button1Click
  52.   end
  53.   object SpinEdit1: TSpinEdit
  54.     Left = 205
  55.     Top = 84
  56.     Width = 57
  57.     Height = 26
  58.     Increment = 10
  59.     MaxValue = 0
  60.     MinValue = 0
  61.     TabOrder = 2
  62.     Value = 100
  63.   end
  64.   object SpinEdit2: TSpinEdit
  65.     Left = 61
  66.     Top = 84
  67.     Width = 57
  68.     Height = 26
  69.     MaxValue = 99
  70.     MinValue = 1
  71.     TabOrder = 1
  72.     Value = 1
  73.   end
  74.   object Button2: TButton
  75.     Left = 80
  76.     Top = 120
  77.     Width = 33
  78.     Height = 25
  79.     Caption = 'bmp'
  80.     TabOrder = 3
  81.     TabStop = False
  82.     OnClick = Button2Click
  83.   end
  84.   object PrinterSetupDialog1: TPrinterSetupDialog
  85.     Left = 23
  86.     Top = 104
  87.   end
  88.   object MainMenu1: TMainMenu
  89.     Left = 65535
  90.     Top = 104
  91.     object MFile: TMenuItem
  92.       Caption = '&Settings'
  93.       object MPrintersettings: TMenuItem
  94.         Caption = '&Printer settings...'
  95.         OnClick = MPrintersettingsClick
  96.       end
  97.       object MScannersettings: TMenuItem
  98.         Caption = '&Scanner settings ...'
  99.         OnClick = MScannersettingsClick
  100.       end
  101.       object MOptions: TMenuItem
  102.         Caption = '&Options ...'
  103.         OnClick = MOptionsClick
  104.       end
  105.       object MClose: TMenuItem
  106.         Caption = '&Close'
  107.         OnClick = MCloseClick
  108.       end
  109.     end
  110.     object About1: TMenuItem
  111.       Caption = '&About'
  112.       OnClick = About1Click
  113.     end
  114.   end
  115. end
  116.