freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

fastreport_程序員手冊(參考版)

2025-06-28 21:41本頁面
  

【正文】 。ButtonSetBounds(60, 140, 75, 25)。ButtonCaption = OK。// 添加一個按鈕Button = new TfrxButtonControl(Page)。PageHeight = 200。//創(chuàng)建唯一名稱PageCreateUniqueName()。TfrxButtonControl * Button。(60, 140, 75, 25)。OK39。 := 200。{ 創(chuàng)建唯一名稱 }。 Button: TfrxButtonControl。 Page: TfrxDialogPage。{ for working with dialogue objects the following unit should be used }uses frxDCtrl。 我們知道,報表可以包含對話框窗體。 := fr1cm * 。 = 96。fr01in = 。fr1cm對象的坐標和大小是以像素為單位的,因為所有對象的left, Top, Width和Height屬性都擁有擴展類型,你能夠指出非整形值。總是要在設計器中定位相同的位置的。 在增加欄到頁面的同時,你要確認他們沒有互相重疊在一起。默認值設置10毫米頁邊距,并捕獲打印機頁大小和對齊方式。 數(shù)據(jù)頁對于插入內(nèi)部數(shù)據(jù)集是必要的,例如TfrxADOTable。否則,報表就不會工作。讓我們來解釋一些細節(jié):// 調(diào)整文本到右側對象的空白MemoHAlign = haRight。MemoDataField = CustNo。MemoCreateUniqueName()。DataBandHeight = 20。DataBandDataSet = frxDBDataset1。// 添加主數(shù)據(jù)欄DataBand = new TfrxMasterData(Page)。MemoHeight = 20。MemoCreateUniqueName()。BandHeight = 20。BandCreateUniqueName()。// 修改紙張的打印方向PageOrientation = poLandscape。// 創(chuàng)建一個不重復的名稱PageCreateUniqueName()。// 添加“數(shù)據(jù)”頁DataPage = new TfrxDataPage(frxReport1)。// 清除報表 frxReport1Clear()。TfrxMasterData * DataBand。TfrxReportPage * Page。{ 顯示報表 }。(0, 0, 100, 20)。 := 39。 := 20。 := frxDBDataSet1。{ 添加主數(shù)據(jù)欄 }DataBand := (Page)。{ 這個對象將伸展坐標到欄的寬度 } := baWidth。Hello FastReport!39。{ it is sufficient to set the ?Top? coordinate and height for a band }{ both coordinates are in pixels } := 0。{ 添加一個報表標題欄 }Band := (Page)。{ 設置默認字段大小, 紙張和打印方向 }。{ 添加頁 }Page := (frxReport1)。{ 為報表添加數(shù)據(jù)集到可存取的列表中 }(frxDBDataSet1)。 Memo: TfrxMemoView。 DataBand: TfrxMasterData。 Band: TfrxBand。 Page: TfrxReportPage。 DataPage: TfrxDataPage。在報表標題欄上有一個帶有“Hellow FastReport”文本的對象,主數(shù)據(jù)欄包含一個帶有連接到“CustNo”字段的對象。假設我們擁有如下組件:frxReport1: TfrxReport and frxDBDataSet1: TfrxDBDataSet(最后一個連接到DBDEMOS數(shù)據(jù),)。然而,在某些情況下(例如,當報表窗體未知的時候),使用代碼手工創(chuàng)建一個報表是是十分必要的。C++:TfrxReportPage * Page1 = dynamic_cast TfrxReportPage * (frxReport1Pages[1])。 Page1: TfrxReportPage。你也使用“”屬性尋址報表頁。C++:TfrxMemoView * Memo = dynamic_cast TfrxMemoView * (frxReport1FindObject(Memo1))。Memo
點擊復制文檔內(nèi)容
環(huán)評公示相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1