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

📄 saleconsole.dfm

📁 一个关于DELPHI的汽车配件销售系统,具有销售,会计和采购等功能
💻 DFM
📖 第 1 页 / 共 4 页
字号:
  object Panel1: TPanel
    Left = 0
    Top = 32
    Width = 641
    Height = 193
    BevelInner = bvLowered
    Color = clSkyBlue
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 16
      Width = 60
      Height = 13
      Caption = #23458#25143#22995#21517'    '
    end
    object Label2: TLabel
      Left = 32
      Top = 56
      Width = 60
      Height = 13
      Caption = #37197#20214#21517#31216'    '
    end
    object Label3: TLabel
      Left = 32
      Top = 96
      Width = 60
      Height = 13
      Caption = #37197#20214#25968#37327'    '
    end
    object Label4: TLabel
      Left = 32
      Top = 136
      Width = 60
      Height = 13
      Caption = #37197#20214#21333#20215'    '
    end
    object Label5: TLabel
      Left = 232
      Top = 16
      Width = 57
      Height = 13
      Caption = #38144#21806#24635#39069'   '
    end
    object Label6: TLabel
      Left = 24
      Top = 168
      Width = 175
      Height = 13
      Caption = #27880#65306#25968#23383#39033#24517#39035#22312'11'#20301#20197#20869'   '
    end
    object Edit1: TEdit
      Left = 96
      Top = 16
      Width = 113
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 96
      Top = 56
      Width = 113
      Height = 21
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 96
      Top = 96
      Width = 113
      Height = 21
      TabOrder = 2
    end
    object Edit4: TEdit
      Left = 96
      Top = 136
      Width = 113
      Height = 21
      TabOrder = 3
    end
    object Edit5: TEdit
      Left = 296
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 4
    end
    object GroupBox1: TGroupBox
      Left = 224
      Top = 48
      Width = 401
      Height = 137
      Caption = #25353#38062#21306
      TabOrder = 5
      object Button1: TButton
        Left = 16
        Top = 48
        Width = 121
        Height = 25
        Caption = #25171#24320#38144#21806#23450#21333
        TabOrder = 0
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 152
        Top = 48
        Width = 129
        Height = 25
        Caption = #25171#24320#38144#21806#21382#21490#21015#34920
        TabOrder = 1
        OnClick = Button2Click
      end
      object Button3: TButton
        Left = 16
        Top = 96
        Width = 105
        Height = 25
        Caption = #36864#20986
        TabOrder = 2
        OnClick = Button3Click
      end
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 224
    Width = 641
    Height = 217
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'Cname'
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Qljname'
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Qnumber'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'price'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'price-total'
        Visible = True
      end>
  end
  object MainMenu1: TMainMenu
    Left = 464
    object N1: TMenuItem
      Caption = #31995#32479
      object N2: TMenuItem
        Caption = #36864#20986#31995#32479
        OnClick = N2Click
      end
    end
    object N3: TMenuItem
      Caption = #26032#22686#38144#21806#21333
      OnClick = N3Click
    end
    object N5: TMenuItem
      Caption = #24211#23384#22788#29702
      object N9: TMenuItem
        Caption = #20462#25913#24211#23384
      end
      object N10: TMenuItem
        Caption = #24211#23384#25253#34920
      end
    end
    object N6: TMenuItem
      Caption = #29983#25104#38144#21806#25253#34920
      OnClick = N6Click
    end
    object N4: TMenuItem
      Caption = #38144#21806#21333#25253#34920
    end
  end
  object ADOTable1: TADOTable
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Program Files\Bo' +
      'rland\Delphi7\Projects\'#38646#20214#38144#21806#31995#32479'\'#26032#24314' Microsoft Office Access '#24212#29992#31243#24207'.md' +
      'b;Persist Security Info=False'
    CursorType = ctStatic
    TableName = 'salelist'
    Left = 520
    Top = 48
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 472
    Top = 48
  end
  object RvDataSetConnection2: TRvDataSetConnection
    RuntimeVisibility = rtDeveloper
    DataSet = ADOTable1
    Left = 328
  end
  object RvProject2: TRvProject
    ProjectFile = 'C:\Program Files\Borland\Delphi7\Projects\'#38646#20214#38144#21806#31995#32479'\Rvproject2.rav'
    Left = 264
  end
end

⌨️ 快捷键说明

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