frmsysconfig.dfm

来自「非常地全面完整的物流供应链管理系统 包含全部的需求文档」· DFM 代码 · 共 66 行

DFM
66
字号
object FormSysConfig: TFormSysConfig
  Left = 259
  Top = 193
  BorderStyle = bsDialog
  Caption = #31995#32479#21442#25968#35774#32622
  ClientHeight = 214
  ClientWidth = 313
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 297
    Height = 161
    Shape = bsFrame
  end
  object OKBtn: TButton
    Left = 79
    Top = 180
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    Default = True
    ModalResult = 1
    TabOrder = 0
    OnClick = OKBtnClick
  end
  object CancelBtn: TButton
    Left = 159
    Top = 180
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 1
  end
  object LEdtWareHouseId: TLabeledEdit
    Left = 120
    Top = 32
    Width = 121
    Height = 21
    EditLabel.Width = 69
    EditLabel.Height = 13
    EditLabel.Caption = #20179#24211#32534#21495'(&I)'#65306
    LabelPosition = lpLeft
    TabOrder = 2
  end
  object LEdtWareHouseDepartId: TLabeledEdit
    Left = 120
    Top = 80
    Width = 121
    Height = 21
    EditLabel.Width = 89
    EditLabel.Height = 13
    EditLabel.Caption = #20179#24211#37096#38376#32534#21495'(&D):'
    LabelPosition = lpLeft
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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