home *** CD-ROM | disk | FTP | other *** search
- object FormMaskProp: TFormMaskProp
- Left = 263
- Top = 134
- Width = 314
- Height = 241
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- ActiveControl = Button1
- Caption = 'Select Mask Color'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object FImage: TImage
- Left = 0
- Top = 0
- Width = 210
- Height = 217
- Align = alClient
- AutoSize = True
- OnClick = fImageClick
- OnMouseMove = fImageMouseMove
- end
- object Panel4: TPanel
- Left = 210
- Top = 0
- Width = 96
- Height = 217
- Align = alRight
- TabOrder = 0
- OnResize = Panel4Resize
- object LB_Cursor: TLabel
- Left = 2
- Top = 64
- Width = 3
- Height = 13
- Alignment = taCenter
- end
- object LB_Sel: TLabel
- Left = 2
- Top = 96
- Width = 3
- Height = 13
- Alignment = taCenter
- end
- object Button1: TButton
- Left = 50
- Top = 188
- Width = 42
- Height = 23
- Caption = '&Ok'
- ModalResult = 1
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 4
- Top = 3
- Width = 88
- Height = 23
- Caption = '&Load Picture'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 4
- Top = 188
- Width = 42
- Height = 23
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Button4: TButton
- Left = 4
- Top = 28
- Width = 88
- Height = 23
- Caption = 'Cl&ear Picture'
- TabOrder = 3
- OnClick = Button4Click
- end
- object Panel3: TPanel
- Left = 66
- Top = 90
- Width = 26
- Height = 26
- Hint = 'Selected MaskColor'
- BevelOuter = bvLowered
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- end
- object Panel2: TPanel
- Left = 66
- Top = 58
- Width = 26
- Height = 26
- Hint = 'Color at cursor position'
- BevelOuter = bvLowered
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- end
- end
- end
-