FORM // +--------------------------------------------------------------------+ // Project: Starshatter 5.0 // File: MenuDlg.frm // // Destroyer Studios LLC // Copyright © 1997-2007. All Rights Reserved. // +--------------------------------------------------------------------+ form: { back_color: ( 0, 0, 0), fore_color: (255, 255, 255), font: Limerick12, layout: { x_mins: (20, 20, 28, 180, 20), x_weights: ( 0, 1, 0, 0, 0), y_mins: (60, 60, 40, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30), y_weights: ( 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1) }, // background images: defctrl: { fore_color: (4,4,4), cell_insets: (0,0,0,0) }, ctrl: { id: 300 type: background texture: MenuDlg1 cells: (0,0,5,1) margins: (248,2,2,32) hide_partial: false }, ctrl: { id: 301 type: background texture: Plasma cells: (0,1,5,1) margins: (0,896,0,0) hide_partial: false }, ctrl: { id: 302 type: background texture: MenuDlg2 cells: (0,2,5,12) margins: (2,248,32,2) hide_partial: false }, ctrl: { id: 100, type: label, align: right, font: Verdana, transparent: true, cells: (3,2,1,1) cell_insets: (0,0,30,5) hide_partial: false }, // buttons: defctrl: { align: left, font: Limerick12, fore_color: (0,0,0), standard_image: Button23_0, activated_image: Button23_1, transition_image: Button23_2, bevel_width: 6, margins: (3,18,0,0), cell_insets: (0,0,0,5) }, ctrl: { id: 120, type: button, text: "form.main.start", alt: "form.main.start.alt", cells: (3,3,1,1) }, ctrl: { id: 101, type: button, text: "form.main.campaign", alt: "form.main.campaign.alt", cells: (3,4,1,1), }, ctrl: { id: 102, type: button, text: "form.main.mission", alt: "form.main.mission.alt", cells: (3,5,1,1) }, ctrl: { id: 104, type: button, text: "form.main.multiplayer", alt: "form.main.multiplayer.alt", cells: (3,6,1,1) }, ctrl: { id: 103, type: button, text: "form.main.logbook", alt: "form.main.logbook.alt", cells: (3,7,1,1) }, ctrl: { id: 111, type: button, text: "form.main.options", alt: "form.main.options.alt", cells: (3,8,1,1) }, ctrl: { id: 116, type: button, text: "form.main.reference", alt: "form.main.reference.alt", cells: (3,9,1,1) }, ctrl: { id: 114, type: button, text: "form.main.exit", alt: "form.main.exit.alt", cells: (3,10,1,1) }, ctrl: { id: 202, type: label, align: center, font: Verdana, transparent: true, cells: (1,11,3,1) } }