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

📄 adddata.dfm

📁 个人朋友信息的管理
💻 DFM
字号:
object FormAdddata: TFormAdddata
  Left = 152
  Top = 140
  Width = 345
  Height = 316
  Caption = #22686#21152#26032'"'#26379#21451'"'#20449#24687
  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 Label1: TLabel
    Left = 16
    Top = 8
    Width = 48
    Height = 13
    Caption = #22995'        '#21517
  end
  object Label2: TLabel
    Left = 16
    Top = 40
    Width = 48
    Height = 13
    Caption = #20844#21496#21333#20301
  end
  object Label3: TLabel
    Left = 16
    Top = 72
    Width = 48
    Height = 13
    Caption = #32844'        '#20301
  end
  object Label4: TLabel
    Left = 16
    Top = 104
    Width = 48
    Height = 13
    Caption = #21150#20844#30005#35805
  end
  object Label5: TLabel
    Left = 16
    Top = 136
    Width = 48
    Height = 13
    Caption = #31227#21160#30005#35805
  end
  object Label6: TLabel
    Left = 16
    Top = 168
    Width = 48
    Height = 13
    Caption = #30005#23376#37038#20214
  end
  object Label7: TLabel
    Left = 16
    Top = 200
    Width = 48
    Height = 13
    Caption = #32593#39029#22320#22336
  end
  object Label8: TLabel
    Left = 176
    Top = 8
    Width = 48
    Height = 13
    Caption = #24615'        '#21035
  end
  object DBEditName: TDBEdit
    Left = 72
    Top = 8
    Width = 81
    Height = 21
    DataField = 'ChineseName'
    DataSource = DataModule1.DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
  end
  object DBEditCorp: TDBEdit
    Left = 72
    Top = 40
    Width = 241
    Height = 21
    DataField = 'Corp'
    DataSource = DataModule1.DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 1
  end
  object DBEditPosition: TDBEdit
    Left = 72
    Top = 72
    Width = 81
    Height = 21
    DataField = 'Position'
    DataSource = DataModule1.DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 2
  end
  object DBEditOfficephone: TDBEdit
    Left = 72
    Top = 104
    Width = 153
    Height = 21
    DataField = 'OfficePhone'
    DataSource = DataModule1.DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 3
  end
  object DBEditMobilephone: TDBEdit
    Left = 72
    Top = 136
    Width = 153
    Height = 21
    DataField = 'MobilePhone'
    DataSource = DataModule1.DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 4
  end
  object DBEditEMail: TDBEdit
    Left = 72
    Top = 168
    Width = 241
    Height = 21
    DataField = 'EMail'
    DataSource = DataModule1.DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 5
  end
  object DBEditWebsite: TDBEdit
    Left = 72
    Top = 200
    Width = 241
    Height = 21
    DataField = 'Webpage'
    DataSource = DataModule1.DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 6
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 232
    Width = 321
    Height = 9
    TabOrder = 7
  end
  object BTNMoreinformation: TButton
    Left = 24
    Top = 256
    Width = 81
    Height = 25
    Caption = #26356#22810#20449#24687'(M)'
    TabOrder = 8
  end
  object BTNConfirm: TButton
    Left = 128
    Top = 256
    Width = 73
    Height = 25
    Caption = #30830#23450'(O)'
    TabOrder = 9
  end
  object BTNClose: TButton
    Left = 224
    Top = 256
    Width = 73
    Height = 25
    Caption = #20851#38381'(X)'
    TabOrder = 10
  end
  object DBComboBoxSex: TDBComboBox
    Left = 240
    Top = 8
    Width = 65
    Height = 21
    DataField = 'Sex'
    DataSource = DataModule1.DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ItemHeight = 13
    Items.Strings = (
      #30007
      #22899)
    TabOrder = 11
  end
end

⌨️ 快捷键说明

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