home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / zrcserv / setup.exe / %MAINDIR% / ZRCG.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  2004-05-19  |  10.5 KB  |  467 lines

  1. object MainForm: TMainForm
  2.   Left = 157
  3.   Top = 199
  4.   AutoScroll = False
  5.   ClientHeight = 464
  6.   ClientWidth = 519
  7.   Color = clBtnFace
  8.   DockSite = True
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnDeactivate = FormDeactivate
  23.   OnHelp = FormHelp
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object Splitter1: TSplitter
  28.     Left = 0
  29.     Top = 191
  30.     Width = 519
  31.     Height = 3
  32.     Cursor = crVSplit
  33.     Align = alTop
  34.     ResizeStyle = rsUpdate
  35.   end
  36.   object StatusBar1: TStatusBar
  37.     Left = 0
  38.     Top = 445
  39.     Width = 519
  40.     Height = 19
  41.     AutoHint = True
  42.     Panels = <>
  43.   end
  44.   object ToolBar1: TToolBar
  45.     Left = 0
  46.     Top = 0
  47.     Width = 519
  48.     Height = 29
  49.     Caption = 'ToolBar1'
  50.     EdgeBorders = [ebTop, ebBottom]
  51.     Flat = True
  52.     Images = ImageList1
  53.     Indent = 5
  54.     TabOrder = 2
  55.     object ToolButton1: TToolButton
  56.       Left = 5
  57.       Top = 0
  58.       Action = FileConnA
  59.     end
  60.     object ToolButton4: TToolButton
  61.       Left = 28
  62.       Top = 0
  63.       Width = 8
  64.       Caption = 'ToolButton4'
  65.       ImageIndex = 34
  66.       Style = tbsDivider
  67.     end
  68.     object ToolButton5: TToolButton
  69.       Left = 36
  70.       Top = 0
  71.       Action = FileNewA
  72.     end
  73.     object ToolButton2: TToolButton
  74.       Left = 59
  75.       Top = 0
  76.       Action = FileDelA
  77.     end
  78.     object ToolButton3: TToolButton
  79.       Left = 82
  80.       Top = 0
  81.       Action = FilePropsA
  82.     end
  83.   end
  84.   object ServersLV: TListView
  85.     Left = 0
  86.     Top = 46
  87.     Width = 519
  88.     Height = 145
  89.     Align = alTop
  90.     Columns = <
  91.       item
  92.         Caption = 'Name'
  93.         Width = 90
  94.       end
  95.       item
  96.         Caption = 'Host'
  97.         Width = 110
  98.       end
  99.       item
  100.         Caption = 'Port'
  101.       end>
  102.     Constraints.MinHeight = 32
  103.     HideSelection = False
  104.     IconOptions.AutoArrange = True
  105.     LargeImages = ImageList3
  106.     ReadOnly = True
  107.     PopupMenu = ServersPM
  108.     SmallImages = ImageList2
  109.     SortType = stText
  110.     TabOrder = 0
  111.     ViewStyle = vsReport
  112.     OnChange = ServersLVChange
  113.     OnDblClick = FileConnAExecute
  114.   end
  115.   object SessionLV: TListView
  116.     Left = 0
  117.     Top = 211
  118.     Width = 519
  119.     Height = 234
  120.     Align = alClient
  121.     Columns = <
  122.       item
  123.         Caption = 'Server'
  124.         Width = 70
  125.       end
  126.       item
  127.         Caption = 'User'
  128.         Width = 45
  129.       end
  130.       item
  131.         Caption = 'ID'
  132.         Width = 35
  133.       end
  134.       item
  135.         Caption = 'Since'
  136.       end
  137.       item
  138.         Caption = 'Keepalive'
  139.       end>
  140.     Constraints.MinHeight = 32
  141.     HideSelection = False
  142.     ReadOnly = True
  143.     RowSelect = True
  144.     PopupMenu = SessionsPM
  145.     SmallImages = ImageList2
  146.     SortType = stText
  147.     TabOrder = 1
  148.     ViewStyle = vsReport
  149.     OnDblClick = Reconnect1Click
  150.     OnEnter = SessionLVEnter
  151.     OnKeyUp = SessionLVKeyUp
  152.   end
  153.   object StaticText1: TStaticText
  154.     Left = 0
  155.     Top = 194
  156.     Width = 519
  157.     Height = 17
  158.     Align = alTop
  159.     AutoSize = False
  160.     Caption = ' Pending Sessions'
  161.     Color = clInactiveCaption
  162.     Font.Charset = DEFAULT_CHARSET
  163.     Font.Color = clCaptionText
  164.     Font.Height = -11
  165.     Font.Name = 'Tahoma'
  166.     Font.Style = [fsBold]
  167.     ParentColor = False
  168.     ParentFont = False
  169.     TabOrder = 4
  170.   end
  171.   object StaticText2: TStaticText
  172.     Left = 0
  173.     Top = 29
  174.     Width = 519
  175.     Height = 17
  176.     Align = alTop
  177.     AutoSize = False
  178.     Caption = ' Servers'
  179.     Color = clInactiveCaption
  180.     Font.Charset = DEFAULT_CHARSET
  181.     Font.Color = clCaptionText
  182.     Font.Height = -11
  183.     Font.Name = 'Tahoma'
  184.     Font.Style = [fsBold]
  185.     ParentColor = False
  186.     ParentFont = False
  187.     TabOrder = 3
  188.   end
  189.   object ImageList1: TImageList
  190.     DrawingStyle = dsTransparent
  191.     ShareImages = True
  192.     Left = 8
  193.     Top = 269
  194.   end
  195.   object FontDialog1: TFontDialog
  196.     Font.Charset = DEFAULT_CHARSET
  197.     Font.Color = clWindowText
  198.     Font.Height = -11
  199.     Font.Name = 'Courier New'
  200.     Font.Style = []
  201.     Options = [fdFixedPitchOnly, fdForceFontExist]
  202.     Left = 47
  203.     Top = 234
  204.   end
  205.   object ImageList2: TImageList
  206.     DrawingStyle = dsTransparent
  207.     ShareImages = True
  208.     Left = 78
  209.     Top = 269
  210.   end
  211.   object ServersPM: TPopupMenu
  212.     OnPopup = ServersPMPopup
  213.     Left = 134
  214.     Top = 236
  215.     object ConnectMenu: TMenuItem
  216.       Action = FileConnA
  217.       Default = True
  218.     end
  219.     object N7: TMenuItem
  220.       Caption = '-'
  221.     end
  222.     object New1: TMenuItem
  223.       Action = FileNewA
  224.     end
  225.     object Delete2: TMenuItem
  226.       Action = FileDelA
  227.     end
  228.     object Edit3: TMenuItem
  229.       Action = FilePropsA
  230.     end
  231.     object N6: TMenuItem
  232.       Caption = '-'
  233.     end
  234.     object LargeIcons2: TMenuItem
  235.       Action = IconLargeA
  236.       GroupIndex = 1
  237.       RadioItem = True
  238.     end
  239.     object List2: TMenuItem
  240.       Action = IconsListA
  241.       GroupIndex = 1
  242.       RadioItem = True
  243.     end
  244.     object Details2: TMenuItem
  245.       Action = IconsDetailsA
  246.       GroupIndex = 1
  247.       RadioItem = True
  248.     end
  249.   end
  250.   object SessionsPM: TPopupMenu
  251.     OnPopup = SessionsPMPopup
  252.     Left = 93
  253.     Top = 236
  254.     object Reconnect1: TMenuItem
  255.       Caption = '&Reconnect'
  256.       Default = True
  257.       OnClick = Reconnect1Click
  258.     end
  259.     object N8: TMenuItem
  260.       Caption = '-'
  261.     end
  262.     object Properties1: TMenuItem
  263.       Caption = '&Properties...'
  264.       Visible = False
  265.     end
  266.     object Delete3: TMenuItem
  267.       Caption = '&Delete'
  268.       ShortCut = 46
  269.       OnClick = Delete3Click
  270.     end
  271.   end
  272.   object PendingTimer: TTimer
  273.     OnTimer = PendingTimerTimer
  274.     Left = 243
  275.     Top = 277
  276.   end
  277.   object ElWinCertStorage1: TElWinCertStorage
  278.     Left = 273
  279.     Top = 273
  280.   end
  281.   object ElTrayIcon1: TElTrayIcon
  282.     PopupMenu = TrayPM
  283.     OnDblClick = ElTrayIcon1DblClick
  284.     StaticIcon.Data = {
  285.       0000010001001010100000000000280100001600000028000000100000002000
  286.       00000100040000000000C0000000000000000000000000000000000000000000
  287.       0000000080000080000000808000800000008000800080800000C0C0C0008080
  288.       80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
  289.       0080000000000000008000000000000000800000000000000000000000000888
  290.       88888888800008F777770007800088FFFFFFFFFF808800800000000080000087
  291.       777777780000008F044444780000008F0CCCC4780000008F0CCCC4780000008F
  292.       0ECCC4780000008F000000780000008FFFFFFF7800000008888888880000FCFF
  293.       0000FCFF0000FCFF0000C0070000800300000000000000000000C0030000C003
  294.       0000C0070000C0070000C0070000C0070000C0070000C0070000E00F0000}
  295.     Enabled = True
  296.     ExtendedHintDelay = 500
  297.     TrayInfoSettings.InfoType = titError
  298.     TrayInfoSettings.Font.Charset = DEFAULT_CHARSET
  299.     TrayInfoSettings.Font.Color = clWindowText
  300.     TrayInfoSettings.Font.Height = -11
  301.     TrayInfoSettings.Font.Name = 'MS Sans Serif'
  302.     TrayInfoSettings.Font.Style = []
  303.     IconID = 743208597
  304.     Left = 317
  305.     Top = 274
  306.   end
  307.   object TrayPM: TPopupMenu
  308.     OnPopup = TrayPMPopup
  309.     Left = 205
  310.     Top = 239
  311.     object Show1: TMenuItem
  312.       Caption = '&Show'
  313.       Default = True
  314.       OnClick = Show1Click
  315.     end
  316.     object N2: TMenuItem
  317.       Caption = '-'
  318.     end
  319.     object About1: TMenuItem
  320.       Caption = '&Help'
  321.       object Contents2: TMenuItem
  322.         Caption = '&Contents'
  323.         OnClick = Contents1Click
  324.       end
  325.       object About3: TMenuItem
  326.         Caption = '&About'
  327.         OnClick = About2Click
  328.       end
  329.     end
  330.     object N1: TMenuItem
  331.       Caption = '-'
  332.     end
  333.     object Exit1: TMenuItem
  334.       Caption = '&Exit'
  335.       OnClick = Exit1Click
  336.     end
  337.   end
  338.   object MainMenu1: TMainMenu
  339.     Left = 168
  340.     Top = 239
  341.     object File1: TMenuItem
  342.       Caption = 'Server'
  343.       object New2: TMenuItem
  344.         Action = FileNewA
  345.       end
  346.       object N3: TMenuItem
  347.         Caption = '-'
  348.       end
  349.       object Connect1: TMenuItem
  350.         Action = FileConnA
  351.       end
  352.       object Delete1: TMenuItem
  353.         Action = FileDelA
  354.       end
  355.       object Properties2: TMenuItem
  356.         Action = FilePropsA
  357.         Hint = 'Displays properties of the selected server.'
  358.       end
  359.       object N4: TMenuItem
  360.         Caption = '-'
  361.       end
  362.       object Exit2: TMenuItem
  363.         Action = FileExitA
  364.       end
  365.     end
  366.     object View1: TMenuItem
  367.       Caption = 'View'
  368.       object Largeicons1: TMenuItem
  369.         Action = IconLargeA
  370.         GroupIndex = 1
  371.         RadioItem = True
  372.       end
  373.       object List1: TMenuItem
  374.         Action = IconsListA
  375.         GroupIndex = 1
  376.         RadioItem = True
  377.       end
  378.       object Details1: TMenuItem
  379.         Action = IconsDetailsA
  380.         GroupIndex = 1
  381.         RadioItem = True
  382.       end
  383.       object N5: TMenuItem
  384.         Caption = '-'
  385.         GroupIndex = 1
  386.       end
  387.       object Preferences1: TMenuItem
  388.         Caption = 'Preferences..'
  389.         GroupIndex = 1
  390.         OnClick = Preferences1Click
  391.       end
  392.     end
  393.     object Help1: TMenuItem
  394.       Caption = 'Help'
  395.       object Contents1: TMenuItem
  396.         Caption = 'Contents'
  397.         OnClick = Contents1Click
  398.       end
  399.       object N9: TMenuItem
  400.         Caption = '-'
  401.       end
  402.       object About2: TMenuItem
  403.         Caption = 'About'
  404.         OnClick = About2Click
  405.       end
  406.     end
  407.   end
  408.   object ActionList1: TActionList
  409.     Left = 240
  410.     Top = 226
  411.     object IconLargeA: TAction
  412.       Caption = 'Large Icons'
  413.       GroupIndex = 1
  414.       Hint = 'Displays records by using large icons.'
  415.       OnExecute = IconLargeAExecute
  416.     end
  417.     object IconsListA: TAction
  418.       Caption = 'List'
  419.       Checked = True
  420.       GroupIndex = 1
  421.       Hint = 'Displays records in a list.'
  422.       OnExecute = IconsListAExecute
  423.     end
  424.     object IconsDetailsA: TAction
  425.       Caption = 'Details'
  426.       GroupIndex = 1
  427.       Hint = 'Displays information about each server record.'
  428.       OnExecute = IconsDetailsAExecute
  429.     end
  430.     object FileExitA: TAction
  431.       Caption = 'Exit'
  432.       OnExecute = FileExitAExecute
  433.     end
  434.     object FileConnA: TAction
  435.       Caption = 'Connect'
  436.       Hint = 'Connect to the selected server.'
  437.       ImageIndex = 31
  438.       OnExecute = FileConnAExecute
  439.     end
  440.     object FileNewA: TAction
  441.       Caption = 'New'
  442.       Hint = 'Creates a new server record.'
  443.       OnExecute = FileNewAExecute
  444.     end
  445.     object FileDelA: TAction
  446.       Caption = 'Delete'
  447.       Hint = 'Deletes the selected server record.'
  448.       ImageIndex = 32
  449.       OnExecute = FileDelAExecute
  450.     end
  451.     object FilePropsA: TAction
  452.       Caption = 'Properties'
  453.       Hint = 'Displays the properties of the selected server.'
  454.       ImageIndex = 33
  455.       OnExecute = FilePropsAExecute
  456.     end
  457.   end
  458.   object ImageList3: TImageList
  459.     BlendColor = clWindow
  460.     Height = 32
  461.     ShareImages = True
  462.     Width = 32
  463.     Left = 44
  464.     Top = 268
  465.   end
  466. end
  467.