Unit1.dfm
==============
語法:
object Form1: TForm1
Left = 192
Top = 114
Width = 707
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 589
Top = 0
Width = 3
Height = 446
Cursor = crHSplit
Align = alRight
end
object ScrollBox1: TScrollBox
Left = 0
Top = 0
Width = 589
Height = 446
Align = alClient
TabOrder = 0
object Image1: TImage
Left = 0
Top = 0
Width = 105
Height = 105
end
end
object Panel1: TPanel
Left = 592
Top = 0
Width = 107
Height = 446
Align = alRight
TabOrder = 1
object Button1: TButton
Left = 14
Top = 8
Width = 75
Height = 25
Caption = '抓取'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 14
Top = 56
Width = 75
Height = 25
Caption = '存剪貼簿'
Enabled = False
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 14
Top = 88
Width = 75
Height = 25
Caption = '存檔'
Enabled = False
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 16
Top = 128
Width = 75
Height = 25
Caption = '離開'
TabOrder = 3
OnClick = Button4Click
end
end
object SavePictureDialog1: TSavePictureDialog
DefaultExt = '.bmp'
Filter = 'Bitmaps (*.bmp)|*.bmp'
Left = 104
Top = 144
end
end