home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Hardware / Drivers / INIed / ainife.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1999-04-22  |  6KB  |  267 lines

  1. object MainForm: TMainForm
  2.   Left = 179
  3.   Top = 143
  4.   Width = 544
  5.   Height = 378
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   KeyPreview = True
  13.   Menu = mmnMain
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object splMain: TRzSplitter
  21.     Left = 0
  22.     Top = 0
  23.     Width = 536
  24.     Height = 313
  25.     BorderInner = fsNone
  26.     BorderWidth = 0
  27.     BorderSides = [sdLeft, sdTop, sdRight, sdBottom]
  28.     Position = 190
  29.     Percent = 36
  30.     UpperLeft.BorderColor = clBtnFace
  31.     UpperLeft.BorderInner = fsNone
  32.     UpperLeft.BorderOuter = fsNone
  33.     UpperLeft.BorderWidth = 0
  34.     UpperLeft.Color = clBtnFace
  35.     UpperLeft.Visible = True
  36.     LowerRight.BorderColor = clBtnFace
  37.     LowerRight.BorderInner = fsNone
  38.     LowerRight.BorderOuter = fsNone
  39.     LowerRight.BorderWidth = 0
  40.     LowerRight.Color = clBtnFace
  41.     LowerRight.Visible = True
  42.     Align = alClient
  43.     TabOrder = 0
  44.     BarSize = (
  45.       190
  46.       0
  47.       194
  48.       313)
  49.     UpperLeftControls = (
  50.       lbSection)
  51.     LowerRightControls = (
  52.       lvKV)
  53.     object lbSection: TListBox
  54.       Left = 0
  55.       Top = 0
  56.       Width = 190
  57.       Height = 313
  58.       Hint = 'Section list, right click to popup menu'
  59.       Align = alClient
  60.       ItemHeight = 13
  61.       ParentShowHint = False
  62.       PopupMenu = ppmSection
  63.       ShowHint = True
  64.       Sorted = True
  65.       TabOrder = 0
  66.       OnClick = lbSectionClick
  67.       OnDblClick = lbSectionDblClick
  68.     end
  69.     object lvKV: TListView
  70.       Left = 0
  71.       Top = 0
  72.       Width = 342
  73.       Height = 313
  74.       Hint = 'Key and Value list'
  75.       Align = alClient
  76.       OnDblClick = lvKVDblClick
  77.       Columns = <
  78.         item
  79.           Caption = 'Key'
  80.           Width = 150
  81.         end
  82.         item
  83.           Caption = 'Value'
  84.           Width = 150
  85.         end>
  86.       ReadOnly = True
  87.       RowSelect = True
  88.       ParentShowHint = False
  89.       ShowHint = True
  90.       PopupMenu = ppmKV
  91.       SortType = stText
  92.       TabOrder = 0
  93.       ViewStyle = vsReport
  94.     end
  95.   end
  96.   object sbMain: TStatusBar
  97.     Left = 0
  98.     Top = 313
  99.     Width = 536
  100.     Height = 19
  101.     Panels = <
  102.       item
  103.         Text = 'Author: Sony Arianto Kurniawan'
  104.         Width = 50
  105.       end>
  106.     SimplePanel = False
  107.     SizeGrip = False
  108.   end
  109.   object mmnMain: TMainMenu
  110.     Left = 264
  111.     Top = 272
  112.     object File1: TMenuItem
  113.       Caption = '&File'
  114.       object New1: TMenuItem
  115.         Caption = '&New'
  116.         OnClick = New1Click
  117.       end
  118.       object Open1: TMenuItem
  119.         Caption = '&Open...'
  120.         OnClick = Open1Click
  121.       end
  122.       object mnSave: TMenuItem
  123.         Caption = '&Save'
  124.         Enabled = False
  125.         ShortCut = 16467
  126.         OnClick = mnSaveClick
  127.       end
  128.       object mnSaveAs: TMenuItem
  129.         Caption = 'Save &As...'
  130.         Enabled = False
  131.         OnClick = mnSaveAsClick
  132.       end
  133.       object mnClose: TMenuItem
  134.         Caption = '&Close'
  135.         Enabled = False
  136.         OnClick = mnCloseClick
  137.       end
  138.       object N2: TMenuItem
  139.         Caption = '-'
  140.       end
  141.       object Exit1: TMenuItem
  142.         Caption = 'E&xit'
  143.         OnClick = Exit1Click
  144.       end
  145.     end
  146.     object Special1: TMenuItem
  147.       Caption = '&Special'
  148.       object Openwinini1: TMenuItem
  149.         Caption = 'Open &win.ini'
  150.         OnClick = Openwinini1Click
  151.       end
  152.       object Opensystemini1: TMenuItem
  153.         Caption = 'Open &system.ini'
  154.         OnClick = Opensystemini1Click
  155.       end
  156.     end
  157.     object Help1: TMenuItem
  158.       Caption = '&Help'
  159.       object Content1: TMenuItem
  160.         Caption = '&Content'
  161.         OnClick = Content1Click
  162.       end
  163.       object N4: TMenuItem
  164.         Caption = '-'
  165.       end
  166.       object ContactAuthor1: TMenuItem
  167.         Caption = 'Contact A&uthor'
  168.         OnClick = ContactAuthor1Click
  169.       end
  170.       object AriTechDevelopmentIndonesiaWeb1: TMenuItem
  171.         Caption = 'AriTech &Development Indonesia Home Page'
  172.         OnClick = AriTechDevelopmentIndonesiaWeb1Click
  173.       end
  174.       object AriTechINIFileEditorWeb1: TMenuItem
  175.         Caption = 'Ari&Tech INI File Editor Home Page'
  176.         OnClick = AriTechINIFileEditorWeb1Click
  177.       end
  178.       object N1: TMenuItem
  179.         Caption = '-'
  180.       end
  181.       object About1: TMenuItem
  182.         Caption = '&About'
  183.         OnClick = About1Click
  184.       end
  185.     end
  186.   end
  187.   object odINI: TOpenDialog
  188.     DefaultExt = 'ini'
  189.     Filter = 'INI Files (*.ini)|*.ini'
  190.     Title = 'Open INI File'
  191.     Left = 203
  192.     Top = 272
  193.   end
  194.   object ppmSection: TPopupMenu
  195.     OnPopup = ppmSectionPopup
  196.     Left = 299
  197.     Top = 272
  198.     object mnAddSection: TMenuItem
  199.       Caption = 'Add New Section'
  200.       OnClick = mnAddSectionClick
  201.     end
  202.     object mnDelSection: TMenuItem
  203.       Caption = 'Delete Section'
  204.       OnClick = mnDelSectionClick
  205.     end
  206.     object mnRenSection: TMenuItem
  207.       Caption = 'Rename Section'
  208.       OnClick = mnRenSectionClick
  209.     end
  210.   end
  211.   object ppmKV: TPopupMenu
  212.     OnPopup = ppmKVPopup
  213.     Left = 330
  214.     Top = 272
  215.     object mnAddKey: TMenuItem
  216.       Caption = 'Add New Key'
  217.       OnClick = mnAddKeyClick
  218.     end
  219.     object mnDelKey: TMenuItem
  220.       Caption = 'Delete Key'
  221.       OnClick = mnDelKeyClick
  222.     end
  223.     object mnRenKey: TMenuItem
  224.       Caption = 'Rename Key'
  225.       OnClick = mnRenKeyClick
  226.     end
  227.     object N3: TMenuItem
  228.       Caption = '-'
  229.     end
  230.     object mnRenValue: TMenuItem
  231.       Caption = 'Modify Value'
  232.       OnClick = mnRenValueClick
  233.     end
  234.   end
  235.   object sdINI: TSaveDialog
  236.     DefaultExt = 'ini'
  237.     Filter = 'INI Files (*.ini)|*.ini'
  238.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  239.     Title = 'Save INI file as...'
  240.     Left = 234
  241.     Top = 272
  242.   end
  243.   object acMain: TATAppConfig
  244.     Author = 
  245.       'Sony Arianto Kurniawan of AriTech Development Indonesia [Decembe' +
  246.       'r,1998]'
  247.     DefaultConfig.Strings = (
  248.       '[settings]'
  249.       'width=500'
  250.       'height=375'
  251.       'splpos=190')
  252.     Left = 362
  253.     Top = 272
  254.   end
  255.   object sviMain: TATSysVerInfo
  256.     Author = 'Sony Arianto K of AriTech Development [June,1998]'
  257.     WinDir = 'C:\W95'
  258.     WinSysDir = 'C:\W95\SYSTEM'
  259.     WinMajorVersion = 4
  260.     WinMinorVersion = 0
  261.     WinBuildNumber = 950
  262.     WinPlatform = 'Windows 95'
  263.     Left = 394
  264.     Top = 272
  265.   end
  266. end
  267.