print.dfm

来自「用delphi开发的电力调度操作票系统并带有access数据库」· DFM 代码 · 共 80 行

DFM
80
字号
object Frm_Print: TFrm_Print
  Left = 437
  Top = 108
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #25171#21360
  ClientHeight = 311
  ClientWidth = 188
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 48
    Height = 16
    Caption = #21103#26412#25968
  end
  object Label2: TLabel
    Left = 16
    Top = 224
    Width = 160
    Height = 16
    Caption = #35831#36755#20837#39029#38754#25110#39029#30721#33539#22260
  end
  object Label3: TLabel
    Left = 16
    Top = 248
    Width = 120
    Height = 16
    Caption = #22914#65306'1'#65292'3'#65293'5'#65292'10'
  end
  object RadioGroup1: TRadioGroup
    Left = 16
    Top = 56
    Width = 145
    Height = 129
    Caption = #39029#30721#33539#22260
    ItemIndex = 0
    Items.Strings = (
      #20840#37096
      #24403#21069#39029
      #39029#30721#33539#22260)
    TabOrder = 3
    OnClick = RadioGroup1Click
  end
  object ED_Pages: TEdit
    Left = 16
    Top = 192
    Width = 145
    Height = 24
    Enabled = False
    TabOrder = 0
  end
  object ED_Copy: TEdit
    Left = 96
    Top = 16
    Width = 65
    Height = 24
    TabOrder = 1
    Text = '1'
  end
  object BT_Sure: TButton
    Left = 56
    Top = 272
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = BT_SureClick
  end
end

⌨️ 快捷键说明

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