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

📄 wplabelfrm.dfm

📁 wptools5 pro 完整源代码 Msword界面的文本编辑器源代码
💻 DFM
📖 第 1 页 / 共 2 页
字号:
          Width = 63
          Height = 16
          Caption = 'Horizontal:'
        end
        object Label2: TLabel
          Left = 221
          Top = 139
          Width = 48
          Height = 16
          Caption = 'Vertical:'
        end
        object labColCount: TLabel
          Left = 175
          Top = 18
          Width = 52
          Height = 16
          Caption = 'Columns'
        end
        object labRowCount: TLabel
          Left = 202
          Top = 51
          Width = 34
          Height = 16
          Caption = 'Rows'
        end
        object Label3: TLabel
          Left = 8
          Top = 71
          Width = 48
          Height = 16
          Caption = 'Margins'
        end
        object Bevel1: TBevel
          Left = 67
          Top = 79
          Width = 238
          Height = 8
          Shape = bsTopLine
        end
        object Label6: TLabel
          Left = 8
          Top = 15
          Width = 72
          Height = 16
          Caption = 'Sheet Width'
        end
        object Label7: TLabel
          Left = 8
          Top = 40
          Width = 77
          Height = 16
          Caption = 'Sheet Height'
        end
        object TopMargin: TWPValueEdit
          Left = 58
          Top = 94
          Width = 70
          Height = 26
          AvailableUnits = [euInch, euCm, euPt]
          UnitType = euCm
          TabOrder = 0
          OnChange = ColCountChange
          AllowNegative = False
          Value = 0
          IntValue = 0
          Undefined = False
        end
        object LeftMargin: TWPValueEdit
          Left = 17
          Top = 126
          Width = 70
          Height = 26
          AvailableUnits = [euInch, euCm, euPt]
          UnitType = euCm
          TabOrder = 1
          OnChange = ColCountChange
          AllowNegative = False
          Value = 0
          IntValue = 0
          Undefined = False
        end
        object RightMargin: TWPValueEdit
          Left = 90
          Top = 126
          Width = 70
          Height = 26
          AvailableUnits = [euInch, euCm, euPt]
          UnitType = euCm
          TabOrder = 2
          OnChange = ColCountChange
          AllowNegative = False
          Value = 0
          IntValue = 0
          Undefined = False
        end
        object BottomMargin: TWPValueEdit
          Left = 59
          Top = 159
          Width = 71
          Height = 26
          AvailableUnits = [euInch, euCm, euPt]
          UnitType = euCm
          TabOrder = 3
          OnChange = ColCountChange
          AllowNegative = False
          Value = 0
          IntValue = 0
          Undefined = False
        end
        object HorzMargin: TWPValueEdit
          Left = 234
          Top = 108
          Width = 70
          Height = 26
          AvailableUnits = [euInch, euCm, euPt]
          UnitType = euCm
          TabOrder = 4
          OnChange = ColCountChange
          AllowNegative = False
          Value = 0
          IntValue = 0
          Undefined = False
        end
        object VertMargin: TWPValueEdit
          Left = 234
          Top = 159
          Width = 70
          Height = 26
          AvailableUnits = [euInch, euCm, euPt]
          UnitType = euCm
          TabOrder = 5
          OnChange = ColCountChange
          AllowNegative = False
          Value = 0
          IntValue = 0
          Undefined = False
        end
        object ColCount: TWPValueEdit
          Left = 245
          Top = 13
          Width = 61
          Height = 26
          Hint = 'Column Count'
          AvailableUnits = []
          UnitType = euStandard
          Precision = 0
          TabOrder = 6
          OnChange = ColCountChange
          AllowNegative = False
          Value = 2
          IntValue = 2
          Undefined = False
        end
        object RowCount: TWPValueEdit
          Left = 247
          Top = 45
          Width = 59
          Height = 26
          Hint = 'Row Count'
          AvailableUnits = []
          UnitType = euStandard
          Precision = 0
          TabOrder = 7
          OnChange = ColCountChange
          AllowNegative = False
          Value = 5
          IntValue = 5
          Undefined = False
        end
        object PageWidth: TWPValueEdit
          Left = 93
          Top = 13
          Width = 70
          Height = 26
          AvailableUnits = [euInch, euCm, euPt]
          UnitType = euCm
          TabOrder = 8
          OnChange = ColCountChange
          AllowNegative = False
          Value = 0
          IntValue = 0
          Undefined = False
        end
        object PageHeight: TWPValueEdit
          Left = 92
          Top = 42
          Width = 71
          Height = 26
          AvailableUnits = [euInch, euCm, euPt]
          UnitType = euCm
          TabOrder = 9
          OnChange = ColCountChange
          AllowNegative = False
          Value = 0
          IntValue = 0
          Undefined = False
        end
      end
      object Panel1: TPanel
        Left = 339
        Top = 43
        Width = 143
        Height = 189
        Anchors = [akLeft, akTop, akRight, akBottom]
        BevelInner = bvRaised
        BevelOuter = bvLowered
        TabOrder = 1
        object PaintBox1: TPaintBox
          Left = 2
          Top = 2
          Width = 139
          Height = 185
          Align = alClient
          OnPaint = PaintBox1Paint
        end
      end
      object SelectLabelName: TComboBox
        Left = 6
        Top = 9
        Width = 225
        Height = 24
        Style = csDropDownList
        ItemHeight = 0
        TabOrder = 2
        OnClick = SelectLabelNameClick
      end
      object NewLabelDef: TButton
        Left = 238
        Top = 8
        Width = 116
        Height = 25
        Caption = 'Save As ...'
        TabOrder = 3
        OnClick = NewLabelDefClick
      end
      object DeleteLabelDef: TButton
        Left = 358
        Top = 8
        Width = 116
        Height = 25
        Caption = 'Delete'
        TabOrder = 4
        OnClick = DeleteLabelDefClick
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 275
    Width = 503
    Height = 41
    Align = alBottom
    TabOrder = 1
    object Button2: TButton
      Left = 18
      Top = 7
      Width = 98
      Height = 25
      Caption = 'Printer Setup'
      TabOrder = 0
      OnClick = Button2Click
    end
    object Button1: TButton
      Left = 125
      Top = 7
      Width = 99
      Height = 25
      Caption = 'Print Label'
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button3: TButton
      Left = 392
      Top = 7
      Width = 99
      Height = 25
      Caption = 'Close'
      TabOrder = 2
      OnClick = Button3Click
    end
  end
  object WPSuperPrint1: TWPSuperPrint
    Mode = wpprLabels
    Landscape = wpprLandscapeOff
    Columns = 2
    Rows = 2
    BackgroundImageModes = []
    LabelStartRow = 0
    LabelStartColumn = 0
    EditBox = WPRichText1
    Preview = PaintBox1
    Left = 245
    Top = 64
  end
  object PrinterSetupDialog1: TPrinterSetupDialog
    Left = 254
    Top = 216
  end
end

⌨️ 快捷键说明

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