mainc.dfm

来自「用.net开发AutoCAD生成dll文件。本程序可以启动AutoCAD并自动加」· DFM 代码 · 共 38 行

DFM
38
字号
object Form1: TForm1
  Left = 317
  Top = 255
  Width = 464
  Height = 245
  Caption = #26032#36798#19987#29992#23631#39118#35745#25968#31995#32479'2008'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -24
  Font.Name = #26032#23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 24
  object Label1: TLabel
    Left = 72
    Top = 72
    Width = 324
    Height = 24
    Caption = #31995#32479#27491#22312#21551#21160#65292#35831#31561#24453'.......'
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -24
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 3000
    OnTimer = Timer1Timer
    Left = 216
    Top = 232
  end
end

⌨️ 快捷键说明

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