main.dfm

来自「SQL远程管理程序的源码,DELPHI做的.不需要控件」· DFM 代码 · 共 63 行

DFM
63
字号
object frmMain: TfrmMain
  Left = 175
  Top = 129
  Width = 807
  Height = 524
  Caption = 'SQL Client'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  WindowState = wsMaximized
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    Left = 88
    Top = 56
    object File1: TMenuItem
      Caption = 'File'
      object Connect1: TMenuItem
        Caption = 'Connect'
        OnClick = Connect1Click
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object Exit1: TMenuItem
        Caption = 'Exit'
      end
    end
    object ool1: TMenuItem
      Caption = 'Operation'
      Visible = False
      object CreateDatabase1: TMenuItem
        Caption = 'Create Database'
      end
      object CreateTable1: TMenuItem
        Caption = 'Create Table'
      end
    end
    object ool2: TMenuItem
      Caption = 'Tool'
      object Command1: TMenuItem
        Caption = 'Command'
        OnClick = Command1Click
      end
    end
    object Help1: TMenuItem
      Caption = 'Help'
      object About1: TMenuItem
        Caption = 'About'
        OnClick = About1Click
      end
    end
  end
end

⌨️ 快捷键说明

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