uSelIP.dfm
上传用户:axbxcx
上传日期:2009-10-29
资源大小:15k
文件大小:4k
源码类别:

TAPI编程

开发平台:

Delphi

  1. object FormSelIP: TFormSelIP
  2.   Left = 228
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = #36873#25321#22320#22336
  6.   ClientHeight = 205
  7.   ClientWidth = 307
  8.   Color = clCream
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 16
  21.     Width = 272
  22.     Height = 16
  23.     Caption = #20320#26377#22810#20010'IP'#22320#22336#65292#35831#36873#25321#19968#20010#25509#25910#23545#26041#30340#36830#25509#12290
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clBlue
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object LbMySelIP: TLabel
  32.     Left = 16
  33.     Top = 40
  34.     Width = 68
  35.     Height = 16
  36.     Caption = #25105#30340#36873#25321#26159':'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clRed
  39.     Font.Height = -13
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.   end
  44.   object LsAllIP: TListBox
  45.     Left = 16
  46.     Top = 64
  47.     Width = 177
  48.     Height = 121
  49.     BevelKind = bkFlat
  50.     ItemHeight = 13
  51.     TabOrder = 0
  52.     OnClick = LsAllIPClick
  53.   end
  54.   object BtOk: TBitBtn
  55.     Left = 216
  56.     Top = 64
  57.     Width = 75
  58.     Height = 25
  59.     Caption = #30830#23450
  60.     Default = True
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clBlue
  63.     Font.Height = -13
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ModalResult = 1
  67.     ParentFont = False
  68.     TabOrder = 1
  69.     Glyph.Data = {
  70.       76010000424D7601000000000000760000002800000020000000100000000100
  71.       04000000000000010000120B0000120B00001000000000000000000000000000
  72.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  73.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  74.       555555555555555555555555555555555555555555FF55555555555559055555
  75.       55555555577FF5555555555599905555555555557777F5555555555599905555
  76.       555555557777FF5555555559999905555555555777777F555555559999990555
  77.       5555557777777FF5555557990599905555555777757777F55555790555599055
  78.       55557775555777FF5555555555599905555555555557777F5555555555559905
  79.       555555555555777FF5555555555559905555555555555777FF55555555555579
  80.       05555555555555777FF5555555555557905555555555555777FF555555555555
  81.       5990555555555555577755555555555555555555555555555555}
  82.     NumGlyphs = 2
  83.   end
  84.   object BtCancel: TBitBtn
  85.     Left = 216
  86.     Top = 112
  87.     Width = 75
  88.     Height = 25
  89.     Cancel = True
  90.     Caption = #21462#28040
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clBlue
  93.     Font.Height = -13
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ModalResult = 2
  97.     ParentFont = False
  98.     TabOrder = 2
  99.     Glyph.Data = {
  100.       76010000424D7601000000000000760000002800000020000000100000000100
  101.       04000000000000010000130B0000130B00001000000000000000000000000000
  102.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  103.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  104.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  105.       33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  106.       993337777F777F3377F3393999707333993337F77737333337FF993399933333
  107.       399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  108.       399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  109.       399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  110.       99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  111.       3333333777333777333333333999993333333333377777333333}
  112.     NumGlyphs = 2
  113.   end
  114.   object CkAll: TCheckBox
  115.     Left = 208
  116.     Top = 160
  117.     Width = 89
  118.     Height = 17
  119.     Caption = #25152#26377#26412#26426'IP'
  120.     Checked = True
  121.     Font.Charset = GB2312_CHARSET
  122.     Font.Color = clWindowText
  123.     Font.Height = -13
  124.     Font.Name = #23435#20307
  125.     Font.Style = []
  126.     ParentFont = False
  127.     State = cbChecked
  128.     TabOrder = 3
  129.   end
  130. end