basedialogime.dfm

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

DFM
72
字号
inherited Frm_BaseDialogIme: TFrm_BaseDialogIme
  Left = 446
  Top = 377
  BorderStyle = bsDialog
  Caption = 'Frm_BaseDialogIme'
  ClientHeight = 174
  ClientWidth = 363
  OldCreateOrder = True
  OnKeyDown = FormKeyDown
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 63
    Top = 45
    Width = 36
    Height = 12
    Caption = #31034#20363': '
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object btn_ok: TButton
    Left = 83
    Top = 117
    Width = 61
    Height = 20
    Caption = #30830#23450'(&O)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = btn_okClick
  end
  object btn_Cancel: TButton
    Left = 222
    Top = 117
    Width = 60
    Height = 21
    Caption = #21462#28040'(&C)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = btn_CancelClick
  end
  object edt_tmp: TEdit
    Left = 99
    Top = 39
    Width = 13
    Height = 20
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    Visible = False
    OnExit = edt_tmpExit
  end
end

⌨️ 快捷键说明

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