Google
收费资源下载 | 发布源码资源

登录站点

用户名

密码

注册

查看日志|返回日志列表

将窗体嵌入其它窗体Client区,仍然能使用VCLSKIN控件的方法

标签窗体  嵌入  其它  client  仍然  使用  vclskin  控件  2008-11-14 15:13
  if not Assigned(orgFilePutUpBillForm) then
  begin
    orgFilePutUpBillForm:=TorgFilePutUpBillForm.Create(Parent);
    orgFilePutUpBillForm.ParentWindow:=TForm(Parent).ClientHandle;
    Parent.SkinData1.UpdateSkinControl(Parent);
    orgFilePutUpBillForm.Show;
  end else orgFilePutUpBillForm.Show;

分享 52 次阅读 | 0 个评论

留下脚印

评论


相关资源下载