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

📄 tfrmmainmenu.dfm

📁 这个是去年写的东东。 以前公司一直使用易飞ERP
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object Form1: TForm1
  Left = 240
  Top = 132
  Width = 812
  Height = 404
  HelpContext = 1
  Caption = 'Conductor'#20027#31243#24207
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  WindowState = wsMaximized
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 247
    Top = 30
    Height = 342
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 804
    Height = 30
    AutoSize = True
    BorderWidth = 1
    Caption = 'ToolBar1'
    EdgeBorders = [ebTop, ebBottom]
    Flat = True
    Images = ImageList1
    TabOrder = 0
    object Label1: TLabel
      Left = 0
      Top = 0
      Width = 73
      Height = 22
      Alignment = taRightJustify
      AutoSize = False
      Caption = #26816#35270#31867#21035
      Layout = tlCenter
    end
    object ComboBox1: TComboBox
      Left = 73
      Top = 0
      Width = 160
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      ItemIndex = 0
      TabOrder = 0
      Text = #31995#32479'+'#21151#33021
      OnChange = ComboBox1Change
      Items.Strings = (
        #31995#32479'+'#21151#33021
        #31995#32479'+'#20316#19994
        #31995#32479'+'#27969#31243
        #20869#25511#20869#23457
        #23458#25143#26032#22686)
    end
    object ToolButton1: TToolButton
      Left = 233
      Top = 0
      Width = 8
      Caption = 'ToolButton1'
      Style = tbsDivider
    end
    object ToolButton2: TToolButton
      Left = 241
      Top = 0
      Hint = #26174#31034#31243#24207#28165#21333
      Caption = 'ToolButton2'
      ImageIndex = 0
      ParentShowHint = False
      ShowHint = True
      OnClick = ToolButton2Click
    end
    object ToolButton3: TToolButton
      Left = 264
      Top = 0
      Hint = #20445#23384#26816#35270#35774#32622
      Caption = 'ToolButton3'
      ImageIndex = 1
      ParentShowHint = False
      ShowHint = True
      OnClick = ToolButton3Click
    end
    object ToolButton4: TToolButton
      Left = 287
      Top = 0
      Hint = #26174#31034#25253#34920#24037#20316#38431#21015
      Caption = 'ToolButton4'
      ImageIndex = 3
      ParentShowHint = False
      ShowHint = True
    end
    object ToolButton5: TToolButton
      Left = 310
      Top = 0
      Width = 8
      Caption = 'ToolButton5'
      ImageIndex = 3
      Style = tbsDivider
    end
    object ToolButton6: TToolButton
      Left = 318
      Top = 0
      Hint = #37325#30331#24405
      Caption = 'ToolButton6'
      ImageIndex = 4
      ParentShowHint = False
      ShowHint = True
    end
    object ToolButton7: TToolButton
      Left = 341
      Top = 0
      Hint = #24110#21161
      Caption = 'ToolButton7'
      DropdownMenu = PopupMenu3
      ImageIndex = 10
      ParentShowHint = False
      ShowHint = True
      Style = tbsDropDown
    end
    object ToolButton8: TToolButton
      Left = 377
      Top = 0
      Width = 8
      Caption = 'ToolButton8'
      ImageIndex = 5
      Style = tbsDivider
    end
    object Label2: TLabel
      Left = 385
      Top = 0
      Width = 77
      Height = 22
      Alignment = taCenter
      AutoSize = False
      Caption = #20844#21496
      Layout = tlCenter
    end
    object ComboBox2: TComboBox
      Left = 462
      Top = 0
      Width = 160
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 1
    end
    object ToolButton10: TToolButton
      Left = 622
      Top = 0
      Width = 8
      Caption = 'ToolButton10'
      ImageIndex = 7
      Style = tbsDivider
    end
    object ToolButton9: TToolButton
      Left = 630
      Top = 0
      Hint = #20854#23427#20316#19994
      Caption = 'ToolButton9'
      DropdownMenu = PopupMenu2
      ImageIndex = 9
      ParentShowHint = False
      ShowHint = True
      Style = tbsDropDown
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 30
    Width = 247
    Height = 342
    Align = alLeft
    BevelOuter = bvNone
    TabOrder = 1
    object TreeView1: TTreeView
      Left = 0
      Top = 23
      Width = 247
      Height = 319
      Align = alClient
      DragMode = dmAutomatic
      Images = ImageList2
      Indent = 19
      PopupMenu = PopupMenu1
      TabOrder = 0
      OnChange = TreeView1Change
      OnExpanding = TreeView1Expanding
    end
    object Panel3: TPanel
      Left = 0
      Top = 0
      Width = 247
      Height = 23
      Align = alTop
      BorderStyle = bsSingle
      Caption = #20316#19994#28165#21333
      Color = clInactiveCaption
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
    end
  end
  object Panel2: TPanel
    Left = 250
    Top = 30
    Width = 554
    Height = 342
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 2
    object Image1: TImage
      Left = 0
      Top = 0

⌨️ 快捷键说明

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