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

📄 buygoodsunit.dfm

📁 一个用delphi 开发的商场销售系统 涵盖很多功能
💻 DFM
字号:
object BuyGoodsForm: TBuyGoodsForm
  Left = 219
  Top = 197
  Width = 683
  Height = 480
  Caption = 'BuyGoodsForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object P_back: TPanel
    Left = 0
    Top = 0
    Width = 675
    Height = 453
    Align = alClient
    BevelOuter = bvNone
    BorderWidth = 3
    Color = 14540253
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 0
    object P_main: TPanel
      Left = 3
      Top = 3
      Width = 669
      Height = 447
      Align = alClient
      BevelOuter = bvNone
      BorderStyle = bsSingle
      Color = 14935011
      TabOrder = 0
      object Panel_down: TPanel
        Left = 0
        Top = 409
        Width = 667
        Height = 36
        Align = alBottom
        BevelOuter = bvNone
        Color = cl3DLight
        TabOrder = 0
        OnClick = Panel_downClick
        object Bevel_bass: TBevel
          Left = 0
          Top = 0
          Width = 667
          Height = 2
          Align = alTop
        end
        object L_count: TLabel
          Left = 12
          Top = 12
          Width = 146
          Height = 13
          Caption = #21512#35745#37329#39069#65306#38646#20803'  '#65509'0.00'
          Font.Charset = GB2312_CHARSET
          Font.Color = clBlue
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object Panel_button: TPanel
          Left = 507
          Top = 2
          Width = 160
          Height = 34
          Align = alRight
          BevelOuter = bvNone
          ParentColor = True
          TabOrder = 0
          object OKBtn: TButton
            Left = 6
            Top = 3
            Width = 74
            Height = 27
            Cursor = crHandPoint
            Caption = #20445#23384'[&S]'
            Enabled = False
            TabOrder = 0
            OnClick = OKBtnClick
          end
          object CancelBtn: TButton
            Left = 81
            Top = 3
            Width = 74
            Height = 27
            Cursor = crHandPoint
            Caption = #25918#24323'[&C]'
            TabOrder = 1
            OnClick = CancelBtnClick
          end
        end
      end
      object PageScroller_input: TPageScroller
        Left = 0
        Top = 0
        Width = 667
        Height = 34
        Align = alTop
        Control = Panel1
        TabOrder = 1
        object Panel1: TPanel
          Left = 0
          Top = 0
          Width = 680
          Height = 34
          Color = cl3DLight
          TabOrder = 0
          object Label1: TLabel
            Left = 13
            Top = 11
            Width = 36
            Height = 13
            Caption = #21830#22330#65306
          end
          object Label2: TLabel
            Left = 203
            Top = 13
            Width = 36
            Height = 13
            Caption = #26085#26399#65306
          end
          object Label3: TLabel
            Left = 439
            Top = 11
            Width = 48
            Height = 13
            Caption = #19994#21153#21592#65306
            Visible = False
          end
          object DTP_date: TDateTimePicker
            Left = 242
            Top = 8
            Width = 127
            Height = 20
            Date = 37319.873904270800000000
            Time = 37319.873904270800000000
            DateFormat = dfLong
            TabOrder = 0
          end
          object CB_ywy: TComboBox
            Left = 497
            Top = 7
            Width = 94
            Height = 21
            Style = csDropDownList
            DropDownCount = 20
            ItemHeight = 13
            TabOrder = 1
            Visible = False
          end
          object CB_depot: TComboBox
            Left = 50
            Top = 7
            Width = 145
            Height = 21
            DropDownCount = 20
            ItemHeight = 13
            TabOrder = 2
          end
        end
      end
      object IMPSG_DATA: TStringGrid
        Left = 0
        Top = 34
        Width = 667
        Height = 375
        Align = alClient
        BorderStyle = bsNone
        Ctl3D = True
        DefaultRowHeight = 18
        FixedColor = cl3DLight
        RowCount = 100
        Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goTabs]
        ParentCtl3D = False
        TabOrder = 2
        RowHeights = (
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18
          18)
      end
    end
  end
  object Query_data: TQuery
    CachedUpdates = True
    DatabaseName = 'HWSHOPDATA'
    RequestLive = True
    Left = 176
    Top = 297
  end
end

⌨️ 快捷键说明

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