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

📄 unit1.dfm

📁 对已往的3D彩票号码进行统计
💻 DFM
字号:
object Form1: TForm1
  Left = 241
  Top = 73
  Width = 681
  Height = 602
  Caption = '3D'#24425#31080#25968#25454#32479#35745
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 8
    Width = 6
    Height = 13
    Caption = '0'
  end
  object DBGrid1: TDBGrid
    Left = 88
    Top = 8
    Width = 561
    Height = 401
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDrawColumnCell = DBGrid1DrawColumnCell
  end
  object Button1: TButton
    Left = 8
    Top = 389
    Width = 75
    Height = 26
    Caption = 'query'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 96
    Top = 416
    Width = 481
    Height = 65
    Lines.Strings = (
      'select uid,d1,d2,d3 from List order by uid desc')
    TabOrder = 2
  end
  object Button2: TButton
    Left = 8
    Top = 448
    Width = 75
    Height = 25
    Caption = 'Clear'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 8
    Top = 477
    Width = 75
    Height = 25
    Caption = 'reset'
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 8
    Top = 419
    Width = 75
    Height = 25
    Caption = 'command'
    TabOrder = 5
    OnClick = Button4Click
  end
  object Memo2: TMemo
    Left = 160
    Top = 488
    Width = 433
    Height = 81
    ScrollBars = ssVertical
    TabOrder = 6
  end
  object CheckBox1: TCheckBox
    Left = 0
    Top = 40
    Width = 73
    Height = 17
    Caption = #39068#33394#26631#27880'  '
    TabOrder = 7
    OnClick = CheckBox1Click
  end
  object ListBox1: TListBox
    Left = 0
    Top = 64
    Width = 85
    Height = 289
    ItemHeight = 13
    Items.Strings = (
      #32454#26126
      #25152#26377#39034#23376
      #25152#26377#32452'3'
      #25152#26377#32452'6'
      #21644#20540
      #21644#20540#32479#35745
      #21508#20301#32479#35745
      #32452#19977#35814#32454
      #32452#19977#32452#25968#32479#35745
      #26597#35810'D'#20986#29616#24773#20917
      #31934#30830#26597#35810
      #27169#31946#26597#35810
      #23450#20301#26597#35810
      #20840#22855#26597#35810
      #20840#20598#26597#35810
      #20840#22855#32452'3'#26597#35810
      #20840#20598#32452'3'#26597#35810
      #36335#25968#26597#35810
      #36335#25968#26126#32454
      #35814#32454#25968#25454
      #32452#25968#26597#35810)
    TabOrder = 8
    OnClick = ListBox1Click
  end
  object ComboBox1: TComboBox
    Left = 584
    Top = 414
    Width = 49
    Height = 21
    ItemHeight = 13
    TabOrder = 9
    Text = '0'
    Items.Strings = (
      '0'
      '1'
      '2'
      '3'
      '4'
      '5'
      '6'
      '7'
      '8'
      '9')
  end
  object ComboBox2: TComboBox
    Left = 584
    Top = 435
    Width = 49
    Height = 21
    ItemHeight = 13
    TabOrder = 10
    Text = '0'
    Items.Strings = (
      '0'
      '1'
      '2'
      '3'
      '4'
      '5'
      '6'
      '7'
      '8'
      '9')
  end
  object ComboBox3: TComboBox
    Left = 584
    Top = 456
    Width = 49
    Height = 21
    ItemHeight = 13
    TabOrder = 11
    Text = '0'
    Items.Strings = (
      '0'
      '1'
      '2'
      '3'
      '4'
      '5'
      '6'
      '7'
      '8'
      '9')
  end
  object CheckBox2: TCheckBox
    Left = 632
    Top = 416
    Width = 33
    Height = 17
    Caption = #30334'   '
    TabOrder = 12
  end
  object CheckBox3: TCheckBox
    Left = 632
    Top = 436
    Width = 33
    Height = 17
    Caption = #21313
    TabOrder = 13
  end
  object CheckBox4: TCheckBox
    Left = 632
    Top = 458
    Width = 31
    Height = 17
    Caption = #20010'   '
    TabOrder = 14
  end
  object Button5: TButton
    Left = 8
    Top = 360
    Width = 75
    Height = 25
    Caption = 'chart'
    TabOrder = 15
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 96
    Top = 539
    Width = 59
    Height = 25
    Caption = 'random'
    TabOrder = 16
    OnClick = Button6Click
  end
  object ComboBox4: TComboBox
    Left = 96
    Top = 488
    Width = 65
    Height = 21
    ItemHeight = 13
    TabOrder = 17
    Text = #21452#33394#29699
    Items.Strings = (
      '3D'
      '5/23'
      '7/30'
      '7/36'
      #21452#33394#29699)
  end
  object Edit1: TEdit
    Left = 96
    Top = 514
    Width = 57
    Height = 21
    TabOrder = 18
    Text = '5'
  end
  object Button7: TButton
    Left = 8
    Top = 540
    Width = 74
    Height = 25
    Caption = #25968#25454#36807#28388
    TabOrder = 19
    OnClick = Button7Click
  end
  object Button8: TButton
    Left = 8
    Top = 508
    Width = 75
    Height = 25
    Caption = #25171#21360
    TabOrder = 20
  end
  object Button9: TButton
    Left = 600
    Top = 488
    Width = 57
    Height = 25
    Caption = 'update'
    TabOrder = 21
    OnClick = Button9Click
  end
  object Button10: TButton
    Left = 600
    Top = 520
    Width = 57
    Height = 25
    Caption = 'history Up'
    TabOrder = 22
    OnClick = Button10Click
  end
  object Button11: TButton
    Left = 400
    Top = 280
    Width = 75
    Height = 25
    Caption = 'Button11'
    TabOrder = 23
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=db1.mdb;Persist Sec' +
      'urity Info=False'
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 128
    Top = 32
  end
  object ADOCommand1: TADOCommand
    Connection = ADOConnection1
    Parameters = <>
    Left = 128
    Top = 64
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 128
    Top = 96
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 128
    Top = 128
  end
end

⌨️ 快捷键说明

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