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

📄 storeout.dfm

📁 物流管理系统是一个典型的数据库应用程序
💻 DFM
字号:
inherited f_storeout: Tf_storeout
  Left = 181
  Top = 115
  Caption = #29289#36164#20986#24211#31649#29702
  ClientHeight = 370
  ClientWidth = 604
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 237
    Top = 8
    Width = 150
    Height = 24
    Alignment = taCenter
    Caption = #29289#36164#20986#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 Reginfo: TStringGrid
    Left = 0
    Top = 110
    Width = 604
    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 = 3
    OnEnter = outpersonEnter
    OnKeyDown = ReginfoKeyDown
    OnKeyPress = ReginfoKeyPress
    OnSelectCell = ReginfoSelectCell
    OnSetEditText = ReginfoSetEditText
    ColWidths = (
      218
      122
      96
      132)
  end
  object Panel3: TPanel
    Left = 0
    Top = 325
    Width = 604
    Height = 45
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label6: TLabel
      Left = 29
      Top = 15
      Width = 36
      Height = 13
      AutoSize = False
      Caption = #22791#27880
    end
    object Save: TBitBtn
      Left = 328
      Top = 12
      Width = 75
      Height = 21
      Caption = #20445#23384
      TabOrder = 0
      OnClick = SaveClick
    end
    object Cancel: TBitBtn
      Left = 412
      Top = 12
      Width = 75
      Height = 21
      Caption = #21462#28040
      TabOrder = 1
      OnClick = CancelClick
    end
    object Quit: TBitBtn
      Left = 496
      Top = 12
      Width = 75
      Height = 21
      Caption = #36864#20986
      TabOrder = 2
      OnClick = QuitClick
    end
    object Memo: TEdit
      Left = 56
      Top = 12
      Width = 257
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 3
      Text = #26080
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 49
    Width = 604
    Height = 61
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 4
    object Label2: TLabel
      Left = 24
      Top = 12
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #39046#21462#20154
    end
    object Label3: TLabel
      Left = 25
      Top = 36
      Width = 48
      Height = 13
      AutoSize = False
      Caption = #24211#31649#21592
    end
    object Label4: TLabel
      Left = 412
      Top = 13
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #25805#20316#21592
    end
    object Label5: TLabel
      Left = 426
      Top = 37
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #26102#38388
    end
    object Date: TDateTimePicker
      Left = 461
      Top = 32
      Width = 112
      Height = 21
      Date = 38411.591164351850000000
      Time = 38411.591164351850000000
      ImeName = #20013#25991' ('#31616#20307') - '#20840#25340
      TabOrder = 0
      OnEnter = outpersonEnter
      OnKeyDown = DateKeyDown
    end
    object outperson: TEdit
      Left = 72
      Top = 8
      Width = 113
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 1
      OnKeyDown = outpersonKeyDown
    end
    object storemanager: TEdit
      Tag = 1
      Left = 72
      Top = 32
      Width = 113
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 2
      OnKeyDown = outpersonKeyDown
    end
    object Operator: TEdit
      Left = 461
      Top = 8
      Width = 112
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 3
    end
  end
  object List: TListBox
    Left = 24
    Top = 139
    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 = 296
    Top = 152
    Width = 265
    Height = 120
    DataSource = RegSource
    ImeName = #20013#25991' ('#31616#20307') - '#20840#25340
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 1
    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
        Visible = False
      end
      item
        Expanded = False
        FieldName = 'stockunit'
        Title.Caption = #37319#36141#21333#20301
        Visible = False
      end
      item
        Expanded = False
        FieldName = 'conversion'
        Title.Caption = #25442#31639
        Visible = False
      end
      item
        Expanded = False
        FieldName = 'defaultprice'
        Title.Caption = #21333#20215
        Width = 50
        Visible = True
      end>
  end
  object Comstorage: TComboBox
    Left = 242
    Top = 72
    Width = 79
    Height = 23
    Style = csOwnerDrawFixed
    ImeName = #20013#25991' ('#31616#20307') - '#20840#25340
    ItemHeight = 17
    TabOrder = 5
    Visible = False
    OnEnter = outpersonEnter
    OnExit = ComstorageExit
    OnKeyDown = ComstorageKeyDown
  end
  object RegSource: TDataSource
    Left = 232
    Top = 176
  end
end

⌨️ 快捷键说明

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