updateaction.xfm

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

XFM
87
字号
object UpdateActionForm: TUpdateActionForm  Left = 277  Top = 238  Width = 332  Height = 231  HorzScrollBar.Range = 311  VertScrollBar.Range = 192  ActiveControl = rgAction  AutoScroll = False  Caption = 'UpdateAction'  Color = clBtnFace  Font.Charset = DEFAULT_CHARSET  Font.Color = clWindowText  Font.Height = 11  Font.Name = 'MS Sans Serif'  Font.Pitch = fpVariable  Font.Style = []  OldCreateOrder = True  PixelsPerInch = 96  TextHeight = 13  object Label1: TLabel    Left = 9    Top = 26    Width = 43    Height = 13    Caption = 'Message'  end  object lbMessage: TLabel    Left = 69    Top = 26    Width = 242    Height = 14    AutoSize = False    Caption = 'lbMessage'  end  object Label2: TLabel    Left = 9    Top = 8    Width = 22    Height = 13    Caption = 'Field'  end  object lbField: TLabel    Left = 69    Top = 8    Width = 242    Height = 14    AutoSize = False    Caption = 'lbFileld'  end  object rgAction: TRadioGroup    Left = 9    Top = 43    Width = 139    Height = 139    Items.Strings = (      'Fail'      'Abort'      'Skip'      'Retry'      'Applied'      'Default')    TabOrder = 0  end  object btOk: TButton    Left = 223    Top = 165    Width = 81    Height = 27    Caption = 'Ok'    Default = True    ModalResult = 1    TabOrder = 1  end  object rgKind: TRadioGroup    Left = 164    Top = 43    Width = 139    Height = 87    Items.Strings = (      'Modify'      'Insert'      'Delete')    TabOrder = 2  endend

⌨️ 快捷键说明

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