frame_setdatabase.dfm

来自「企业信息管理系统程序框架」· DFM 代码 · 共 87 行

DFM
87
字号
object f_setdatabase: Tf_setdatabase
  Left = 332
  Top = 217
  Width = 251
  Height = 217
  BorderIcons = []
  Caption = #25968#25454#24211#35774#32622
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 70
    Height = 14
    Caption = #26381' '#21153' '#22120#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 80
    Width = 70
    Height = 14
    Caption = #29992#25143#21517#31216#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 114
    Width = 70
    Height = 14
    Caption = #23494'    '#30721#65306
  end
  object Label4: TLabel
    Left = 16
    Top = 47
    Width = 70
    Height = 14
    Caption = #25968#25454#24211#21517#65306
  end
  object Edit1: TEdit
    Left = 82
    Top = 14
    Width = 121
    Height = 22
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 82
    Top = 45
    Width = 121
    Height = 22
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 82
    Top = 78
    Width = 121
    Height = 22
    TabOrder = 2
  end
  object Button1: TButton
    Left = 80
    Top = 156
    Width = 75
    Height = 21
    Caption = #30830#23450
    TabOrder = 4
    OnClick = Button1Click
  end
  object Edit4: TEdit
    Left = 82
    Top = 112
    Width = 121
    Height = 22
    PasswordChar = '*'
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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