ummxg.dfm

来自「仓库管理系统(delphi)针对商品与仓库存储商品等信息的管理及维护的管理软件。」· DFM 代码 · 共 205 行

DFM
205
字号
object MMXG: TMMXG
  Left = 249
  Top = 136
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #29992#25143#35774#32622
  ClientHeight = 191
  ClientWidth = 273
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 8
    Width = 273
    Height = 193
    HelpType = htKeyword
    ActivePage = TabSheet3
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #20462#25913#23494#30721
      object Label1: TLabel
        Left = 24
        Top = 16
        Width = 54
        Height = 13
        Caption = #29992#25143#21517'  '#65306
      end
      object Label2: TLabel
        Left = 24
        Top = 48
        Width = 54
        Height = 13
        Caption = #21407#23494#30721'  '#65306
      end
      object Label3: TLabel
        Left = 24
        Top = 80
        Width = 51
        Height = 13
        Caption = #26032#23494#30721' '#65306
      end
      object Label4: TLabel
        Left = 24
        Top = 112
        Width = 63
        Height = 13
        Caption = #30830#35748#23494#30721' '#65306
      end
      object SpeedButton1: TSpeedButton
        Left = 32
        Top = 136
        Width = 81
        Height = 22
        Caption = #30830'  '#23450
        OnClick = SpeedButton1Click
      end
      object SpeedButton2: TSpeedButton
        Left = 136
        Top = 136
        Width = 81
        Height = 22
        Caption = #36864'  '#20986
        OnClick = SpeedButton2Click
      end
      object Edit1: TEdit
        Left = 96
        Top = 8
        Width = 121
        Height = 21
        TabOrder = 0
      end
      object Edit2: TEdit
        Left = 96
        Top = 40
        Width = 121
        Height = 21
        TabOrder = 1
      end
      object Edit3: TEdit
        Left = 96
        Top = 72
        Width = 121
        Height = 21
        TabOrder = 2
      end
      object Edit4: TEdit
        Left = 96
        Top = 104
        Width = 121
        Height = 21
        TabOrder = 3
      end
    end
    object TabSheet2: TTabSheet
      Caption = #26032#29992#25143
      ImageIndex = 1
      object Label5: TLabel
        Left = 24
        Top = 48
        Width = 63
        Height = 13
        Caption = #26032#29992#25143#21517' '#65306
      end
      object Label6: TLabel
        Left = 24
        Top = 80
        Width = 63
        Height = 13
        Caption = #30331#20837#23494#30721' '#65306
      end
      object SpeedButton3: TSpeedButton
        Left = 32
        Top = 120
        Width = 89
        Height = 22
        Caption = #30830'  '#35748
        OnClick = SpeedButton3Click
      end
      object SpeedButton4: TSpeedButton
        Left = 152
        Top = 120
        Width = 81
        Height = 22
        Caption = #36864'  '#20986
        OnClick = SpeedButton4Click
      end
      object Label8: TLabel
        Left = 24
        Top = 16
        Width = 60
        Height = 13
        Caption = #32534'       '#21495' '#65306
      end
      object Edit5: TEdit
        Left = 96
        Top = 40
        Width = 121
        Height = 21
        TabOrder = 0
      end
      object Edit6: TEdit
        Left = 96
        Top = 72
        Width = 121
        Height = 21
        TabOrder = 1
      end
      object Edit7: TEdit
        Left = 96
        Top = 8
        Width = 121
        Height = 21
        TabOrder = 2
      end
    end
    object TabSheet3: TTabSheet
      Caption = #21024#38500#29992#25143
      ImageIndex = 2
      object Label7: TLabel
        Left = 40
        Top = 48
        Width = 54
        Height = 13
        Caption = #29992#25143#21517'  '#65306
      end
      object SpeedButton5: TSpeedButton
        Left = 32
        Top = 96
        Width = 89
        Height = 22
        Caption = #21024'  '#38500
        OnClick = SpeedButton5Click
      end
      object SpeedButton6: TSpeedButton
        Left = 152
        Top = 96
        Width = 89
        Height = 22
        Caption = #36864'  '#20986
        OnClick = SpeedButton6Click
      end
      object ComboBox1: TComboBox
        Left = 104
        Top = 40
        Width = 145
        Height = 21
        Style = csDropDownList
        ItemHeight = 13
        TabOrder = 0
        OnChange = ComboBox1Change
        OnDropDown = ComboBox1DropDown
      end
    end
  end
end

⌨️ 快捷键说明

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