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

📄 unit1.dfm

📁 通过淘宝网站彩票系统导出最近几期的中奖记录 可以导出成文本或SQL数据库
💻 DFM
字号:
object Form1: TForm1
  Left = 433
  Top = 174
  Width = 305
  Height = 467
  Caption = #21452#33394#29699#36208#21183
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 368
    Width = 54
    Height = 12
    Caption = #26174#31034#26368#36817':'
  end
  object Label2: TLabel
    Left = 112
    Top = 368
    Width = 12
    Height = 12
    Caption = #26399
  end
  object Label3: TLabel
    Left = 144
    Top = 368
    Width = 54
    Height = 12
    Caption = #23548#20986#26041#24335':'
  end
  object BtnRequest: TButton
    Left = 8
    Top = 399
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 0
    OnClick = BtnRequestClick
  end
  object BtnCancel: TButton
    Left = 111
    Top = 399
    Width = 75
    Height = 25
    Caption = #20572#27490
    TabOrder = 1
    OnClick = BtnCancelClick
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 280
    Height = 169
    Caption = ' Balls '
    TabOrder = 2
    object ListBox1: TListBox
      Left = 2
      Top = 14
      Width = 276
      Height = 153
      Align = alClient
      ItemHeight = 12
      TabOrder = 0
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 184
    Width = 280
    Height = 161
    Caption = ' Logs '
    TabOrder = 3
    object lstlog: TListBox
      Left = 2
      Top = 14
      Width = 276
      Height = 145
      Align = alClient
      ItemHeight = 12
      TabOrder = 0
    end
  end
  object Button1: TButton
    Left = 214
    Top = 399
    Width = 75
    Height = 25
    Caption = #23548#20986
    TabOrder = 4
    OnClick = Button1Click
  end
  object ComboBox1: TComboBox
    Left = 64
    Top = 364
    Width = 43
    Height = 20
    ItemHeight = 12
    ItemIndex = 0
    TabOrder = 5
    Text = '10'
    Items.Strings = (
      '10'
      '20'
      '30'
      '50'
      '100'
      '200'
      '300')
  end
  object R1: TRadioButton
    Left = 200
    Top = 365
    Width = 42
    Height = 17
    Caption = 'TXT'
    Checked = True
    TabOrder = 6
    TabStop = True
  end
  object R2: TRadioButton
    Left = 248
    Top = 365
    Width = 41
    Height = 17
    Caption = 'SQL'
    TabOrder = 7
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = '*.txt'
    Left = 216
    Top = 88
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 144
    Top = 88
  end
  object ADOConnection1: TADOConnection
    Left = 104
    Top = 88
  end
end

⌨️ 快捷键说明

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