![]() |
|
|||||||
| 論壇說明 |
|
歡迎您來到『史萊姆論壇』 ^___^ 您目前正以訪客的身份瀏覽本論壇,訪客所擁有的權限將受到限制,您可以瀏覽本論壇大部份的版區與文章,但您將無法參與任何討論或是使用私人訊息與其他會員交流。若您希望擁有完整的使用權限,請註冊成為我們的一份子,註冊的程序十分簡單、快速,而且最重要的是--註冊是完全免費的! 請點擊這裡:『註冊成為我們的一份子!』 |
|
|
主題工具 | 顯示模式 |
|
|
#2 (permalink) |
|
版區管理員
![]() |
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
|
|
|
送花文章: 1554,
|