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

📄 ucreateman.dfm

📁 Delphi面向对象编程思想附书源码 好用哦!
💻 DFM
字号:
object Form1: TForm1
  Left = 371
  Top = 214
  Width = 468
  Height = 314
  Caption = #21033#29992#23646#24615#23454#29616#25968#25454#38598#21644#23545#35937#20043#38388#30340#35835#20889
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 17
  object GroupBox1: TGroupBox
    Left = 21
    Top = 11
    Width = 428
    Height = 254
    TabOrder = 0
    object edtName: TLabeledEdit
      Left = 87
      Top = 29
      Width = 147
      Height = 25
      EditLabel.Width = 41
      EditLabel.Height = 17
      EditLabel.Caption = #22995#21517':  '
      ImeName = #20013#25991#20043#26143#26234#33021#29378#25340#8545#26631#20934#29256
      LabelPosition = lpLeft
      TabOrder = 0
    end
    object edtAge: TLabeledEdit
      Left = 87
      Top = 68
      Width = 147
      Height = 25
      EditLabel.Width = 41
      EditLabel.Height = 17
      EditLabel.Caption = #24180#40836':  '
      ImeName = #20013#25991#20043#26143#26234#33021#29378#25340#8545#26631#20934#29256
      LabelPosition = lpLeft
      TabOrder = 1
    end
    object edtLanguage: TLabeledEdit
      Left = 87
      Top = 107
      Width = 147
      Height = 25
      EditLabel.Width = 41
      EditLabel.Height = 17
      EditLabel.Caption = #35821#35328':  '
      ImeName = #20013#25991#20043#26143#26234#33021#29378#25340#8545#26631#20934#29256
      LabelPosition = lpLeft
      TabOrder = 2
    end
    object ckbMale: TCheckBox
      Left = 289
      Top = 23
      Width = 69
      Height = 21
      Caption = #30007#24615
      TabOrder = 3
    end
    object rgColor: TRadioGroup
      Left = 255
      Top = 56
      Width = 138
      Height = 75
      Caption = #32932#33394
      Columns = 2
      ItemIndex = 0
      Items.Strings = (
        #30333#33394
        #40644#33394
        #40657#33394
        #28145#33394)
      TabOrder = 4
    end
  end
  object btnDelete: TButton
    Left = 169
    Top = 214
    Width = 62
    Height = 37
    Caption = #21024#38500
    TabOrder = 1
    OnClick = btnDeleteClick
  end
  object btnAdd: TButton
    Left = 107
    Top = 214
    Width = 62
    Height = 37
    Caption = #22686#21152
    TabOrder = 2
    OnClick = btnAddClick
  end
  object btnExit: TButton
    Left = 293
    Top = 212
    Width = 62
    Height = 38
    Caption = #36864#20986
    TabOrder = 3
    OnClick = btnExitClick
  end
  object DBNavigator1: TDBNavigator
    Left = 107
    Top = 164
    Width = 248
    Height = 38
    DataSource = DataSource1
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
    TabOrder = 4
    OnClick = DBNavigator1Click
  end
  object btnGreet: TButton
    Left = 232
    Top = 214
    Width = 60
    Height = 36
    Caption = #38382#20505
    TabOrder = 5
    OnClick = btnGreetClick
  end
  object DataSource1: TDataSource
    Left = 496
    Top = 40
  end
end

⌨️ 快捷键说明

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