object FrmEmbeddedItem: TFrmEmbeddedItem Left = 217 Top = 258 BorderStyle = bsDialog Caption = 'Embedded item' ClientHeight = 72 ClientWidth = 410 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object lblFileName: TLabel Left = 8 Top = 8 Width = 42 Height = 13 Caption = '&Filename' FocusControl = EditFileName end object lblWidth: TLabel Left = 112 Top = 40 Width = 28 Height = 13 Caption = '&Width' FocusControl = EditWidth end object lblHeight: TLabel Left = 8 Top = 40 Width = 31 Height = 13 Caption = '&Height' FocusControl = EditHeight end object btnOK: TButton Left = 216 Top = 40 Width = 89 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 end object btnCancel: TButton Left = 312 Top = 40 Width = 89 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object btnBrowse: TBitBtn Left = 312 Top = 7 Width = 89 Height = 22 Hint = 'Browse for file on local computer' Caption = '&Browse ...' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = btnBrowseClick Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777 77777777777777777777000000000007777700333333333077770B0333333333 07770FB03333333330770BFB0333333333070FBFB000000000000BFBFBFBFB07 77770FBFBFBFBF0777770BFB0000000777777000777777770007777777777777 7007777777770777070777777777700077777777777777777777} end object EditFileName: TEdit Left = 64 Top = 8 Width = 241 Height = 21 Hint = 'Name of file to be embedded' ParentShowHint = False ShowHint = True TabOrder = 0 end object EditHeight: TEdit Left = 48 Top = 40 Width = 49 Height = 21 TabOrder = 2 end object EditWidth: TEdit Left = 144 Top = 40 Width = 49 Height = 21 TabOrder = 3 end object DlgOpen: TOpenDialog FileEditStyle = fsEdit Filter = 'All files (*.*)|*.*|Bitmaps (*.bmp)|*.bmp' Options = [ofHideReadOnly] Title = 'Select file to embed' Left = 7 Top = 63 end end