unitconnectset.dfm

来自「一套宾馆管理系统」· DFM 代码 · 共 92 行

DFM
92
字号
object frmConnectSet: TfrmConnectSet
  Left = 317
  Top = 203
  Width = 357
  Height = 272
  Caption = #25968#25454#24211#36830#25509#37197#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 16
    Width = 73
    Height = 13
    Caption = #26381#21153#22120#21517
  end
  object Label2: TLabel
    Left = 48
    Top = 64
    Width = 65
    Height = 13
    Caption = #25968#25454#24211#21517
  end
  object Label3: TLabel
    Left = 48
    Top = 96
    Width = 65
    Height = 13
    Caption = #29992#25143#21517
  end
  object Label4: TLabel
    Left = 48
    Top = 136
    Width = 65
    Height = 13
    Caption = #23494'  '#30721
  end
  object edtServer: TEdit
    Left = 160
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object edtDatabase: TEdit
    Left = 160
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object edtUsername: TEdit
    Left = 160
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object edtPassword: TEdit
    Left = 160
    Top = 128
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object btnOk: TBitBtn
    Left = 72
    Top = 192
    Width = 57
    Height = 25
    Caption = #30830#23450
    TabOrder = 4
    OnClick = btnOkClick
  end
  object btnCancel: TBitBtn
    Left = 192
    Top = 192
    Width = 57
    Height = 25
    Caption = #21462#28040
    TabOrder = 5
    OnClick = btnCancelClick
  end
end

⌨️ 快捷键说明

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