main.dfm

来自「用于实现C/S架构下的表单打印 支持清单打印 还支持多种模式下的打印」· DFM 代码 · 共 123 行

DFM
123
字号
object Form1: TForm1
  Left = 259
  Top = 133
  Width = 462
  Height = 337
  Caption = 'ACReport ActiveX Control Demo'
  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
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object ACRptEngine1: TACRptEngine
    Left = 192
    Top = 8
    Width = 65
    Height = 25
    TabOrder = 8
    ControlData = {
      545046300F544143527074456E67696E6556636C00044C65667403C00003546F
      70020805576964746802410648656967687402190000}
  end
  object B1: TBitBtn
    Left = 40
    Top = 16
    Width = 81
    Height = 25
    Caption = #26222#36890#28165#21333
    TabOrder = 0
    OnClick = B1Click
  end
  object B2: TBitBtn
    Left = 40
    Top = 42
    Width = 81
    Height = 25
    Caption = #20027#20174#34920
    TabOrder = 1
    OnClick = B2Click
  end
  object B3: TBitBtn
    Left = 40
    Top = 68
    Width = 81
    Height = 25
    Caption = #20998#32452#25253#34920
    TabOrder = 2
    OnClick = B3Click
  end
  object B4: TBitBtn
    Left = 40
    Top = 94
    Width = 81
    Height = 25
    Caption = #23376#25253#34920'1'
    TabOrder = 3
    OnClick = B4Click
  end
  object B5: TBitBtn
    Left = 40
    Top = 120
    Width = 81
    Height = 25
    Caption = #23376#25253#34920'2'
    TabOrder = 4
    OnClick = B5Click
  end
  object B6: TBitBtn
    Left = 40
    Top = 146
    Width = 81
    Height = 25
    Caption = #22270#34920'/'#22270#20687
    TabOrder = 5
    OnClick = B6Click
  end
  object rg1: TRadioGroup
    Left = 184
    Top = 48
    Width = 129
    Height = 89
    Caption = #21160#20316
    ItemIndex = 0
    Items.Strings = (
      #39044#35272
      #35774#35745
      #25171#21360)
    TabOrder = 6
  end
  object Edit1: TEdit
    Left = 40
    Top = 224
    Width = 245
    Height = 21
    TabOrder = 7
    Text = #22825#26041#36719#20214#24037#20316#23460
  end
  object BitBtn1: TBitBtn
    Left = 336
    Top = 256
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 9
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 41
    Top = 172
    Width = 81
    Height = 25
    Caption = #20998#26639#25253#34920
    TabOrder = 10
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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