untserverinfo.dfm

来自「销售软件」· DFM 代码 · 共 84 行

DFM
84
字号
inherited frmServerInfo: TfrmServerInfo
  ActiveControl = edtDataSource
  Caption = 'frmServerInfo'
  ClientHeight = 264
  OnCreate = FormCreate
  ExplicitWidth = 441
  ExplicitHeight = 296
  PixelsPerInch = 96
  TextHeight = 12
  inherited lblFunctionTitle: TLabel
    Width = 91
    Caption = #37197#32622#26381#21153#22120#20449#24687
    ExplicitWidth = 91
  end
  inherited lblFunctionDesc: TLabel
    Width = 321
    Caption = #35831#36755#20837#26381#21153#22120#30340#22320#22336#12289#29992#25143#21517#21644#23494#30721#24182#30830#35748#12290
    ExplicitWidth = 321
  end
  object Label1: TLabel [5]
    Left = 59
    Top = 79
    Width = 48
    Height = 12
    Caption = #22320#22336'(&D):'
  end
  object Label2: TLabel [6]
    Left = 59
    Top = 106
    Width = 60
    Height = 12
    Caption = #29992#25143#21517'(&U):'
  end
  object Label3: TLabel [7]
    Left = 59
    Top = 133
    Width = 48
    Height = 12
    Caption = #23494#30721'(&P):'
  end
  inherited Panel1: TPanel
    Top = 221
    ExplicitTop = 221
    inherited btnOK: TRzBitBtn
      Enabled = False
      OnClick = btnOKClick
    end
  end
  object edtDataSource: TRzEdit
    Left = 128
    Top = 76
    Width = 241
    Height = 20
    FrameHotTrack = True
    FrameVisible = True
    FramingPreference = fpCustomFraming
    TabOrder = 1
    OnChange = pServerInfoChange
  end
  object edtUserID: TRzEdit
    Left = 128
    Top = 103
    Width = 241
    Height = 20
    FrameHotTrack = True
    FrameVisible = True
    FramingPreference = fpCustomFraming
    TabOrder = 3
    OnChange = pServerInfoChange
  end
  object edtPassword: TRzEdit
    Left = 128
    Top = 130
    Width = 241
    Height = 20
    FrameHotTrack = True
    FrameVisible = True
    FramingPreference = fpCustomFraming
    PasswordChar = '*'
    TabOrder = 2
    OnChange = pServerInfoChange
  end
end

⌨️ 快捷键说明

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