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

📄 unit6.dfm

📁 一个小型的仓库管理系统实现了出库和入库的基本功能
💻 DFM
字号:
object Form6: TForm6
  Left = 235
  Top = 139
  Width = 654
  Height = 461
  Caption = #36861#21152#26032#35760#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 40
    Width = 48
    Height = 13
    Caption = #36135#29289#21495'    '
  end
  object Label2: TLabel
    Left = 232
    Top = 40
    Width = 48
    Height = 13
    Caption = #36135#29289#21517'    '
  end
  object Label3: TLabel
    Left = 440
    Top = 40
    Width = 48
    Height = 13
    Caption = #36135#29289#25968'    '
  end
  object Label4: TLabel
    Left = 16
    Top = 88
    Width = 60
    Height = 13
    Caption = #36135#29289#20215#26684'    '
  end
  object Label5: TLabel
    Left = 232
    Top = 88
    Width = 39
    Height = 13
    Caption = #36135#20027'     '
  end
  object Label6: TLabel
    Left = 440
    Top = 88
    Width = 48
    Height = 13
    Caption = #20179#24211#21495'    '
  end
  object noEdit: TEdit
    Left = 80
    Top = 40
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object nameEdit: TEdit
    Left = 288
    Top = 40
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object numEdit: TEdit
    Left = 496
    Top = 40
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object priceEdit: TEdit
    Left = 80
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object ownerEdit: TEdit
    Left = 288
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object Button1: TButton
    Left = 168
    Top = 136
    Width = 75
    Height = 25
    Caption = #20449#24687#21152#20837
    TabOrder = 5
    OnClick = Button1Click
  end
  object BitBtn1: TBitBtn
    Left = 400
    Top = 136
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 6
    Kind = bkClose
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 176
    Width = 617
    Height = 241
    DataSource = DataSource1
    TabOrder = 7
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button2: TButton
    Left = 48
    Top = 136
    Width = 75
    Height = 25
    Caption = #21047#26032
    TabOrder = 8
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 288
    Top = 136
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 9
    OnClick = Button3Click
  end
  object snoEdit: TEdit
    Left = 496
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 10
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 528
    Top = 120
  end
  object ADOCommand1: TADOCommand
    Connection = Form2.ADOConnection1
    Parameters = <>
    Left = 560
    Top = 120
  end
  object ADOQuery1: TADOQuery
    Connection = Form2.ADOConnection1
    Parameters = <>
    Left = 592
    Top = 120
  end
end

⌨️ 快捷键说明

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