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

📄 bas_warehouse_d.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Bas_Warehouse_D: TFrm_Bas_Warehouse_D
  Left = 241
  Top = 141
  Caption = '仓库主文件'
  ClientHeight = 269
  ClientWidth = 417
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 43
    Top = 36
    Width = 60
    Height = 12
    Caption = '仓库代码:'
  end
  object Label2: TLabel [1]
    Left = 43
    Top = 69
    Width = 60
    Height = 12
    Caption = '仓库名称:'
  end
  object Label4: TLabel [2]
    Left = 43
    Top = 101
    Width = 60
    Height = 12
    Caption = '计价方式:'
  end
  object Label5: TLabel [3]
    Left = 64
    Top = 170
    Width = 36
    Height = 12
    Caption = '备注:'
  end
  object Label3: TLabel [4]
    Left = 31
    Top = 134
    Width = 72
    Height = 12
    Caption = '是否废品库:'
  end
  inherited btn_ok: TButton
    Left = 210
    Top = 221
    TabOrder = 6
  end
  inherited btn_Cancel: TButton
    Left = 308
    Top = 221
    TabOrder = 7
  end
  inherited Pnl_Add: TPanel
    Left = 343
    TabOrder = 0
  end
  object edt_WhCode: TEdit [8]
    Left = 113
    Top = 32
    Width = 67
    Height = 20
    MaxLength = 4
    TabOrder = 1
    OnExit = edt_WhCodeExit
  end
  object edt_WhName: TEdit [9]
    Left = 113
    Top = 65
    Width = 230
    Height = 20
    MaxLength = 40
    TabOrder = 2
    OnExit = edt_WhNameExit
  end
  object edt_remArk: TEdit [10]
    Left = 113
    Top = 164
    Width = 230
    Height = 20
    MaxLength = 60
    TabOrder = 5
    OnExit = edt_remArkExit
  end
  object cmbx_PriceType: TComboBox [11]
    Left = 113
    Top = 97
    Width = 151
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 3
    Items.Strings = (
      '移动加权平均'
      '计划价核算'
      '全月平均法'
      '标准成本法')
  end
  object CmBx_WasterWH: TComboBox [12]
    Left = 113
    Top = 130
    Width = 67
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 4
    OnExit = CmBx_WasterWHExit
    Items.Strings = (
      '否'
      '是')
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 288
    Top = 98
  end
end

⌨️ 快捷键说明

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