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

📄 bas_bom_copy1.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Bas_Bom_Copy1: TFrm_Bas_Bom_Copy1
  Left = 257
  Top = 198
  BOrderIcons = [biSystemMenu, biMinimize]
  Caption = '复制Bom'
  ClientHeight = 186
  ClientWidth = 485
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 23
    Top = 22
    Width = 66
    Height = 12
    Caption = '物料代码1:'
  end
  object Label2: TLabel [1]
    Left = 23
    Top = 95
    Width = 66
    Height = 12
    Caption = '物料代码2:'
  end
  object Label3: TLabel [2]
    Left = 23
    Top = 46
    Width = 66
    Height = 12
    Caption = '物料名称1:'
  end
  object Label4: TLabel [3]
    Left = 23
    Top = 119
    Width = 66
    Height = 12
    Caption = '物料名称2:'
  end
  object TLabel [4]
    Left = 292
    Top = 58
    Width = 6
    Height = 12
  end
  object lbl_ItemName2: TLabel [5]
    Left = 90
    Top = 118
    Width = 6
    Height = 12
  end
  object Label7: TLabel [6]
    Left = 23
    Top = 71
    Width = 36
    Height = 12
    Caption = '复制到'
  end
  object lbl_ItemName1: TLabel [7]
    Left = 90
    Top = 46
    Width = 6
    Height = 12
  end
  inherited btn_ok: TButton
    Left = 283
    Top = 147
    TabOrder = 2
  end
  inherited btn_Cancel: TButton
    Left = 384
    Top = 147
    TabOrder = 3
    OnClick = btn_CancelClick
  end
  object ExtEdt_ItemCode1: TExtEdit [10]
    Left = 90
    Top = 19
    Width = 125
    Height = 20
    TabOrder = 0
    OnChange = ExtEdt_ItemCode1Change
    OnExit = ExtEdt_ItemCode1Exit
    DispLabel = lbl_ItemName1
  end
  object ExtEdt_ItemCode2: TExtEdit [11]
    Left = 90
    Top = 88
    Width = 125
    Height = 20
    TabOrder = 1
    OnChange = ExtEdt_ItemCode2Change
    OnExit = ExtEdt_ItemCode2Exit
    DispLabel = lbl_ItemName2
  end
  inherited AdoQry_Tmp: TAdoQuery
    LockType = ltBatchOptimistic
    Left = 432
    Top = 16
  end
  object AdoQry_Main: TAdoQuery
    Parameters = <>
    Prepared = True
    Left = 368
    Top = 24
  end
  object ActionList1: TActionList
    Left = 296
    Top = 32
    object Action1: TAction
      Caption = 'Action1'
      ShortCut = 120
      OnExecute = Action1Execute
    end
  end
end

⌨️ 快捷键说明

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