inheritedconnectform.lfm

来自「Oracle Data Access Components Source Cod」· LFM 代码 · 共 33 行

LFM
33
字号
inherited fmInheritedConnect: TfmInheritedConnect
  Left = 404
  Top = 295
  Caption = 'Inherited Connect'
  inherited Panel: TPanel
    BevelOuter = bvNone
    inherited lbUsername: TLabel
      Font.Color = clNavy
      Font.Style = [fsBold]
    end
    inherited lbPassword: TLabel
      Font.Color = clNavy
      Font.Style = [fsBold]
    end
    inherited lbServer: TLabel
      Font.Color = clNavy
      Font.Style = [fsBold]
    end
    inherited edUsername: TEdit
    end
    inherited edPassword: TEdit
    end
    inherited edServer: TComboBox
    end
  end
  inherited btConnect: TButton
    Left = 98
  end
  inherited btCancel: TButton
    Left = 193
  end
end

⌨️ 快捷键说明

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