⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 querybalance.dfm

📁 餐饮管理源代码 使用BDE Administrator在本地机器上添加一个Paradox数据库别名命名为WorkData
💻 DFM
字号:
object frmQueryBalance: TfrmQueryBalance
  Left = 240
  Top = 189
  BorderStyle = bsDialog
  Caption = #20250#21592#36164#37329#32467#20313#26597#35810
  ClientHeight = 166
  ClientWidth = 259
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 24
    Width = 48
    Height = 13
    Caption = #20250#21592#32534#21495
  end
  object Label2: TLabel
    Left = 32
    Top = 72
    Width = 48
    Height = 13
    Caption = #36164#37329#32467#20313
  end
  object Label3: TLabel
    Left = 200
    Top = 72
    Width = 36
    Height = 13
    Caption = #65288#20803#65289
  end
  object Button1: TButton
    Left = 144
    Top = 112
    Width = 75
    Height = 25
    Caption = #20851'  '#38381
    ModalResult = 1
    TabOrder = 0
  end
  object Button2: TButton
    Left = 40
    Top = 112
    Width = 75
    Height = 25
    Caption = #26597'  '#35810
    TabOrder = 1
    OnClick = Button2Click
  end
  object memberId: TEdit
    Left = 96
    Top = 20
    Width = 105
    Height = 21
    TabOrder = 2
  end
  object balance: TEdit
    Left = 96
    Top = 68
    Width = 105
    Height = 21
    Color = cl3DLight
    ReadOnly = True
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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