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

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