Interface.lof 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. Begin : Panel
  2. Name = "mainPanel"
  3. Solid = 1
  4. Color = 0,0,0
  5. Plain = 1
  6. Begin : Panel
  7. Name = "selectPanel"
  8. Solid = 1
  9. Color = 0,0,0
  10. Plain = 1
  11. Visible = 1
  12. Begin : Picture
  13. Name = "previewPicture"
  14. Interpolation = 1
  15. Left = 5
  16. Top = 5
  17. Right = 90%-105
  18. Bottom = 70%-40
  19. End
  20. Begin : Label
  21. Name = "descriptionLabel"
  22. Color = 190,255,190
  23. Left = 5
  24. Right = 90%-105
  25. Top = 70%-35
  26. Bottom = 100%-5
  27. End
  28. Begin : ListBox
  29. Name = "projectList"
  30. Color = 190,255,190
  31. Left = 90%-100
  32. Right = 100%-5
  33. Top = 5
  34. Bottom = 100%-50
  35. End
  36. Begin : Button
  37. Name = "launchButton"
  38. Text = "Try"
  39. Color = 190,255,190
  40. Left = 90%-100
  41. Right = 95%-55
  42. Top = 100%-45
  43. Bottom = 100%-5
  44. End
  45. Begin : Button
  46. Name = "cloneButton"
  47. Text = "Clone"
  48. Color = 190,255,190
  49. Left = 95%-50
  50. Right = 100%-5
  51. Top = 100%-45
  52. Bottom = 100%-5
  53. End
  54. End
  55. Begin : Panel
  56. Name = "clonePanel"
  57. Solid = 1
  58. Color = 200,200,150
  59. Plain = 0
  60. Visible = 0
  61. Begin : Label
  62. Name = "sourceLabel"
  63. Text = "Source path:"
  64. Left = 10
  65. Right = 100%-10
  66. Top = 10
  67. Bottom = 30
  68. End
  69. Begin : TextBox
  70. Name = "sourceBox"
  71. Text = ""
  72. Left = 10
  73. Right = 100%-10
  74. Top = 30
  75. Bottom = 55
  76. End
  77. Begin : Label
  78. Name = "targetLabel"
  79. Text = "Target path:"
  80. Left = 10
  81. Right = 100%-10
  82. Top = 70
  83. Bottom = 90
  84. End
  85. Begin : TextBox
  86. Name = "targetBox"
  87. Text = ""
  88. Left = 10
  89. Right = 100%-10
  90. Top = 90
  91. Bottom = 115
  92. End
  93. Begin : Label
  94. Name = "nameLabel"
  95. Text = "New project name:"
  96. Left = 10
  97. Right = 100%-10
  98. Top = 130
  99. Bottom = 150
  100. End
  101. Begin : TextBox
  102. Name = "nameBox"
  103. Text = ""
  104. Left = 10
  105. Right = 100%-10
  106. Top = 150
  107. Bottom = 175
  108. End
  109. Begin : Button
  110. Name = "cancelCloneButton"
  111. Text = "Cancel"
  112. Color = 255,190,190
  113. Left = 10
  114. Right = 50%-5
  115. Top = 100%-45
  116. Bottom = 100%-10
  117. End
  118. Begin : Button
  119. Name = "acceptCloneButton"
  120. Text = "Begin cloning"
  121. Color = 190,255,190
  122. Left = 50%+5
  123. Right = 100%-10
  124. Top = 100%-45
  125. Bottom = 100%-10
  126. End
  127. End
  128. End