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

📄 unit1.dfm

📁 delphi实现的可以在局域网中两台计算机之间进行SQL server 2000异机同步备份
💻 DFM
字号:
object Form1: TForm1
  Left = 301
  Top = 194
  Width = 534
  Height = 451
  Caption = 'Form1'
  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 = 262
    Top = 141
    Width = 10
    Height = 13
    Caption = 'IP'
  end
  object Label2: TLabel
    Left = 8
    Top = 6
    Width = 193
    Height = 13
    AutoSize = False
    Caption = 'SQL'#22791#20221#25991#20214#20301#32622':'
  end
  object Label3: TLabel
    Left = 256
    Top = 40
    Width = 265
    Height = 13
    AutoSize = False
    Caption = #35828#26126#65306#20808#38468#21152#35201#36827#34892#21516#27493#22791#20221#30340#25968#25454#24211#25991#20214#65292
  end
  object Memo1: TMemo
    Left = 0
    Top = 279
    Width = 526
    Height = 138
    Align = alBottom
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
  end
  object Button1: TButton
    Left = 272
    Top = 190
    Width = 75
    Height = 25
    Caption = 'Ping'
    TabOrder = 1
    OnClick = Button1Click
  end
  object PingEdit: TEdit
    Left = 280
    Top = 138
    Width = 177
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 2
    Text = '192.168.1.1'
  end
  object BitBtn1: TBitBtn
    Left = 352
    Top = 192
    Width = 75
    Height = 25
    Caption = #21551#21160
    TabOrder = 3
    OnClick = BitBtn1Click
  end
  object ShellTreeView1: TShellTreeView
    Left = 8
    Top = 24
    Width = 241
    Height = 97
    ObjectTypes = [otFolders]
    Root = 'rfDesktop'
    UseShellImages = True
    AutoRefresh = False
    Indent = 19
    ParentColor = False
    RightClickSelect = True
    ShowRoot = False
    TabOrder = 4
    OnDblClick = ShellTreeView1DblClick
  end
  object FileListBox1: TFileListBox
    Left = 8
    Top = 128
    Width = 241
    Height = 145
    ItemHeight = 13
    TabOrder = 5
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 168
    Top = 61
  end
  object ADOTmp: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=zhgs6854249;Persist Security Info=T' +
      'rue;User ID=sa;Initial Catalog=Test;Data Source=127.0.0.1'
    Parameters = <>
    Left = 160
    Top = 85
  end
end

⌨️ 快捷键说明

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