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

📄 typefilefrm.~dfm

📁 关于利用DELPHI来进行企业级方案解决的著作的附书源码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 310
  Top = 182
  Width = 276
  Height = 281
  Caption = #36890#35759#24405#28436#31034#31243#24207
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GenderLabel: TLabel
    Left = 16
    Top = 73
    Width = 36
    Height = 13
    Caption = #24615#21035#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 104
    Width = 36
    Height = 13
    Caption = #29983#26085#65306
  end
  object NewButton: TButton
    Left = 56
    Top = 216
    Width = 75
    Height = 25
    Caption = #26032#24314#35760#24405
    TabOrder = 0
    OnClick = NewButtonClick
  end
  object SaveButton: TButton
    Left = 136
    Top = 216
    Width = 75
    Height = 25
    Caption = #20445#23384#35760#24405
    TabOrder = 1
    OnClick = SaveButtonClick
  end
  object NameEdit: TLabeledEdit
    Left = 64
    Top = 40
    Width = 121
    Height = 21
    EditLabel.Width = 36
    EditLabel.Height = 13
    EditLabel.Caption = #22995#21517#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    LabelPosition = lpLeft
    LabelSpacing = 12
    MaxLength = 10
    ParentFont = False
    TabOrder = 2
  end
  object MaleBtn: TRadioButton
    Left = 72
    Top = 73
    Width = 33
    Height = 17
    Caption = #30007
    TabOrder = 3
  end
  object FemaleBtn: TRadioButton
    Left = 120
    Top = 73
    Width = 41
    Height = 17
    Caption = #22899
    TabOrder = 4
  end
  object BirthdayEdit: TDateTimePicker
    Left = 64
    Top = 102
    Width = 169
    Height = 21
    CalAlignment = dtaLeft
    Date = 37290.5786181366
    Time = 37290.5786181366
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 5
  end
  object PhoneEdit: TLabeledEdit
    Left = 64
    Top = 136
    Width = 121
    Height = 21
    EditLabel.Width = 36
    EditLabel.Height = 13
    EditLabel.Caption = #30005#35805#65306
    LabelPosition = lpLeft
    LabelSpacing = 12
    MaxLength = 15
    TabOrder = 6
  end
  object AddressEdit: TLabeledEdit
    Left = 64
    Top = 176
    Width = 185
    Height = 21
    EditLabel.Width = 36
    EditLabel.Height = 13
    EditLabel.Caption = #22320#22336#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    LabelPosition = lpLeft
    LabelSpacing = 12
    MaxLength = 50
    ParentFont = False
    TabOrder = 7
  end
  object ChooseNumber: TUpDown
    Left = 184
    Top = 8
    Width = 14
    Height = 20
    Min = 0
    Position = 0
    TabOrder = 8
    Wrap = False
    OnChanging = ChooseNumberChanging
  end
  object NumberEdit: TLabeledEdit
    Left = 64
    Top = 8
    Width = 121
    Height = 21
    EditLabel.Width = 36
    EditLabel.Height = 13
    EditLabel.Caption = #32534#21495#65306
    LabelPosition = lpLeft
    LabelSpacing = 12
    TabOrder = 9
  end
end

⌨️ 快捷键说明

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