pfm_fdthdselck.dfm

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

DFM
58
字号
object fm_fdthdselck: Tfm_fdthdselck
  Left = 218
  Top = 190
  Width = 516
  Height = 310
  Caption = '选择发货仓库'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox2: TGroupBox
    Left = 0
    Top = 3
    Width = 265
    Height = 270
    Caption = '发货仓库'
    TabOrder = 0
    object LBox1: TListBox
      Left = 2
      Top = 15
      Width = 261
      Height = 253
      Align = alClient
      ItemHeight = 13
      TabOrder = 0
    end
  end
  object BBtnOK: TBitBtn
    Left = 336
    Top = 32
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 1
    OnClick = BBtnOKClick
  end
  object BBtnCancel: TBitBtn
    Left = 336
    Top = 64
    Width = 75
    Height = 25
    Caption = '取消'
    TabOrder = 2
    OnClick = BBtnCancelClick
  end
  object Query1: TQuery
    DatabaseName = 'posdb'
    Left = 272
    Top = 24
  end
end

⌨️ 快捷键说明

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