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

📄 basedialogime.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -