查看單個文章
舊 2005-06-24, 12:34 PM   #2 (permalink)
魔術王子
版區管理員
 
魔術王子 的頭像
榮譽勳章
UID - 115097
在線等級: 級別:42 | 在線時長:2020小時 | 升級還需:1小時級別:42 | 在線時長:2020小時 | 升級還需:1小時
註冊日期: 2004-01-13
住址: 魔術學園
文章: 3050
精華: 0
現金: 15225 金幣
資產: 2678855 金幣
預設

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
魔術王子 目前離線  
送花文章: 1540, 收花文章: 1574 篇, 收花: 3928 次
回覆時引用此帖