movefrmunit1.dfm

来自「本系统是结合行业管理中实际的人力资源、工资制度」· DFM 代码 · 共 57 行

DFM
57
字号
object movefrm: Tmovefrm
  Left = 388
  Top = 250
  BorderStyle = bsNone
  Caption = 'movefrm'
  ClientHeight = 265
  ClientWidth = 354
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object title_lb: TLabel
    Left = 16
    Top = 56
    Width = 320
    Height = 33
    Caption = #20154#20107#24037#36164#20449#24687#31649#29702#31995#32479
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = #21326#25991#24425#20113
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object msg_lb: TLabel
    Left = 64
    Top = 144
    Width = 225
    Height = 25
    AutoSize = False
    Caption = #27491#22312#21551#21160#31995#32479#65292#35831#31245#21518'......'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object date_lb: TLabel
    Left = 128
    Top = 216
    Width = 35
    Height = 13
    Caption = 'date_lb'
    Transparent = True
  end
end

⌨️ 快捷键说明

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