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

📄 unit1.dfm

📁 Delphi7编程80例(完全版)
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -