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

📄 lai_liao_juan_cha.dfm

📁 品质管理系统:delphi+sql实现了制造企业在生产过程中对产品质量的控制
💻 DFM
字号:
object lai_liao_juan_ch: Tlai_liao_juan_ch
  Left = 4
  Top = 60
  Width = 789
  Height = 475
  Caption = #20358#26009#27298#39511#36039#26009#26597#35426
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  DesignSize = (
    781
    448)
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 3
    Top = 1
    Width = 776
    Height = 136
    Anchors = [akLeft, akTop, akRight]
    Caption = #21046#31243#27298#39511#26597#35426
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 29
      Top = 32
      Width = 41
      Height = 20
      AutoSize = False
      Caption = #38917#30446':'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 245
      Top = 37
      Width = 33
      Height = 16
      AutoSize = False
      Caption = #20839#23481':'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 41
      Top = 75
      Width = 18
      Height = 20
      AutoSize = False
      Caption = #24478':'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 257
      Top = 75
      Width = 19
      Height = 20
      AutoSize = False
      Caption = #21040':'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 278
      Top = 33
      Width = 90
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      Text = 'Edit1'
      OnKeyPress = Edit1KeyPress
    end
    object Button1: TButton
      Left = 409
      Top = 31
      Width = 90
      Height = 25
      Caption = #26597#35426
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 643
      Top = 31
      Width = 90
      Height = 25
      Cancel = True
      Caption = #21462#28040
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = Button2Click
    end
    object Button5: TButton
      Left = 527
      Top = 31
      Width = 90
      Height = 25
      Caption = #36681'EXCEL'
      TabOrder = 3
      OnClick = Button5Click
    end
    object t1: TMaskEdit
      Left = 62
      Top = 71
      Width = 90
      Height = 21
      EditMask = '9999/99/99;1;_'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      MaxLength = 10
      ParentFont = False
      TabOrder = 4
      Text = '    /  /  '
      OnKeyPress = t1KeyPress
    end
    object t2: TMaskEdit
      Left = 278
      Top = 71
      Width = 90
      Height = 21
      EditMask = '9999/99/99;1;_'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      MaxLength = 10
      ParentFont = False
      TabOrder = 5
      Text = '    /  /  '
      OnKeyPress = t2KeyPress
    end
    object ComboBox2: TComboBox
      Left = 278
      Top = 33
      Width = 90
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ItemHeight = 13
      ParentFont = False
      TabOrder = 6
      Text = 'ComboBox2'
      OnClick = ComboBox2Click
    end
    object ComboBox1: TComboBox
      Left = 63
      Top = 31
      Width = 90
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ItemHeight = 13
      ParentFont = False
      TabOrder = 7
      Text = 'ComboBox1'
      OnClick = ComboBox1Click
      Items.Strings = (
        #27298#39511#32232#34399
        #20379#25033#21830#21517#31281
        #27298#39511#26085#26399
        #35330#21934#32232#34399
        #29289#26009#32232#34399
        #29289#26009#21517#31281
        #27298#39511#20154)
    end
  end
  object DBGrid1: TDBGrid
    Left = 3
    Top = 143
    Width = 775
    Height = 298
    Anchors = [akLeft, akTop, akRight, akBottom]
    Color = clYellow
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'nian_computerno'
        Title.Caption = #27298#39511#27969#27700#34399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'nian_shou_no'
        Title.Caption = #27298#39511#32232#34399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ding_gou_no_1'
        Title.Caption = #35330#36092#32232#34399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shou_huo_no'
        Title.Caption = #36865#36008#21934#34399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'lai_liao_date'
        Title.Caption = #20358#26009#26085#26399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'nian_shou_date'
        Title.Caption = #27298#39511#26085#26399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zi_hao'
        Title.Caption = #23376#34399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'wu_no'
        Title.Caption = #29289#26009#32232#34399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'wu_name'
        Title.Caption = #29289#26009#21517#31281
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'wu_gui'
        Title.Caption = #35215#26684
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'dan_wei'
        Title.Caption = #21934#20301
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ding_liang'
        Title.Caption = #35330#36092#25976#37327
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shong_huo_liang'
        Title.Caption = #36865#36008#25976#37327
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'qian_shu_liang'
        Title.Caption = #25277#27171#25976#37327
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'aql'
        Title.Caption = 'AQL'#27161#20934
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'biao_zhen'
        Title.Caption = #27298#39511#27161#28310
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bumen'
        Title.Caption = #37096#38272
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'chu_li_things'
        Title.Caption = #34389#29702#26041#27861
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'gong_shang'
        Title.Caption = #20379#25033#21830
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'he_ge_bi'
        Title.Caption = #21512#26684#27604
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'he_ge_liang'
        Title.Caption = #21512#26684#25976#37327
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'jian_yi'
        Title.Caption = #19981#21512#26684#34389#29702#24847#35211
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'lei_xing'
        Title.Caption = #39006#22411
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ma'
        Title.Caption = 'AQL'#22196#37325#20540
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'mi'
        Title.Caption = 'AQL'#36629#24494#20540
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'miao_shu'
        Title.Caption = #27425#21697#25551#36848
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ng_shu'
        Title.Caption = #19981#21512#26684#25976#37327
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'nian_shou_ren'
        Title.Caption = #27298#39511#20154
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ok_or_ng'
        Title.Caption = #26159#21542#21512#26684
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'qian_huo_bi'
        Title.Caption = #39511#36008#27604
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shu_dan_ren'
        Title.Caption = #36664#21934#20154
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'sum_ng'
        Title.Caption = #19981#21512#26684#32317#25976
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'sum_ok'
        Title.Caption = #21512#26684#32317#25976
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'yes_or_no_nian_qi_1'
        Title.Caption = #26159#21542#39511#40778
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bei_zhu'
        Title.Caption = #20633#27880
        Visible = True
      end>
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 296
    Top = 240
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'aa'
    SQL.Strings = (
      
        'select A.*,B.* from nian_shou_wei_zhu1 A inner join nian_shou_we' +
        'i_chong1 B on A.nian_shou_no=B.nian_shou_no')
    Left = 152
    Top = 240
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'aa'
    TableName = 'dbo.biao_zheng_chan_liang'
    Left = 192
    Top = 224
  end
end

⌨️ 快捷键说明

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