OpenCores
URL https://opencores.org/ocsvn/cheap_ethernet/cheap_ethernet/trunk

Subversion Repositories cheap_ethernet

[/] [cheap_ethernet/] [trunk/] [FPGAUDP/] [main.dfm] - Blame information for rev 3

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 graver
object Form1: TForm1
2
  Left = 192
3
  Top = 114
4
  Width = 763
5
  Height = 560
6
  Caption = 'FPGA Cheap Ethernet test'
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'MS Sans Serif'
12
  Font.Style = []
13
  OldCreateOrder = False
14
  OnShow = FormShow
15
  DesignSize = (
16
    755
17
    526)
18
  PixelsPerInch = 96
19
  TextHeight = 13
20
  object Label1: TLabel
21
    Left = 24
22
    Top = 20
23
    Width = 69
24
    Height = 13
25
    Caption = 'Destination IP '
26
  end
27
  object Memo1: TMemo
28
    Left = 8
29
    Top = 52
30
    Width = 739
31
    Height = 464
32
    Anchors = [akLeft, akTop, akRight, akBottom]
33
    TabOrder = 0
34
  end
35
  object Button1: TButton
36
    Left = 244
37
    Top = 16
38
    Width = 75
39
    Height = 25
40
    Caption = 'Led ON'
41
    TabOrder = 1
42
    OnClick = ButtonsClick
43
  end
44
  object Edit1: TEdit
45
    Left = 104
46
    Top = 16
47
    Width = 121
48
    Height = 21
49
    TabOrder = 2
50
    Text = '192.168.1.44'
51
  end
52
  object Button2: TButton
53
    Tag = 1
54
    Left = 328
55
    Top = 16
56
    Width = 75
57
    Height = 25
58
    Caption = 'Led OFF'
59
    TabOrder = 3
60
    OnClick = ButtonsClick
61
  end
62
  object Button3: TButton
63
    Tag = 5
64
    Left = 664
65
    Top = 16
66
    Width = 75
67
    Height = 25
68
    Caption = 'Echo'
69
    TabOrder = 4
70
    OnClick = ButtonsClick
71
  end
72
  object Button5: TButton
73
    Tag = 4
74
    Left = 580
75
    Top = 16
76
    Width = 75
77
    Height = 25
78
    Caption = 'Get Status'
79
    TabOrder = 5
80
    OnClick = ButtonsClick
81
  end
82
  object Button4: TButton
83
    Tag = 2
84
    Left = 412
85
    Top = 16
86
    Width = 75
87
    Height = 25
88
    Caption = 'Autosend ON'
89
    TabOrder = 6
90
    OnClick = ButtonsClick
91
  end
92
  object Button6: TButton
93
    Tag = 3
94
    Left = 496
95
    Top = 16
96
    Width = 75
97
    Height = 25
98
    Caption = 'Autosend OFF'
99
    TabOrder = 7
100
    OnClick = ButtonsClick
101
  end
102
  object IdUDPServer1: TIdUDPServer
103
    Bindings = <
104
      item
105
        IP = '0.0.0.0'
106
        Port = 1024
107
      end>
108
    DefaultPort = 0
109
    OnUDPRead = IdUDPServer1UDPRead
110
    Left = 204
111
    Top = 64
112
  end
113
  object IdUDPClient1: TIdUDPClient
114
    Host = '192.168.1.44'
115
    Port = 1024
116
    Left = 152
117
    Top = 64
118
  end
119
end

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.