⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 paramtype.nfm

📁 odac for oralce 8i,10g,11g easy to connect to oralce from delphi
💻 NFM
字号:
object ParamTypeForm: TParamTypeForm
  Left = 199
  Top = 141
  Width = 333
  Height = 238
  HorzScrollBar.Range = 311
  VertScrollBar.Range = 199
  ActiveControl = lbParams
  AutoScroll = False
  Caption = 'Output Parameters Type'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = 11
  Font.Name = 'MS Sans Serif'
  Font.Pitch = fpVariable
  Font.Style = []
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 17
    Top = 9
    Width = 53
    Height = 13
    Caption = 'Parameters'
  end
  object Label2: TLabel
    Left = 181
    Top = 9
    Width = 29
    Height = 13
    Caption = 'Types'
  end
  object lbParams: TListBox
    Left = 9
    Top = 26
    Width = 147
    Height = 173
    ItemHeight = 13
    TabOrder = 0
    OnClick = lbParamsClick
  end
  object btClose: TButton
    Left = 207
    Top = 172
    Width = 81
    Height = 27
    Caption = 'Close'
    TabOrder = 1
    OnClick = btCloseClick
  end
  object rgTypes: TRadioGroup
    Left = 172
    Top = 26
    Width = 139
    Height = 113
    Items.Strings = (
      'String'
      'Integer'
      'Float'
      'Date')
    TabOrder = 2
    OnClick = rgTypesClick
  end
end

⌨️ 快捷键说明

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