sample4.dfm

来自「一系列DELPHI的控件如何使用的例子,例子有的比较简单,但是能详细的说明了控件」· DFM 代码 · 共 117 行

DFM
117
字号
object Form2: TForm2
  Left = 234
  Top = 166
  Width = 527
  Height = 361
  Caption = #26126#32454#25968#25454
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 96
    Top = 24
    Width = 55
    Height = 13
    Caption = 'Species No'
  end
  object Label2: TLabel
    Left = 312
    Top = 24
    Width = 42
    Height = 13
    Caption = 'Category'
  end
  object Label3: TLabel
    Left = 88
    Top = 96
    Width = 75
    Height = 13
    Caption = 'Common_Name'
  end
  object Label4: TLabel
    Left = 312
    Top = 96
    Width = 69
    Height = 13
    Caption = 'Species Name'
  end
  object Label5: TLabel
    Left = 88
    Top = 168
    Width = 56
    Height = 13
    Caption = 'Length (cm)'
  end
  object Label6: TLabel
    Left = 304
    Top = 176
    Width = 48
    Height = 13
    Caption = 'Length_In'
  end
  object Edit1: TEdit
    Left = 72
    Top = 56
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899#36755#20837#27861' 3.0 '#29256
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 288
    Top = 56
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899#36755#20837#27861' 3.0 '#29256
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 72
    Top = 128
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899#36755#20837#27861' 3.0 '#29256
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 288
    Top = 128
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899#36755#20837#27861' 3.0 '#29256
    TabOrder = 3
  end
  object Edit5: TEdit
    Left = 72
    Top = 200
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899#36755#20837#27861' 3.0 '#29256
    TabOrder = 4
  end
  object Edit6: TEdit
    Left = 288
    Top = 208
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899#36755#20837#27861' 3.0 '#29256
    TabOrder = 5
  end
  object Button1: TButton
    Left = 216
    Top = 264
    Width = 75
    Height = 25
    Caption = #36820#22238' '
    TabOrder = 6
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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