ad_enter_depositary_d.dfm

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

DFM
83
字号
inherited Frm_Ad_Enter_Depositary_D: TFrm_Ad_Enter_Depositary_D
  Left = 200
  Top = 171
  Caption = '存放地点'
  ClientHeight = 173
  ClientWidth = 432
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 22
    Top = 22
    Width = 84
    Height = 12
    Caption = '存放地点代码:'
  end
  object Label2: TLabel [1]
    Left = 22
    Top = 61
    Width = 84
    Height = 12
    Caption = '存放地点名称:'
  end
  object Label3: TLabel [2]
    Left = 70
    Top = 99
    Width = 36
    Height = 12
    Caption = '备注:'
  end
  object Label4: TLabel [3]
    Left = 25
    Top = 150
    Width = 84
    Height = 12
    Caption = '所属部门名称:'
    Visible = False
  end
  object lbl_DeptName: TLabel [4]
    Left = 111
    Top = 150
    Width = 48
    Height = 12
    Caption = '部门名称'
    Visible = False
  end
  inherited btn_ok: TButton
    Left = 213
    Top = 131
  end
  inherited btn_Cancel: TButton
    Left = 322
    Top = 131
  end
  object Edt_EmployeeCode: TEdit [8]
    Left = 102
    Top = 17
    Width = 100
    Height = 20
    TabOrder = 3
    OnExit = Edt_EmployeeCodeExit
  end
  object Edt_EmployeeName: TEdit [9]
    Left = 102
    Top = 56
    Width = 250
    Height = 20
    TabOrder = 4
    OnExit = Edt_EmployeeNameExit
  end
  object ExtEdt_DeptCode: TExtEdit [10]
    Left = 102
    Top = 95
    Width = 298
    Height = 20
    TabOrder = 5
    DispLabel = lbl_DeptName
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 297
    Top = 23
  end
end

⌨️ 快捷键说明

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