object OptionsDlg: TOptionsDlg Left = 381 Top = 248 BorderStyle = bsDialog Caption = 'Dialog' ClientHeight = 278 ClientWidth = 359 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 275 Top = 245 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object JvPageControl1: TJvPageControl Left = 0 Top = 0 Width = 359 Height = 238 ActivePage = TabSheet1 Align = alTop TabOrder = 1 object TabSheet1: TTabSheet Caption = 'Output format' object GroupBox1: TGroupBox Left = 10 Top = 72 Width = 336 Height = 58 Caption = ' Video Size ' TabOrder = 0 object Label1: TLabel Left = 18 Top = 27 Width = 31 Height = 13 Caption = 'Width:' end object Label2: TLabel Left = 135 Top = 27 Width = 34 Height = 13 Caption = 'Height:' end object width: TmxFlatSpinEdit Left = 54 Top = 22 Width = 60 Height = 22 Activate = True BorderColor = clBtnShadow Flat = True ShowBorder = True Increment = 1.000000000000000000 Version = '1.26' MaxValue = 1280.000000000000000000 Value = 320.000000000000000000 TabOrder = 0 Text = '320' end object height: TmxFlatSpinEdit Left = 180 Top = 22 Width = 60 Height = 22 Activate = True BorderColor = clBtnShadow Flat = True ShowBorder = True Increment = 1.000000000000000000 Version = '1.26' MaxValue = 1280.000000000000000000 Value = 240.000000000000000000 TabOrder = 1 Text = '240' end end object GroupBox2: TGroupBox Left = 10 Top = 134 Width = 336 Height = 67 Caption = 'Audio' TabOrder = 1 object Label3: TLabel Left = 12 Top = 30 Width = 33 Height = 13 Caption = 'Bitrate:' end object audioBitrate: TmxFlatComboBox Left = 51 Top = 27 Width = 60 Height = 21 Activate = True BorderColor = clBtnShadow Flat = True ShowBorder = True Version = '1.26' ItemHeight = 13 TabOrder = 0 Text = '96' Items.Strings = ( '32' '64' '96' '128' '160' '192' '224' '256') ItemIndex = 2 end end object GroupBox3: TGroupBox Left = 9 Top = 12 Width = 337 Height = 58 Caption = 'Video Format' TabOrder = 2 object RadioButton1: TRadioButton Left = 15 Top = 25 Width = 46 Height = 17 Caption = 'AVI' Checked = True TabOrder = 0 TabStop = True OnClick = RadioButton1Click end object RadioButton2: TRadioButton Left = 69 Top = 24 Width = 55 Height = 17 Caption = 'MPEG' TabOrder = 1 OnClick = RadioButton2Click end object RadioButton3: TRadioButton Left = 135 Top = 24 Width = 58 Height = 17 Caption = 'PSP' TabOrder = 2 OnClick = RadioButton3Click end end end object TabSheet2: TTabSheet Caption = 'Connection Settings' ImageIndex = 1 object GroupBox4: TGroupBox Left = 9 Top = 12 Width = 337 Height = 189 Caption = 'Proxy Settings' TabOrder = 0 object Label4: TLabel Left = 18 Top = 24 Width = 61 Height = 13 Caption = 'HTTP Proxy:' end object Label5: TLabel Left = 225 Top = 24 Width = 22 Height = 13 Caption = 'Port:' end object Label6: TLabel Left = 18 Top = 96 Width = 25 Height = 13 Caption = 'User:' end object Label7: TLabel Left = 18 Top = 123 Width = 49 Height = 13 Caption = 'Password:' end object txtPort: TmxFlatEdit Left = 255 Top = 20 Width = 64 Height = 21 Activate = True BorderColor = clBtnShadow Flat = True ShowBorder = True Version = '1.26' TabOrder = 0 end object txtuser: TmxFlatEdit Left = 90 Top = 92 Width = 121 Height = 21 Activate = True BorderColor = clBtnShadow Flat = True ShowBorder = True Version = '1.26' TabOrder = 1 end object txtpassword: TmxFlatEdit Left = 90 Top = 119 Width = 121 Height = 21 Activate = True BorderColor = clBtnShadow Flat = True ShowBorder = True Version = '1.26' TabOrder = 2 end object txtserver: TmxFlatEdit Left = 90 Top = 20 Width = 121 Height = 21 Activate = True BorderColor = clBtnShadow Flat = True ShowBorder = True Version = '1.26' TabOrder = 3 end object mxFlatCheckBox1: TmxFlatCheckBox Left = 18 Top = 63 Width = 97 Height = 17 Caption = 'Authentication' TabOrder = 4 OnClick = mxFlatCheckBox1Click ButtonStyle = False Flat = True Version = '1.26' end end end end end