home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 February / NetCD2.iso / utility / urpmax / up3e5.exe / %MAINDIR% / unreal.exe / 0 / RCDATA / TFEDITCD / TFEDITCD.txt
Encoding:
Text File  |  1999-12-28  |  3.3 KB  |  180 lines

  1. object feditcd: Tfeditcd
  2.   Left = 605
  3.   Top = 167
  4.   Width = 601
  5.   Height = 515
  6.   Caption = 'CD Informaion'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -15
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 17
  20.   object CtrlGrid1: TCtrlGrid
  21.     Left = 10
  22.     Top = 74
  23.     Width = 569
  24.     Height = 349
  25.     Align = alClient
  26.     ColCount = 4
  27.     DefaultColWidth = 100
  28.     DefaultRowHeight = 20
  29.     FixedCols = 0
  30.     RowCount = 2
  31.     GridLineWidth = 0
  32.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing]
  33.     TabOrder = 0
  34.     ColTitles.Strings = (
  35.       'track title'
  36.       'track info'
  37.       'time'
  38.       'size')
  39.     RowTitles.Strings = (
  40.       'track title'
  41.       '')
  42.     ColWidths = (
  43.       155
  44.       148
  45.       74
  46.       100)
  47.   end
  48.   object Edit1: TEdit
  49.     Left = 432
  50.     Top = 168
  51.     Width = 121
  52.     Height = 25
  53.     TabOrder = 1
  54.     Text = 'Edit1'
  55.     OnKeyPress = Edit1KeyPress
  56.   end
  57.   object Panel1: TPanel
  58.     Left = 0
  59.     Top = 423
  60.     Width = 593
  61.     Height = 60
  62.     Align = alBottom
  63.     BevelOuter = bvNone
  64.     TabOrder = 2
  65.     object StatusBar1: TStatusBar
  66.       Left = 0
  67.       Top = 39
  68.       Width = 593
  69.       Height = 21
  70.       Panels = <
  71.         item
  72.           Text = 'discid:'
  73.           Width = 120
  74.         end
  75.         item
  76.           Text = 'tracks:'
  77.           Width = 100
  78.         end
  79.         item
  80.           Text = 'cddbserver: cddb.intnl.com'
  81.           Width = 50
  82.         end>
  83.       SimplePanel = False
  84.     end
  85.     object btnsave: TButton
  86.       Left = 8
  87.       Top = 8
  88.       Width = 75
  89.       Height = 25
  90.       Caption = 'save'
  91.       Enabled = False
  92.       TabOrder = 1
  93.       OnClick = btnsaveClick
  94.     end
  95.     object btncancel: TButton
  96.       Left = 88
  97.       Top = 8
  98.       Width = 75
  99.       Height = 25
  100.       Caption = 'close'
  101.       TabOrder = 2
  102.       OnClick = btncancelClick
  103.     end
  104.   end
  105.   object Panel2: TPanel
  106.     Left = 0
  107.     Top = 74
  108.     Width = 10
  109.     Height = 349
  110.     Align = alLeft
  111.     BevelOuter = bvNone
  112.     TabOrder = 3
  113.   end
  114.   object Panel3: TPanel
  115.     Left = 579
  116.     Top = 74
  117.     Width = 14
  118.     Height = 349
  119.     Align = alRight
  120.     BevelOuter = bvNone
  121.     TabOrder = 4
  122.   end
  123.   object Panel4: TPanel
  124.     Left = 0
  125.     Top = 0
  126.     Width = 593
  127.     Height = 74
  128.     Align = alTop
  129.     BevelOuter = bvNone
  130.     TabOrder = 5
  131.     object Label1: TLabel
  132.       Left = 10
  133.       Top = 8
  134.       Width = 61
  135.       Height = 17
  136.       Caption = 'DISC title'
  137.     end
  138.     object Label6: TLabel
  139.       Left = 10
  140.       Top = 40
  141.       Width = 40
  142.       Height = 17
  143.       Caption = 'Genre'
  144.     end
  145.     object editdisctitle: TEdit
  146.       Left = 104
  147.       Top = 8
  148.       Width = 201
  149.       Height = 25
  150.       MaxLength = 79
  151.       TabOrder = 0
  152.       Text = 'editdisctitle'
  153.       OnKeyPress = Edit1KeyPress
  154.     end
  155.     object ComboGenre: TComboBox
  156.       Left = 104
  157.       Top = 40
  158.       Width = 201
  159.       Height = 25
  160.       Style = csDropDownList
  161.       ItemHeight = 17
  162.       Items.Strings = (
  163.         '2byte'
  164.         'blues'
  165.         'classical'
  166.         'country'
  167.         'data'
  168.         'folk'
  169.         'jazz'
  170.         'misc'
  171.         'newage'
  172.         'reggae'
  173.         'rock'
  174.         'soundtrack')
  175.       TabOrder = 1
  176.       OnExit = ComboGenreExit
  177.     end
  178.   end
  179. end
  180.