base_entry_detail.dfm

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

DFM
43
字号
inherited Frm_Base_Entry_Detail: TFrm_Base_Entry_Detail
  Left = 340
  Top = 267
  Caption = 'Frm_Base_Entry_Detail'
  ClientHeight = 301
  ClientWidth = 437
  OnClose = FormClose
  DesignSize = (
    437
    301)
  PixelsPerInch = 96
  TextHeight = 12
  inherited btn_ok: TButton
    Left = 227
    Top = 237
  end
  inherited btn_Cancel: TButton
    Left = 336
    Top = 237
  end
  object Pnl_Add: TPanel [2]
    Left = 358
    Top = -33
    Width = 61
    Height = 25
    BevelOuter = bvLowered
    Caption = #22686#21152
    Font.ChArset = GB2312_CHArSET
    Font.Color = clRed
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    TabStop = True
    Visible = False
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 328
    Top = 152
  end
end

⌨️ 快捷键说明

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