object FormPM: TFormPM Left = 528 Top = 105 Width = 400 Height = 534 Caption = 'Distortion for PhotoModeler' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label25: TLabel Left = 340 Top = 476 Width = 51 Height = 13 Caption = 'v. 0.0.4.20' end object GroupBox1: TGroupBox Left = 4 Top = 4 Width = 381 Height = 85 Caption = 'Input Image : ' TabOrder = 0 object Label26: TLabel Left = 292 Top = 20 Width = 35 Height = 13 Caption = 'Prefix : ' end object Button4: TButton Left = 296 Top = 52 Width = 75 Height = 25 Hint = 'Find File' Caption = 'Open...' ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = Button4Click end object ListBox1: TListBox Left = 8 Top = 16 Width = 281 Height = 61 ItemHeight = 13 TabOrder = 1 OnDblClick = ListBox1DblClick end object Edit1: TEdit Left = 324 Top = 16 Width = 45 Height = 21 TabOrder = 2 Text = 'C_' end end object GroupBox3: TGroupBox Left = 4 Top = 92 Width = 381 Height = 221 Caption = 'Camera Info : ' TabOrder = 1 object Label1: TLabel Left = 28 Top = 28 Width = 70 Height = 13 Alignment = taRightJustify Caption = 'Camera Name:' end object Label2: TLabel Left = 32 Top = 72 Width = 65 Height = 13 Alignment = taRightJustify Caption = 'Focal Lenght:' end object Label3: TLabel Left = 24 Top = 96 Width = 72 Height = 13 Alignment = taRightJustify Caption = 'Image Size W:' end object Label4: TLabel Left = 20 Top = 120 Width = 75 Height = 13 Alignment = taRightJustify Caption = 'Format Size W:' end object Label5: TLabel Left = 12 Top = 144 Width = 83 Height = 13 Alignment = taRightJustify Caption = 'Principal Point X:' end object Label6: TLabel Left = 5 Top = 168 Width = 92 Height = 13 Alignment = taRightJustify Caption = 'Lens Distortion K1:' end object Label7: TLabel Left = 81 Top = 192 Width = 16 Height = 13 Alignment = taRightJustify Caption = 'P1:' end object Label8: TLabel Left = 246 Top = 96 Width = 11 Height = 13 Alignment = taRightJustify Caption = 'H:' end object Label9: TLabel Left = 246 Top = 120 Width = 11 Height = 13 Alignment = taRightJustify Caption = 'H:' end object Label10: TLabel Left = 247 Top = 144 Width = 10 Height = 13 Alignment = taRightJustify Caption = 'Y:' end object Label11: TLabel Left = 241 Top = 168 Width = 16 Height = 13 Alignment = taRightJustify Caption = 'K2:' end object Label12: TLabel Left = 241 Top = 192 Width = 16 Height = 13 Alignment = taRightJustify Caption = 'P2:' end object Label13: TLabel Left = 172 Top = 72 Width = 16 Height = 13 Caption = 'mm' end object Label14: TLabel Left = 172 Top = 120 Width = 16 Height = 13 Caption = 'mm' end object Label15: TLabel Left = 332 Top = 120 Width = 16 Height = 13 Caption = 'mm' end object Label16: TLabel Left = 172 Top = 144 Width = 16 Height = 13 Caption = 'mm' end object Label17: TLabel Left = 332 Top = 144 Width = 16 Height = 13 Caption = 'mm' end object Label18: TLabel Left = 172 Top = 96 Width = 26 Height = 13 Caption = 'pixels' end object Label19: TLabel Left = 332 Top = 96 Width = 26 Height = 13 Caption = 'pixels' end object Edit3: TEdit Left = 100 Top = 24 Width = 229 Height = 21 TabOrder = 0 end object Edit4: TEdit Left = 100 Top = 92 Width = 69 Height = 21 TabOrder = 2 end object Edit5: TEdit Left = 260 Top = 92 Width = 69 Height = 21 TabOrder = 3 end object Edit6: TEdit Left = 100 Top = 116 Width = 69 Height = 21 TabOrder = 4 end object Edit7: TEdit Left = 260 Top = 116 Width = 69 Height = 21 TabOrder = 5 end object Edit8: TEdit Left = 100 Top = 140 Width = 69 Height = 21 TabOrder = 6 end object Edit9: TEdit Left = 260 Top = 140 Width = 69 Height = 21 TabOrder = 7 end object Edit14: TEdit Left = 100 Top = 68 Width = 69 Height = 21 TabOrder = 1 end object Edit11: TEdit Left = 260 Top = 164 Width = 69 Height = 21 TabOrder = 9 end object Edit12: TEdit Left = 100 Top = 188 Width = 69 Height = 21 TabOrder = 10 end object Edit13: TEdit Left = 260 Top = 188 Width = 69 Height = 21 TabOrder = 11 end object Edit10: TEdit Left = 100 Top = 164 Width = 69 Height = 21 TabOrder = 8 end object Button6: TButton Left = 256 Top = 48 Width = 75 Height = 25 Caption = 'Load...' TabOrder = 12 Visible = False end end object GroupBox4: TGroupBox Left = 4 Top = 316 Width = 381 Height = 97 Caption = 'Output Option : ' TabOrder = 2 object Label20: TLabel Left = 8 Top = 52 Width = 88 Height = 13 Caption = 'Background Color:' Enabled = False end object Label21: TLabel Left = 24 Top = 28 Width = 72 Height = 13 Alignment = taRightJustify Caption = 'Image Size W:' end object Label22: TLabel Left = 172 Top = 28 Width = 26 Height = 13 Caption = 'pixels' end object Label23: TLabel Left = 246 Top = 28 Width = 11 Height = 13 Alignment = taRightJustify Caption = 'H:' end object Label24: TLabel Left = 332 Top = 28 Width = 26 Height = 13 Caption = 'pixels' end object ComboBox1: TComboBox Left = 100 Top = 48 Width = 89 Height = 21 Enabled = False ItemHeight = 13 ItemIndex = 0 TabOrder = 0 Text = 'white' Items.Strings = ( 'white' 'black') end object CheckBox1: TCheckBox Left = 16 Top = 72 Width = 97 Height = 17 Hint = 'Remove Blanc Pixels' Alignment = taLeftJustify Caption = 'Convolution :' Checked = True ParentShowHint = False ShowHint = True State = cbChecked TabOrder = 1 end object Edit15: TEdit Left = 100 Top = 24 Width = 69 Height = 21 TabOrder = 2 end object Edit16: TEdit Left = 260 Top = 24 Width = 69 Height = 21 TabOrder = 3 end end object Button1: TButton Left = 64 Top = 440 Width = 75 Height = 25 Caption = 'Apply' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 164 Top = 440 Width = 75 Height = 25 Caption = 'About' ParentShowHint = False ShowHint = True TabOrder = 4 OnClick = Button2Click end object Button3: TButton Left = 268 Top = 440 Width = 75 Height = 25 Caption = 'Exit' TabOrder = 5 OnClick = Button3Click end object StatusBar1: TStatusBar Left = 0 Top = 490 Width = 392 Height = 19 Panels = < item Width = 50 end> end object OpenDialog1: TOpenDialog Filter = 'JPEG Image (*.jpg)|*.jpg|BMP Image (*.bmp)|*.bmp' Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing] Top = 460 end end