home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / komunikace / wavago / W-install-cz.exe / Wavago.exe / 0 / RCDATA / TDLGGROUPS / TDLGGROUPS.txt < prev   
Text File  |  2006-04-12  |  2KB  |  101 lines

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