home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / 1stimpr / setup.exe / {app} / 1st.exe / 0 / RCDATA / TFRMDLGMPG / TFRMDLGMPG.txt
Encoding:
Text File  |  2001-06-04  |  4.7 KB  |  215 lines

  1. object frmDlgMPG: TfrmDlgMPG
  2.   Left = 302
  3.   Top = 161
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 260
  6.   ClientWidth = 308
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object boxDataRate: TGroupBox
  16.     Left = 12
  17.     Top = 86
  18.     Width = 285
  19.     Height = 117
  20.     Caption = 'Data Rate'
  21.     Font.Charset = DEFAULT_CHARSET
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.     TabOrder = 1
  28.     object Label1: TLabel
  29.       Left = 14
  30.       Top = 87
  31.       Width = 38
  32.       Height = 13
  33.       Caption = 'Bit Rate'
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clWindowText
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.     end
  41.     object Label2: TLabel
  42.       Left = 14
  43.       Top = 57
  44.       Width = 47
  45.       Height = 13
  46.       Caption = 'Byte Rate'
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.     end
  54.     object Label3: TLabel
  55.       Left = 160
  56.       Top = 87
  57.       Width = 54
  58.       Height = 13
  59.       Caption = 'kilobits/sec'
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clWindowText
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.     end
  67.     object Label4: TLabel
  68.       Left = 160
  69.       Top = 57
  70.       Width = 63
  71.       Height = 13
  72.       Caption = 'kilobytes/sec'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = []
  78.       ParentFont = False
  79.     end
  80.     object Label5: TLabel
  81.       Left = 14
  82.       Top = 27
  83.       Width = 35
  84.       Height = 13
  85.       Caption = 'Presets'
  86.       Font.Charset = DEFAULT_CHARSET
  87.       Font.Color = clWindowText
  88.       Font.Height = -11
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Style = []
  91.       ParentFont = False
  92.     end
  93.     object lstPresets: TComboBox
  94.       Left = 75
  95.       Top = 23
  96.       Width = 190
  97.       Height = 21
  98.       Style = csDropDownList
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clWindowText
  101.       Font.Height = -11
  102.       Font.Name = 'MS Sans Serif'
  103.       Font.Style = []
  104.       ItemHeight = 13
  105.       ParentFont = False
  106.       TabOrder = 0
  107.       OnChange = lstPresetsChange
  108.     end
  109.     object edBytes: TEdit
  110.       Left = 75
  111.       Top = 52
  112.       Width = 76
  113.       Height = 21
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clWindowText
  116.       Font.Height = -11
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = []
  119.       ParentFont = False
  120.       TabOrder = 1
  121.       OnExit = edBytesExit
  122.     end
  123.     object edBits: TEdit
  124.       Left = 75
  125.       Top = 81
  126.       Width = 76
  127.       Height = 21
  128.       Font.Charset = DEFAULT_CHARSET
  129.       Font.Color = clWindowText
  130.       Font.Height = -11
  131.       Font.Name = 'MS Sans Serif'
  132.       Font.Style = []
  133.       ParentFont = False
  134.       TabOrder = 2
  135.       OnExit = edBitsExit
  136.     end
  137.   end
  138.   object btnOK: TBitBtn
  139.     Left = 125
  140.     Top = 218
  141.     Width = 84
  142.     Height = 28
  143.     Caption = 'OK'
  144.     Default = True
  145.     Font.Charset = DEFAULT_CHARSET
  146.     Font.Color = clBlack
  147.     Font.Height = -11
  148.     Font.Name = 'MS Sans Serif'
  149.     Font.Style = []
  150.     ModalResult = 1
  151.     ParentFont = False
  152.     TabOrder = 2
  153.     NumGlyphs = 4
  154.   end
  155.   object btnCancel: TBitBtn
  156.     Left = 209
  157.     Top = 218
  158.     Width = 84
  159.     Height = 28
  160.     Cancel = True
  161.     Caption = 'Cancel'
  162.     Font.Charset = DEFAULT_CHARSET
  163.     Font.Color = clBlack
  164.     Font.Height = -11
  165.     Font.Name = 'MS Sans Serif'
  166.     Font.Style = []
  167.     ModalResult = 2
  168.     ParentFont = False
  169.     TabOrder = 3
  170.     NumGlyphs = 4
  171.   end
  172.   object boxFormat: TGroupBox
  173.     Left = 12
  174.     Top = 6
  175.     Width = 285
  176.     Height = 71
  177.     Caption = 'Format'
  178.     Font.Charset = DEFAULT_CHARSET
  179.     Font.Color = clWindowText
  180.     Font.Height = -11
  181.     Font.Name = 'MS Sans Serif'
  182.     Font.Style = [fsBold]
  183.     ParentFont = False
  184.     TabOrder = 0
  185.     object radMpeg1: TRadioButton
  186.       Left = 15
  187.       Top = 21
  188.       Width = 72
  189.       Height = 17
  190.       Caption = 'MPEG-1'
  191.       Font.Charset = DEFAULT_CHARSET
  192.       Font.Color = clWindowText
  193.       Font.Height = -11
  194.       Font.Name = 'MS Sans Serif'
  195.       Font.Style = []
  196.       ParentFont = False
  197.       TabOrder = 0
  198.     end
  199.     object radMpeg2: TRadioButton
  200.       Left = 15
  201.       Top = 43
  202.       Width = 72
  203.       Height = 17
  204.       Caption = 'MPEG-2'
  205.       Font.Charset = DEFAULT_CHARSET
  206.       Font.Color = clWindowText
  207.       Font.Height = -11
  208.       Font.Name = 'MS Sans Serif'
  209.       Font.Style = []
  210.       ParentFont = False
  211.       TabOrder = 1
  212.     end
  213.   end
  214. end
  215.