⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit3.dfm

📁 一个简单的DELPHI编写的看图程序
💻 DFM
字号:
object TBox: TTBox
  Left = 255
  Top = 209
  Width = 623
  Height = 494
  Caption = #20462#25913#30028#38754
  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 Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 473
    Height = 417
  end
  object Image1: TImage
    Left = 16
    Top = 16
    Width = 457
    Height = 401
    AutoSize = True
  end
  object Bevel2: TBevel
    Left = 488
    Top = 16
    Width = 105
    Height = 177
  end
  object Bevel3: TBevel
    Left = 496
    Top = 304
    Width = 105
    Height = 145
  end
  object BitBtn1: TButton
    Left = 504
    Top = 32
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = #25918#22823
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object BitBtn2: TButton
    Left = 504
    Top = 80
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = #32553#23567
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object Button4: TButton
    Left = 512
    Top = 336
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = #36820#22238
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 512
    Top = 400
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = #36864#20986
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button5Click
  end
  object Button3: TButton
    Left = 504
    Top = 128
    Width = 75
    Height = 25
    Caption = #21478#23384#20026
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button3Click
  end
  object SavePictureDialog1: TSavePictureDialog
    Left = 512
    Top = 160
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -