mainunit.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:4k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 381
  3.   Top = 269
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = #21033#29992#27880#20876#34920#36941#21382#33719#21462#26412#26426'IP'#22320#22336#28436#31034
  7.   ClientHeight = 260
  8.   ClientWidth = 311
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 305
  23.     Height = 121
  24.     Caption = 'IP'#22320#22336#33719#21462
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 32
  28.       Top = 24
  29.       Width = 72
  30.       Height = 12
  31.       Caption = #26412#26426'IP'#22320#22336#65306
  32.       Font.Charset = GB2312_CHARSET
  33.       Font.Color = clWindowText
  34.       Font.Height = -12
  35.       Font.Name = #23435#20307
  36.       Font.Style = []
  37.       ParentFont = False
  38.     end
  39.     object Button1: TButton
  40.       Left = 32
  41.       Top = 56
  42.       Width = 225
  43.       Height = 25
  44.       Caption = #36890#36807'API'#20989#25968#33719#21462#26412#26426'IP'#22320#22336'(&A)'
  45.       Font.Charset = ANSI_CHARSET
  46.       Font.Color = clWindowText
  47.       Font.Height = -12
  48.       Font.Name = #23435#20307
  49.       Font.Style = []
  50.       ParentFont = False
  51.       TabOrder = 0
  52.       OnClick = Button1Click
  53.     end
  54.     object Button2: TButton
  55.       Left = 32
  56.       Top = 88
  57.       Width = 225
  58.       Height = 25
  59.       Caption = #36890#36807#27880#20876#34920#33719#21462#26412#26426'IP'#22320#22336'(&R)'
  60.       Font.Charset = ANSI_CHARSET
  61.       Font.Color = clWindowText
  62.       Font.Height = -12
  63.       Font.Name = #23435#20307
  64.       Font.Style = []
  65.       ParentFont = False
  66.       TabOrder = 1
  67.       OnClick = Button2Click
  68.     end
  69.     object Edit1: TEdit
  70.       Left = 104
  71.       Top = 19
  72.       Width = 153
  73.       Height = 21
  74.       Enabled = False
  75.       TabOrder = 2
  76.     end
  77.   end
  78.   object GroupBox2: TGroupBox
  79.     Left = 0
  80.     Top = 128
  81.     Width = 305
  82.     Height = 129
  83.     Caption = 'TCP/IP'#35774#32622
  84.     TabOrder = 1
  85.     object Label2: TLabel
  86.       Left = 8
  87.       Top = 48
  88.       Width = 138
  89.       Height = 12
  90.       Caption = #25351#23450'IP'#22320#22336'(IPAddress)'#65306
  91.       Font.Charset = GB2312_CHARSET
  92.       Font.Color = clWindowText
  93.       Font.Height = -12
  94.       Font.Name = #23435#20307
  95.       Font.Style = []
  96.       ParentFont = False
  97.     end
  98.     object Label3: TLabel
  99.       Left = 8
  100.       Top = 72
  101.       Width = 138
  102.       Height = 12
  103.       Caption = #25351#23450#23376#32593#25513#30721'(SubMask)'#65306
  104.       Font.Charset = GB2312_CHARSET
  105.       Font.Color = clWindowText
  106.       Font.Height = -12
  107.       Font.Name = #23435#20307
  108.       Font.Style = []
  109.       ParentFont = False
  110.     end
  111.     object Label4: TLabel
  112.       Left = 8
  113.       Top = 96
  114.       Width = 138
  115.       Height = 12
  116.       Caption = #25351#23450#32570#30465#32593#20851'(GateWay)'#65306
  117.       Font.Charset = GB2312_CHARSET
  118.       Font.Color = clWindowText
  119.       Font.Height = -12
  120.       Font.Name = #23435#20307
  121.       Font.Style = []
  122.       ParentFont = False
  123.     end
  124.     object Label6: TLabel
  125.       Left = 8
  126.       Top = 24
  127.       Width = 60
  128.       Height = 13
  129.       Caption = #32593#21345#21517#31216#65306
  130.     end
  131.     object Edit2: TEdit
  132.       Left = 152
  133.       Top = 43
  134.       Width = 129
  135.       Height = 21
  136.       TabOrder = 0
  137.     end
  138.     object Edit3: TEdit
  139.       Left = 152
  140.       Top = 67
  141.       Width = 129
  142.       Height = 21
  143.       TabOrder = 1
  144.     end
  145.     object Edit4: TEdit
  146.       Left = 152
  147.       Top = 91
  148.       Width = 129
  149.       Height = 21
  150.       TabOrder = 2
  151.     end
  152.   end
  153. end