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

📄 addstock.dfm

📁 物资管理系统
💻 DFM
字号:
object frmAddStock: TfrmAddStock
  Left = 206
  Top = 98
  BorderStyle = bsDialog
  Caption = #29289#36164#20837#24211
  ClientHeight = 314
  ClientWidth = 428
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 8
    Top = 8
    Width = 409
    Height = 169
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object GroupBox1: TGroupBox
    Left = 312
    Top = 180
    Width = 105
    Height = 85
    TabOrder = 1
    object Button1: TButton
      Left = 16
      Top = 14
      Width = 75
      Height = 25
      Caption = #26680#31639
      TabOrder = 0
      OnClick = Button1Click
    end
    object money: TEdit
      Left = 16
      Top = 56
      Width = 73
      Height = 21
      ReadOnly = True
      TabOrder = 1
      Text = 'money'
      OnExit = moneyExit
    end
  end
  object Button2: TButton
    Left = 232
    Top = 272
    Width = 75
    Height = 25
    Caption = #20837' '#24211
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 336
    Top = 272
    Width = 75
    Height = 25
    Caption = #36864' '#20986
    ModalResult = 2
    TabOrder = 3
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 180
    Width = 304
    Height = 85
    TabOrder = 4
    object Label1: TLabel
      Left = 8
      Top = 20
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #29289#36164#21517#31216
    end
    object Label2: TLabel
      Left = 152
      Top = 20
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #29289#36164#32534#21495
    end
    object Label3: TLabel
      Left = 8
      Top = 60
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #20837#24211#25968#37327
    end
    object units: TLabel
      Left = 120
      Top = 60
      Width = 22
      Height = 13
      Caption = 'units'
    end
    object Label4: TLabel
      Left = 152
      Top = 60
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #20837#24211#26102#38388
    end
    object wzName: TComboBox
      Left = 64
      Top = 16
      Width = 81
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 0
      OnSelect = wzNameSelect
    end
    object wzId: TEdit
      Left = 208
      Top = 16
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 1
      Text = 'wzId'
    end
    object num: TEdit
      Left = 64
      Top = 56
      Width = 57
      Height = 21
      TabOrder = 2
      Text = 'num'
      OnExit = numExit
    end
    object dt: TDateTimePicker
      Left = 208
      Top = 56
      Width = 81
      Height = 21
      CalAlignment = dtaLeft
      Date = 37710.4121173958
      Time = 37710.4121173958
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 3
    end
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'wuzi'
    SQL.Strings = (
      'select a.'#29289#36164#32534#21495',a.'#29289#36164#21517#31216',b.'#20837#24211#25968#37327',a.'#21333#20215',a.'#21333#20301',b.'#20837#24211#26102#38388
      'from wzinfo as a,wzrk as b'
      'where a.'#29289#36164#32534#21495'=b.'#29289#36164#32534#21495)
    Left = 120
    Top = 72
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 168
    Top = 72
  end
  object Table1: TTable
    DatabaseName = 'wuzi'
    TableName = 'wzinfo.DB'
    Left = 96
    Top = 144
  end
  object Table2: TTable
    DatabaseName = 'wuzi'
    TableName = 'wzrk.db'
    Left = 160
    Top = 152
  end
end

⌨️ 快捷键说明

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