hwexport.dfm.svn-base

来自「开源的网站整站程序,功能强大带采集系统.」· SVN-BASE 代码 · 共 84 行

SVN-BASE
84
字号
object HwExportForm: THwExportForm
  Left = 219
  Top = 115
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #23548#20986#25968#25454
  ClientHeight = 311
  ClientWidth = 289
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object gbFields: TGroupBox
    Left = 8
    Top = 64
    Width = 273
    Height = 201
    Caption = #23383#27573#36873#25321
    TabOrder = 0
    object clbFields: TCheckListBox
      Left = 8
      Top = 16
      Width = 257
      Height = 177
      ItemHeight = 12
      TabOrder = 0
    end
  end
  object rgType: TRadioGroup
    Left = 8
    Top = 8
    Width = 273
    Height = 49
    Caption = #23548#20986#31867#22411
    Columns = 3
    ItemIndex = 0
    Items.Strings = (
      'EXCEL'
      'TEXT')
    TabOrder = 1
  end
  object bbtnOk: TBitBtn
    Left = 144
    Top = 272
    Width = 67
    Height = 25
    Caption = #30830#23450'(&O)'
    TabOrder = 2
    OnClick = bbtnOkClick
  end
  object bbtnExit: TBitBtn
    Left = 216
    Top = 272
    Width = 67
    Height = 25
    Caption = #36864#20986'(&X)'
    TabOrder = 3
    OnClick = bbtnExitClick
  end
  object ProgressBar1: TProgressBar
    Left = 8
    Top = 280
    Width = 121
    Height = 17
    Min = 0
    Max = 100
    TabOrder = 4
    Visible = False
  end
  object SaveDialog1: TSaveDialog
    Left = 56
    Top = 264
  end
end

⌨️ 快捷键说明

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