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

📄 money_caizepeng042_04.dfm

📁 这个是我的数据库的课程设计:超市商品数据管理系统的设计,,采用面向C/S模式的通用开发工具Delphi设计其前台的操作
💻 DFM
字号:
object Form7: TForm7
  Left = 160
  Top = 350
  Width = 813
  Height = 585
  Caption = #32467#31639#32479#35745
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 312
    Width = 48
    Height = 13
    Caption = #38144#21806#25805#20316
  end
  object Label2: TLabel
    Left = 40
    Top = 368
    Width = 48
    Height = 13
    Caption = #21830#21697#32534#21495
  end
  object Label3: TLabel
    Left = 40
    Top = 416
    Width = 36
    Height = 13
    Caption = #36135#26550#21495
  end
  object Label4: TLabel
    Left = 40
    Top = 464
    Width = 24
    Height = 13
    Caption = #25968#37327
  end
  object Label5: TLabel
    Left = 296
    Top = 368
    Width = 48
    Height = 13
    Caption = #38144#21806#26426#21495
  end
  object Label6: TLabel
    Left = 560
    Top = 368
    Width = 48
    Height = 13
    Caption = #23454#32473#37329#39069
  end
  object Label7: TLabel
    Left = 296
    Top = 416
    Width = 48
    Height = 13
    Caption = #38144#21806#32534#21495
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 48
    Width = 553
    Height = 225
    Caption = #20132#38134#21488
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 8
      Top = 16
      Width = 537
      Height = 201
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object Edit1: TEdit
    Left = 120
    Top = 368
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 120
    Top = 416
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 120
    Top = 464
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Edit4: TEdit
    Left = 384
    Top = 368
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object Button1: TButton
    Left = 296
    Top = 464
    Width = 75
    Height = 25
    Caption = #36755#20837
    TabOrder = 5
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 392
    Top = 464
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 6
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 656
    Top = 408
    Width = 105
    Height = 25
    Caption = #32467#31639#25152#26377#21830#21697
    TabOrder = 7
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 656
    Top = 456
    Width = 105
    Height = 25
    Caption = #25214#38646
    TabOrder = 8
    OnClick = Button4Click
  end
  object Edit5: TEdit
    Left = 656
    Top = 368
    Width = 121
    Height = 21
    TabOrder = 9
  end
  object Button5: TButton
    Left = 656
    Top = 504
    Width = 105
    Height = 25
    Caption = #28165'0'
    TabOrder = 10
    OnClick = Button5Click
  end
  object Edit6: TEdit
    Left = 384
    Top = 416
    Width = 121
    Height = 21
    TabOrder = 11
  end
  object Edit7: TEdit
    Left = 584
    Top = 56
    Width = 201
    Height = 21
    Enabled = False
    TabOrder = 12
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 600
    Top = 328
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = Form1.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      
        'select s.'#21830#21697#32534#21495',p.'#21830#21697#21517#31216',s.'#36135#26550#21495',s.'#21806#36135#26426#21495',p.'#35268#26684#22411#21495',s.'#25968#37327',p.'#38144#21806#20215#26684' from produc' +
        't_caizepeng042_04 p,sell_caizepeng042_04 s where p.'#21830#21697#32534#21495'=s.'#21830#21697#32534#21495' a' +
        'nd 100<>100')
    Left = 552
    Top = 328
  end
end

⌨️ 快捷键说明

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