sys_sysmenu_selectmodule.dfm

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

DFM
48
字号
inherited Frm_Sys_SysMenu_SelectModule: TFrm_Sys_SysMenu_SelectModule
  Left = 272
  Top = 351
  Caption = #27169#22359#36873#25321
  ClientHeight = 116
  ClientWidth = 336
  PixelsPerInch = 96
  TextHeight = 12
  inherited Label1: TLabel
    Left = 26
    Top = 39
    Width = 126
    Caption = #35831#36873#25321#32500#25252#30340#27169#22359'(&M): '
    FocuScontrol = cmbbx_SelectModule
  end
  inherited btn_ok: TButton
    Left = 96
    Top = 75
    TabOrder = 1
  end
  inherited btn_Cancel: TButton
    Left = 205
    Top = 75
    TabOrder = 2
  end
  inherited edt_tmp: TEdit
    Left = 1
    Top = 8
    Width = 0
    TabOrder = 3
  end
  object cmbbx_SelectModule: TComboBox
    Left = 153
    Top = 34
    Width = 164
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 0
    OnExit = edt_tmpExit
  end
  object AdoQry_Tmp1: TAdoQuery
    Parameters = <>
    Left = 24
    Top = 56
  end
end

⌨️ 快捷键说明

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