home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / raketu / r-install.exe / Raketu.exe / 0 / RCDATA / TDLGGROUPS / TDLGGROUPS.txt
Encoding:
Text File  |  2007-01-31  |  1.8 KB  |  93 lines

  1. object DlgGroups: TDlgGroups
  2.   Left = 481
  3.   Top = 90
  4.   Width = 279
  5.   Height = 207
  6.   Caption = 'Playlists'
  7.   Color = clBtnFace
  8.   Constraints.MaxHeight = 207
  9.   Constraints.MaxWidth = 279
  10.   Constraints.MinHeight = 207
  11.   Constraints.MinWidth = 279
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   OnShow = RefreshGroups
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object LGroupType: TLabel
  22.     Left = 16
  23.     Top = 8
  24.     Width = 96
  25.     Height = 13
  26.     Caption = 'Manage Playlists'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object SBAddGroup: TSpeedButton
  35.     Left = 200
  36.     Top = 32
  37.     Width = 57
  38.     Height = 22
  39.     Caption = 'Add'
  40.     OnClick = SBAddGroup1Click
  41.   end
  42.   object SBRefGroup: TSpeedButton
  43.     Left = 200
  44.     Top = 72
  45.     Width = 57
  46.     Height = 22
  47.     Caption = 'Refresh'
  48.     OnClick = RefreshGroups
  49.   end
  50.   object SBDelGroup: TSpeedButton
  51.     Left = 200
  52.     Top = 104
  53.     Width = 57
  54.     Height = 22
  55.     Caption = 'Delete'
  56.     OnClick = DelGroup1Click
  57.   end
  58.   object SBClose: TSpeedButton
  59.     Left = 200
  60.     Top = 136
  61.     Width = 57
  62.     Height = 22
  63.     Caption = 'Close'
  64.     OnClick = SBCloseClick
  65.   end
  66.   object EGroupName: TEdit
  67.     Left = 16
  68.     Top = 32
  69.     Width = 177
  70.     Height = 21
  71.     MaxLength = 30
  72.     TabOrder = 0
  73.     OnKeyPress = KeyPressEdit
  74.   end
  75.   object ListBox1: TListBox
  76.     Left = 16
  77.     Top = 72
  78.     Width = 177
  79.     Height = 89
  80.     ItemHeight = 13
  81.     TabOrder = 1
  82.   end
  83.   object EGroupType: TEdit
  84.     Left = 224
  85.     Top = 0
  86.     Width = 33
  87.     Height = 21
  88.     Enabled = False
  89.     TabOrder = 2
  90.     Visible = False
  91.   end
  92. end
  93.