home *** CD-ROM | disk | FTP | other *** search
- object CloseForm: TCloseForm
- Left = 334
- Top = 272
- BorderStyle = bsNone
- Caption = 'CloseForm'
- ClientHeight = 112
- ClientWidth = 339
- Color = clWhite
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 15
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 320
- Height = 112
- Align = alClient
- Picture.Data = {<image000.bmp>}
- end
- object SpeedButton1: TSpeedButton
- Tag = 1
- Left = 24
- Top = 80
- Width = 129
- Height = 25
- Caption = 'Yes'
- Flat = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- Layout = blGlyphBottom
- ParentFont = False
- OnClick = SpeedButton1Click
- end
- object SpeedButton2: TSpeedButton
- Tag = 2
- Left = 168
- Top = 80
- Width = 129
- Height = 25
- Caption = 'No'
- Flat = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- Layout = blGlyphBottom
- ParentFont = False
- OnClick = SpeedButton2Click
- end
- object Label1: TLabel
- Left = 40
- Top = 16
- Width = 257
- Height = 57
- AutoSize = False
- Caption = 'Label1'
- Color = clWhite
- ParentColor = False
- Transparent = True
- WordWrap = True
- end
- object Image2: TImage
- Left = 320
- Top = 0
- Width = 19
- Height = 112
- Align = alRight
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- OnMouseDown = DragBarMouseDown
- OnMouseMove = DragBarMouseMove
- end
- end
-