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

📄 unit1.dfm

📁 《Delphi 7应用编程150例》源码(全)
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 200
  Top = 119
  Width = 320
  Height = 258
  Caption = #22681#32440
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Visible = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 145
    Height = 177
    Caption = #26174#31034#26041#24335':'
    TabOrder = 0
    object RadioButton1: TRadioButton
      Left = 24
      Top = 40
      Width = 57
      Height = 17
      Caption = #23621#20013
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object RadioButton2: TRadioButton
      Left = 24
      Top = 72
      Width = 57
      Height = 17
      Caption = #24179#38138
      TabOrder = 1
    end
    object RadioButton3: TRadioButton
      Left = 24
      Top = 104
      Width = 57
      Height = 17
      Caption = #25289#20280
      TabOrder = 2
    end
  end
  object GroupBox2: TGroupBox
    Left = 160
    Top = 8
    Width = 145
    Height = 177
    Caption = #22270#29255#39044#35272':'
    TabOrder = 1
    object Image1: TImage
      Left = 2
      Top = 18
      Width = 141
      Height = 157
      Align = alClient
      Center = True
      Stretch = True
    end
  end
  object BitBtn1: TBitBtn
    Left = 224
    Top = 200
    Width = 81
    Height = 25
    Caption = #24212#29992
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Filter = 'Bitmaps (*.bmp)|*.bmp'
    Left = 96
    Top = 136
  end
end

⌨️ 快捷键说明

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