⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit6.~dfm

📁 ERP库存管理系统,分为ABC管理库存上下限报警等功能
💻 ~DFM
字号:
object create_storage: Tcreate_storage
  Left = 226
  Top = 133
  Width = 606
  Height = 411
  Caption = 'create_storage'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 256
    Top = 16
    Width = 73
    Height = 16
    AutoSize = False
    Caption = #26032'  '#24314'  '#24211
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 56
    Width = 305
    Height = 289
    Caption = #24314#24211
    TabOrder = 0
    object Label2: TLabel
      Left = 24
      Top = 40
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #20179#24211#32534#21495
    end
    object Label3: TLabel
      Left = 24
      Top = 72
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #20179#24211#21517#31216
    end
    object Label4: TLabel
      Left = 24
      Top = 104
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #20179#24211#31181#31867
    end
    object Label5: TLabel
      Left = 24
      Top = 136
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #26399#21021#37329#39069
    end
    object Edit1: TEdit
      Left = 104
      Top = 63
      Width = 185
      Height = 29
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 104
      Top = 131
      Width = 89
      Height = 30
      TabOrder = 1
    end
    object Button1: TButton
      Left = 200
      Top = 232
      Width = 65
      Height = 33
      Caption = #30830#23450
      TabOrder = 2
    end
    object ComboBox1: TComboBox
      Left = 104
      Top = 32
      Width = 89
      Height = 21
      ItemHeight = 13
      TabOrder = 3
      Text = ' '
      Items.Strings = (
        'NABC'
        'NBVF'
        'AHHH')
    end
    object ComboBox2: TComboBox
      Left = 104
      Top = 99
      Width = 89
      Height = 21
      ItemHeight = 13
      TabOrder = 4
      Text = ' '
      Items.Strings = (
        'A101'
        'A102'
        'B101'
        'B102')
    end
  end
  object GroupBox2: TGroupBox
    Left = 328
    Top = 56
    Width = 265
    Height = 289
    Caption = #26597#35810#24211#21517
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 8
      Top = 32
      Width = 249
      Height = 209
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object DBNavigator1: TDBNavigator
      Left = 8
      Top = 248
      Width = 246
      Height = 25
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbCancel, nbRefresh]
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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