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

📄 unit1.dfm

📁 delphi典型实验代码
💻 DFM
字号:
object Form1: TForm1
  Left = 125
  Top = 114
  Width = 645
  Height = 430
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = [fsBold]
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 368
    Top = 32
    Width = 40
    Height = 16
    Caption = #23398#21495#65306
  end
  object Label2: TLabel
    Left = 368
    Top = 70
    Width = 40
    Height = 16
    Caption = #22995#21517#65306
  end
  object Label3: TLabel
    Left = 368
    Top = 108
    Width = 40
    Height = 16
    Caption = #24615#21035#65306
  end
  object Label4: TLabel
    Left = 368
    Top = 146
    Width = 40
    Height = 16
    Caption = #24180#40836#65306
  end
  object Label5: TLabel
    Left = 368
    Top = 184
    Width = 40
    Height = 16
    Caption = #22320#22336#65306
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 345
    Height = 321
    DataSource = DataModule3.DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = [fsBold]
    OnCellClick = DBGrid1CellClick
  end
  object Button1: TButton
    Left = 400
    Top = 264
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 448
    Top = 28
    Width = 121
    Height = 24
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 2
    OnExit = Edit1Exit
  end
  object Edit2: TEdit
    Left = 448
    Top = 66
    Width = 121
    Height = 24
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 448
    Top = 104
    Width = 121
    Height = 24
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 4
  end
  object Edit4: TEdit
    Left = 448
    Top = 142
    Width = 121
    Height = 24
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 5
    OnExit = Edit4Exit
  end
  object Edit5: TEdit
    Left = 448
    Top = 180
    Width = 121
    Height = 24
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 6
  end
  object Button2: TButton
    Left = 384
    Top = 224
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 7
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 488
    Top = 224
    Width = 75
    Height = 25
    Caption = 'Button3'
    TabOrder = 8
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 496
    Top = 264
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 9
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 400
    Top = 296
    Width = 75
    Height = 25
    Caption = 'Button5'
    TabOrder = 10
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 496
    Top = 296
    Width = 75
    Height = 25
    Caption = 'Button6'
    TabOrder = 11
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 96
    Top = 344
    Width = 75
    Height = 25
    Caption = 'Button7'
    TabOrder = 12
    OnClick = Button7Click
  end
  object Button8: TButton
    Left = 184
    Top = 344
    Width = 75
    Height = 25
    Caption = 'Button8'
    TabOrder = 13
    OnClick = Button8Click
  end
  object Button9: TButton
    Left = 272
    Top = 344
    Width = 75
    Height = 25
    Caption = 'Button9'
    TabOrder = 14
    OnClick = Button9Click
  end
  object Button10: TButton
    Left = 360
    Top = 344
    Width = 75
    Height = 25
    Caption = 'Button10'
    TabOrder = 15
    OnClick = Button10Click
  end
end

⌨️ 快捷键说明

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