home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 June / Freesoft_1997-06_cd.bin / nerecenz / programmers / SSW / SSW.EXE / 0 / RCDATA / TEDITPROJECTFORM / TEDITPROJECTFORM.txt
Text File  |  1997-05-06  |  2KB  |  106 lines

  1. object EditProjectForm: TEditProjectForm
  2.   Left = 425
  3.   Top = 276
  4.   Width = 393
  5.   Height = 233
  6.   Caption = 'Project Details'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 12
  15.     Top = 24
  16.     Width = 64
  17.     Height = 13
  18.     Caption = 'Project &Name'
  19.   end
  20.   object Label2: TLabel
  21.     Left = 12
  22.     Top = 96
  23.     Width = 59
  24.     Height = 14
  25.     Caption = 'Default &Alias'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 12
  29.     Top = 56
  30.     Width = 53
  31.     Height = 13
  32.     Caption = '&Description'
  33.   end
  34.   object Label4: TLabel
  35.     Left = 12
  36.     Top = 132
  37.     Width = 71
  38.     Height = 13
  39.     Caption = '&Work Directory'
  40.   end
  41.   object ProjName: TEdit
  42.     Left = 96
  43.     Top = 21
  44.     Width = 129
  45.     Height = 21
  46.     TabOrder = 0
  47.   end
  48.   object Aliases: TComboBox
  49.     Left = 96
  50.     Top = 91
  51.     Width = 129
  52.     Height = 21
  53.     ItemHeight = 13
  54.     TabOrder = 2
  55.     OnDropDown = AliasesDropDown
  56.   end
  57.   object Desc: TEdit
  58.     Left = 96
  59.     Top = 54
  60.     Width = 249
  61.     Height = 21
  62.     TabOrder = 1
  63.   end
  64.   object Dir: TEdit
  65.     Left = 96
  66.     Top = 129
  67.     Width = 249
  68.     Height = 21
  69.     TabOrder = 3
  70.   end
  71.   object DirButton: TButton
  72.     Left = 353
  73.     Top = 131
  74.     Width = 17
  75.     Height = 17
  76.     Caption = '...'
  77.     Font.Color = clBlack
  78.     Font.Height = -13
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = [fsBold]
  81.     ParentFont = False
  82.     TabOrder = 4
  83.   end
  84.   object Button1: TButton
  85.     Left = 96
  86.     Top = 168
  87.     Width = 65
  88.     Height = 25
  89.     Caption = '&Ok'
  90.     Default = True
  91.     TabOrder = 5
  92.     OnClick = Button1Click
  93.   end
  94.   object Button2: TButton
  95.     Left = 224
  96.     Top = 168
  97.     Width = 65
  98.     Height = 25
  99.     Cancel = True
  100.     Caption = '&Cancel'
  101.     Default = True
  102.     ModalResult = 2
  103.     TabOrder = 6
  104.   end
  105. end
  106.