Various aspects of Windows application are considered to be resources, including window layouts, menus, toolbars, images, text strings, accelerators, and so on. All these features are organized in what is known as a resource file, which is used by the Visual C++ compiler to create these objects from their definitions. The resource file is a text file with an .rc file name extension and contains a textual description of all the various objects, including IDs, captions, dimensions, and on.
ด้านต่างๆของ Windows โปรแกรมจะถือว่าเป็นทรัพยากร รวมถึงหน้าต่างรูปแบบ , เมนู , แถบเครื่องมือ , ภาพ , ข้อความสตริง , เร่ง , และอื่น ๆ คุณสมบัติทั้งหมดเหล่านี้จะจัดขึ้นในสิ่งที่เป็นที่รู้จักกันเป็นแฟ้มทรัพยากรที่ใช้โดย Visual C คอมไพเลอร์จะสร้างวัตถุเหล่านี้ได้จากความหมายของพวกเขา ไฟล์ทรัพยากรแฟ้มข้อความด้วย .rc file name extension and contains a textual description of all the various objects, including IDs, captions, dimensions, and on.
การแปล กรุณารอสักครู่..
