OSDN Git Service

URLジャンプメニューに選択肢名も表示するようにした
[winbottle/winbottle.git] / bottleclient / SurfacePreview.dfm
1 object frmSurfacePreview: TfrmSurfacePreview
2   Left = 193
3   Top = 533
4   BorderStyle = bsNone
5   ClientHeight = 62
6   ClientWidth = 108
7   Color = clBtnFace
8   Font.Charset = SHIFTJIS_CHARSET
9   Font.Color = clWindowText
10   Font.Height = -12
11   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
12   Font.Style = []
13   FormStyle = fsStayOnTop
14   OldCreateOrder = False
15   OnCreate = FormCreate
16   PixelsPerInch = 96
17   TextHeight = 12
18   object Image: TImage
19     Left = 0
20     Top = 0
21     Width = 108
22     Height = 62
23     Align = alClient
24   end
25   object Timer: TTimer
26     Enabled = False
27     Interval = 3000
28     OnTimer = TimerTimer
29     Left = 16
30     Top = 16
31   end
32 end