proom.dfm

来自「省级集邮品管理ERP」· DFM 代码 · 共 102 行

DFM
102
字号
inherited frmPRoom: TfrmPRoom
  Tag = 11900
  Left = 229
  Top = 201
  Caption = '库房权限设置'
  ClientHeight = 216
  ClientWidth = 466
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 12
  object Label7: TLabel
    Left = 8
    Top = 56
    Width = 36
    Height = 12
    Caption = '隶属于'
  end
  object Label8: TLabel
    Left = 274
    Top = 57
    Width = 48
    Height = 12
    Caption = '不隶属于'
  end
  object Label3: TLabel
    Left = 8
    Top = 16
    Width = 24
    Height = 12
    Caption = '库房'
  end
  object ListBox1: TListBox
    Left = 8
    Top = 72
    Width = 185
    Height = 137
    ItemHeight = 12
    Sorted = True
    TabOrder = 0
    OnDblClick = BitBtn2Click
  end
  object ListBox2: TListBox
    Left = 274
    Top = 71
    Width = 185
    Height = 137
    ItemHeight = 12
    Sorted = True
    TabOrder = 1
    OnDblClick = BitBtn1Click
  end
  object BitBtn1: TBitBtn
    Tag = 201
    Left = 200
    Top = 96
    Width = 65
    Height = 25
    Caption = '<--添加'
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Tag = 201
    Left = 200
    Top = 144
    Width = 65
    Height = 25
    Caption = '删除-->'
    TabOrder = 3
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Tag = 201
    Left = 374
    Top = 8
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 4
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 374
    Top = 40
    Width = 75
    Height = 25
    Caption = '关闭'
    TabOrder = 5
    OnClick = BitBtn4Click
  end
  object ComboBox1: TComboBox
    Left = 38
    Top = 10
    Width = 155
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 6
    OnChange = ComboBox1Change
  end
end

⌨️ 快捷键说明

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