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

📄 qc_xin_juan_cha.~dfm

📁 品质管理系统:delphi+sql实现了制造企业在生产过程中对产品质量的控制
💻 ~DFM
字号:
object qc_xin_juan_ch: Tqc_xin_juan_ch
  Left = 11
  Top = 95
  Width = 801
  Height = 446
  Caption = 'QC'#24033#27298#35352#37636#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 = (
    793
    419)
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 3
    Top = 1
    Width = 776
    Height = 144
    Anchors = [akLeft, akTop, akRight]
    Caption = 'QC'#24033#27298#36039#26009#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 = (
        #24033#39511#32232#34399
        #29983#29986#32068#21029
        #24033#39511#26085#26399
        #35330#21934#32232#34399
        #21697#21517
        #19981#33391#25551#36848
        #24033#27298#21729)
    end
  end
  object DBGrid1: TDBGrid
    Left = 4
    Top = 147
    Width = 775
    Height = 288
    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 = 'xin_no'
        Title.Caption = #24033#27298#32232#34399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zhi_hao'
        Title.Caption = #23376#34399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'xin_date'
        Title.Caption = #24033#20215#26085#26399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'xin_time'
        Title.Caption = #24033#27298#26178#38291
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ding_dan_no'
        Title.Caption = #35330#21934#32232#34399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'chang_hao'
        Title.Caption = #24288#34399'('#27454#34399')'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'pin_name'
        Title.Caption = #21697#21517
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'chou_shu'
        Title.Caption = #25277#27171#25976#37327
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'mao_shu'
        Title.Caption = #27425#21697#25551#36848
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bumen'
        Title.Caption = #29983#29986#32068#21029
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'gai_jue_guo'
        Title.Caption = #25913#21892#32080#26524
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'pin_manaage'
        Title.Caption = #21697#36074#20027#31649
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'sheng_manaage'
        Title.Caption = #29983#29986#20027#31649
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'sheng_yi_jian'
        Title.Caption = #34389#29702#24847#35211
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'xin_ren'
        Title.Caption = #24033#27298#21729
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shu_dan_ren'
        Title.Caption = #36664#21934#20154
        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 Qc_xin_zhu A inner join Qc_xin_chong B on A.' +
        'xin_no=B.xin_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 + -