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

📄 unit9.dfm

📁 一个小型的仓库管理系统实现了出库和入库的基本功能
💻 DFM
字号:
object Form9: TForm9
  Left = 273
  Top = 122
  Width = 650
  Height = 525
  Caption = #20449#24687#26597#35810
  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 = 152
    Width = 48
    Height = 13
    Caption = #36135#29289#21495'    '
  end
  object noEdit: TEdit
    Left = 88
    Top = 144
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Button2: TButton
    Left = 224
    Top = 144
    Width = 75
    Height = 25
    Caption = #31934#30830#26597#35810
    TabOrder = 1
    OnClick = Button2Click
  end
  object BitBtn1: TBitBtn
    Left = 536
    Top = 144
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    Kind = bkClose
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 208
    Width = 609
    Height = 265
    DataSource = DataSource1
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object GroupBox1: TGroupBox
    Left = 24
    Top = 16
    Width = 593
    Height = 113
    Caption = #27169#31946#26597#35810
    TabOrder = 4
    object Label5: TLabel
      Left = 32
      Top = 32
      Width = 39
      Height = 13
      Caption = #36135#20027'     '
    end
    object Label2: TLabel
      Left = 32
      Top = 76
      Width = 54
      Height = 13
      Caption = #36135#29289#21517'      '
    end
    object Label6: TLabel
      Left = 296
      Top = 36
      Width = 51
      Height = 13
      Caption = #20179#24211#21495'     '
    end
    object ownerEdit: TEdit
      Left = 112
      Top = 32
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object nameEdit: TEdit
      Left = 112
      Top = 76
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object snoEdit: TEdit
      Left = 392
      Top = 28
      Width = 121
      Height = 21
      TabOrder = 2
    end
    object Button1: TButton
      Left = 360
      Top = 72
      Width = 75
      Height = 25
      Caption = #26597#35810
      TabOrder = 3
      OnClick = Button1Click
    end
  end
  object Button3: TButton
    Left = 336
    Top = 144
    Width = 75
    Height = 25
    Caption = #21047#26032
    TabOrder = 5
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 440
    Top = 144
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 6
    OnClick = Button4Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 616
    Top = 56
  end
  object ADOCommand1: TADOCommand
    Connection = Form2.ADOConnection1
    Parameters = <>
    Left = 616
    Top = 24
  end
  object ADOQuery1: TADOQuery
    Connection = Form2.ADOConnection1
    Parameters = <>
    Left = 616
    Top = 88
  end
end

⌨️ 快捷键说明

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