制作从屏幕右下角逐渐弹出的消息提示框[2]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 nhconch 的 blog

    transparent = true
  end
  object label5: tlabel
    left = 16
    top = 42
    width = 132
    height = 12
    caption = 'alt+↓:打开下拉列表框'
    transparent = true
  end
  object label6: tlabel
    left = 16
    top = 61
    width = 108
    height = 12
    caption =
'ctrl+ins:插入一行'
    transparent = true
  end
  object label7: tlabel
    left = 16
    top = 80
    width = 120
    height = 12
    caption =
'ctrl+del:删除当前行'
    transparent = true
  end
  object label8: tlabel
    left = 174
    top = 42
    width = 138
    height = 12
    caption =
'ins:打开“工艺名称表”'
    transparent = true
  end
  object label9: tlabel
    left = 174
    top = 61
    width = 90
    height = 12
    caption =
'f11:插入“℃”'
    transparent = true
  end
  object label10: tlabel
    left = 174
    top = 80
    width = 90
    height = 12
    caption =
'f12:插入“′”'
    transparent = true
  end
  object label11: tlabel
    left = 0
    top = 165
    width = 343
    height = 3
    cursor = crsizens
    align = albottom
    autosize = false
    transparent = true
    onmousedown = label11mousedown
    onmousemove = label11mousemove
  end
  object label12: tlabel
    left = 0
    top = 12
    width = 3
    height = 153
    cursor = crsizewe
    align = alleft
    autosize = false
    transparent = true
    onmousedown = label12mousedown
  end
  object label13: tlabel
    left = 340
    top = 12
    width = 3
    height = 153
    cursor = crsizewe
    align = alright
    autosize = false
    transparent = true
    onmousedown = label13mousedown
  end
end

 代码formpshotkey.pas内容 unit formpshotkey;

interface

uses
  windows, messages, sysutils, variants, classes, graphics, controls, forms,
  dialogs, extctrls, stdctrls, buttons;

{========================================================================
  design by :  彭国辉
  date:        2004-10-28
  site:       
http://kacarton.yeah.net/
  blog:        http://blog.csdn.net/nhconch

本文关键:制作从屏幕右下角逐渐弹出的消息提示框
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top