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

📄 business_area.dfm

📁 EasyGasDpr 瓶装液化气 钢瓶 SQL,用户名:SYSTEM 密码:空
💻 DFM
字号:
object AREADlg: TAREADlg
  Left = 381
  Top = 167
  BorderStyle = bsDialog
  Caption = #22320#21306#21015#34920
  ClientHeight = 360
  ClientWidth = 346
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 12
  object TV: TTreeView
    Left = 0
    Top = 53
    Width = 346
    Height = 266
    Align = alClient
    BorderStyle = bsNone
    Color = clBtnFace
    Indent = 19
    ReadOnly = True
    RowSelect = True
    TabOrder = 0
    OnChange = TVChange
  end
  object ToolBar: TToolBar
    Left = 0
    Top = 0
    Width = 346
    Height = 53
    ButtonHeight = 51
    ButtonWidth = 55
    Caption = 'ToolBar'
    EdgeBorders = [ebTop, ebBottom]
    Flat = True
    Images = MAINFORM.BIGICON
    ShowCaptions = True
    TabOrder = 1
    Visible = False
    object ToolButton1: TToolButton
      Left = 0
      Top = 0
      Action = AddItem
    end
    object ToolButton2: TToolButton
      Left = 55
      Top = 0
      Action = AddSUB
    end
    object ToolButton3: TToolButton
      Left = 110
      Top = 0
      Action = DelItem
    end
    object ToolButton6: TToolButton
      Left = 165
      Top = 0
      Width = 8
      Caption = 'ToolButton6'
      ImageIndex = 31
      Style = tbsSeparator
    end
    object ToolButton4: TToolButton
      Left = 173
      Top = 0
      Action = ImportFile
    end
    object ToolButton5: TToolButton
      Left = 228
      Top = 0
      Action = SaveToFile
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 319
    Width = 346
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 2
    object BitBtn1: TBitBtn
      Left = 92
      Top = 8
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 0
      Kind = bkOK
    end
    object BitBtn2: TBitBtn
      Left = 178
      Top = 8
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 1
      Kind = bkCancel
    end
  end
  object ActionList1: TActionList
    Left = 84
    Top = 92
    object AddItem: TAction
      Caption = #28155#21152#39033#30446
      ImageIndex = 19
      OnExecute = AddItemExecute
    end
    object AddSUB: TAction
      Caption = #28155#21152#23376#39033
      ImageIndex = 32
      OnExecute = AddSUBExecute
      OnUpdate = AddSUBUpdate
    end
    object DelItem: TAction
      Caption = #21024#38500#39033#30446
      ImageIndex = 7
      OnExecute = DelItemExecute
      OnUpdate = DelItemUpdate
    end
    object SaveToFile: TFileSaveAs
      Caption = #23548#20986#25991#20214
      Dialog.DefaultExt = '.TREE'
      Dialog.Filter = #30446#24405#26641#25991#20214'|*.TREE'
      ImageIndex = 16
      OnAccept = SaveToFileAccept
    end
    object ImportFile: TFileOpen
      Caption = #23548#20837#25991#20214
      Dialog.DefaultExt = '.TREE'
      Dialog.Filter = #30446#24405#26641#25991#20214'|*.TREE'
      ImageIndex = 14
      OnAccept = ImportFileAccept
    end
  end
end

⌨️ 快捷键说明

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