unit1.dfm

来自「Delphi7编程80例(完全版)」· DFM 代码 · 共 80 行

DFM
80
字号
object Form1: TForm1
  Left = 208
  Top = 88
  Width = 430
  Height = 331
  Caption = #33402#26415#23383#25928#26524
  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 Label1: TLabel
    Left = 304
    Top = 64
    Width = 84
    Height = 12
    Caption = #36873#25321#33402#26415#23383#26679#24335
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Image1: TImage
    Left = 8
    Top = 8
    Width = 250
    Height = 250
  end
  object Button1: TButton
    Left = 304
    Top = 32
    Width = 75
    Height = 25
    Caption = #33402#26415#23383#25928#26524
    TabOrder = 0
    OnClick = Button1Click
  end
  object ListBox1: TListBox
    Left = 304
    Top = 88
    Width = 97
    Height = 113
    ItemHeight = 13
    Items.Strings = (
      #27700#24179#32447#25928#26524
      #31446#30452#32447#25928#26524
      #21521#19979#24310#20280#25928#26524
      #21521#19978#24310#20280#25928#26524
      #26354#32447#25928#26524)
    TabOrder = 1
  end
  object Button2: TButton
    Left = 96
    Top = 272
    Width = 75
    Height = 25
    Caption = #20445#23384#33402#26415#23383
    TabOrder = 2
    OnClick = Button2Click
  end
  object CheckBox1: TCheckBox
    Left = 304
    Top = 208
    Width = 97
    Height = 17
    Caption = #28014#38613#26174#31034
    TabOrder = 3
  end
  object SavePictureDialog1: TSavePictureDialog
    Left = 184
    Top = 272
  end
end

⌨️ 快捷键说明

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