dataclear.dfm

来自「小管理程序主要管理的小咖啡厅我是从网上下的经测试可用」· DFM 代码 · 共 43 行

DFM
43
字号
object Frmdataclear: TFrmdataclear
  Left = 375
  Top = 221
  Width = 470
  Height = 143
  Caption = #25968#25454#28165#38500
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 64
    Top = 60
    Width = 89
    Height = 33
    Caption = #25968#25454#28165#38500
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 314
    Top = 60
    Width = 89
    Height = 33
    Caption = #20851#38381#31383#21475
    OnClick = SpeedButton2Click
  end
  object ProgressBar1: TProgressBar
    Left = 16
    Top = 24
    Width = 425
    Height = 17
    Min = 0
    Max = 100
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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