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

📄 unit2.dfm.~7~

📁 delphi2007开发的汽车配件进销存系统.实用级的源码.
💻 ~7~
字号:
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = #38144#21806#35760#24405#26597#35810
  ClientHeight = 524
  ClientWidth = 966
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMinimized
  DesignSize = (
    966
    524)
  PixelsPerInch = 96
  TextHeight = 13
  object cxGroupBox1: TcxGroupBox
    Left = 0
    Top = 0
    Anchors = [akLeft, akTop, akBottom]
    Caption = #38144#21806#35760#24405
    TabOrder = 0
    DesignSize = (
      393
      522)
    Height = 522
    Width = 393
    object DBGridEh1: TDBGridEh
      Left = 3
      Top = 48
      Width = 387
      Height = 471
      Anchors = [akLeft, akTop, akRight, akBottom]
      DataSource = ds1
      Flat = False
      FooterColor = clWindow
      FooterFont.Charset = DEFAULT_CHARSET
      FooterFont.Color = clWindowText
      FooterFont.Height = -11
      FooterFont.Name = 'Tahoma'
      FooterFont.Style = []
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'Tahoma'
      TitleFont.Style = []
      OnCellClick = DBGridEh1CellClick
      Columns = <
        item
          EditButtons = <>
          FieldName = 'xsdh'
          Footers = <>
          Title.Caption = #38144#21806#21333#21495
        end
        item
          EditButtons = <>
          FieldName = 'dwbm'
          Footers = <>
          Title.Caption = #21333#20301#32534#21495
          Width = 100
        end
        item
          EditButtons = <>
          FieldName = 'dwmc'
          Footers = <>
          Title.Caption = #21333#20301#21517#31216
          Width = 100
        end
        item
          EditButtons = <>
          FieldName = 'ch'
          Footers = <>
          Title.Caption = #36710#21495
        end
        item
          EditButtons = <>
          FieldName = 'xsrq'
          Footers = <>
          Title.Caption = #26085#26399
          Width = 80
        end>
    end
    object edt1: TEdit
      Left = 3
      Top = 21
      Width = 387
      Height = 21
      TabOrder = 1
    end
  end
  object cxGroupBox2: TcxGroupBox
    Left = 396
    Top = 0
    Anchors = [akLeft, akTop, akRight, akBottom]
    Caption = #38144#21806#26126#32454
    TabOrder = 1
    DesignSize = (
      567
      522)
    Height = 522
    Width = 567
    object DBGridEh2: TDBGridEh
      Left = 3
      Top = 21
      Width = 561
      Height = 498
      Anchors = [akLeft, akTop, akRight, akBottom]
      DataSource = ds2
      Flat = False
      FooterColor = clWindow
      FooterFont.Charset = DEFAULT_CHARSET
      FooterFont.Color = clWindowText
      FooterFont.Height = -11
      FooterFont.Name = 'Tahoma'
      FooterFont.Style = []
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'Tahoma'
      TitleFont.Style = []
      Columns = <
        item
          EditButtons = <>
          FieldName = 'xsdh'
          Footers = <>
          Title.Caption = #38144#21806#21333#21495' '
        end
        item
          EditButtons = <>
          FieldName = 'bm'
          Footers = <>
          Title.Caption = #32534#30721
        end
        item
          EditButtons = <>
          FieldName = 'pm'
          Footers = <>
          Title.Caption = #21697#21517
        end
        item
          EditButtons = <>
          FieldName = 'dj'
          Footers = <>
          Title.Caption = #21333#20215
          Width = 100
        end
        item
          EditButtons = <>
          FieldName = 'rq'
          Footers = <>
          Title.Caption = #26085#26399
        end>
    end
  end
  object cxGroupBox3: TcxGroupBox
    Left = 399
    Top = 272
    Anchors = [akLeft, akTop, akRight, akBottom]
    Caption = #21333#20301#20449#24687
    TabOrder = 2
    Visible = False
    DesignSize = (
      567
      138)
    Height = 138
    Width = 567
    object DBGridEh3: TDBGridEh
      Left = 3
      Top = 21
      Width = 561
      Height = 114
      Anchors = [akLeft, akTop, akRight, akBottom]
      DataSource = ds2
      Flat = False
      FooterColor = clWindow
      FooterFont.Charset = DEFAULT_CHARSET
      FooterFont.Color = clWindowText
      FooterFont.Height = -11
      FooterFont.Name = 'Tahoma'
      FooterFont.Style = []
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'Tahoma'
      TitleFont.Style = []
    end
  end
  object con1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=database.mdb;Persis' +
      't Security Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 176
    Top = 152
  end
  object qry1: TADOQuery
    Active = True
    Connection = con1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      
        'select  distinct a.xsdh,a.dwbm,a.xsrq,b.dwmc,b.ch from xsd a,dwg' +
        'l b where a.dwbm=b.dwbm')
    Left = 256
    Top = 248
  end
  object qry2: TADOQuery
    Active = True
    Connection = con1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from xsdmx')
    Left = 296
    Top = 248
  end
  object ds1: TDataSource
    DataSet = qry1
    Left = 256
    Top = 304
  end
  object ds2: TDataSource
    DataSet = qry2
    Left = 312
    Top = 304
  end
  object qry3: TADOQuery
    Connection = con1
    Parameters = <>
    Left = 256
    Top = 360
  end
  object ds3: TDataSource
    DataSet = qry3
    Left = 256
    Top = 408
  end
end

⌨️ 快捷键说明

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