home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / picmaster / picmaster.exe / PicMaster.exe / 0 / RCDATA / TCHILD / TCHILD.txt
Encoding:
Text File  |  2001-05-24  |  2.2 KB  |  94 lines

  1. object child: Tchild
  2.   Left = 397
  3.   Top = 416
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   AutoScroll = False
  7.   Caption = 'child'
  8.   ClientHeight = 308
  9.   ClientWidth = 401
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsMDIChild
  17.   OldCreateOrder = False
  18.   Position = poDefault
  19.   ShowHint = True
  20.   Visible = True
  21.   OnActivate = FormActivate
  22.   OnClose = FormClose
  23.   OnCreate = FormCreate
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object StatusBar1: TStatusBar
  28.     Left = 0
  29.     Top = 291
  30.     Width = 401
  31.     Height = 17
  32.     Panels = <>
  33.     SimplePanel = True
  34.   end
  35.   object RulerBox2: TRulerBox
  36.     Left = 376
  37.     Top = 0
  38.     Width = 25
  39.     Height = 268
  40.     Hint = 
  41.       'Mit Hilfe des Lineals sehen sie, wo sich der Mauszeiger'#13#10'im Bild' +
  42.       ' befindet. Sie k∩┐╜nnen das Lineal auch ausschalten,'#13#10'wenn Sie es ' +
  43.       'nicht ben∩┐╜tigen.'
  44.     GripsDir = gdDown
  45.     DotPerUnit = 1
  46.     Frequency = 10
  47.     LabelFreq = 40
  48.     RulerDir = rdVertical
  49.     Align = alRight
  50.   end
  51.   object RulerBox1: TRulerBox
  52.     Left = 0
  53.     Top = 268
  54.     Width = 401
  55.     Height = 23
  56.     Hint = 
  57.       'Mit Hilfe des Lineals sehen sie, wo sich der Mauszeiger'#13#10'im Bild' +
  58.       ' befindet. Sie k∩┐╜nnen das Lineal auch ausschalten,'#13#10'wenn Sie es ' +
  59.       'nicht ben∩┐╜tigen.'
  60.     GripsDir = gdDown
  61.     DotPerUnit = 10
  62.     Frequency = 1
  63.     LabelFreq = 10
  64.     Align = alBottom
  65.   end
  66.   object imageen1: timageenlayer
  67.     Left = 0
  68.     Top = 0
  69.     Width = 376
  70.     Height = 268
  71.     ParentCtl3D = False
  72.     ScrollBars = ssBoth
  73.     OnViewChange = imageen1ViewChange
  74.     BackgroundStyle = iebsChessboard
  75.     Align = alClient
  76.     TabOrder = 3
  77.     OnMouseDown = imageen1MouseDown
  78.     OnMouseMove = imageen1MouseMove
  79.     OnMouseUp = imageen1MouseUp
  80.     AutoUndo = False
  81.     OnProgress = imageen1Progress
  82.     PreviewFont.Charset = DEFAULT_CHARSET
  83.     PreviewFont.Color = clWindowText
  84.     PreviewFont.Height = -11
  85.     PreviewFont.Name = 'MS Sans Serif'
  86.     PreviewFont.Style = []
  87.     NumLayers = 0
  88.     LayerWidth = 43456200
  89.     LayerHeight = 43456200
  90.     TransparentColor = clBlack
  91.     Transparent = False
  92.   end
  93. end
  94.