tuifang.dfm

来自「完整的delphi书籍源代码,大家有空的时候自己慢慢看看」· DFM 代码 · 共 110 行

DFM
110
字号
object tuifangFrm: TtuifangFrm
  Left = 289
  Top = 201
  Width = 219
  Height = 216
  BorderIcons = [biSystemMenu]
  Caption = #36864#25151
  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 = 16
    Top = 16
    Width = 49
    Height = 13
    AutoSize = False
    Caption = #23458#25151#21495
  end
  object Label2: TLabel
    Left = 16
    Top = 83
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #20837#20303#26102#38388
  end
  object Label3: TLabel
    Left = 16
    Top = 120
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #36864#25151#26102#38388
  end
  object Label4: TLabel
    Left = 16
    Top = 48
    Width = 49
    Height = 13
    AutoSize = False
    Caption = #21333#20215
  end
  object Button1: TButton
    Left = 120
    Top = 155
    Width = 75
    Height = 25
    Caption = #36864#25151
    TabOrder = 0
    Visible = False
    OnClick = Button1Click
  end
  object ComboBox1: TComboBox
    Left = 80
    Top = 13
    Width = 105
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ItemHeight = 13
    TabOrder = 1
    OnChange = ComboBox1Change
  end
  object Button2: TButton
    Left = 16
    Top = 155
    Width = 75
    Height = 25
    Caption = #32467#24080
    TabOrder = 2
    OnClick = Button2Click
  end
  object ComboBox2: TComboBox
    Left = 80
    Top = 48
    Width = 105
    Height = 21
    Style = csSimple
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ItemHeight = 13
    TabOrder = 3
  end
  object ComboBox3: TComboBox
    Left = 80
    Top = 85
    Width = 105
    Height = 21
    Style = csSimple
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ItemHeight = 13
    TabOrder = 4
  end
  object ComboBox4: TComboBox
    Left = 80
    Top = 117
    Width = 105
    Height = 21
    Style = csSimple
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ItemHeight = 13
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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