⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit_print.~dfm

📁 平台:c++ builder V6.0 功能:利用串口设备通讯,
💻 ~DFM
字号:
object Form_Print: TForm_Print
  Left = 629
  Top = 135
  BorderStyle = bsToolWindow
  BorderWidth = 5
  Caption = #25171#21360
  ClientHeight = 156
  ClientWidth = 379
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object RadioGroup1: TRadioGroup
    Left = 196
    Top = 0
    Width = 181
    Height = 113
    Caption = #25171#21360#20869#23481
    ItemIndex = 0
    Items.Strings = (
      #25171#21360#21407#22987' (&R)'
      #25171#21360#25311#21512' (&T)'
      #25171#21360#20840#37096' (&A)')
    TabOrder = 4
  end
  object Button_OK: TButton
    Left = 216
    Top = 128
    Width = 75
    Height = 25
    Caption = #30830#23450' (&O)'
    TabOrder = 0
    OnClick = Button_OKClick
  end
  object Button_Cancel: TButton
    Left = 300
    Top = 128
    Width = 75
    Height = 25
    Caption = #21462#28040' (&C)'
    TabOrder = 1
    OnClick = Button_CancelClick
  end
  object Button1: TButton
    Left = 0
    Top = 128
    Width = 81
    Height = 25
    Caption = #35774#32622'(&S)'
    TabOrder = 2
    OnClick = Button1Click
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 185
    Height = 113
    Caption = #25171#21360#36873#39033
    TabOrder = 3
    object RadioButton_Curve: TRadioButton
      Left = 20
      Top = 24
      Width = 113
      Height = 17
      Caption = #25171#21360#26354#32447' (&V)'
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = RadioButton_CurveClick
    end
    object RadioButton2: TRadioButton
      Left = 20
      Top = 44
      Width = 113
      Height = 17
      Caption = #25171#21360#25968#25454' (&D)'
      TabOrder = 1
      OnClick = RadioButton2Click
    end
    object CheckBox_Have_Head: TCheckBox
      Left = 20
      Top = 68
      Width = 141
      Height = 17
      Caption = #21253#21547#26816#27979#25991#20214#22836' (&H)'
      Checked = True
      State = cbChecked
      TabOrder = 2
    end
    object CheckBox_Icon: TCheckBox
      Left = 20
      Top = 88
      Width = 97
      Height = 17
      Caption = #25171#21360#22270#26631'(&I)'
      TabOrder = 3
    end
  end
  object Button_Preview: TButton
    Left = 88
    Top = 128
    Width = 75
    Height = 25
    Caption = #39044#35272' (&B)'
    TabOrder = 5
    OnClick = Button_PreviewClick
  end
  object PrinterSetupDialog1: TPrinterSetupDialog
    Left = 320
    Top = 40
  end
  object PrintDialog1: TPrintDialog
    Left = 324
    Top = 8
  end
end

⌨️ 快捷键说明

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