main.dfm

来自「dephi 列印codesoft 檔案調用」· DFM 代码 · 共 66 行

DFM
66
字号
object Form1: TForm1
  Left = 194
  Top = 580
  Width = 657
  Height = 440
  Caption = 'Form1'
  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 Panel1: TPanel
    Left = 0
    Top = 73
    Width = 649
    Height = 333
    Align = alClient
    TabOrder = 0
    object LabeledEdit1: TLabeledEdit
      Left = 200
      Top = 120
      Width = 297
      Height = 28
      EditLabel.Width = 79
      EditLabel.Height = 29
      EditLabel.Caption = 'MSN : '
      EditLabel.Font.Charset = DEFAULT_CHARSET
      EditLabel.Font.Color = clGreen
      EditLabel.Font.Height = -24
      EditLabel.Font.Name = 'MS Sans Serif'
      EditLabel.Font.Style = [fsBold]
      EditLabel.ParentFont = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ImeName = #20013#25991' ('#32321#39636') - '#26032#27880#38899
      LabelPosition = lpLeft
      LabelSpacing = 3
      ParentFont = False
      TabOrder = 0
      OnKeyDown = LabeledEdit1KeyDown
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 649
    Height = 73
    Align = alTop
    Caption = 'Reprint   MSN'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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