home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / Editpad / EditPad.exe / 0 / RCDATA / TSOMESTRINGSEDITORFORM / TSOMESTRINGSEDITORFORM.txt
Text File  |  1998-04-18  |  3KB  |  120 lines

  1. object SomeStringsEditorForm: TSomeStringsEditorForm
  2.   Left = 226
  3.   Top = 106
  4.   Width = 520
  5.   Height = 320
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Edit Some Strings'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Memo: TMemo
  16.     Left = 0
  17.     Top = 0
  18.     Width = 508
  19.     Height = 254
  20.     Align = alClient
  21.     Font.Color = clWindowText
  22.     Font.Height = -13
  23.     Font.Name = 'Courier'
  24.     Font.Style = []
  25.     Lines.Strings = (
  26.       'Memo')
  27.     ParentFont = False
  28.     ScrollBars = ssBoth
  29.     TabOrder = 2
  30.     Visible = False
  31.     WantTabs = True
  32.     WordWrap = False
  33.   end
  34.   object Grid: TStringGrid
  35.     Left = 0
  36.     Top = 0
  37.     Width = 508
  38.     Height = 254
  39.     Align = alClient
  40.     ColCount = 2
  41.     DefaultColWidth = 360
  42.     DefaultRowHeight = 16
  43.     FixedCols = 0
  44.     RowCount = 2
  45.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goTabs, goAlwaysShowEditor, goThumbTracking]
  46.     TabOrder = 1
  47.     ColWidths = (
  48.       125
  49.       360)
  50.   end
  51.   object Panel1: TPanel
  52.     Left = 0
  53.     Top = 254
  54.     Width = 508
  55.     Height = 35
  56.     Align = alBottom
  57.     TabOrder = 0
  58.     object BtnOk: TBitBtn
  59.       Left = 210
  60.       Top = 5
  61.       Width = 75
  62.       Height = 25
  63.       TabOrder = 2
  64.       OnClick = BtnOkClick
  65.       Kind = bkOK
  66.     end
  67.     object BtnCancel: TBitBtn
  68.       Left = 294
  69.       Top = 5
  70.       Width = 75
  71.       Height = 25
  72.       TabOrder = 3
  73.       OnClick = BtnCancelClick
  74.       Kind = bkCancel
  75.     end
  76.     object BtnAdd: TBitBtn
  77.       Left = 14
  78.       Top = 5
  79.       Width = 75
  80.       Height = 25
  81.       Caption = '&Add'
  82.       TabOrder = 0
  83.       OnClick = BtnAddClick
  84.       Glyph.Data = {
  85.         76010000424D7601000000000000760000002800000020000000100000000100
  86.         0400000000000001000000000000000000001000000000000000000000000000
  87.         80000080000000808000800000008000800080800000C0C0C000808080000000
  88.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  89.         7777777777FFFFF7777777777222227777777777788888F77777777772AAA277
  90.         7777777778F778F77777777772AAA2777777777778F778F77777777772AAA277
  91.         7777777778F778F77777777772AAA27777777FFFF8F778FFFFFF222222AAA222
  92.         2227888888777888888F2AAAAAAAAAAAAA278F7777777777778F2AAAAAAAAAAA
  93.         AA278F7777777777778F2AAAAAAAAAAAAA278FFFFFF777FFFF8F222222AAA222
  94.         2227888888F778888887777772AAA2777777777778F778F77777777772AAA277
  95.         7777777778F778F77777777772AAA2777777777778F778F77777777772AAA277
  96.         7777777778FFF8F7777777777222227777777777788888777777}
  97.       NumGlyphs = 2
  98.     end
  99.     object BtnDel: TBitBtn
  100.       Left = 98
  101.       Top = 5
  102.       Width = 75
  103.       Height = 25
  104.       Caption = '&Delete'
  105.       TabOrder = 1
  106.       OnClick = BtnDelClick
  107.       Glyph.Data = {
  108.         E6000000424DE60000000000000076000000280000001C000000070000000100
  109.         0400000000007000000000000000000000001000000000000000000000000000
  110.         80000080000000808000800000008000800080800000C0C0C000808080000000
  111.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  112.         7777FFFFFFFFFFFF0000711111111111177888888888888F0000719999999999
  113.         1778F7777777778F00007199999999991778F7777777778F0000719999999999
  114.         1778FFFFFFFFFF8F000071111111111117788888888888870000777777777777
  115.         77777777777777770000}
  116.       NumGlyphs = 2
  117.     end
  118.   end
  119. end
  120.