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

📄 paramtype.lfm

📁 Oracle Data Access Components Source Code ODAC v.6.70.0.45
💻 LFM
字号:
object ParamTypeForm: TParamTypeForm
  Left = 199
  Height = 213
  Top = 141
  Width = 324
  HorzScrollBar.Page = 323
  HorzScrollBar.Range = 311
  VertScrollBar.Page = 212
  VertScrollBar.Range = 199
  ActiveControl = lbParams
  Caption = 'Output Parameters Type'
  ClientHeight = 213
  ClientWidth = 324
  Font.Height = 11
  Font.Name = 'Tahoma'
  Font.Pitch = fpVariable
  OnShow = FormShow
  object Label1: TLabel
    Left = 17
    Height = 14
    Top = 9
    Width = 56
    Caption = 'Parameters'
    ParentColor = False
  end
  object Label2: TLabel
    Left = 181
    Height = 14
    Top = 9
    Width = 30
    Caption = 'Types'
    ParentColor = False
  end
  object lbParams: TListBox
    Left = 9
    Height = 173
    Top = 26
    Width = 147
    ItemHeight = 13
    OnClick = lbParamsClick
    TabOrder = 0
  end
  object btClose: TButton
    Left = 207
    Height = 27
    Top = 172
    Width = 81
    Caption = 'Close'
    OnClick = btCloseClick
    TabOrder = 1
  end
  object rgTypes: TRadioGroup
    Left = 172
    Height = 113
    Top = 26
    Width = 139
    AutoFill = True
    ChildSizing.LeftRightSpacing = 6
    ChildSizing.TopBottomSpacing = 6
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
    ChildSizing.ShrinkHorizontal = crsScaleChilds
    ChildSizing.ShrinkVertical = crsScaleChilds
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 1
    ClientHeight = 95
    ClientWidth = 135
    Items.Strings = (
      'String'
      'Integer'
      'Float'
      'Date'
    )
    OnClick = rgTypesClick
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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