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

📄 u_main.dfm

📁 客户信息跟踪管理软件
💻 DFM
字号:
object F_main: TF_main
  Left = 314
  Top = 224
  Width = 400
  Height = 300
  Caption = 'F_main'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = M_disconnectClick
  PixelsPerInch = 96
  TextHeight = 13
  object B_buy: TSpeedButton
    Left = 72
    Top = 48
    Width = 81
    Height = 41
    Caption = '采购合同'
    OnClick = M_buyClick
  end
  object B_store: TSpeedButton
    Left = 72
    Top = 120
    Width = 81
    Height = 41
    Caption = '库存管理'
    OnClick = M_storeClick
  end
  object B_sale: TSpeedButton
    Left = 240
    Top = 48
    Width = 81
    Height = 41
    Caption = '销售合同'
    OnClick = M_saleClick
  end
  object B_maintain: TSpeedButton
    Left = 240
    Top = 120
    Width = 81
    Height = 41
    Caption = '系统维护'
    OnClick = M_maintainClick
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 235
    Width = 392
    Height = 19
    Panels = <>
    SimplePanel = True
  end
  object B_help: TBitBtn
    Left = 144
    Top = 192
    Width = 75
    Height = 25
    HelpContext = 100
    Caption = '&H帮助'
    TabOrder = 1
    Kind = bkHelp
  end
  object B_login: TBitBtn
    Left = 224
    Top = 192
    Width = 75
    Height = 25
    Caption = '&C登录'
    TabOrder = 2
    OnClick = M_connectClick
    Kind = bkOK
  end
  object B_logout: TBitBtn
    Left = 304
    Top = 192
    Width = 75
    Height = 25
    Caption = '&D退出'
    TabOrder = 3
    OnClick = M_disconnectClick
    Kind = bkCancel
  end
  object MainMenu1: TMainMenu
    Top = 80
    object M_system: TMenuItem
      Caption = '&S系统'
      object M_connect: TMenuItem
        Caption = '&C连接...'
        ShortCut = 113
        OnClick = M_connectClick
      end
      object M_disconnect: TMenuItem
        Caption = '&D断开连接'
        ShortCut = 114
        OnClick = M_disconnectClick
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object M_exit: TMenuItem
        Caption = '&X退出'
        ShortCut = 16465
        OnClick = M_exitClick
      end
    end
    object M_function: TMenuItem
      Caption = '&F功能'
      object M_buy: TMenuItem
        Caption = '&B购物管理'
        ShortCut = 116
        OnClick = M_buyClick
      end
      object M_sale: TMenuItem
        Caption = '&S销售管理'
        ShortCut = 117
        OnClick = M_saleClick
      end
      object M_store: TMenuItem
        Caption = '&T库存管理'
        ShortCut = 118
        OnClick = M_storeClick
      end
      object N2: TMenuItem
        Caption = '-'
      end
      object M_maintain: TMenuItem
        Caption = '&M系统维护'
        ShortCut = 119
        OnClick = M_maintainClick
      end
    end
    object M_help: TMenuItem
      Caption = '&H帮助'
      object M_content: TMenuItem
        Caption = '&C目录'
        ShortCut = 112
        OnClick = M_contentClick
      end
      object M_index: TMenuItem
        Caption = '&I检索'
        ShortCut = 123
        OnClick = M_indexClick
      end
    end
  end
end

⌨️ 快捷键说明

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