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

📄 unit1.~dfm

📁 本光盘是《Delphi 7应用教程》一书的配套光盘
💻 ~DFM
字号:
object Form1: TForm1
  Left = 277
  Top = 179
  Width = 386
  Height = 218
  Caption = 'Form1'
  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 Label1: TLabel
    Left = 8
    Top = 8
    Width = 36
    Height = 13
    Caption = #23398#21495#65306
  end
  object Label2: TLabel
    Left = 136
    Top = 8
    Width = 36
    Height = 13
    Caption = #22995#21517#65306
  end
  object Label3: TLabel
    Left = 264
    Top = 8
    Width = 36
    Height = 13
    Caption = #24180#40836#65306
  end
  object Label4: TLabel
    Left = 8
    Top = 40
    Width = 36
    Height = 13
    Caption = #24615#21035#65306
  end
  object Label5: TLabel
    Left = 136
    Top = 40
    Width = 36
    Height = 13
    Caption = #33521#35821#65306
  end
  object Label6: TLabel
    Left = 240
    Top = 40
    Width = 36
    Height = 13
    Caption = #25968#23398#65306
  end
  object Label7: TLabel
    Left = 8
    Top = 72
    Width = 36
    Height = 13
    Caption = #35821#25991#65306
  end
  object Label8: TLabel
    Left = 136
    Top = 72
    Width = 36
    Height = 13
    Caption = #29289#29702#65306
  end
  object Label9: TLabel
    Left = 184
    Top = 144
    Width = 48
    Height = 13
    Caption = #35760#24405#21495#65306
  end
  object Label10: TLabel
    Left = 240
    Top = 72
    Width = 48
    Height = 13
    Caption = #24179#22343#20998#65306
  end
  object Edit1: TEdit
    Left = 56
    Top = 8
    Width = 65
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 176
    Top = 8
    Width = 81
    Height = 21
    TabOrder = 1
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 304
    Top = 8
    Width = 65
    Height = 21
    TabOrder = 2
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 56
    Top = 40
    Width = 49
    Height = 21
    TabOrder = 3
    Text = 'Edit4'
  end
  object Edit5: TEdit
    Left = 176
    Top = 40
    Width = 49
    Height = 21
    TabOrder = 4
    Text = 'Edit5'
  end
  object Edit6: TEdit
    Left = 288
    Top = 40
    Width = 49
    Height = 21
    TabOrder = 5
    Text = 'Edit6'
  end
  object Edit7: TEdit
    Left = 56
    Top = 72
    Width = 49
    Height = 21
    TabOrder = 6
    Text = 'Edit7'
  end
  object Edit8: TEdit
    Left = 176
    Top = 72
    Width = 57
    Height = 21
    TabOrder = 7
    Text = 'Edit8'
  end
  object Button1: TButton
    Left = 64
    Top = 104
    Width = 57
    Height = 25
    Caption = #24405#20837
    TabOrder = 8
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 136
    Top = 104
    Width = 57
    Height = 25
    Caption = #30830#23450
    Enabled = False
    TabOrder = 9
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 208
    Top = 104
    Width = 49
    Height = 25
    Caption = #21462#28040
    Enabled = False
    TabOrder = 10
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 280
    Top = 104
    Width = 57
    Height = 25
    Caption = #32467#26463
    TabOrder = 11
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 64
    Top = 136
    Width = 97
    Height = 25
    Caption = #27714#24179#22343#25104#32489
    TabOrder = 12
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 288
    Top = 136
    Width = 41
    Height = 25
    Caption = #26174#31034
    TabOrder = 13
    OnClick = Button6Click
  end
  object Edit10: TEdit
    Left = 240
    Top = 136
    Width = 41
    Height = 21
    TabOrder = 14
    Text = '0'
  end
  object Edit9: TEdit
    Left = 288
    Top = 72
    Width = 49
    Height = 21
    ReadOnly = True
    TabOrder = 15
    Text = 'Edit9'
  end
end

⌨️ 快捷键说明

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