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

📄 updateaction.lfm

📁 Oracle Data Access Components Source Code ODAC v.6.70.0.45
💻 LFM
字号:
object UpdateActionForm: TUpdateActionForm
  Left = 277
  Height = 204
  Top = 238
  Width = 319
  HorzScrollBar.Page = 318
  HorzScrollBar.Range = 311
  VertScrollBar.Page = 203
  VertScrollBar.Range = 192
  ActiveControl = rgAction
  Caption = 'UpdateAction'
  ClientHeight = 204
  ClientWidth = 319
  Font.Height = 11
  Font.Name = 'Tahoma'
  Font.Pitch = fpVariable
  object Label1: TLabel
    Left = 9
    Height = 14
    Top = 26
    Width = 43
    Caption = 'Message'
    ParentColor = False
  end
  object lbMessage: TLabel
    Left = 69
    Height = 14
    Top = 26
    Width = 242
    AutoSize = False
    Caption = 'lbMessage'
    ParentColor = False
  end
  object Label2: TLabel
    Left = 9
    Height = 14
    Top = 8
    Width = 23
    Caption = 'Field'
    ParentColor = False
  end
  object lbField: TLabel
    Left = 69
    Height = 14
    Top = 8
    Width = 242
    AutoSize = False
    Caption = 'lbFileld'
    ParentColor = False
  end
  object rgAction: TRadioGroup
    Left = 9
    Height = 139
    Top = 43
    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 = 121
    ClientWidth = 135
    Items.Strings = (
      'Fail'
      'Abort'
      'Skip'
      'Retry'
      'Applied'
      'Default'
    )
    TabOrder = 0
  end
  object btOk: TButton
    Left = 223
    Height = 27
    Top = 165
    Width = 81
    Caption = 'Ok'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
  object rgKind: TRadioGroup
    Left = 164
    Height = 87
    Top = 43
    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 = 69
    ClientWidth = 135
    Items.Strings = (
      'Modify'
      'Insert'
      'Delete'
    )
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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