由於圖是實在太大所以只好省略
請自行加入2個TImageList元件ImageList1,ImageList2
ImageList1放6個圖示(圖示分別為"新檔""開啟""儲存""剪下""複製""貼上")
ImageList2放2個圖示(圖示分別為"加入""移除")
語法:
object ImageList1: TImageList
Left = 64
Top = 144
Bitmap = {
略(圖示分別為"新檔""開啟""儲存""剪下""複製""貼上")
}
end
object OpenDialog1: TOpenDialog
Left = 64
Top = 176
end
object SaveDialog1: TSaveDialog
Left = 64
Top = 208
end
object ImageList2: TImageList
Left = 96
Top = 144
Bitmap = {
略(圖示分別為"加入""移除")
}
end
end