home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / Csamp21 / csamp.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Encoding:
Text File  |  1997-10-23  |  2.0 KB  |  102 lines

  1. object Form4: TForm4
  2.   Left = 564
  3.   Top = 246
  4.   BorderStyle = bsNone
  5.   Caption = 'Form4'
  6.   ClientHeight = 75
  7.   ClientWidth = 199
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 122
  21.     Height = 75
  22.     TabOrder = 0
  23.     object Label2: TLabel
  24.       Left = 59
  25.       Top = 1
  26.       Width = 19
  27.       Height = 16
  28.       Caption = 'Y:?'
  29.       Font.Color = clWindowText
  30.       Font.Height = -15
  31.       Font.Name = 'MS Sans Serif'
  32.       Font.Style = []
  33.       ParentFont = False
  34.     end
  35.     object Label1: TLabel
  36.       Left = 2
  37.       Top = 1
  38.       Width = 18
  39.       Height = 16
  40.       Caption = 'X:?'
  41.       Font.Color = clWindowText
  42.       Font.Height = -15
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = []
  45.       ParentFont = False
  46.     end
  47.     object LabelR: TLabel
  48.       Left = 2
  49.       Top = 17
  50.       Width = 20
  51.       Height = 16
  52.       Caption = 'R:?'
  53.       Font.Color = clWindowText
  54.       Font.Height = -15
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = []
  57.       ParentFont = False
  58.     end
  59.     object LabelG: TLabel
  60.       Left = 58
  61.       Top = 17
  62.       Width = 20
  63.       Height = 16
  64.       Caption = 'G:?'
  65.       Font.Color = clWindowText
  66.       Font.Height = -15
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = []
  69.       ParentFont = False
  70.     end
  71.     object LabelB: TLabel
  72.       Left = 2
  73.       Top = 33
  74.       Width = 19
  75.       Height = 16
  76.       Caption = 'B:?'
  77.       Font.Color = clWindowText
  78.       Font.Height = -15
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = []
  81.       ParentFont = False
  82.     end
  83.     object Shape1: TShape
  84.       Left = 59
  85.       Top = 34
  86.       Width = 60
  87.       Height = 14
  88.     end
  89.     object Button1: TButton
  90.       Left = 2
  91.       Top = 50
  92.       Width = 117
  93.       Height = 23
  94.       Cursor = crCross
  95.       Caption = 'Press...'
  96.       TabOrder = 0
  97.       OnMouseDown = Button1MouseDown
  98.       OnMouseUp = Button1MouseUp
  99.     end
  100.   end
  101. end
  102.