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

📄 storageinfo.~dfm

📁 1、系统环境要求:WindowsXP/2000 2、DELPHI7.0企业版 3、如果数据库为SQL Server数据库
💻 ~DFM
字号:
inherited f_storage: Tf_storage
  Left = 253
  Top = 224
  Caption = #20179#24211#22522#30784#20449#24687#31649#29702
  ClientHeight = 290
  ClientWidth = 459
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 124
    Top = 10
    Width = 210
    Height = 23
    AutoSize = False
    Caption = #20179#24211#22522#30784#20449#24687#31649#29702
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 49
    Width = 459
    Height = 46
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label2: TLabel
      Left = 35
      Top = 15
      Width = 59
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #20179#24211#21517#31216
      ParentBiDiMode = False
    end
    object Label3: TLabel
      Left = 253
      Top = 16
      Width = 63
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #20179#24211#31616#30721
      ParentBiDiMode = False
    end
    object Storage: TEdit
      Left = 100
      Top = 11
      Width = 100
      Height = 21
      TabOrder = 0
      OnKeyDown = StorageKeyDown
    end
    object Shortname: TEdit
      Left = 322
      Top = 11
      Width = 100
      Height = 21
      TabOrder = 1
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 95
    Width = 459
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object Add: TButton
      Left = 37
      Top = 9
      Width = 75
      Height = 22
      Caption = #28155#21152
      TabOrder = 0
      OnClick = AddClick
    end
    object Update: TButton
      Left = 140
      Top = 9
      Width = 75
      Height = 22
      Caption = #20462#25913
      TabOrder = 1
      OnClick = UpdateClick
    end
    object Delete: TButton
      Left = 243
      Top = 9
      Width = 75
      Height = 22
      Caption = #21024#38500
      TabOrder = 2
      OnClick = DeleteClick
    end
    object Cancel: TButton
      Left = 346
      Top = 9
      Width = 75
      Height = 22
      Caption = #21462#28040
      TabOrder = 3
      OnClick = CancelClick
    end
  end
  object Grid1: TDBGrid
    Left = 0
    Top = 136
    Width = 459
    Height = 113
    Align = alBottom
    DataSource = Source1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = Grid1CellClick
    Columns = <
      item
        Expanded = False
        FieldName = 'depotname'
        Title.Caption = #20179#24211#21517#31216
        Width = 96
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shortname'
        Title.Caption = #20179#24211#31616#30721
        Width = 102
        Visible = True
      end>
  end
  object Panel2: TPanel
    Left = 0
    Top = 249
    Width = 459
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 3
    object Label6: TLabel
      Left = 31
      Top = 14
      Width = 65
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #26597#35810#26465#20214
      ParentBiDiMode = False
    end
    object Label7: TLabel
      Left = 203
      Top = 13
      Width = 6
      Height = 13
      Caption = '='
    end
    object Field: TComboBox
      Left = 99
      Top = 9
      Width = 100
      Height = 22
      Style = csOwnerDrawFixed
      ItemHeight = 16
      TabOrder = 0
      Items.Strings = (
        #20179#24211#21517#31216
        #20179#24211#31616#30721)
    end
    object Value: TEdit
      Left = 216
      Top = 9
      Width = 100
      Height = 21
      TabOrder = 1
    end
    object Query: TButton
      Left = 351
      Top = 8
      Width = 75
      Height = 22
      Caption = #26597#35810
      TabOrder = 2
      OnClick = QueryClick
    end
  end
  object Source1: TDataSource
    Left = 48
    Top = 208
  end
end

⌨️ 快捷键说明

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