inheritedconnectform.dfm

来自「odac for oralce 8i,10g,11g easy to conn」· DFM 代码 · 共 31 行

DFM
31
字号
inherited fmInheritedConnect: TfmInheritedConnect
  Left = 404
  Top = 295
  Caption = 'Inherited Connect'
  PixelsPerInch = 96
  TextHeight = 13
  inherited Panel: TPanel
    BevelOuter = bvNone
    inherited lbUsername: TLabel
      Font.Color = clNavy
      Font.Style = [fsBold]
      ParentFont = False
    end
    inherited lbPassword: TLabel
      Font.Color = clNavy
      Font.Style = [fsBold]
      ParentFont = False
    end
    inherited lbServer: TLabel
      Font.Color = clNavy
      Font.Style = [fsBold]
      ParentFont = False
    end
  end
  inherited btConnect: TButton
    Left = 98
  end
  inherited btCancel: TButton
    Left = 193
  end
end

⌨️ 快捷键说明

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