show.~dfm

来自「利用vc开发gis系统有用的可以下一下哈欢迎大家使用」· ~DFM 代码 · 共 64 行

~DFM
64
字号
object Form2: TForm2
  Left = 199
  Top = 223
  Width = 696
  Height = 480
  Caption = 'Form2'
  Color = clHighlightText
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnMouseDown = FormMouseDown
  OnPaint = FormPaint
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    Left = 168
    Top = 104
    object N1: TMenuItem
      Caption = '文件'
      object Open: TMenuItem
        Caption = '打开'
      end
      object Save: TMenuItem
        Caption = '保存'
      end
      object N2: TMenuItem
        Caption = '-'
      end
      object Exit: TMenuItem
        Caption = '退出'
      end
    end
    object Symbol: TMenuItem
      Caption = '符号绘制'
      object BitmapSym: TMenuItem
        Caption = '位图符号'
        OnClick = BitmapSymClick
      end
      object FillStyle: TMenuItem
        Caption = '多边形样式'
        OnClick = FillStyleClick
      end
      object LineStyle: TMenuItem
        Caption = '线样式'
        OnClick = LineStyleClick
      end
    end
  end
  object OpenDialog1: TOpenDialog
    Filter = '位图(*.bmp)|*.bmp'
    Left = 232
    Top = 48
  end
end

⌨️ 快捷键说明

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