gridmodedemoterminate.dfm

来自「DevExpress ExpressQuantumGrid Suite v5.9」· DFM 代码 · 共 59 行

DFM
59
字号
object GridModeDemoTerminateForm: TGridModeDemoTerminateForm
  Left = 345
  Top = 248
  Cursor = crHourGlass
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'GridModeDemoTerminateForm'
  ClientHeight = 120
  ClientWidth = 334
  Color = 12937777
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 334
    Height = 120
    Align = alClient
    BevelWidth = 2
    ParentColor = True
    TabOrder = 0
    object lbDesc: TLabel
      Left = 13
      Top = 24
      Width = 307
      Height = 20
      Alignment = taCenter
      AutoSize = False
      Caption = 'Deleting previously inserted records...'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label2: TLabel
      Left = 111
      Top = 72
      Width = 107
      Height = 20
      Caption = 'Please wait...'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
  end
end

⌨️ 快捷键说明

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