wzzdedit.dfm

来自「物资管理系统 包括屋子入库出库管理」· DFM 代码 · 共 116 行

DFM
116
字号
object WZZDEditForm: TWZZDEditForm
  Left = 356
  Top = 231
  BorderStyle = bsDialog
  Caption = #29289#36164#20449#24687
  ClientHeight = 273
  ClientWidth = 292
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  PixelsPerInch = 96
  TextHeight = 12
  object lblBm: TLabel
    Left = 36
    Top = 26
    Width = 37
    Height = 12
    AutoSize = False
    Caption = #32534#30721#65306
  end
  object lblDw: TLabel
    Left = 36
    Top = 148
    Width = 37
    Height = 12
    AutoSize = False
    Caption = #21333#20301#65306
  end
  object lblMc: TLabel
    Left = 36
    Top = 64
    Width = 36
    Height = 12
    Caption = #21517#31216#65306
  end
  object lblGg: TLabel
    Left = 36
    Top = 107
    Width = 37
    Height = 12
    AutoSize = False
    Caption = #35268#26684#65306
  end
  object lblDj: TLabel
    Left = 36
    Top = 188
    Width = 37
    Height = 12
    AutoSize = False
    Caption = #21333#20215#65306
  end
  object edtDw: TEdit
    Left = 81
    Top = 142
    Width = 168
    Height = 20
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 3
  end
  object edtMc: TEdit
    Left = 81
    Top = 60
    Width = 168
    Height = 20
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 1
  end
  object edtGg: TEdit
    Left = 81
    Top = 101
    Width = 168
    Height = 20
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 2
  end
  object edtDj: TEdit
    Left = 82
    Top = 182
    Width = 167
    Height = 20
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 4
  end
  object btOk: TButton
    Left = 112
    Top = 224
    Width = 70
    Height = 25
    Caption = #30830#23450
    TabOrder = 5
    OnClick = btOkClick
  end
  object btCancel: TButton
    Left = 184
    Top = 224
    Width = 65
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 6
  end
  object edtBm: TEdit
    Left = 81
    Top = 22
    Width = 168
    Height = 20
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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