home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / LOTR / LOTRMAP.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1998-11-26  |  4.0 KB  |  206 lines

  1. object Form3: TForm3
  2.   Left = 281
  3.   Top = 214
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Edit'
  7.   ClientHeight = 200
  8.   ClientWidth = 360
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   ShowHint = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label2: TLabel
  22.     Left = 14
  23.     Top = 32
  24.     Width = 31
  25.     Height = 13
  26.     Caption = 'Name:'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 214
  30.     Top = 32
  31.     Width = 10
  32.     Height = 13
  33.     Caption = 'X:'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 254
  37.     Top = 32
  38.     Width = 10
  39.     Height = 13
  40.     Caption = 'Y:'
  41.   end
  42.   object Label5: TLabel
  43.     Left = 14
  44.     Top = 12
  45.     Width = 51
  46.     Height = 13
  47.     Caption = 'Language:'
  48.   end
  49.   object Bevel1: TBevel
  50.     Left = 208
  51.     Top = 127
  52.     Width = 145
  53.     Height = 2
  54.   end
  55.   object ListBox1: TListBox
  56.     Left = 8
  57.     Top = 72
  58.     Width = 193
  59.     Height = 123
  60.     HelpContext = 304
  61.     ItemHeight = 13
  62.     PopupMenu = Form1.PopupMenu1
  63.     TabOrder = 8
  64.     OnClick = ListBox1Click
  65.   end
  66.   object Button1: TButton
  67.     Left = 296
  68.     Top = 8
  69.     Width = 57
  70.     Height = 25
  71.     Hint = 'Create a new location.'
  72.     HelpContext = 305
  73.     Caption = '&New'
  74.     PopupMenu = Form1.PopupMenu1
  75.     TabOrder = 4
  76.     OnClick = Button1Click
  77.   end
  78.   object Edit1: TEdit
  79.     Left = 8
  80.     Top = 48
  81.     Width = 193
  82.     Height = 21
  83.     HelpContext = 302
  84.     PopupMenu = Form1.PopupMenu1
  85.     TabOrder = 1
  86.     OnChange = Edit1Change
  87.   end
  88.   object Edit2: TEdit
  89.     Left = 208
  90.     Top = 48
  91.     Width = 41
  92.     Height = 21
  93.     HelpContext = 303
  94.     PopupMenu = Form1.PopupMenu1
  95.     TabOrder = 2
  96.     OnChange = Edit2Change
  97.     OnEnter = Edit2Enter
  98.     OnExit = Edit2Exit
  99.   end
  100.   object Edit3: TEdit
  101.     Left = 248
  102.     Top = 48
  103.     Width = 41
  104.     Height = 21
  105.     HelpContext = 303
  106.     PopupMenu = Form1.PopupMenu1
  107.     TabOrder = 3
  108.     OnChange = Edit2Change
  109.     OnEnter = Edit2Enter
  110.     OnExit = Edit2Exit
  111.   end
  112.   object Button2: TButton
  113.     Left = 296
  114.     Top = 96
  115.     Width = 57
  116.     Height = 25
  117.     Hint = 'Delete the selected location.'
  118.     HelpContext = 308
  119.     Caption = '&Delete'
  120.     PopupMenu = Form1.PopupMenu1
  121.     TabOrder = 7
  122.     OnClick = Button2Click
  123.   end
  124.   object Button3: TButton
  125.     Left = 296
  126.     Top = 67
  127.     Width = 57
  128.     Height = 25
  129.     Hint = 'Add this location.'
  130.     HelpContext = 307
  131.     Caption = '&Add'
  132.     PopupMenu = Form1.PopupMenu1
  133.     TabOrder = 6
  134.     OnClick = Button3Click
  135.   end
  136.   object Edit4: TEdit
  137.     Left = 68
  138.     Top = 8
  139.     Width = 133
  140.     Height = 21
  141.     HelpContext = 301
  142.     PopupMenu = Form1.PopupMenu1
  143.     TabOrder = 0
  144.     Text = 'English'
  145.   end
  146.   object BitBtn1: TBitBtn
  147.     Left = 280
  148.     Top = 138
  149.     Width = 75
  150.     Height = 25
  151.     Hint = 'Quit and save.'
  152.     HelpContext = 309
  153.     Caption = 'Do&ne'
  154.     PopupMenu = Form1.PopupMenu1
  155.     TabOrder = 9
  156.     OnClick = BitBtn1Click
  157.   end
  158.   object BitBtn2: TBitBtn
  159.     Left = 280
  160.     Top = 170
  161.     Width = 75
  162.     Height = 25
  163.     Hint = 'Quit and don'#39't save.'
  164.     HelpContext = 310
  165.     Caption = '&Cancel'
  166.     PopupMenu = Form1.PopupMenu1
  167.     TabOrder = 10
  168.     OnClick = BitBtn2Click
  169.   end
  170.   object Button4: TButton
  171.     Left = 296
  172.     Top = 37
  173.     Width = 57
  174.     Height = 25
  175.     Hint = 'Apply changes.'
  176.     HelpContext = 306
  177.     Caption = 'A&pply'
  178.     PopupMenu = Form1.PopupMenu1
  179.     TabOrder = 5
  180.     OnClick = Button4Click
  181.   end
  182.   object SaveDialog1: TSaveDialog
  183.     Filter = 'Data files (*.dat)|*.dat|All files (*.*)|*.*'
  184.     Options = [ofOverwritePrompt, ofHideReadOnly, ofNoChangeDir]
  185.     Left = 48
  186.     Top = 56
  187.   end
  188.   object PopupMenu1: TPopupMenu
  189.     OnPopup = PopupMenu1Popup
  190.     Left = 16
  191.     Top = 56
  192.     object NewLoc1: TMenuItem
  193.       Caption = 'NewLoc'
  194.     end
  195.     object Editing1: TMenuItem
  196.       Caption = 'Editing'
  197.     end
  198.     object Changed1: TMenuItem
  199.       Caption = 'Changed'
  200.     end
  201.     object Itemindex1: TMenuItem
  202.       Caption = 'Itemindex'
  203.     end
  204.   end
  205. end
  206.