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

📄 archives_tank.~dfm

📁 档案管理系统源码
💻 ~DFM
字号:
inherited F_Tank: TF_Tank
  Tag = 2
  Left = 237
  Top = 174
  Height = 339
  ActiveControl = DBEdit1
  Caption = #26723#26696#26588#36164#26009#31649#29702
  OldCreateOrder = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  inherited ToolBar1: TToolBar
    inherited ToolButton1: TToolButton
      OnClick = ToolButton1Click
    end
    inherited ToolButton2: TToolButton
      OnClick = ToolButton2Click
    end
    inherited ToolButton3: TToolButton
      OnClick = ToolButton3Click
    end
    inherited ToolButton4: TToolButton
      OnClick = ToolButton4Click
    end
    inherited ToolButton6: TToolButton
      OnClick = ToolButton6Click
    end
    inherited ToolButton5: TToolButton
      Visible = False
    end
    inherited ToolButton7: TToolButton
      Visible = False
    end
    inherited ToolButton8: TToolButton
      Visible = False
    end
    inherited ToolButton9: TToolButton
      Visible = False
    end
    inherited ToolButton10: TToolButton
      Visible = False
    end
    inherited ToolButton11: TToolButton
      Visible = False
    end
    inherited ToolButton12: TToolButton
      OnClick = ToolButton12Click
    end
  end
  object DBGrid1: TDBGrid [1]
    Left = 0
    Top = 37
    Width = 265
    Height = 275
    Align = alLeft
    DataSource = DM.DS_Tank
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'Tank_ID'
        Title.Alignment = taCenter
        Title.Caption = #26588#21495
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'Tank_Name'
        Title.Alignment = taCenter
        Title.Caption = #21517#31216
        Width = 82
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'Tank_Memo'
        Title.Alignment = taCenter
        Title.Caption = #22791#27880
        Width = 99
        Visible = True
      end>
  end
  object Panel1: TPanel [2]
    Left = 266
    Top = 37
    Width = 250
    Height = 275
    Align = alRight
    BevelOuter = bvNone
    BorderStyle = bsSingle
    TabOrder = 2
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 60
      Height = 13
      Caption = #26723#26696#26588#21495#65306
      FocusControl = DBEdit1
    end
    object Label2: TLabel
      Left = 8
      Top = 56
      Width = 72
      Height = 13
      Caption = #26723#26696#26588#21517#31216#65306
      FocusControl = DBEdit2
    end
    object Label3: TLabel
      Left = 8
      Top = 96
      Width = 36
      Height = 13
      Caption = #22791#27880#65306
      FocusControl = DBEdit3
    end
    object DBEdit1: TDBEdit
      Left = 8
      Top = 32
      Width = 134
      Height = 21
      DataField = 'Tank_ID'
      DataSource = DM.DS_Tank
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 8
      Top = 72
      Width = 134
      Height = 21
      DataField = 'Tank_Name'
      DataSource = DM.DS_Tank
      TabOrder = 1
    end
    object DBEdit3: TDBEdit
      Left = 8
      Top = 112
      Width = 228
      Height = 21
      DataField = 'Tank_Memo'
      DataSource = DM.DS_Tank
      TabOrder = 2
    end
  end
end

⌨️ 快捷键说明

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