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

📄 storescrap.dfm

📁 物流管理系统是一个典型的数据库应用程序
💻 DFM
字号:
inherited f_storescrap: Tf_storescrap
  Left = 137
  Top = 154
  Caption = #29289#36164#25253#24223#31649#29702
  ClientHeight = 346
  ClientWidth = 612
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 246
    Top = 6
    Width = 150
    Height = 24
    Alignment = taCenter
    Caption = #29289#36164#25253#24223#31649#29702
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Reginfo: TStringGrid
    Left = 0
    Top = 90
    Width = 612
    Height = 215
    Align = alBottom
    ColCount = 4
    Ctl3D = False
    DefaultRowHeight = 20
    FixedCols = 0
    RowCount = 2
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing]
    ParentCtl3D = False
    TabOrder = 0
    OnKeyDown = ReginfoKeyDown
    OnKeyPress = ReginfoKeyPress
    OnSelectCell = ReginfoSelectCell
    OnSetEditText = ReginfoSetEditText
    ColWidths = (
      179
      107
      125
      171)
  end
  object Panel2: TPanel
    Left = 0
    Top = 48
    Width = 612
    Height = 42
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object Label3: TLabel
      Left = 24
      Top = 14
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #36127#36131#20154
    end
    object Label7: TLabel
      Left = 442
      Top = 15
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #26102#38388
    end
    object Date: TDateTimePicker
      Left = 477
      Top = 10
      Width = 112
      Height = 21
      Date = 38411.591164351850000000
      Time = 38411.591164351850000000
      ImeName = #20013#25991' ('#31616#20307') - '#20840#25340
      TabOrder = 0
      OnKeyDown = DateKeyDown
    end
    object principal: TEdit
      Left = 72
      Top = 8
      Width = 121
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 1
      OnKeyDown = principalKeyDown
    end
  end
  object List: TListBox
    Left = 169
    Top = 64
    Width = 113
    Height = 153
    ImeName = #20013#25991' ('#31616#20307') - '#20840#25340
    ItemHeight = 13
    TabOrder = 2
    Visible = False
    OnDblClick = ListDblClick
    OnExit = ListExit
    OnKeyDown = ListKeyDown
  end
  object Grid: TDBGrid
    Left = 120
    Top = 160
    Width = 353
    Height = 120
    DataSource = RegSource
    ImeName = #20013#25991' ('#31616#20307') - '#20840#25340
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 3
    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 = 'storename'
        Title.Caption = #29289#36164#21517#31216
        Width = 88
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'basicunit'
        Title.Caption = #22522#26412#21333#20301
        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 = 43
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'defaultprice'
        Title.Caption = #21333#20215
        Width = 56
        Visible = True
      end>
  end
  object Panel1: TPanel
    Left = 0
    Top = 305
    Width = 612
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 4
    object Label2: TLabel
      Left = 30
      Top = 14
      Width = 35
      Height = 14
      AutoSize = False
      Caption = #24635#35745
    end
    object Save: TBitBtn
      Left = 345
      Top = 10
      Width = 75
      Height = 21
      Caption = #20445#23384
      TabOrder = 0
      OnClick = SaveClick
    end
    object Cancel: TBitBtn
      Left = 429
      Top = 10
      Width = 75
      Height = 21
      Caption = #21462#28040
      TabOrder = 1
      OnClick = CancelClick
    end
    object Quit: TBitBtn
      Left = 513
      Top = 10
      Width = 75
      Height = 21
      Caption = #36864#20986
      TabOrder = 2
      OnClick = QuitClick
    end
    object Stocktotal: TEdit
      Left = 64
      Top = 9
      Width = 121
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 3
      Text = '0.0'
    end
  end
  object RegSource: TDataSource
    Left = 72
    Top = 200
  end
end

⌨️ 快捷键说明

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