querybalance.dfm

来自「餐饮管理源代码 使用BDE Administrator在本地机器上添加一个P」· DFM 代码 · 共 76 行

DFM
76
字号
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 + =
减小字号Ctrl + -
显示快捷键?