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

📄 p_word_set.dfm

📁 学员管理的软件
💻 DFM
字号:
object word_set: Tword_set
  Left = 271
  Top = 202
  Width = 564
  Height = 249
  Caption = #23548#20986#21040'WORD'#35774#32622'...'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 556
    Height = 215
    Align = alClient
    Caption = #23383#20307#35774#32622
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 24
      Height = 13
      Caption = #23383#20307
    end
    object Label2: TLabel
      Left = 152
      Top = 184
      Width = 48
      Height = 13
      Caption = #23383#20307#22823#23567
    end
    object Label3: TLabel
      Left = 160
      Top = 24
      Width = 60
      Height = 13
      Caption = #36873#25321#35797#21367#65306
    end
    object Label4: TLabel
      Left = 416
      Top = 24
      Width = 48
      Height = 13
      Caption = #29616#26377#25991#26723
    end
    object Fonttype: TListBox
      Left = 8
      Top = 32
      Width = 137
      Height = 169
      ItemHeight = 13
      TabOrder = 0
    end
    object Size: TEdit
      Left = 216
      Top = 176
      Width = 65
      Height = 21
      TabOrder = 1
      Text = '12'
    end
    object ChkBoxUnderline: TCheckBox
      Left = 160
      Top = 48
      Width = 97
      Height = 17
      Caption = #19979#21010#32447
      TabOrder = 2
    end
    object ChkBoxBold: TCheckBox
      Left = 160
      Top = 80
      Width = 97
      Height = 17
      Caption = #31895#20307
      TabOrder = 3
    end
    object ChkBoxItalic: TCheckBox
      Left = 160
      Top = 112
      Width = 97
      Height = 17
      Caption = #26012#20307
      TabOrder = 4
    end
    object ChkBoxEmboss: TCheckBox
      Left = 160
      Top = 144
      Width = 73
      Height = 17
      Caption = #21152#24378
      TabOrder = 5
    end
    object ChkBoxEngrave: TCheckBox
      Left = 232
      Top = 48
      Width = 97
      Height = 17
      Caption = #38378#28865
      TabOrder = 6
    end
    object ChkBoxShadow: TCheckBox
      Left = 232
      Top = 80
      Width = 97
      Height = 17
      Caption = #38452#24433
      TabOrder = 7
    end
    object ChkBoxDoublestrike: TCheckBox
      Left = 232
      Top = 112
      Width = 97
      Height = 17
      Caption = #21452#21024#38500#32447
      TabOrder = 8
    end
    object ChkBoxStrike: TCheckBox
      Left = 232
      Top = 144
      Width = 97
      Height = 17
      Caption = #21024#38500#32447
      TabOrder = 9
    end
    object BitBtn1: TBitBtn
      Left = 312
      Top = 48
      Width = 89
      Height = 25
      Caption = #23548#20986
      TabOrder = 10
      OnClick = BitBtn1Click
      Kind = bkOK
    end
    object ProgressBar1: TProgressBar
      Left = 2
      Top = 197
      Width = 552
      Height = 16
      Align = alBottom
      Min = 0
      Max = 100
      TabOrder = 11
    end
    object ComboBox1: TComboBox
      Left = 232
      Top = 16
      Width = 169
      Height = 21
      ItemHeight = 13
      TabOrder = 12
    end
    object UpDown1: TUpDown
      Left = 281
      Top = 176
      Width = 15
      Height = 21
      Associate = Size
      Min = 8
      Max = 40
      Position = 12
      TabOrder = 13
      Wrap = False
    end
    object BtnPrint: TBitBtn
      Left = 312
      Top = 96
      Width = 89
      Height = 25
      Caption = #25171#21360
      Enabled = False
      TabOrder = 14
      OnClick = BtnPrintClick
      Kind = bkAll
    end
    object BtnPreview: TBitBtn
      Left = 312
      Top = 144
      Width = 89
      Height = 25
      Caption = #25171#21360#39044#35272
      Enabled = False
      TabOrder = 15
      OnClick = BtnPreviewClick
      Kind = bkIgnore
    end
    object lbDocs: TListBox
      Left = 416
      Top = 48
      Width = 137
      Height = 121
      ItemHeight = 13
      TabOrder = 16
    end
    object ChkBoxNewDoc: TCheckBox
      Left = 416
      Top = 176
      Width = 97
      Height = 17
      Caption = #26032#24314#25991#26723
      TabOrder = 17
    end
  end
  object WordDocument: TWordDocument
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 240
    Top = 88
  end
  object WordFont: TWordFont
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 240
    Top = 120
  end
  object WordApplication: TWordApplication
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    AutoQuit = False
    OnDocumentChange = WordApplicationDocumentChange
    Left = 240
    Top = 56
  end
  object ADOQuery1: TADOQuery
    Connection = DataModule2.ADOConnection1
    Parameters = <>
    Left = 248
    Top = 160
  end
end

⌨️ 快捷键说明

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