unit1.dfm

来自「Delphi7应用编程150例附书源码.rar」· DFM 代码 · 共 85 行

DFM
85
字号
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 + =
减小字号Ctrl + -
显示快捷键?