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

📄 goodsunit5.dfm

📁 商品交易系统:使用delphi开发的商品销售系统
💻 DFM
字号:
object Form5: TForm5
  Left = 62
  Top = 127
  Width = 649
  Height = 391
  Caption = #21830#21697#20132#26131
  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 = 64
    Top = 24
    Width = 301
    Height = 24
    Caption = #21830#21697#20132#26131#21382#21490#35760#24405#27983#35272#26597#35810
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #21326#25991#24425#20113
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 464
    Top = 24
    Width = 126
    Height = 24
    Caption = #26032#20132#26131#35760#24405
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #21326#25991#24425#20113
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 440
    Top = 88
    Width = 60
    Height = 15
    Caption = #21830#21697#32534#21495
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 442
    Top = 124
    Width = 30
    Height = 15
    Caption = #20215#26684
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 442
    Top = 159
    Width = 30
    Height = 15
    Caption = #25968#37327
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 442
    Top = 195
    Width = 30
    Height = 15
    Caption = #26085#26399
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label7: TLabel
    Left = 442
    Top = 243
    Width = 30
    Height = 15
    Caption = #23567#35745
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object SpeedButton1: TSpeedButton
    Left = 520
    Top = 288
    Width = 89
    Height = 22
    Caption = #30830#35748#20132#26131
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton1Click
  end
  object Panel1: TPanel
    Left = 24
    Top = 56
    Width = 401
    Height = 257
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Caption = 'Panel1'
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 16
      Top = 16
      Width = 361
      Height = 225
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = #21830#21697#32534#21495
          Title.Font.Charset = GB2312_CHARSET
          Title.Font.Color = clWindowText
          Title.Font.Height = -12
          Title.Font.Name = #23435#20307
          Title.Font.Style = []
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Price'
          Title.Caption = #20215#26684
          Title.Font.Charset = GB2312_CHARSET
          Title.Font.Color = clWindowText
          Title.Font.Height = -12
          Title.Font.Name = #23435#20307
          Title.Font.Style = []
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Number'
          Title.Caption = #25968#37327
          Title.Font.Charset = GB2312_CHARSET
          Title.Font.Color = clWindowText
          Title.Font.Height = -12
          Title.Font.Name = #23435#20307
          Title.Font.Style = []
          Visible = True
        end
        item
          Expanded = False
          FieldName = #20132#26131#26085#26399
          Title.Font.Charset = GB2312_CHARSET
          Title.Font.Color = clWindowText
          Title.Font.Height = -12
          Title.Font.Name = #23435#20307
          Title.Font.Style = []
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Count'
          Title.Caption = #23567#35745
          Title.Font.Charset = GB2312_CHARSET
          Title.Font.Color = clWindowText
          Title.Font.Height = -12
          Title.Font.Name = #23435#20307
          Title.Font.Style = []
          Visible = True
        end>
    end
  end
  object DBNavigator1: TDBNavigator
    Left = 112
    Top = 328
    Width = 240
    Height = 25
    DataSource = DataSource1
    Flat = True
    TabOrder = 1
  end
  object DBEdit1: TDBEdit
    Left = 504
    Top = 85
    Width = 121
    Height = 21
    DataField = #21830#21697#32534#21495
    DataSource = DataSource1
    TabOrder = 2
    OnClick = DBEdit1Click
  end
  object DBEdit2: TDBEdit
    Left = 506
    Top = 121
    Width = 121
    Height = 21
    DataField = 'Price'
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBEdit3: TDBEdit
    Left = 506
    Top = 156
    Width = 121
    Height = 21
    DataField = 'Number'
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBEdit4: TDBEdit
    Left = 506
    Top = 192
    Width = 121
    Height = 21
    DataField = #20132#26131#26085#26399
    DataSource = DataSource1
    TabOrder = 5
  end
  object DBEdit5: TDBEdit
    Left = 506
    Top = 240
    Width = 121
    Height = 21
    DataField = 'Count'
    DataSource = DataSource1
    TabOrder = 6
  end
  object Table1: TTable
    Active = True
    OnCalcFields = Table1CalcFields
    TableName = #21830#21697#20132#26131'.db'
    Left = 376
    Top = 24
    object Table1BDEDesigner: TStringField
      FieldName = #21830#21697#32534#21495
      Size = 10
    end
    object Table1Price: TCurrencyField
      FieldName = 'Price'
    end
    object Table1Number: TFloatField
      FieldName = 'Number'
    end
    object Table1BDEDesigner2: TStringField
      FieldName = #20132#26131#26085#26399
      Size = 13
    end
    object Table1Count: TCurrencyField
      FieldKind = fkCalculated
      FieldName = 'Count'
      Calculated = True
    end
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 392
    Top = 72
  end
end

⌨️ 快捷键说明

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