sys_accessctrl_copy.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 64 行

DFM
64
字号
inherited Frm_Sys_AccessCtrl_Copy: TFrm_Sys_AccessCtrl_Copy
  Left = 250
  Top = 196
  Caption = '复制条件输入'
  ClientHeight = 153
  ClientWidth = 386
  PixelsPerInch = 96
  TextHeight = 12
  inherited Label1: TLabel
    Left = 39
    Top = 40
    Width = 48
    Caption = '用户(&U):'
    FocuScontrol = edt_tmp
  end
  object Label2: TLabel [1]
    Left = 323
    Top = 36
    Width = 39
    Height = 13
    Caption = '的权限'
    Font.ChArset = GB2312_CHArSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel [2]
    Left = 13
    Top = 40
    Width = 24
    Height = 12
    Caption = '复制'
  end
  inherited btn_ok: TButton
    Left = 227
    Top = 106
    TabOrder = 1
  end
  inherited btn_Cancel: TButton
    Left = 312
    Top = 106
    Height = 20
    TabOrder = 2
  end
  inherited edt_tmp: TEdit
    Left = 7
    Top = 127
    Width = 10
    MaxLength = 4
    TabOrder = 0
  end
  object Cmbx_User: TComboBox
    Left = 91
    Top = 33
    Width = 225
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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