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

  1. object SMSAddress: TSMSAddress
  2.   Left = 205
  3.   Top = 137
  4.   BorderStyle = bsDialog
  5.   Caption = 'SMSAddress'
  6.   ClientHeight = 199
  7.   ClientWidth = 369
  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.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 0
  20.     Top = 6
  21.     Width = 369
  22.     Height = 193
  23.     Shape = bsFrame
  24.   end
  25.   object StringGrid5: TStringGrid
  26.     Left = 6
  27.     Top = 16
  28.     Width = 356
  29.     Height = 145
  30.     ColCount = 3
  31.     DefaultColWidth = 140
  32.     DefaultRowHeight = 16
  33.     FixedCols = 0
  34.     RowCount = 16
  35.     Options = [goFixedVertLine, goFixedHorzLine, goHorzLine, goRangeSelect, goEditing, goTabs]
  36.     ScrollBars = ssVertical
  37.     TabOrder = 0
  38.     OnSetEditText = StringGrid5SetEditText
  39.     ColWidths = (
  40.       130
  41.       130
  42.       73)
  43.   end
  44.   object ToolBar3: TToolBar
  45.     Left = 302
  46.     Top = 168
  47.     Width = 60
  48.     Height = 25
  49.     Align = alNone
  50.     AutoSize = True
  51.     ButtonHeight = 21
  52.     ButtonWidth = 58
  53.     Caption = '&OK'
  54.     DragKind = dkDock
  55.     EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
  56.     Flat = True
  57.     ShowCaptions = True
  58.     TabOrder = 1
  59.     TabStop = True
  60.     Transparent = True
  61.     Wrapable = False
  62.     object Button10: TToolButton
  63.       Left = 0
  64.       Top = 0
  65.       AutoSize = True
  66.       Caption = '     &OK     '
  67.       OnClick = Button1Click
  68.     end
  69.   end
  70.   object MarsCaption1: TMarsCaption
  71.     ActiveBeginColor = clBlack
  72.     ActiveEndColor = clActiveCaption
  73.     ActiveFontColor = clCaptionText
  74.     InactiveBeginColor = clBlack
  75.     InactiveEndColor = clInactiveCaption
  76.     InactiveFontColor = clInactiveCaptionText
  77.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  78.     ApplicationNameFont.Color = clWindowText
  79.     ApplicationNameFont.Height = -11
  80.     ApplicationNameFont.Name = 'MS Sans Serif'
  81.     ApplicationNameFont.Style = [fsBold, fsItalic]
  82.     CaptionFont.Charset = DEFAULT_CHARSET
  83.     CaptionFont.Color = clWindowText
  84.     CaptionFont.Height = -11
  85.     CaptionFont.Name = 'MS Sans Serif'
  86.     CaptionFont.Style = [fsBold]
  87.     NumColors = 64
  88.     AutoSize = False
  89.     StatusIcon = False
  90.     Sound = True
  91.     IconizeButton = False
  92.     Left = 8
  93.     Top = 168
  94.   end
  95. end
  96.