home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / kolekce / d56 / DM2KVCL.ZIP / PAGEDLG.DFM < prev    next >
Text File  |  2001-09-21  |  3KB  |  154 lines

  1. object PageSetupForm: TPageSetupForm
  2.   Left = 391
  3.   Top = 214
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Properties: Page'
  7.   ClientHeight = 267
  8.   ClientWidth = 386
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object MainBevel: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 251
  24.     Height = 250
  25.   end
  26.   object PreviewPB: TPaintBox
  27.     Left = 12
  28.     Top = 12
  29.     Width = 242
  30.     Height = 242
  31.     Cursor = crCross
  32.     Color = clWhite
  33.     ParentColor = False
  34.     OnMouseDown = PreviewPBMouseDown
  35.     OnMouseMove = PreviewPBMouseMove
  36.     OnMouseUp = PreviewPBMouseUp
  37.     OnPaint = PreviewPBPaint
  38.   end
  39.   object OkBitBtn: TBitBtn
  40.     Left = 270
  41.     Top = 8
  42.     Width = 105
  43.     Height = 28
  44.     TabOrder = 0
  45.     Kind = bkOK
  46.   end
  47.   object CancelBitBtn: TBitBtn
  48.     Left = 270
  49.     Top = 48
  50.     Width = 105
  51.     Height = 28
  52.     TabOrder = 1
  53.     Kind = bkCancel
  54.   end
  55.   object HelpBitBtn: TBitBtn
  56.     Left = 270
  57.     Top = 88
  58.     Width = 105
  59.     Height = 28
  60.     HelpContext = 2170
  61.     TabOrder = 2
  62.     Kind = bkHelp
  63.   end
  64.   object GroupBox: TGroupBox
  65.     Left = 270
  66.     Top = 124
  67.     Width = 105
  68.     Height = 133
  69.     HelpContext = 2171
  70.     Caption = ' Plot size (%) '
  71.     TabOrder = 3
  72.     object Label1: TLabel
  73.       Left = 8
  74.       Top = 24
  75.       Width = 37
  76.       Height = 13
  77.       AutoSize = False
  78.       Caption = '&Left'
  79.       FocusControl = LeftSE
  80.     end
  81.     object Label2: TLabel
  82.       Left = 8
  83.       Top = 48
  84.       Width = 37
  85.       Height = 13
  86.       AutoSize = False
  87.       Caption = '&Top'
  88.       FocusControl = TopSE
  89.     end
  90.     object Label3: TLabel
  91.       Left = 8
  92.       Top = 76
  93.       Width = 37
  94.       Height = 13
  95.       AutoSize = False
  96.       Caption = '&Width'
  97.       FocusControl = WidthSE
  98.     end
  99.     object Label4: TLabel
  100.       Left = 8
  101.       Top = 104
  102.       Width = 37
  103.       Height = 13
  104.       AutoSize = False
  105.       Caption = '&Height'
  106.       FocusControl = HeightSE
  107.     end
  108.     object LeftSE: TSpinEdit
  109.       Left = 48
  110.       Top = 20
  111.       Width = 49
  112.       Height = 22
  113.       MaxValue = 70
  114.       MinValue = 0
  115.       TabOrder = 0
  116.       Value = 10
  117.       OnChange = SEChange
  118.     end
  119.     object TopSE: TSpinEdit
  120.       Left = 48
  121.       Top = 47
  122.       Width = 49
  123.       Height = 22
  124.       MaxValue = 70
  125.       MinValue = 0
  126.       TabOrder = 1
  127.       Value = 10
  128.       OnChange = SEChange
  129.     end
  130.     object WidthSE: TSpinEdit
  131.       Left = 48
  132.       Top = 75
  133.       Width = 49
  134.       Height = 22
  135.       MaxValue = 100
  136.       MinValue = 30
  137.       TabOrder = 2
  138.       Value = 70
  139.       OnChange = SEChange
  140.     end
  141.     object HeightSE: TSpinEdit
  142.       Left = 48
  143.       Top = 103
  144.       Width = 49
  145.       Height = 22
  146.       MaxValue = 100
  147.       MinValue = 30
  148.       TabOrder = 3
  149.       Value = 70
  150.       OnChange = SEChange
  151.     end
  152.   end
  153. end
  154.