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

📄 sf.dfm

📁 欢迎大家相互学习。delphi系统 四个文件夹分别对应书中的四个实例
💻 DFM
字号:
object sf_Form: Tsf_Form
  Caption = #25910#36153#31383#21475
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Height = 296
  Width = 257
  Left = 8
  Top = 8
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Caption = #25910#36153#26085#26399'     '
    Left = 8
    Top = 176
    Width = 63
    Height = 13
  end
  object xh_LEdit: TLabeledEdit
    EditLabel.Caption = #23398#21495'  '
    EditLabel.Height = 13
    EditLabel.Width = 30
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGradientActiveCaption
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
    Left = 8
    Top = 24
    Width = 113
    Height = 21
  end
  object xm_LEdit: TLabeledEdit
    EditLabel.Caption = #22995#21517'  '
    EditLabel.Height = 13
    EditLabel.Width = 30
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGradientActiveCaption
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 1
    Left = 136
    Top = 24
    Width = 105
    Height = 21
  end
  object xf_LEdit: TLabeledEdit
    EditLabel.Caption = #23398#36153'   '
    EditLabel.Height = 13
    EditLabel.Width = 33
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGradientActiveCaption
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 2
    Left = 8
    Top = 64
    Width = 113
    Height = 21
  end
  object gyf_LEdit: TLabeledEdit
    EditLabel.Caption = #20844#23507#36153'    '
    EditLabel.Height = 13
    EditLabel.Width = 48
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGradientActiveCaption
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 3
    Left = 136
    Top = 64
    Width = 105
    Height = 21
  end
  object qtf_LEdit: TLabeledEdit
    EditLabel.Caption = #20854#20182#36153'   '
    EditLabel.Height = 13
    EditLabel.Width = 45
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGradientActiveCaption
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 4
    Left = 8
    Top = 104
    Width = 113
    Height = 21
  end
  object hj_LEdit: TLabeledEdit
    EditLabel.Caption = #21512#35745#36153'   '
    EditLabel.Height = 13
    EditLabel.Width = 45
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGradientActiveCaption
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 5
    Left = 136
    Top = 104
    Width = 105
    Height = 21
  end
  object cmdok: TButton
    Caption = #30830#23450
    TabOrder = 6
    Left = 48
    Top = 224
    Width = 57
    Height = 25
    OnClick = cmdokClick
  end
  object cmdclose: TButton
    Caption = #21462#28040
    TabOrder = 7
    Left = 144
    Top = 224
    Width = 57
    Height = 25
    OnClick = cmdcloseClick
  end
  object je_LEdit: TLabeledEdit
    EditLabel.Caption = #26412#27425#25910#36153'    '
    EditLabel.Height = 13
    EditLabel.Width = 60
    TabOrder = 8
    Left = 136
    Top = 144
    Width = 105
    Height = 21
  end
  object sfrq_DTP: TDateTimePicker
    Date = 37941.6774670486
    Time = 37941.6774670486
    TabOrder = 9
    Left = 8
    Top = 192
    Width = 113
    Height = 21
  end
  object yjsf_LEdit: TLabeledEdit
    EditLabel.Caption = #24050#32463#25910#36153'    '
    EditLabel.Height = 13
    EditLabel.Width = 60
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGradientActiveCaption
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 10
    Left = 8
    Top = 144
    Width = 113
    Height = 21
  end
  object sfr_LEdit: TLabeledEdit
    EditLabel.Caption = #25910#36153#20154'     '
    EditLabel.Height = 13
    EditLabel.Width = 51
    TabOrder = 11
    Left = 136
    Top = 192
    Width = 105
    Height = 21
  end
end

⌨️ 快捷键说明

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