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

📄 stockplan.dfm

📁 物资管理系统
💻 DFM
字号:
object frmStockPlan: TfrmStockPlan
  Left = 247
  Top = 104
  BorderStyle = bsDialog
  Caption = #24211#23384#35745#21010
  ClientHeight = 309
  ClientWidth = 420
  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 = 16
    Top = 8
    Width = 385
    Height = 120
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 136
    Width = 385
    Height = 105
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 28
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #29289#36164#21517#31216
    end
    object Label2: TLabel
      Left = 200
      Top = 28
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #29289#36164#32534#21495
    end
    object Label3: TLabel
      Left = 16
      Top = 72
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #24211#23384#25968#37327
    end
    object wzName: TComboBox
      Left = 80
      Top = 24
      Width = 97
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 0
      OnSelect = wzNameSelect
    end
    object wzId: TEdit
      Left = 264
      Top = 24
      Width = 97
      Height = 21
      ReadOnly = True
      TabOrder = 1
    end
    object num: TEdit
      Left = 80
      Top = 68
      Width = 65
      Height = 21
      TabOrder = 2
      OnExit = numExit
    end
  end
  object Button1: TButton
    Left = 16
    Top = 264
    Width = 65
    Height = 25
    Caption = #20462#25913
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 92
    Top = 264
    Width = 65
    Height = 25
    Caption = #22686#21152
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 169
    Top = 264
    Width = 65
    Height = 25
    Caption = #21024#38500
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button6: TButton
    Left = 339
    Top = 264
    Width = 65
    Height = 25
    Caption = #36864#20986
    ModalResult = 2
    TabOrder = 5
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'wuzi'
    SQL.Strings = (
      'select a.'#29289#36164#32534#21495',a.'#29289#36164#21517#31216',b.'#24211#23384#25968#37327
      'from wzinfo as a ,stock_plan as b'
      'where a.'#29289#36164#32534#21495'=b.'#29289#36164#32534#21495)
    Left = 152
    Top = 72
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 200
    Top = 72
  end
  object Table1: TTable
    DatabaseName = 'wuzi'
    TableName = 'wzinfo.DB'
    Left = 256
    Top = 200
  end
  object Table2: TTable
    DatabaseName = 'wuzi'
    TableName = 'stock_plan.db'
    Left = 288
    Top = 200
  end
end

⌨️ 快捷键说明

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