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

📄 unit1.dfm

📁 delphi初学者写的看图工具
💻 DFM
字号:
object Form1: TForm1
  Left = 305
  Top = 214
  Width = 696
  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 GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 377
    Height = 217
    Caption = #23384#20648#22270#20687
    TabOrder = 0
    object Image1: TImage
      Left = 8
      Top = 16
      Width = 225
      Height = 193
    end
  end
  object Button1: TButton
    Left = 288
    Top = 144
    Width = 89
    Height = 25
    Caption = #36733#20837#22270#20687
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 288
    Top = 184
    Width = 89
    Height = 25
    Caption = #23384#20648#22270#20687
    TabOrder = 2
    OnClick = Button2Click
  end
  object GroupBox2: TGroupBox
    Left = 16
    Top = 248
    Width = 377
    Height = 185
    Caption = #26174#31034#22270#20687
    TabOrder = 3
    object Image2: TImage
      Left = 160
      Top = 8
      Width = 209
      Height = 177
    end
    object ListBox1: TListBox
      Left = 8
      Top = 8
      Width = 145
      Height = 169
      ItemHeight = 13
      TabOrder = 0
      OnClick = ListBox1Click
    end
  end
  object Table1: TTable
    DatabaseName = 'DBDEMOS'
    TableName = 'image.db'
    Left = 352
    Top = 56
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Left = 304
    Top = 56
  end
end

⌨️ 快捷键说明

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