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

📄 unit1.dfm

📁 本光盘是《Delphi 7应用教程》一书的配套光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 338
  Height = 306
  Caption = #23383#20307#35774#32622#31243#24207
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Edit1: TEdit
    Left = 24
    Top = 8
    Width = 289
    Height = 33
    AutoSize = False
    TabOrder = 0
    Text = #30452#38754#20154#29983#26159#21191#32773#30340#24577#24230
  end
  object Edit2: TEdit
    Left = 24
    Top = 56
    Width = 289
    Height = 33
    AutoSize = False
    TabOrder = 1
    Text = #20174#25387#25240#20013#25496#36215#25165#26159#30495#22909#27721
  end
  object CheckBox1: TCheckBox
    Left = 48
    Top = 96
    Width = 81
    Height = 25
    Caption = #32534#36753#26694'1'
    TabOrder = 2
  end
  object CheckBox2: TCheckBox
    Left = 168
    Top = 96
    Width = 81
    Height = 25
    Caption = #32534#36753#26694'2'
    TabOrder = 3
  end
  object RadioGroup1: TRadioGroup
    Left = 24
    Top = 128
    Width = 89
    Height = 97
    Caption = #23383#20307
    Items.Strings = (
      #23435#20307
      #24188#22278
      #40657#20307)
    TabOrder = 4
  end
  object RadioGroup2: TRadioGroup
    Left = 120
    Top = 128
    Width = 89
    Height = 97
    Caption = #22823#23567
    Items.Strings = (
      '12'
      '16'
      '18')
    TabOrder = 5
  end
  object RadioGroup3: TRadioGroup
    Left = 216
    Top = 128
    Width = 89
    Height = 97
    Caption = #39068#33394
    Items.Strings = (
      #32418#33394
      #34013#33394
      #32511#33394)
    TabOrder = 6
  end
  object Button1: TButton
    Left = 72
    Top = 232
    Width = 57
    Height = 25
    Caption = #30830#23450
    TabOrder = 7
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 176
    Top = 232
    Width = 57
    Height = 25
    Caption = #36864#20986
    TabOrder = 8
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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