inforfrm.~dfm

来自「Delphi + MapX程序框架(地图)源码程序」· ~DFM 代码 · 共 73 行

~DFM
73
字号
object frmInfor: TfrmInfor
  Left = 735
  Top = 500
  BorderStyle = bsToolWindow
  Caption = #23545#35937#20449#24687
  ClientHeight = 163
  ClientWidth = 209
  Color = clWhite
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 18
    Top = 145
    Width = 94
    Height = 17
    AutoSize = False
    Caption = #20010#23545#35937
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object BtnModify: TSpeedButton
    Left = 113
    Top = 142
    Width = 76
    Height = 21
    Caption = '>>> '#20462#25913
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object ValueListEditor1: TValueListEditor
    Left = 0
    Top = 0
    Width = 209
    Height = 142
    Align = alTop
    Color = clWhite
    Ctl3D = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentCtl3D = False
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
    TitleCaptions.Strings = (
      #23383#27573
      #20540)
    ColWidths = (
      103
      100)
  end
end

⌨️ 快捷键说明

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