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

📄 storeservice.dfm

📁 物流管理系统是一个典型的数据库应用程序
💻 DFM
字号:
inherited f_storeservice: Tf_storeservice
  Left = 185
  Top = 204
  Caption = #29289#36164#32500#20462#31649#29702
  ClientHeight = 363
  ClientWidth = 601
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 227
    Top = 6
    Width = 150
    Height = 24
    Alignment = taCenter
    Caption = #29289#36164#32500#20462#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 = 107
    Width = 601
    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 = 1
    OnEnter = principalEnter
    OnKeyDown = ReginfoKeyDown
    OnKeyPress = ReginfoKeyPress
    OnSelectCell = ReginfoSelectCell
    OnSetEditText = ReginfoSetEditText
    ColWidths = (
      179
      72
      66
      249)
  end
  object Panel2: TPanel
    Left = 0
    Top = 46
    Width = 601
    Height = 61
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label3: TLabel
      Left = 29
      Top = 12
      Width = 48
      Height = 13
      AutoSize = False
      Caption = #36127#36131#20154
    end
    object Servicemanaa: TLabel
      Left = 15
      Top = 36
      Width = 62
      Height = 13
      AutoSize = False
      Caption = #32500#20462#20154#21592
    end
    object Label5: TLabel
      Left = 412
      Top = 13
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #25805#20316#21592
    end
    object Label7: 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 = principalEnter
      OnKeyDown = DateKeyDown
    end
    object principal: TEdit
      Left = 77
      Top = 7
      Width = 113
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 1
      OnKeyDown = principalKeyDown
    end
    object Serviceman: TEdit
      Tag = 1
      Left = 77
      Top = 33
      Width = 113
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 2
      OnKeyDown = principalKeyDown
    end
    object Operator: TEdit
      Left = 461
      Top = 8
      Width = 111
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 3
      OnKeyDown = DateKeyDown
    end
  end
  object List: TListBox
    Left = 288
    Top = 83
    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 = 104
    Top = 152
    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 = 322
    Width = 601
    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 Label9: TLabel
      Left = 161
      Top = 14
      Width = 62
      Height = 14
      AutoSize = False
      Caption = #23454#20184#37329#39069
    end
    object Save: TBitBtn
      Left = 335
      Top = 10
      Width = 75
      Height = 21
      Caption = #20445#23384
      TabOrder = 0
      OnClick = SaveClick
    end
    object Cancel: TBitBtn
      Left = 419
      Top = 10
      Width = 75
      Height = 21
      Caption = #21462#28040
      TabOrder = 1
      OnClick = CancelClick
    end
    object Quit: TBitBtn
      Left = 503
      Top = 10
      Width = 75
      Height = 21
      Caption = #36864#20986
      TabOrder = 2
      OnClick = QuitClick
    end
    object Stocktotal: TEdit
      Left = 56
      Top = 10
      Width = 89
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 3
      Text = '0.0'
    end
    object Factmoney: TEdit
      Left = 216
      Top = 10
      Width = 97
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 4
      Text = '0.0'
    end
  end
  object RegSource: TDataSource
    Left = 72
    Top = 200
  end
end

⌨️ 快捷键说明

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