home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 186 / DPCS0803.ISO / Café / Dev-C++ / devcpp4980.exe / $INSTDIR / devcpp.exe / 0 / RCDATA / TIMPORTMSVCFORM / TIMPORTMSVCFORM.txt
Encoding:
Text File  |  2003-05-15  |  3.1 KB  |  154 lines

  1. object ImportMSVCForm: TImportMSVCForm
  2.   Left = 192
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Import MS Visual C++(tm) project'
  6.   ClientHeight = 221
  7.   ClientWidth = 365
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lbSelect: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 137
  26.     Height = 13
  27.     Caption = 'Select Visual C++ project file:'
  28.   end
  29.   object btnBrowse: TSpeedButton
  30.     Left = 336
  31.     Top = 24
  32.     Width = 23
  33.     Height = 22
  34.     Caption = '...'
  35.     OnClick = btnBrowseClick
  36.   end
  37.   object txtVC: TEdit
  38.     Left = 8
  39.     Top = 24
  40.     Width = 329
  41.     Height = 21
  42.     TabOrder = 0
  43.     Text = 'txtVC'
  44.     OnChange = txtDevChange
  45.   end
  46.   object gbOptions: TGroupBox
  47.     Left = 8
  48.     Top = 56
  49.     Width = 349
  50.     Height = 121
  51.     Caption = '  Import options  '
  52.     TabOrder = 1
  53.     object lbConf: TLabel
  54.       Left = 16
  55.       Top = 20
  56.       Width = 108
  57.       Height = 13
  58.       Caption = 'Configuration to import:'
  59.     end
  60.     object lbDev: TLabel
  61.       Left = 16
  62.       Top = 68
  63.       Width = 122
  64.       Height = 13
  65.       Caption = 'Dev-C++ project filename:'
  66.     end
  67.     object btnBrowseDev: TSpeedButton
  68.       Left = 314
  69.       Top = 84
  70.       Width = 23
  71.       Height = 22
  72.       Caption = '...'
  73.       OnClick = btnBrowseDevClick
  74.     end
  75.     object cmbConf: TComboBox
  76.       Left = 16
  77.       Top = 36
  78.       Width = 321
  79.       Height = 21
  80.       Style = csDropDownList
  81.       ItemHeight = 13
  82.       TabOrder = 0
  83.     end
  84.     object txtDev: TEdit
  85.       Left = 16
  86.       Top = 84
  87.       Width = 297
  88.       Height = 21
  89.       TabOrder = 1
  90.       Text = 'txtDev'
  91.       OnChange = txtDevChange
  92.     end
  93.   end
  94.   object btnImport: TButton
  95.     Left = 103
  96.     Top = 188
  97.     Width = 75
  98.     Height = 25
  99.     Caption = 'Import'
  100.     Default = True
  101.     TabOrder = 2
  102.     OnClick = btnImportClick
  103.   end
  104.   object btnCancel: TButton
  105.     Left = 187
  106.     Top = 188
  107.     Width = 75
  108.     Height = 25
  109.     Cancel = True
  110.     Caption = 'Cancel'
  111.     ModalResult = 2
  112.     TabOrder = 3
  113.   end
  114.   object OpenDialog1: TOpenDialog
  115.     Filter = 'MSVC++ files|*.dsp'
  116.     Left = 212
  117.     Top = 48
  118.   end
  119.   object SaveDialog1: TSaveDialog
  120.     Left = 268
  121.     Top = 124
  122.   end
  123.   object XPMenu: TXPMenu
  124.     DimLevel = 30
  125.     GrayLevel = 10
  126.     Font.Charset = ANSI_CHARSET
  127.     Font.Color = clMenuText
  128.     Font.Height = -11
  129.     Font.Name = 'Microsoft Sans Serif'
  130.     Font.Style = []
  131.     Color = clBtnFace
  132.     DrawMenuBar = False
  133.     IconBackColor = clBtnFace
  134.     MenuBarColor = clBtnFace
  135.     SelectColor = clHighlight
  136.     SelectBorderColor = clHighlight
  137.     SelectFontColor = clMenuText
  138.     DisabledColor = clInactiveCaption
  139.     SeparatorColor = clBtnFace
  140.     CheckedColor = clHighlight
  141.     IconWidth = 24
  142.     DrawSelect = True
  143.     UseSystemColors = True
  144.     UseDimColor = False
  145.     OverrideOwnerDraw = False
  146.     Gradient = False
  147.     FlatMenu = False
  148.     AutoDetect = True
  149.     Active = False
  150.     Left = 136
  151.     Top = 56
  152.   end
  153. end
  154.