sfc_mnrequest_c.dfm

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

DFM
95
字号
inherited Frm_Sfc_MnRequest_C: TFrm_Sfc_MnRequest_C
  Left = 326
  Top = 240
  ClientHeight = 181
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 38
    Top = 34
    Width = 60
    Height = 12
    Caption = #39046#26009#37096#38376#65306
  end
  object Label3: TLabel [1]
    Left = 38
    Top = 57
    Width = 60
    Height = 12
    Caption = #29677'    '#21035#65306
  end
  object Label2: TLabel [2]
    Left = 24
    Top = 79
    Width = 72
    Height = 12
    Caption = #35746#21333#34892#29366#24577#65306
  end
  object Label4: TLabel [3]
    Left = 35
    Top = 102
    Width = 60
    Height = 12
    Caption = #35746#21333#31867#22411#65306
  end
  inherited btn_ok: TButton
    Left = 192
    Top = 139
  end
  inherited btn_Cancel: TButton
    Left = 269
    Top = 139
  end
  object cmbbx_Shift: TComboBox [6]
    Left = 96
    Top = 51
    Width = 128
    Height = 20
    Style = csDropDownList
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ItemHeight = 12
    TabOrder = 3
  end
  object cmbbx_DeptCode: TComboBox [7]
    Left = 96
    Top = 28
    Width = 161
    Height = 20
    Style = csDropDownList
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ItemHeight = 12
    TabOrder = 2
  end
  object cmbbx_Status: TComboBox [8]
    Left = 96
    Top = 74
    Width = 129
    Height = 20
    Style = csDropDownList
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ItemHeight = 12
    TabOrder = 4
    Items.Strings = (
      #19979#36798
      #20934#22791
      #20840#37096)
  end
  object cmbbx_PoType: TComboBox [9]
    Left = 96
    Top = 97
    Width = 129
    Height = 20
    Style = csDropDownList
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ItemHeight = 12
    TabOrder = 5
    Items.Strings = (
      #20840#37096
      #26222#36890#35746#21333
      #29420#31435#35746#21333)
  end
  inherited AdoQry_Tmp: TAdoQuery
    Top = 19
  end
end

⌨️ 快捷键说明

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