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

📄 bu_liang_tong_ji.dfm

📁 品质管理系统:delphi+sql实现了制造企业在生产过程中对产品质量的控制
💻 DFM
字号:
object bu_liang_tong_j: Tbu_liang_tong_j
  Left = 244
  Top = 186
  Width = 250
  Height = 271
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #19981#33391#38917#30446#32113#35336
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 37
    Top = 16
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #29983#29986#32068#21029
  end
  object Label2: TLabel
    Left = 9
    Top = 52
    Width = 88
    Height = 13
    AutoSize = False
    Caption = #32113#35336#26085#26399#38283#22987
  end
  object Label3: TLabel
    Left = 8
    Top = 84
    Width = 88
    Height = 13
    AutoSize = False
    Caption = #32113#35336#26085#26399#32080#26463
  end
  object Label4: TLabel
    Left = 24
    Top = 224
    Width = 32
    Height = 13
    Caption = 'Label4'
  end
  object t1: TMaskEdit
    Left = 95
    Top = 48
    Width = 97
    Height = 21
    EditMask = '9999/99/99;1;_'
    MaxLength = 10
    TabOrder = 0
    Text = '    /  /  '
    OnKeyPress = t1KeyPress
  end
  object t2: TMaskEdit
    Left = 95
    Top = 82
    Width = 97
    Height = 21
    EditMask = '9999/99/99;1;_'
    MaxLength = 10
    TabOrder = 1
    Text = '    /  /  '
    OnExit = t2Exit
    OnKeyPress = t2KeyPress
  end
  object Button1: TButton
    Left = 80
    Top = 150
    Width = 100
    Height = 25
    Caption = #21015#21360
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 80
    Top = 186
    Width = 100
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button2Click
  end
  object ComboBox1: TComboBox
    Left = 95
    Top = 13
    Width = 97
    Height = 21
    ItemHeight = 13
    TabOrder = 4
    Text = 'ComboBox1'
    OnKeyPress = ComboBox1KeyPress
  end
  object Button3: TButton
    Left = 80
    Top = 114
    Width = 100
    Height = 25
    Caption = #32113#35336
    TabOrder = 5
    OnClick = Button3Click
  end
  object Query1: TQuery
    DatabaseName = 'aa'
    Left = 24
    Top = 120
  end
  object Query2: TQuery
    DatabaseName = 'aa'
    Left = 200
    Top = 96
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'aa'
    TableName = 'dbo.bu_liang_tong_ji'
    Left = 208
    Top = 40
  end
  object sp2: TStoredProc
    DatabaseName = 'aa'
    StoredProcName = 'delete_bu_liang;1'
    Left = 200
    Top = 136
    ParamData = <
      item
        DataType = ftInteger
        Name = 'RETURN_VALUE'
        ParamType = ptResult
        Value = 0
      end>
  end
  object Table2: TTable
    Active = True
    DatabaseName = 'aa'
    TableName = 'dbo.tue_dian'
    Left = 8
    Top = 16
  end
  object sp1: TStoredProc
    Active = True
    DatabaseName = 'aa'
    StoredProcName = 'tong_bu_liang;1'
    Left = 8
    Top = 152
    ParamData = <
      item
        DataType = ftInteger
        Name = 'RETURN_VALUE'
        ParamType = ptResult
        Value = 0
      end
      item
        DataType = ftDateTime
        Name = '@str1'
        ParamType = ptInput
      end
      item
        DataType = ftString
        Name = '@str2'
        ParamType = ptInput
      end>
  end
  object Query3: TQuery
    DatabaseName = 'aa'
    Left = 40
    Top = 72
  end
  object Query4: TQuery
    DatabaseName = 'aa'
    Left = 8
    Top = 64
  end
  object Table3: TTable
    Active = True
    DatabaseName = 'aa'
    TableName = 'dbo.bu_liang'
    Left = 48
    Top = 160
  end
  object Table4: TTable
    Active = True
    DatabaseName = 'aa'
    TableName = 'dbo.qian_juan_shu'
    Left = 192
    Top = 192
  end
  object Query5: TQuery
    DatabaseName = 'aa'
    Left = 8
    Top = 200
  end
end

⌨️ 快捷键说明

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