formmain.~dfm

来自「用Delphi编写的生产管理系统源码」· ~DFM 代码 · 共 83 行

~DFM
83
字号
object FrmMain: TFrmMain
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = #21516#32854#29983#31649#29702#31995#32113
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object ControlBar1: TControlBar
    Left = 0
    Top = 0
    Width = 688
    Height = 57
    Align = alTop
    TabOrder = 0
    object CoolBar1: TCoolBar
      Left = 11
      Top = 2
      Width = 294
      Height = 48
      Align = alClient
      Bands = <>
      Vertical = True
      object SpeedButton1: TSpeedButton
        Left = 0
        Top = 0
        Width = 89
        Height = 41
        Flat = True
      end
      object SpeedButton2: TSpeedButton
        Left = 176
        Top = 0
        Width = 41
        Height = 41
        Flat = True
      end
      object SpeedButton3: TSpeedButton
        Left = 232
        Top = 0
        Width = 41
        Height = 41
        Hint = #36889#37324#26159#25552#31034#20449#24687
        Flat = True
        ParentShowHint = False
        ShowHint = True
      end
    end
    object CoolBar2: TCoolBar
      Left = 318
      Top = 2
      Width = 347
      Height = 48
      Bands = <>
      object DBNavigatorMain: TDBNavigator
        Left = 0
        Top = 0
        Width = 345
        Height = 49
        Align = alClient
        Flat = True
        TabOrder = 0
      end
    end
  end
  object ActionList1: TActionList
    Left = 456
    Top = 80
  end
  object MainMenu1: TMainMenu
    Left = 136
    Top = 88
  end
end

⌨️ 快捷键说明

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