home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / EPstudio / cm311f.exe / ConMet.exe / 0 / RCDATA / TCMIPSET / TCMIPSET.txt
Text File  |  1999-11-29  |  3KB  |  137 lines

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