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

📄 unit1.~dfm

📁 DbAnyWhere开发套件
💻 ~DFM
字号:
object Form1: TForm1
  Left = 214
  Top = 222
  Width = 700
  Height = 480
  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 DBGrid1: TDBGrid
    Left = 24
    Top = 16
    Width = 577
    Height = 169
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 24
    Top = 368
    Width = 75
    Height = 25
    Caption = 'login'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 104
    Top = 368
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 24
    Top = 400
    Width = 121
    Height = 21
    TabOrder = 3
    Text = 'Edit1'
  end
  object Button3: TButton
    Left = 184
    Top = 368
    Width = 75
    Height = 25
    Caption = #25554#20837
    TabOrder = 4
    OnClick = Button3Click
  end
  object DBGrid2: TDBGrid
    Left = 24
    Top = 192
    Width = 577
    Height = 169
    DataSource = DataSource2
    TabOrder = 5
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object udp: TRemoteUdpConnection
    ProxyIp = '127.0.0.1'
    ProxyPort = 6000
    UDP_DefaultPort = 9000
    UDPActive = False
    Show_State = True
    Show_Message = False
    Message_Title = #26381#21153#22120#30701#28040#24687#65306
    Send_value = 0
    Rev_value = 0
    RevSpeed = '0'
    SendSpeed = '0'
    DbIp = '192.168.1.68'
    DbPort = 8000
    CodeStr = 'hongkun'
    Left = 8
    Top = 8
  end
  object qq: TRemoteDataSet
    Aggregates = <>
    Params = <>
    RTSelectType = SelectAll
    RTPageNo = 1
    RTPageSize = 10
    RTPageNum = 0
    success = False
    RemoteUdpConnection = udp
    RTActive = False
    RTParams = <>
    Left = 8
    Top = 40
  end
  object DataSource1: TDataSource
    DataSet = qq
    Left = 8
    Top = 72
  end
  object Timer1: TTimer
    Interval = 100
    OnTimer = Timer1Timer
    Left = 8
    Top = 104
  end
  object qq1: TRemoteDataSet
    Aggregates = <>
    Params = <>
    RTSelectType = SelectAll
    RTPageNo = 1
    RTPageSize = 10
    RTPageNum = 0
    success = False
    RemoteUdpConnection = udp
    RTActive = False
    RTParams = <>
    Left = 8
    Top = 136
  end
  object qq2: TRemoteDataSet
    Aggregates = <>
    Params = <>
    RTSelectType = SelectAll
    RTPageNo = 1
    RTPageSize = 10
    RTPageNum = 0
    success = False
    RemoteUdpConnection = udp
    RTActive = False
    RTParams = <>
    Left = 16
    Top = 240
  end
  object DataSource2: TDataSource
    DataSet = qq2
    Left = 16
    Top = 272
  end
end

⌨️ 快捷键说明

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