pfm_sysinit.dfm

来自「超市的销售」· DFM 代码 · 共 64 行

DFM
64
字号
object fm_sysinit: Tfm_sysinit
  Left = 217
  Top = 140
  Width = 495
  Height = 313
  Caption = '系统初始化'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 487
    Height = 286
    Align = alClient
    Caption = '系统初始化'
    TabOrder = 0
    object Memo1: TMemo
      Left = 244
      Top = 15
      Width = 241
      Height = 269
      Align = alRight
      Color = clInfoBk
      Lines.Strings = (
        '提示:')
      TabOrder = 0
    end
    object BBtnsysinit: TBitBtn
      Left = 44
      Top = 60
      Width = 75
      Height = 25
      Caption = '系统初始化'
      TabOrder = 1
      OnClick = BBtnsysinitClick
    end
  end
  object Query1: TQuery
    DatabaseName = 'posdb'
    Left = 184
    Top = 72
  end
  object BatMove1: TBatchMove
    Mode = batCopy
    Left = 184
    Top = 128
  end
  object Table1: TTable
    Left = 84
    Top = 16
  end
  object Table2: TTable
    Left = 120
    Top = 16
  end
end

⌨️ 快捷键说明

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