fetch.xfm

来自「Oracle Data Access Components Source Cod」· XFM 代码 · 共 49 行

XFM
49
字号
object FetchForm: TFetchForm  Left = 219  Top = 202  Width = 290  Height = 87  HorzScrollBar.Range = 249  VertScrollBar.Range = 81  ActiveControl = btCancel  BorderIcons = [biSystemMenu]  BorderStyle = fbsDialog  Caption = 'Fetching'  Color = clButton  Font.Color = clText  Font.Height = 11  Font.Name = 'MS Sans Serif'  Font.Pitch = fpVariable  Font.Style = []  FormStyle = fsStayOnTop  KeyPreview = True  ParentFont = False  Position = poMainFormCenter  OnKeyDown = FormKeyDown  PixelsPerInch = 96  TextHeight = 18  TextWidth = 5  object Label1: TLabel    Left = 8    Top = 16    Width = 241    Height = 19    Caption = 'Press Cancel button to interrupt fetch operation.'    Font.Color = clText    Font.Height = 11    Font.Name = 'MS Sans Serif'    Font.Pitch = fpVariable    Font.Style = [fsBold]    ParentFont = False  end  object btCancel: TButton    Left = 108    Top = 56    Width = 75    Height = 25    Caption = 'Cancel'    TabOrder = 0    OnClick = btCancelClick  endend

⌨️ 快捷键说明

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