home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 564
- Top = 246
- BorderStyle = bsNone
- Caption = 'Form4'
- ClientHeight = 75
- ClientWidth = 199
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 122
- Height = 75
- TabOrder = 0
- object Label2: TLabel
- Left = 59
- Top = 1
- Width = 19
- Height = 16
- Caption = 'Y:?'
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label1: TLabel
- Left = 2
- Top = 1
- Width = 18
- Height = 16
- Caption = 'X:?'
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object LabelR: TLabel
- Left = 2
- Top = 17
- Width = 20
- Height = 16
- Caption = 'R:?'
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object LabelG: TLabel
- Left = 58
- Top = 17
- Width = 20
- Height = 16
- Caption = 'G:?'
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object LabelB: TLabel
- Left = 2
- Top = 33
- Width = 19
- Height = 16
- Caption = 'B:?'
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Shape1: TShape
- Left = 59
- Top = 34
- Width = 60
- Height = 14
- end
- object Button1: TButton
- Left = 2
- Top = 50
- Width = 117
- Height = 23
- Cursor = crCross
- Caption = 'Press...'
- TabOrder = 0
- OnMouseDown = Button1MouseDown
- OnMouseUp = Button1MouseUp
- end
- end
- end
-