home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / internet / cm450f.exe / CONMET.EXE / 0 / RCDATA / TCMIPSET / TCMIPSET.txt
Encoding:
Text File  |  2001-06-06  |  2.7 KB  |  138 lines

  1. object CMIPSet: TCMIPSet
  2.   Left = 296
  3.   Top = 194
  4.   HelpContext = 6
  5.   BorderStyle = bsDialog
  6.   Caption = 'CMIPSet'
  7.   ClientHeight = 131
  8.   ClientWidth = 265
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_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 Bevel1: TBevel
  20.     Left = 0
  21.     Top = 6
  22.     Width = 265
  23.     Height = 125
  24.     Shape = bsFrame
  25.   end
  26.   object Label1: TLabel
  27.     Left = 6
  28.     Top = 44
  29.     Width = 32
  30.     Height = 13
  31.     Caption = 'Label1'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 6
  35.     Top = 22
  36.     Width = 32
  37.     Height = 13
  38.     Caption = 'Label2'
  39.   end
  40.   object RadioButton1: TRadioButton
  41.     Left = 192
  42.     Top = 44
  43.     Width = 65
  44.     Height = 21
  45.     HelpContext = 6
  46.     Caption = '28,8kbps'
  47.     TabOrder = 1
  48.   end
  49.   object RadioButton2: TRadioButton
  50.     Left = 192
  51.     Top = 61
  52.     Width = 65
  53.     Height = 17
  54.     HelpContext = 6
  55.     Caption = '33,6kbps'
  56.     Checked = True
  57.     TabOrder = 2
  58.     TabStop = True
  59.   end
  60.   object RadioButton3: TRadioButton
  61.     Left = 192
  62.     Top = 78
  63.     Width = 65
  64.     Height = 17
  65.     HelpContext = 6
  66.     Caption = '56kbps'
  67.     TabOrder = 3
  68.   end
  69.   object ComboBox1: TComboBox
  70.     Left = 46
  71.     Top = 16
  72.     Width = 155
  73.     Height = 21
  74.     HelpContext = 6
  75.     ItemHeight = 13
  76.     TabOrder = 0
  77.   end
  78.   object ToolBar2: TToolBar
  79.     Left = 137
  80.     Top = 100
  81.     Width = 88
  82.     Height = 25
  83.     HelpContext = 6
  84.     Align = alNone
  85.     AutoSize = True
  86.     ButtonHeight = 21
  87.     ButtonWidth = 28
  88.     Caption = 'ToolBar1'
  89.     DragKind = dkDock
  90.     EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
  91.     Flat = True
  92.     ShowCaptions = True
  93.     TabOrder = 4
  94.     TabStop = True
  95.     Transparent = True
  96.     Wrapable = False
  97.     object Button2: TToolButton
  98.       Left = 0
  99.       Top = 0
  100.       Caption = 'xxx'
  101.       OnClick = Button2Click
  102.     end
  103.     object Button1: TToolButton
  104.       Left = 28
  105.       Top = 0
  106.       Caption = '&OK'
  107.       ImageIndex = 1
  108.       OnClick = Button1Click
  109.     end
  110.     object Button3: TToolButton
  111.       Left = 56
  112.       Top = 0
  113.       Caption = 'xxx'
  114.       ImageIndex = 0
  115.       OnClick = Button3Click
  116.     end
  117.   end
  118.   object MarsCaption1: TMarsCaption
  119.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  120.     ApplicationNameFont.Color = clWindowText
  121.     ApplicationNameFont.Height = -11
  122.     ApplicationNameFont.Name = 'MS Sans Serif'
  123.     ApplicationNameFont.Style = [fsBold, fsItalic]
  124.     CaptionFont.Charset = DEFAULT_CHARSET
  125.     CaptionFont.Color = clWindowText
  126.     CaptionFont.Height = -11
  127.     CaptionFont.Name = 'MS Sans Serif'
  128.     CaptionFont.Style = [fsBold]
  129.     NumColors = 64
  130.     AutoSize = False
  131.     StatusIcon = False
  132.     Sound = True
  133.     IconizeButton = False
  134.     Left = 40
  135.     Top = 64
  136.   end
  137. end
  138.