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

  1. object SMSForm: TSMSForm
  2.   Left = 248
  3.   Top = 164
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'SMSForm'
  7.   ClientHeight = 255
  8.   ClientWidth = 441
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_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.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 0
  23.     Top = 6
  24.     Width = 441
  25.     Height = 249
  26.     Shape = bsFrame
  27.   end
  28.   object Label1: TLabel
  29.     Left = 6
  30.     Top = 218
  31.     Width = 15
  32.     Height = 13
  33.     Caption = 'xxx'
  34.   end
  35.   object Label2: TLabel
  36.     Left = 33
  37.     Top = 218
  38.     Width = 49
  39.     Height = 13
  40.     Alignment = taRightJustify
  41.     Caption = '???/???'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -12
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object Label4: TLabel
  50.     Left = 6
  51.     Top = 235
  52.     Width = 15
  53.     Height = 13
  54.     Caption = 'xxx'
  55.   end
  56.   object Label5: TLabel
  57.     Left = 60
  58.     Top = 235
  59.     Width = 22
  60.     Height = 13
  61.     Caption = '???'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -12
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.   end
  69.   object Label3: TLabel
  70.     Left = 88
  71.     Top = 218
  72.     Width = 15
  73.     Height = 13
  74.     Caption = 'xxx'
  75.   end
  76.   object Image1: TImage
  77.     Left = 228
  78.     Top = 32
  79.     Width = 205
  80.     Height = 5
  81.   end
  82.   object ComboBox1: TComboBox
  83.     Left = 6
  84.     Top = 16
  85.     Width = 217
  86.     Height = 21
  87.     ItemHeight = 13
  88.     TabOrder = 0
  89.     OnChange = ComboBox1Change
  90.   end
  91.   object Memo1: TMemo
  92.     Left = 6
  93.     Top = 45
  94.     Width = 428
  95.     Height = 148
  96.     TabOrder = 1
  97.     OnChange = Memo1Change
  98.     OnKeyPress = Memo1KeyPress
  99.   end
  100.   object ToolBar2: TToolBar
  101.     Left = 190
  102.     Top = 225
  103.     Width = 88
  104.     Height = 25
  105.     Align = alNone
  106.     AutoSize = True
  107.     ButtonHeight = 21
  108.     ButtonWidth = 28
  109.     Caption = 'ToolBar1'
  110.     DragKind = dkDock
  111.     EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
  112.     Flat = True
  113.     ShowCaptions = True
  114.     TabOrder = 3
  115.     TabStop = True
  116.     Transparent = True
  117.     Wrapable = False
  118.     object Button6: TToolButton
  119.       Left = 0
  120.       Top = 0
  121.       Caption = 'xxx'
  122.       OnClick = Button6Click
  123.     end
  124.     object Button5: TToolButton
  125.       Left = 28
  126.       Top = 0
  127.       Caption = 'xxx'
  128.       ImageIndex = 0
  129.       OnClick = Button5Click
  130.     end
  131.     object Button3: TToolButton
  132.       Left = 56
  133.       Top = 0
  134.       Caption = '&OK'
  135.       ImageIndex = 1
  136.       OnClick = Button3Click
  137.     end
  138.   end
  139.   object ToolBar1: TToolBar
  140.     Left = 190
  141.     Top = 202
  142.     Width = 196
  143.     Height = 23
  144.     Align = alNone
  145.     AutoSize = True
  146.     ButtonHeight = 21
  147.     ButtonWidth = 64
  148.     Caption = 'ToolBar1'
  149.     DragKind = dkDock
  150.     EdgeBorders = [ebLeft, ebTop, ebRight]
  151.     Flat = True
  152.     ShowCaptions = True
  153.     TabOrder = 2
  154.     TabStop = True
  155.     Transparent = True
  156.     Wrapable = False
  157.     object Button2: TToolButton
  158.       Left = 0
  159.       Top = 0
  160.       Caption = '> &1 > 2 > 3'
  161.       OnClick = Button2Click
  162.     end
  163.     object Button4: TToolButton
  164.       Left = 64
  165.       Top = 0
  166.       Caption = 'xxx'
  167.       ImageIndex = 0
  168.       OnClick = Button4Click
  169.     end
  170.     object Button1: TToolButton
  171.       Left = 128
  172.       Top = 0
  173.       Caption = 'xxx'
  174.       ImageIndex = 1
  175.       OnClick = Button1Click
  176.     end
  177.   end
  178.   object MarsCaption1: TMarsCaption
  179.     ActiveBeginColor = clBlack
  180.     ActiveEndColor = clActiveCaption
  181.     ActiveFontColor = clCaptionText
  182.     InactiveBeginColor = clBlack
  183.     InactiveEndColor = clInactiveCaption
  184.     InactiveFontColor = clInactiveCaptionText
  185.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  186.     ApplicationNameFont.Color = clWindowText
  187.     ApplicationNameFont.Height = -11
  188.     ApplicationNameFont.Name = 'MS Sans Serif'
  189.     ApplicationNameFont.Style = [fsBold, fsItalic]
  190.     CaptionFont.Charset = DEFAULT_CHARSET
  191.     CaptionFont.Color = clWindowText
  192.     CaptionFont.Height = -11
  193.     CaptionFont.Name = 'MS Sans Serif'
  194.     CaptionFont.Style = [fsBold]
  195.     NumColors = 64
  196.     AutoSize = False
  197.     StatusIcon = False
  198.     Sound = True
  199.     IconizeButton = False
  200.     Left = 656
  201.   end
  202.   object MarsCaption2: TMarsCaption
  203.     ActiveBeginColor = clBlack
  204.     ActiveEndColor = clActiveCaption
  205.     ActiveFontColor = clCaptionText
  206.     InactiveBeginColor = clBlack
  207.     InactiveEndColor = clInactiveCaption
  208.     InactiveFontColor = clInactiveCaptionText
  209.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  210.     ApplicationNameFont.Color = clWindowText
  211.     ApplicationNameFont.Height = -11
  212.     ApplicationNameFont.Name = 'MS Sans Serif'
  213.     ApplicationNameFont.Style = [fsBold, fsItalic]
  214.     CaptionFont.Charset = DEFAULT_CHARSET
  215.     CaptionFont.Color = clWindowText
  216.     CaptionFont.Height = -11
  217.     CaptionFont.Name = 'MS Sans Serif'
  218.     CaptionFont.Style = [fsBold]
  219.     NumColors = 64
  220.     AutoSize = False
  221.     StatusIcon = False
  222.     Sound = True
  223.     IconizeButton = False
  224.     Left = 104
  225.     Top = 8
  226.   end
  227. end
  228.