mainunit.dfm

来自「QiMidas组件全代码版支持d2006 QiMidas组件全代码版支持d200」· DFM 代码 · 共 40 行

DFM
40
字号
object MainForm: TMainForm
  Left = 297
  Top = 256
  Width = 587
  Height = 315
  Caption = 'QiMiter Test Server'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 0
    Width = 579
    Height = 21
    Align = alTop
    Alignment = taCenter
    Caption = 'QiMiter Test Server'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Memo1: TMemo
    Left = 0
    Top = 21
    Width = 579
    Height = 267
    Align = alClient
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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