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

📄 unit1.~dfm

📁 用于产生随机数
💻 ~DFM
字号:
object Form1: TForm1
  Left = 416
  Top = 111
  Width = 488
  Height = 398
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 80
    Width = 121
    Height = 13
    AutoSize = False
    Caption = #21345#21495#20301#25968'  '#21345#21495#21069#32512
  end
  object Label2: TLabel
    Left = 40
    Top = 176
    Width = 121
    Height = 13
    AutoSize = False
    Caption = #20010#25968
  end
  object Label3: TLabel
    Left = 96
    Top = 232
    Width = 81
    Height = 13
    AutoSize = False
  end
  object Label4: TLabel
    Left = 40
    Top = 128
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #23494#30721#20301#25968
  end
  object DBGrid1: TDBGrid
    Left = 176
    Top = 8
    Width = 241
    Height = 241
    DataSource = DataSource1
    PopupMenu = PopupMenu1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'mnum'
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'mpassword'
        Width = 100
        Visible = True
      end>
  end
  object Button1: TButton
    Left = 40
    Top = 40
    Width = 75
    Height = 25
    Caption = #24320#22987#20135#29983
    TabOrder = 1
    OnClick = Button1Click
  end
  object DBNavigator1: TDBNavigator
    Left = 176
    Top = 256
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 2
  end
  object Button2: TButton
    Left = 96
    Top = 256
    Width = 75
    Height = 25
    Caption = #28165#31354
    TabOrder = 3
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 40
    Top = 96
    Width = 57
    Height = 21
    TabOrder = 4
    Text = '1'
  end
  object Edit2: TEdit
    Left = 40
    Top = 192
    Width = 121
    Height = 21
    TabOrder = 5
    Text = '99999'
  end
  object Edit3: TEdit
    Left = 40
    Top = 144
    Width = 121
    Height = 21
    TabOrder = 6
    Text = '6'
  end
  object Button3: TButton
    Left = 32
    Top = 328
    Width = 75
    Height = 25
    Caption = 'temp'
    TabOrder = 7
    Visible = False
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 168
    Top = 328
    Width = 75
    Height = 25
    Caption = 'Button4'
    TabOrder = 8
    Visible = False
    OnClick = Button4Click
  end
  object Edit4: TEdit
    Left = 104
    Top = 96
    Width = 57
    Height = 21
    TabOrder = 9
    Text = '1'
  end
  object DataSource1: TDataSource
    DataSet = at_mnumtemp
    Left = 80
    Top = 8
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=Rando' +
      'm.mdb;Mode=Share Deny None;Extended Properties="";Persist Securi' +
      'ty Info=False;Jet OLEDB:System database="";Jet OLEDB:Registry Pa' +
      'th="";Jet OLEDB:Database Password="";Jet OLEDB:Engine Type=5;Jet' +
      ' OLEDB:Database Locking Mode=1;Jet OLEDB:Global Partial Bulk Ops' +
      '=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Database P' +
      'assword="";Jet OLEDB:Create System Database=False;Jet OLEDB:Encr' +
      'ypt Database=False;Jet OLEDB:Don'#39't Copy Locale on Compact=False;' +
      'Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SFP=Fal' +
      'se'
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 40
    Top = 8
  end
  object at_Random: TADOTable
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'Num'
    Left = 112
    Top = 8
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    SQL.Strings = (
      'delete from Num')
    Left = 144
    Top = 8
  end
  object at_pw: TADOTable
    Connection = ADOConnection1
    TableName = 'pw'
    Left = 8
    Top = 40
  end
  object ADOQuery2: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    SQL.Strings = (
      'delete from pw')
    Left = 8
    Top = 72
  end
  object at_mnumtemp: TADOTable
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'mnumtemp'
    Left = 8
    Top = 224
  end
  object ADOQuery3: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    SQL.Strings = (
      'delete * from mnumtemp')
    Left = 8
    Top = 256
  end
  object PopupMenu1: TPopupMenu
    Left = 40
    Top = 224
    object N1: TMenuItem
      Caption = #23548#20986#21040'excel'
      OnClick = N1Click
    end
  end
end

⌨️ 快捷键说明

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