uadd.~dfm

来自「本程序是人事管理系统.对数据进行的操作有数据更新数据查询数据删除.本程序利用Da」· ~DFM 代码 · 共 177 行

~DFM
177
字号
object Form1: TForm1
  Left = 317
  Top = 116
  Width = 296
  Height = 456
  Caption = 'Form1'
  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 Label2: TLabel
    Left = 8
    Top = 16
    Width = 80
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = #21592#24037#21495#65306
  end
  object Label3: TLabel
    Left = 8
    Top = 40
    Width = 80
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = #23494#12288#30721#65306
  end
  object Label1: TLabel
    Left = 8
    Top = 64
    Width = 80
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = #22995#12288#21517#65306
  end
  object Label5: TLabel
    Left = 8
    Top = 128
    Width = 80
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = #29983#12288#26085#65306
  end
  object Label6: TLabel
    Left = 8
    Top = 152
    Width = 80
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = #37096#12288#38376#65306
  end
  object Label7: TLabel
    Left = 8
    Top = 176
    Width = 80
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = #32844#12288#21153#65306
  end
  object Label9: TLabel
    Left = 8
    Top = 200
    Width = 80
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = #21463#25945#32946#27700#24179#65306
  end
  object Label10: TLabel
    Left = 8
    Top = 224
    Width = 80
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = #19987#12288#19994#65306
  end
  object Label11: TLabel
    Left = 8
    Top = 248
    Width = 80
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = #20303#12288#22336#65306
  end
  object Label12: TLabel
    Left = 8
    Top = 272
    Width = 80
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = #30005#12288#35805#65306
  end
  object Label13: TLabel
    Left = 8
    Top = 296
    Width = 80
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = 'E-mail'#65306
  end
  object Label14: TLabel
    Left = 16
    Top = 320
    Width = 80
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = #22791#12288#27880#65306
  end
  object i_sex: TDBRadioGroup
    Left = 32
    Top = 88
    Width = 201
    Height = 33
    BiDiMode = bdLeftToRight
    Caption = #24615#12288#21035
    Columns = 2
    DataField = 'SEX'
    DataSource = DataModule1.DS_add_user
    Items.Strings = (
      #30007
      #22899)
    ParentBiDiMode = False
    TabOrder = 0
    TabStop = True
    Values.Strings = (
      'M'
      'F')
  end
  object Edit1: TEdit
    Left = 104
    Top = 8
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 104
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'Edit1'
  end
  object Edit3: TEdit
    Left = 104
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 3
    Text = 'Edit1'
  end
  object Edit4: TEdit
    Left = 104
    Top = 120
    Width = 121
    Height = 21
    TabOrder = 4
    Text = 'Edit1'
  end
end

⌨️ 快捷键说明

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