sal_enter_salparam.dfm

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

DFM
71
字号
inherited Frm_Sal_Enter_SalParam: TFrm_Sal_Enter_SalParam
  Left = 290
  Top = 223
  BOrderIcons = [biSystemMenu]
  Caption = #38144#21806#27169#22359#21442#25968#35774#32622
  ClientHeight = 143
  ClientWidth = 288
  FormStyle = fsMDIChild
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label2: TLabel [0]
    Left = 25
    Top = 41
    Width = 108
    Height = 12
    Caption = #38144#21806#21457#36135#35201#23457#26680#21542#65306
  end
  object Label1: TLabel [1]
    Left = 1
    Top = 65
    Width = 132
    Height = 12
    Caption = #38144#21806#20215#26684#26159#21542#38656#35201#25209#20934#65306
  end
  inherited btn_ok: TButton
    Left = 82
    Top = 105
    TabOrder = 2
  end
  inherited btn_Cancel: TButton
    Left = 187
    Top = 105
    TabOrder = 3
    OnClick = btn_CancelClick
  end
  object Cmbx_ShiPassess: TComboBox [4]
    Left = 136
    Top = 37
    Width = 98
    Height = 20
    Style = csDropDownList
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ItemHeight = 12
    TabOrder = 0
    OnChange = Cmbx_ShiPassesSChange
    Items.Strings = (
      '0  '#19981#39035#23457#26680
      '1 '#39035#23457#26680)
  end
  object Cmb_IsPriceRequestPass: TComboBox [5]
    Left = 136
    Top = 61
    Width = 98
    Height = 20
    Style = csDropDownList
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ItemHeight = 12
    TabOrder = 1
    OnChange = Cmbx_ShiPassesSChange
    Items.Strings = (
      '0 '#19981#38656#35201
      '1 '#38656#35201)
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 644
    Top = 8
  end
end

⌨️ 快捷键说明

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