yinsuadd.dfm

来自「本人帮别人写的一个卡特尔16F性格检测程序」· DFM 代码 · 共 81 行

DFM
81
字号
object Form3: TForm3
  Left = 379
  Top = 238
  BorderStyle = bsDialog
  Caption = #22240#32032#32500#25252
  ClientHeight = 206
  ClientWidth = 393
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 24
    Width = 48
    Height = 13
    Caption = #22240#32032#23383#27597
    FocusControl = DBEdit1
  end
  object Label2: TLabel
    Left = 48
    Top = 80
    Width = 48
    Height = 13
    Caption = #22240#32032#21517#31216
    FocusControl = DBEdit2
  end
  object DBEdit1: TDBEdit
    Left = 104
    Top = 24
    Width = 30
    Height = 21
    DataField = 'YinSuBH'
    DataSource = DataSource1
    TabOrder = 0
  end
  object DBEdit2: TDBEdit
    Left = 104
    Top = 80
    Width = 230
    Height = 21
    DataField = 'YinSuName'
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBNavigator1: TDBNavigator
    Left = 56
    Top = 152
    Width = 320
    Height = 25
    DataSource = DataSource1
    Hints.Strings = (
      #39318#26465#35760#24405
      #21069#19968#20010
      #21518#19968#20010
      #26411#19968#20010
      #25554#20837
      #21024#38500
      #32534#36753
      #20462#25913
      #25764#28040
      #21047#26032)
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
  end
  object DataSource1: TDataSource
    DataSet = DataModule1.ADOTable2
    Left = 80
    Top = 120
  end
end

⌨️ 快捷键说明

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