From 0756bf12d10cf1b7f78c571de0a9ad69cbaeb7ca Mon Sep 17 00:00:00 2001 From: curtis <curtis@i-mps.com> Date: 星期一, 30 三月 2026 14:24:17 +0800 Subject: [PATCH] fix: 更新內部引用方法參照 --- scripts/dist/PatchFom.pas.image.csv | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/scripts/dist/PatchFom.pas.image.csv b/scripts/dist/PatchFom.pas.image.csv new file mode 100644 index 0000000..0209b07 --- /dev/null +++ b/scripts/dist/PatchFom.pas.image.csv @@ -0,0 +1,7 @@ +方法名,所在檔名,行號,引用了什麼相依,方法描述(請手動填寫),原始程式碼片段 +"Global_Or_Interface","PatchFom.pas","22","Rotate","","ScanRotateRG: TRadioGroup;" +"TPatchDlg.DefaultBtClick","PatchFom.pas","97","Rotate","","case Def_ScanRotate of" +"TPatchDlg.DefaultBtClick","PatchFom.pas","98","Rotate","","0 : ScanRotateRG.ItemIndex := 0;" +"TPatchDlg.DefaultBtClick","PatchFom.pas","99","Rotate","","270 : ScanRotateRG.ItemIndex := 1;" +"TPatchDlg.DefaultBtClick","PatchFom.pas","100","Rotate","","180 : ScanRotateRG.ItemIndex := 2;" +"TPatchDlg.DefaultBtClick","PatchFom.pas","101","Rotate","","90 : PatchDlg.ScanRotateRG.ItemIndex := 3;" \ No newline at end of file -- Gitblit v1.8.0