registry.dfm

来自「用C++写的人事管理系统」· DFM 代码 · 共 115 行

DFM
115
字号
object Form4: TForm4
  Left = 386
  Top = 207
  Width = 364
  Height = 311
  Caption = #29992#25143#27880#20876
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object StaticText7: TStaticText
    Left = 270
    Top = 187
    Width = 16
    Height = 17
    Caption = #65290
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object StaticText6: TStaticText
    Left = 270
    Top = 27
    Width = 16
    Height = 17
    Caption = #65290
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object StaticText8: TStaticText
    Left = 270
    Top = 104
    Width = 16
    Height = 17
    Caption = #65290
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object StaticText9: TStaticText
    Left = 270
    Top = 148
    Width = 16
    Height = 17
    Caption = #65290
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
  object Edit5: TEdit
    Left = 141
    Top = 20
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object Edit2: TEdit
    Left = 141
    Top = 59
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object Edit1: TEdit
    Left = 141
    Top = 141
    Width = 121
    Height = 21
    TabOrder = 6
  end
  object Edit3: TEdit
    Left = 141
    Top = 181
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object ComboBox1: TComboBox
    Left = 141
    Top = 100
    Width = 122
    Height = 21
    ItemHeight = 13
    TabOrder = 8
    Text = 'ComboBox1'
  end
  object ADOQuery1: TADOQuery
    Parameters = <>
    Left = 16
    Top = 48
  end
end

⌨️ 快捷键说明

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