paramtype.nfm

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

NFM
68
字号
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 + =
减小字号Ctrl + -
显示快捷键?