//dcl_settings : default_dcl_settings { audit_level = 3; } linedraw : dialog { label = "Select Linetype to Draw"; :column { fixed_height = true; height = 1; :text { width = 61; height = 1.5; key = "setltype_header"; value = "Linetype Designation Sample"; } :row { fixed_height = true; height = 1; :text { vertical_margin = none; width = 18; height = 1; key = "Con_text"; value = "Overhead Electric"; } :text { vertical_margin = none; width = 6; height = 1; key = "Con_symb"; value = "0OHE"; } :image_button { vertical_margin = none; fixed_width = true; allow_accept = true; width = 45; height = 1; key = "continuous_image"; color = graphics_background; } } :row { fixed_height = true; height = 1; :text { vertical_margin = none; width = 18; height = 1; key = "Bdr_text"; value = "Water"; } :text { vertical_margin = none; width = 6; height = 1; key = "Bdr_symb"; value = "000W"; } :image_button { vertical_margin = none; fixed_width = true; allow_accept = true; width = 45; height = 1; key = "border_image"; color = graphics_background; } } : row { fixed_height = true; height = 1; :text { vertical_margin = none; width = 18; height = 1; key = "ctr_text"; label = "Center"; } :text { vertical_margin = none; width = 6; height = 1; key = "Ctr_symb"; value = "C"; } :image_button { vertical_margin = none; fixed_width = true; allow_accept = true; width = 45; height = 1; key = "center_image"; color = graphics_background; } } : row { fixed_height = true; height = 1; :text { vertical_margin = none; width = 18; height = 1; key = "Dd_text"; value = "Dashdot"; } :text { vertical_margin = none; width = 6; height = 1; key = "Dd_symb"; value = "A"; } :image_button { vertical_margin = none; fixed_width = true; allow_accept = true; width = 45; height = 1; key = "dashdot_image"; color = graphics_background; } } : row { fixed_height = true; height = 1; :text { vertical_margin = none; width = 18; height = 1; key = "Das_text"; value = "Dashed"; } :text { vertical_margin = none; width = 6; height = 1; key = "Das_symb"; value = "D"; } :image_button { vertical_margin = none; fixed_width = true; allow_accept = true; width = 45; height = 1; key = "dashed_image"; color = graphics_background; } } : row { fixed_height = true; height = 1; :text { vertical_margin = none; width = 18; height = 1; key = "Div_text"; value = "Divide"; } :text { vertical_margin = none; width = 6; height = 1; key = "Div_symb"; value = "V"; } :image_button { vertical_margin = none; fixed_width = true; allow_accept = true; width = 45; height = 1; key = "divide_image"; color = graphics_background; } } : row { fixed_height = true; height = 1; :text { vertical_margin = none; width = 18; height = 1; key = "Dot_text"; value = "Dot"; } :text { vertical_margin = none; width = 6; height = 1; key = "Dot_symb"; value = "O"; } :image_button { vertical_margin = none; fixed_width = true; allow_accept = true; width = 45; height = 1; key = "dot_image"; color = graphics_background; } } : row { fixed_height = true; height = 1; :text { vertical_margin = none; width = 18; height = 1; key = "Hid_text"; value = "Hidden"; } :text { vertical_margin = none; width = 6; height = 1; key = "Hid_symb"; value = "H"; } :image_button { vertical_margin = none; fixed_width = true; allow_accept = true; width = 45; height = 1; key = "hidden_image"; color = graphics_background; } } : row { fixed_height = true; height = 1; :text { vertical_margin = none; width = 18; height = 1; key = "Pha_text"; value = "Phantom"; } :text { vertical_margin = none; width = 6; height = 1; key = "Pha_symb"; value = "P"; } :image_button { vertical_margin = none; fixed_width = true; allow_accept = true; width = 45; height = 1; key = "phantom_image"; color = graphics_background; } } : row { fixed_height = true; height = 1; :text { vertical_margin = none; width = 18; height = 1; key = "Fen1_text"; value = "Chainlink Fence"; } :text { vertical_margin = none; width = 6; height = 1; key = "Fen1_symb"; value = "FENC"; } :image_button { vertical_margin = none; fixed_width = true; allow_accept = true; width = 45; height = 1; key = "fenceline1_image"; color = graphics_background; } } : row { fixed_height = true; height = 1; :text { vertical_margin = none; width = 18; height = 1; key = "Fen2_text"; value = "Wood Fence"; } :text { vertical_margin = none; width = 6; height = 1; key = "Fen2_symb"; value = "FENC"; } :image_button { vertical_margin = none; fixed_width = true; allow_accept = true; width = 45; height = 1; key = "fenceline2_image"; color = graphics_background; } } : row { fixed_height = true; height = 1; :text { vertical_margin = none; width = 18; height = 1; key = "Fen3_text"; value = "Wire Fence"; } :text { vertical_margin = none; width = 6; height = 1; key = "Fen3_symb"; value = "FENC"; } :image_button { vertical_margin = none; fixed_width = true; allow_accept = true; width = 45; height = 1; key = "fenceline3_image"; color = graphics_background; } } : row { fixed_height = true; height = 1; :text { vertical_margin = none; width = 18; height = 1; key = "Tracks_text"; value = "Railroad Track"; } :text { vertical_margin = none; width = 6; height = 1; key = "Tracks_symb"; value = "00RR"; } :image_button { vertical_margin = none; fixed_width = true; allow_accept = true; width = 45; height = 1; key = "tracks_image"; color = graphics_background; } } } :row { fixed_width = true; alignment = centered; children_alignment = bottom; : spacer { width = 2; } :text { horizontal_margin = none; is_bold = true; width = 23; value = ""; key = "part_lbl"; } : edit_box { key = "edit_lt"; allow_accept = false; label = "Linetype:"; mnemonic = "L"; edit_width = 24; edit_limit = 31; } } ok_cancel_err; }