home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 75 / XENIATGM75.iso / Shareware / EzPop / Skins / CYBER_Ez / skin.ini < prev    next >
INI File  |  1999-09-13  |  4KB  |  142 lines

  1. ; EzPop Skin Configuration
  2. ; Skin Information
  3. ; CYBER Ez @1999 by take
  4.  
  5. skin_name   = CYBER Ez
  6. skin_author = take
  7. skin_mail   = out_law@pd.highway.ne.jp
  8. skin_web    = http://home7.highway.ne.jp/trigger/
  9.  
  10. ; Bitmaps used for windows background
  11. ;
  12. ; Main    = your bitmap for the main window background
  13. ; MsgBkng = "      "    "   the background of the message window
  14.  
  15. [Background]
  16. Main= main.bmp
  17. MsgBkng = msg.bmp
  18.  
  19. ; Bitmaps used for showing on the main window if EzPop is connected or no
  20. ;
  21. ; OnlineBMP    = bitmap shown when EzPop is connected to POP server
  22. ; NotOnlineBMP = "         "       EzPop is disconnected from POP Server
  23.  
  24. [Online]
  25. OnlineBMP    = online.bmp
  26. NotOnlineBMP = notonline.bmp
  27. Position  = 33,100
  28.  
  29. ; Bitmaps used for button Connect
  30. ;
  31. ; CnxBtnNormal = bitmap normal when mouse is not over the button
  32. ; CnxBtnSelect = bitmap used when mouse is over the button
  33. ; Position     = X,Y where X = Left value of the button in the main window
  34. ;                          Y = Top value of the button in the main window
  35. ;
  36. ; !!!!!!!!  BEWARE !!!!!!!!
  37. ;
  38. ; All those buttons are transparent buttons !
  39. ; The transparent color used is the color of the Bottom Left pixel
  40. ; If you don't want your button to be transparent, thanks to add a vertical line
  41. ; to the left of your picture with the Great Pink color (255/0/255)
  42.  
  43. [Connect]
  44. CnxBtnNormal=  connect1.bmp
  45. CnxBtnSelect= connect2.bmp
  46. Position = 57,100
  47.  
  48. ; Same as before but for button Disconnect
  49.  
  50. [Disconnect]
  51. DisBtnNormal = power1.bmp
  52. DisBtnSelect = power2.bmp
  53. Position = 95,100
  54.  
  55. ; Same as before but for button Check Message.
  56.  
  57. [ReadMsg]
  58. ReadBtnNormal = check1.bmp
  59. ReadBtnSelect = check2.bmp
  60. Position = 133,100
  61.  
  62. ; Same as before but for button Launch Mail client
  63.  
  64. [mailclient]
  65. RunMailNormal  = runmail1.bmp
  66. RunMailSelect = runmail2.bmp
  67. Position = 171,100
  68.  
  69. ; Image show when you receive new mails
  70. ; gotmail = bitmap to show when you have mail
  71. ; nomail  = bitmap to show when you don't have mail
  72.  
  73. [youhavemail]
  74. gotmail = gotmail.bmp
  75. nomail  = nomail.bmp
  76. Position = 149,37
  77.  
  78. ; Image shown for the number of messages received
  79. ; NbMsgBMP = bitmap contening the numbers
  80. ; Size     = size of each number (width,height)
  81.  
  82. [NbMsg]
  83. NbMsgBMP =number.bmp
  84. Size= 12,11
  85. Position = 112,74
  86.  
  87. ; Image showing the status line on the main window
  88. ; FontBMP = bitmap contening the characters font
  89. ; Size    = size of each character (width,height)
  90.  
  91. [Status]
  92. FontBMP=text.bmp
  93. Size= 6,6
  94. Position = 22,40
  95. MaxChar = 24
  96.  
  97. ; Message Window
  98. ; The memo will show your messages
  99. ;
  100. ; Memo_X      = left position of the memo in the message window
  101. ; Memo_Y      = top position  "           "                 "
  102. ; Memo_Width  = width of the memo
  103. ; Memo_Height = height of the memo
  104. ; FontColor   = color of the memo font (value in Red,Green,Blue)
  105. ; FontName    = name of the font used for the memo (default=arial)
  106. ; FontSize    = size "         "          "
  107. ;
  108. ; PrevBtnNormal = bitmap for the button Previous message in the message window
  109. ; PrevBtnSelect = "          "          "        " when mouse is over
  110. ; NextBtn...... = button to show next message
  111. ; ReplyBtn..... = button for replying to the sender
  112. ; DeleteBtn.... = button for deleting the message
  113. ; CloseBtn..... = button for closing the message window
  114.  
  115. [Memo_MsgWindow]
  116. Memo_X = 25
  117. Memo_Y = 34
  118. Memo_Width = 190
  119. Memo_Height = 125
  120. FontColor = 39,108,249
  121. FontName = Verdana
  122. FontSize = 8
  123.  
  124. PrevBtnNormal = prev1.bmp
  125. PrevBtnSelect = prev2.bmp
  126. PrevBtnPos = 8,171
  127. NextBtnNormal = next1.bmp
  128. NextBtnSelect = next2.bmp
  129. NextBtnPos = 30,171
  130. ReplyBtnNormal = reply1.bmp
  131. ReplyBtnSelect = reply2.bmp
  132. ReplyBtnPos = 60,171
  133. DeleteBtnNormal = del1.bmp
  134. DeleteBtnSelect = del2.bmp
  135. DeleteBtnPos = 114,171
  136. CloseBtnNormal = exit1.bmp
  137. CloseBtnSelect = exit2.bmp
  138. CloseBtnPos = 172,171