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

📄 rkd.dfm

📁 物资管理系统 包括屋子入库出库管理
💻 DFM
字号:
object RKDForm: TRKDForm
  Left = 251
  Top = 143
  BorderStyle = bsDialog
  Caption = #29289#36164#20837#24211
  ClientHeight = 393
  ClientWidth = 552
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Splitter: TSplitter
    Left = 169
    Top = 0
    Height = 393
  end
  object pnlRight: TPanel
    Left = 172
    Top = 0
    Width = 380
    Height = 393
    Align = alClient
    TabOrder = 0
    object pnlToolBar: TPanel
      Left = 1
      Top = 359
      Width = 378
      Height = 33
      Align = alBottom
      BevelOuter = bvLowered
      TabOrder = 0
      object lblRksl: TLabel
        Left = 8
        Top = 10
        Width = 48
        Height = 12
        Caption = #20837#24211#25968#37327
      end
      object btOk: TButton
        Left = 232
        Top = 4
        Width = 63
        Height = 25
        Caption = #30830#23450
        TabOrder = 1
        OnClick = btOkClick
      end
      object btClose: TButton
        Left = 296
        Top = 4
        Width = 59
        Height = 25
        Caption = #20851#38381
        ModalResult = 2
        TabOrder = 2
      end
      object edtRkSl: TEdit
        Left = 62
        Top = 6
        Width = 121
        Height = 20
        TabOrder = 0
        Text = '0'
      end
    end
    object dbWZZD: TDBGrid
      Left = 1
      Top = 33
      Width = 378
      Height = 326
      Align = alClient
      DataSource = dsWzzd
      ReadOnly = True
      TabOrder = 1
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'BM'
          Title.Caption = #32534#30721
          Width = 60
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'MC'
          Title.Caption = #21517#31216
          Width = 80
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'GG'
          Title.Caption = #35268#26684
          Width = 80
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'DW'
          Title.Caption = #21333#20301
          Width = 50
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'DJ'
          Title.Caption = #21333#20215
          Width = 60
          Visible = True
        end>
    end
    object pnlWzzd: TPanel
      Left = 1
      Top = 1
      Width = 378
      Height = 32
      Align = alTop
      BevelOuter = bvLowered
      Caption = #36873#25321#29289#36164
      TabOrder = 2
    end
  end
  object pnlLeft: TPanel
    Left = 0
    Top = 0
    Width = 169
    Height = 393
    Align = alLeft
    TabOrder = 1
    object tvLb: TTreeView
      Left = 1
      Top = 33
      Width = 167
      Height = 359
      Align = alClient
      HideSelection = False
      Indent = 19
      ReadOnly = True
      TabOrder = 0
      OnChange = tvLbChange
    end
    object pnlWzlb: TPanel
      Left = 1
      Top = 1
      Width = 167
      Height = 32
      Align = alTop
      BevelOuter = bvLowered
      Caption = #29289#36164#31867#21035
      TabOrder = 1
    end
  end
  object adoqWZZD: TADOQuery
    Parameters = <>
    Left = 248
    Top = 216
  end
  object adoqWzlb: TADOQuery
    Parameters = <>
    Left = 96
    Top = 216
  end
  object dsWzzd: TDataSource
    DataSet = adoqWZZD
    Left = 316
    Top = 216
  end
end

⌨️ 快捷键说明

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