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

📄 unit1.~dfm

📁 自己编写的福利彩票分析软件
💻 ~DFM
📖 第 1 页 / 共 5 页
字号:
object Form1: TForm1
  Left = 213
  Top = 75
  BorderStyle = bsDialog
  Caption = #24425#31080#20998#26512#36719#20214
  ClientHeight = 621
  ClientWidth = 1045
  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 = 888
    Top = 424
    Width = 156
    Height = 13
    AutoSize = False
    Caption = #32418#33394#29699#22312#21508#20010#21306#38388#20986#29616#30340#27425#25968
  end
  object Label2: TLabel
    Left = 536
    Top = 16
    Width = 118
    Height = 13
    AutoSize = False
    Caption = #32418#29699'1'#20986#29616#21495#30721#27425#25968
  end
  object Label3: TLabel
    Left = 712
    Top = 16
    Width = 118
    Height = 13
    AutoSize = False
    Caption = #32418#29699'2'#20986#29616#21495#30721#27425#25968
  end
  object Label4: TLabel
    Left = 872
    Top = 16
    Width = 118
    Height = 13
    AutoSize = False
    Caption = #32418#29699'3'#20986#29616#21495#30721#27425#25968
  end
  object Label5: TLabel
    Left = 536
    Top = 224
    Width = 118
    Height = 13
    AutoSize = False
    Caption = #32418#29699'4'#20986#29616#21495#30721#27425#25968
  end
  object Label6: TLabel
    Left = 728
    Top = 224
    Width = 118
    Height = 13
    AutoSize = False
    Caption = #32418#29699'5'#20986#29616#21495#30721#27425#25968
  end
  object Label7: TLabel
    Left = 880
    Top = 224
    Width = 118
    Height = 13
    AutoSize = False
    Caption = #32418#29699'6'#20986#29616#21495#30721#27425#25968
  end
  object Label8: TLabel
    Left = 0
    Top = 616
    Width = 126
    Height = 13
    AutoSize = False
    Caption = #34013#33394#29699#20986#29616#21495#30721#27425#25968
    Visible = False
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 24
    Width = 513
    Height = 265
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'QS'
        Title.Caption = #24425#31080#26399
        Width = 43
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'red1'
        Title.Caption = #32418#33394#29699'1'
        Width = 47
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'red2'
        Title.Caption = #32418#33394#29699'2'
        Width = 46
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'red3'
        Title.Caption = #32418#33394#29699'3'
        Width = 47
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'red4'
        Title.Caption = #32418#33394#29699'4'
        Width = 51
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'red5'
        Title.Caption = #32418#33394#29699'5'
        Width = 49
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'red6'
        Title.Caption = #32418#33394#29699'6'
        Width = 48
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'red7'
        Title.Caption = #34013#33394#29699
        Width = 39
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'red10'
        Title.Caption = '1-10'#25968
        Width = 33
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'red21'
        Title.Caption = '11-20'#25968
        Width = 37
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'red33'
        Title.Caption = #22823#20110'21'#25968
        Width = 46
        Visible = True
      end>
  end
  object Button1: TButton
    Left = 0
    Top = 632
    Width = 75
    Height = 25
    Caption = #23548#20837
    TabOrder = 1
    Visible = False
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 0
    Top = 664
    Width = 57
    Height = 25
    Lines.Strings = (
      'Memo1')
    TabOrder = 2
    Visible = False
  end
  object Button2: TButton
    Left = 8
    Top = 704
    Width = 75
    Height = 25
    Caption = #20998#26512
    TabOrder = 3
    Visible = False
    OnClick = Button2Click
  end
  object BitBtn1: TBitBtn
    Left = 88
    Top = 312
    Width = 75
    Height = 25
    Caption = #21047#26032
    TabOrder = 4
    OnClick = BitBtn1Click
  end
  object Button3: TButton
    Left = 288
    Top = 312
    Width = 105
    Height = 25
    Caption = #29983#25104#32467#26524
    TabOrder = 5
    OnClick = Button3Click
  end
  object Memo2: TMemo
    Left = 72
    Top = 664
    Width = 49
    Height = 17
    TabOrder = 6
    Visible = False
  end
  object DBGrid2: TDBGrid
    Left = 544
    Top = 423
    Width = 169
    Height = 177
    DataSource = DataSource2
    TabOrder = 7
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'haoma'
        Title.Caption = #32418#29699#21495#30721
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'cishu'
        Title.Caption = #20986#29616#30340#27425#25968
        Visible = True
      end>
  end
  object DBGrid3: TDBGrid
    Left = 720
    Top = 423
    Width = 153
    Height = 177
    DataSource = DataSource3
    TabOrder = 8
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'bhaoma'
        Title.Caption = #34013#29699#21495#30721
        Width = 53
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bcishu'
        Title.Caption = #20986#29616#27425#25968
        Width = 50
        Visible = True
      end>
  end
  object Memo3: TMemo
    Left = 888
    Top = 439
    Width = 161
    Height = 161
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    Lines.Strings = (
      '')
    ParentFont = False
    TabOrder = 9
  end
  object DBGrid4: TDBGrid
    Left = 536
    Top = 32
    Width = 153
    Height = 169

⌨️ 快捷键说明

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