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

📄 pfm_fdthdselck.dfm

📁 POS收银系统
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -