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

📄 instore.dfm

📁 物流管理系统是一个典型的数据库应用程序
💻 DFM
字号:
inherited f_instore: Tf_instore
  Left = 41
  Top = -8
  Caption = #29289#36164#20837#24211#31649#29702
  ClientHeight = 411
  ClientWidth = 721
  OldCreateOrder = True
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 294
    Top = 8
    Width = 150
    Height = 24
    Alignment = taCenter
    Caption = #29289#36164#20837#24211#31649#29702
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 330
    Width = 721
    Height = 36
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label6: TLabel
      Left = 21
      Top = 11
      Width = 33
      Height = 14
      AutoSize = False
      Caption = #25240#25187
    end
    object Label7: TLabel
      Left = 150
      Top = 11
      Width = 62
      Height = 14
      AutoSize = False
      Caption = #36827#36135#24635#35745
    end
    object Label8: TLabel
      Left = 302
      Top = 11
      Width = 62
      Height = 14
      AutoSize = False
      Caption = #24212#20184#37329#39069
    end
    object Label9: TLabel
      Left = 454
      Top = 11
      Width = 62
      Height = 14
      AutoSize = False
      Caption = #23454#20184#37329#39069
    end
    object Rebate: TEdit
      Left = 54
      Top = 7
      Width = 81
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 0
      Text = '0.0'
      OnKeyDown = RebateKeyDown
      OnKeyPress = RebateKeyPress
    end
    object Stocktotal: TEdit
      Left = 203
      Top = 7
      Width = 86
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 1
      Text = '0.0'
      OnChange = StocktotalChange
    end
    object paymoney: TEdit
      Left = 361
      Top = 6
      Width = 88
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 2
      Text = '0.0'
    end
    object factmoney: TEdit
      Left = 507
      Top = 7
      Width = 86
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 3
      Text = '0.0'
      OnKeyDown = factmoneyKeyDown
    end
  end
  object Reginfo: TStringGrid
    Left = 0
    Top = 115
    Width = 721
    Height = 215
    Align = alBottom
    ColCount = 9
    Ctl3D = False
    DefaultRowHeight = 20
    FixedCols = 0
    RowCount = 2
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing]
    ParentCtl3D = False
    TabOrder = 1
    OnEnter = ProvidernameEnter
    OnKeyDown = ReginfoKeyDown
    OnKeyPress = ReginfoKeyPress
    OnSelectCell = ReginfoSelectCell
    OnSetEditText = ReginfoSetEditText
    ColWidths = (
      92
      111
      63
      64
      59
      61
      60
      65
      109)
  end
  object Panel2: TPanel
    Left = 0
    Top = 54
    Width = 721
    Height = 61
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 2
    object Label2: TLabel
      Left = 22
      Top = 12
      Width = 78
      Height = 13
      AutoSize = False
      Caption = #20379#24212#21830#21517#31216
    end
    object Label3: TLabel
      Left = 50
      Top = 36
      Width = 48
      Height = 13
      AutoSize = False
      Caption = #36127#36131#20154
    end
    object Label4: TLabel
      Left = 535
      Top = 13
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #25805#20316#21592
    end
    object Label5: TLabel
      Left = 549
      Top = 37
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #26102#38388
    end
    object Date: TDateTimePicker
      Left = 584
      Top = 32
      Width = 112
      Height = 21
      Date = 38411.591164351850000000
      Time = 38411.591164351850000000
      ImeName = #20013#25991' ('#31616#20307') - '#20840#25340
      TabOrder = 0
      OnKeyDown = DateKeyDown
    end
    object Providername: TEdit
      Left = 98
      Top = 7
      Width = 121
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 1
      OnKeyDown = ProvidernameKeyDown
    end
    object Principal: TEdit
      Tag = 1
      Left = 98
      Top = 33
      Width = 121
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 2
      OnKeyDown = ProvidernameKeyDown
    end
    object Operator: TEdit
      Left = 584
      Top = 8
      Width = 112
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 3
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 366
    Width = 721
    Height = 45
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 3
    object Save: TBitBtn
      Left = 448
      Top = 12
      Width = 75
      Height = 21
      Caption = #20445#23384
      TabOrder = 0
      OnClick = SaveClick
    end
    object Cancel: TBitBtn
      Left = 532
      Top = 12
      Width = 75
      Height = 21
      Caption = #21462#28040
      TabOrder = 1
      OnClick = CancelClick
    end
    object Quit: TBitBtn
      Left = 616
      Top = 12
      Width = 75
      Height = 21
      Caption = #36864#20986
      TabOrder = 2
      OnClick = QuitClick
    end
  end
  object List: TListBox
    Left = 272
    Top = 72
    Width = 113
    Height = 153
    ImeName = #20013#25991' ('#31616#20307') - '#20840#25340
    ItemHeight = 13
    TabOrder = 5
    Visible = False
    OnDblClick = ListDblClick
    OnExit = ListExit
    OnKeyDown = ListKeyDown
  end
  object Comstorage: TComboBox
    Left = 592
    Top = 184
    Width = 105
    Height = 23
    Style = csOwnerDrawFixed
    ImeName = #20013#25991' ('#31616#20307') - '#20840#25340
    ItemHeight = 17
    TabOrder = 6
    Visible = False
    OnExit = ComstorageExit
    OnKeyDown = ComstorageKeyDown
  end
  object Grid: TDBGrid
    Left = 144
    Top = 144
    Width = 409
    Height = 120
    DataSource = RegSource
    ImeName = #20013#25991' ('#31616#20307') - '#20840#25340
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Visible = False
    OnDblClick = GridDblClick
    OnExit = GridExit
    OnKeyDown = GridKeyDown
    Columns = <
      item
        Expanded = False
        FieldName = 'barcode'
        Title.Caption = #26465#24418#30721
        Width = 90
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'storename'
        Title.Caption = #29289#36164#21517#31216
        Width = 76
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'basicunit'
        Title.Caption = #22522#26412#21333#20301
        Width = 51
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'stockunit'
        Title.Caption = #37319#36141#21333#20301
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'conversion'
        Title.Caption = #25442#31639
        Width = 42
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'defaultprice'
        Title.Caption = #21333#20215
        Width = 50
        Visible = True
      end>
  end
  object RegSource: TDataSource
    Left = 144
    Top = 200
  end
end

⌨️ 快捷键说明

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