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

📄 xzbm1.dfm

📁 思微POS连锁超市管理系统 (商业代码),几年前的东西了
💻 DFM
字号:
object xzbm: Txzbm
  Left = 254
  Top = 98
  ActiveControl = dxDBGrid1
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '选择部门'
  ClientHeight = 346
  ClientWidth = 313
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 305
    Width = 313
    Height = 41
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 0
    object BitBtn1: TBitBtn
      Left = 131
      Top = 12
      Width = 75
      Height = 25
      Caption = '确定'
      TabOrder = 0
      Kind = bkOK
    end
    object BitBtn2: TBitBtn
      Left = 227
      Top = 12
      Width = 75
      Height = 25
      Caption = '取消'
      TabOrder = 1
      Kind = bkCancel
    end
  end
  object dxDBGrid1: TdxDBGrid
    Left = 0
    Top = 0
    Width = 313
    Height = 305
    Bands = <
      item
      end>
    DefaultLayout = True
    HeaderPanelRowCount = 1
    KeyField = 'bmname'
    SummaryGroups = <>
    SummarySeparator = ', '
    Align = alClient
    Color = 15524050
    TabOrder = 1
    DataSource = DataSource1
    Filter.Criteria = {00000000}
    GridLineColor = clNavy
    object dxDBGrid1bmname: TdxDBGridMaskColumn
      Alignment = taLeftJustify
      Caption = '部门名称'
      HeaderAlignment = taCenter
      Width = 276
      BandIndex = 0
      RowIndex = 0
      FieldName = 'bmname'
    end
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 128
    Top = 112
  end
  object Table1: TADOTable
    Connection = MainForm.ADOConnection1
    CursorType = ctStatic
    TableName = 'BMDA'
    Left = 88
    Top = 72
  end
end

⌨️ 快捷键说明

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