~ubuntu-branches/ubuntu/precise/pcb/precise

« back to all changes in this revision

Viewing changes to src/mode_icon.old

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2005-02-20 13:14:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050220131400-pfz66g5vhx0azl8f
Tags: 1.99j+20050127-2
* Improved package description: (closes: #295405)
* Fixed dependency: tk84 -> tk8.4 (closes: #295404)
* Updated README.debian (closes: #269578)
* Applied patch to src/djopt.c to allow compilation with gcc-4.0
  (closes: #294319), thanks to Andreas Jochens for the patch.
* Prevent example files from being compressed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 *                            COPYRIGHT
3
 
 *
4
 
 *  PCB, interactive printed circuit board design
5
 
 *  Copyright (C) 1994,1995,1996 Thomas Nau
6
 
 *
7
 
 *  This program is free software; you can redistribute it and/or modify
8
 
 *  it under the terms of the GNU General Public License as published by
9
 
 *  the Free Software Foundation; either version 2 of the License, or
10
 
 *  (at your option) any later version.
11
 
 *
12
 
 *  This program is distributed in the hope that it will be useful,
13
 
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 
 *  GNU General Public License for more details.
16
 
 *
17
 
 *  You should have received a copy of the GNU General Public License
18
 
 *  along with this program; if not, write to the Free Software
19
 
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
 
 *
21
 
 *  Contact addresses for paper mail and Email:
22
 
 *  Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany
23
 
 *  Thomas.Nau@rz.uni-ulm.de
24
 
 *
25
 
 *  RCS: $Id: mode_icon.data,v 1.1 1998/02/19 18:06:34 sync Exp $
26
 
 */
27
 
 
28
 
#define BufferModeIcon_width 23
29
 
#define BufferModeIcon_height 23
30
 
static unsigned char BufferModeIcon_bits[] = {
31
 
   0x00, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x80, 0x61, 0x00, 0x80, 0x5e, 0x00,
32
 
   0x80, 0x40, 0x00, 0x40, 0x80, 0x00, 0xc0, 0xe1, 0x00, 0x40, 0x9e, 0x00,
33
 
   0x40, 0x80, 0x00, 0x80, 0x40, 0x00, 0x80, 0x40, 0x00, 0x80, 0x40, 0x00,
34
 
   0x00, 0x3f, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x44, 0x1f, 0x10, 0x45, 0x01,
35
 
   0x10, 0x45, 0x01, 0x10, 0x45, 0x0f, 0xf0, 0x44, 0x01, 0x10, 0x45, 0x01,
36
 
   0x10, 0x45, 0x01, 0xf8, 0x38, 0x01, 0x00, 0x00, 0x00};
37
 
#define LineModeIcon_width 23
38
 
#define LineModeIcon_height 23
39
 
static unsigned char LineModeIcon_bits[] = {
40
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x44, 0x00, 0x00,
41
 
   0x74, 0x00, 0x00, 0xc4, 0x03, 0x00, 0x38, 0x1c, 0x0e, 0x00, 0xe0, 0x11,
42
 
   0x00, 0x00, 0x17, 0x00, 0x00, 0x11, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00,
43
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0x8b, 0x3e, 0x02, 0x89, 0x02,
44
 
   0x02, 0x99, 0x02, 0x02, 0xa9, 0x02, 0x02, 0xc9, 0x1e, 0x02, 0x89, 0x02,
45
 
   0x02, 0x89, 0x02, 0xbe, 0x8b, 0x3e, 0x00, 0x00, 0x00};
46
 
#define PolygonModeIcon_width 23
47
 
#define PolygonModeIcon_height 23
48
 
static unsigned char PolygonModeIcon_bits[] = {
49
 
   0x00, 0x00, 0x00, 0x00, 0x7e, 0x00, 0x00, 0xff, 0x00, 0x80, 0xff, 0x01,
50
 
   0xc0, 0xff, 0x03, 0xe0, 0xff, 0x07, 0xe0, 0xff, 0x07, 0xe0, 0xff, 0x07,
51
 
   0xc0, 0xff, 0x03, 0x80, 0xff, 0x01, 0x00, 0xff, 0x00, 0x00, 0x7e, 0x00,
52
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1e, 0x27, 0x22, 0xa2, 0x28, 0x22,
53
 
   0xa2, 0x28, 0x14, 0x9e, 0x28, 0x08, 0x82, 0x28, 0x08, 0x82, 0x28, 0x08,
54
 
   0x82, 0x28, 0x08, 0x02, 0xe7, 0x0b, 0x00, 0x00, 0x00};
55
 
#define RectModeIcon_width 23
56
 
#define RectModeIcon_height 23
57
 
static unsigned char RectModeIcon_bits[] = {
58
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xff, 0x1f, 0xfc, 0xff, 0x1f,
59
 
   0xfc, 0xff, 0x1f, 0xfc, 0xff, 0x1f, 0xfc, 0xff, 0x1f, 0xfc, 0xff, 0x1f,
60
 
   0xfc, 0xff, 0x1f, 0xfc, 0xff, 0x1f, 0xfc, 0xff, 0x1f, 0x00, 0x00, 0x00,
61
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9e, 0x67, 0x3e, 0xa2, 0x90, 0x08,
62
 
   0xa2, 0x10, 0x08, 0x9e, 0x10, 0x08, 0x8a, 0x13, 0x08, 0x92, 0x10, 0x08,
63
 
   0xa2, 0x90, 0x08, 0xa2, 0x67, 0x08, 0x00, 0x00, 0x00};
64
 
#define TextModeIcon_width 23
65
 
#define TextModeIcon_height 23
66
 
static unsigned char TextModeIcon_bits[] = {
67
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
68
 
   0x88, 0x88, 0x08, 0x54, 0x55, 0x15, 0x88, 0x88, 0x08, 0x00, 0x00, 0x00,
69
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
70
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xdf, 0x8b, 0x3e, 0x44, 0x88, 0x08,
71
 
   0x44, 0x50, 0x08, 0x44, 0x20, 0x08, 0xc4, 0x51, 0x08, 0x44, 0x88, 0x08,
72
 
   0x44, 0x88, 0x08, 0xc4, 0x8b, 0x08, 0x00, 0x00, 0x00};
73
 
#define ViaModeIcon_width 23
74
 
#define ViaModeIcon_height 23
75
 
static unsigned char ViaModeIcon_bits[] = {
76
 
   0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x63, 0x00,
77
 
   0x80, 0xc1, 0x00, 0x80, 0xc1, 0x00, 0x80, 0xc1, 0x00, 0x00, 0x63, 0x00,
78
 
   0x00, 0x3e, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
79
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x1d, 0x01, 0x10, 0x89, 0x02,
80
 
   0x10, 0x49, 0x04, 0xa0, 0x48, 0x04, 0xa0, 0xc8, 0x07, 0xa0, 0x48, 0x04,
81
 
   0x40, 0x5c, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
82
 
#define ThermalModeIcon_width 23
83
 
#define ThermalModeIcon_height 23
84
 
static unsigned char ThermalModeIcon_bits[] = {
85
 
   0x00, 0x00, 0x00, 0x80, 0x00, 0x01, 0xc0, 0x81, 0x03, 0x80, 0xdb, 0x01,
86
 
   0x00, 0xff, 0x00, 0x00, 0x66, 0x00, 0x00, 0xc3, 0x00, 0x00, 0xc3, 0x00,
87
 
   0x00, 0x66, 0x00, 0x00, 0xff, 0x00, 0x80, 0xdb, 0x01, 0xc0, 0x81, 0x03,
88
 
   0x80, 0x00, 0x01, 0x00, 0x00, 0x00, 0x5f, 0xf4, 0x44, 0x44, 0x14, 0x6d,
89
 
   0x44, 0x14, 0x55, 0x44, 0xf4, 0x54, 0xc4, 0x57, 0x44, 0x44, 0x94, 0x44,
90
 
   0x44, 0x14, 0x45, 0x44, 0x14, 0x45, 0x00, 0x00, 0x00};
91
 
#define RotateModeIcon_width 23
92
 
#define RotateModeIcon_height 23
93
 
static unsigned char RotateModeIcon_bits[] = {
94
 
   0x00, 0x08, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x2c, 0x00,
95
 
   0x00, 0x48, 0x00, 0x00, 0x40, 0x00, 0x00, 0x40, 0x00, 0x00, 0x40, 0x00,
96
 
   0x00, 0x40, 0x00, 0x00, 0x20, 0x00, 0x00, 0x10, 0x00, 0x00, 0x0c, 0x00,
97
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x9c, 0x0f, 0x88, 0x22, 0x02,
98
 
   0x88, 0x22, 0x02, 0x78, 0x22, 0x02, 0x38, 0x22, 0x02, 0x68, 0x22, 0x02,
99
 
   0xc8, 0x22, 0x02, 0x88, 0x1c, 0x02, 0x00, 0x00, 0x00};
100
 
/*
101
 
#define MirrorModeIcon_width 23
102
 
#define MirrorModeIcon_height 23
103
 
static unsigned char MirrorModeIcon_bits[] = {
104
 
   0x00, 0x00, 0x00, 0x38, 0x08, 0x0e, 0x44, 0x00, 0x11, 0x44, 0x08, 0x11,
105
 
   0x44, 0x08, 0x11, 0x38, 0x00, 0x0e, 0x00, 0x49, 0x00, 0x80, 0x88, 0x00,
106
 
   0x40, 0x00, 0x01, 0x20, 0x08, 0x02, 0x10, 0x08, 0x04, 0x00, 0x00, 0x00,
107
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa2, 0x7b, 0x1e, 0x36, 0x89, 0x22,
108
 
   0x2a, 0x89, 0x22, 0x2a, 0x79, 0x1e, 0x22, 0x39, 0x0e, 0x22, 0x69, 0x1a,
109
 
   0x22, 0xc9, 0x32, 0xa2, 0x8b, 0x22, 0x00, 0x00, 0x00};
110
 
*/
111
 
#define RemoveModeIcon_width 23
112
 
#define RemoveModeIcon_height 23
113
 
static unsigned char RemoveModeIcon_bits[] = {
114
 
   0x10, 0x00, 0x02, 0x20, 0x1e, 0x01, 0x40, 0xbf, 0x00, 0x80, 0x7f, 0x00,
115
 
   0xc0, 0xcc, 0x00, 0xc0, 0xcc, 0x00, 0x80, 0x7f, 0x00, 0x00, 0x3f, 0x00,
116
 
   0x00, 0x13, 0x00, 0x80, 0x32, 0x00, 0x60, 0xd2, 0x00, 0x18, 0x1e, 0x03,
117
 
   0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x7c, 0x01, 0x10, 0x05, 0x01,
118
 
   0x10, 0x05, 0x01, 0x10, 0x05, 0x01, 0x10, 0x3d, 0x01, 0x10, 0x05, 0x01,
119
 
   0x10, 0x05, 0x01, 0xf8, 0x7c, 0x1f, 0x00, 0x00, 0x00};
120
 
#define InsertPointModeIcon_width 23
121
 
#define InsertPointModeIcon_height 23
122
 
static unsigned char InsertPointModeIcon_bits[] = {
123
 
   0x80, 0x03, 0x00, 0x40, 0x04, 0x00, 0x40, 0x05, 0x00, 0xc0, 0x06, 0x00,
124
 
   0x80, 0x03, 0x00, 0x60, 0x30, 0x00, 0x00, 0x00, 0x00, 0x38, 0xc0, 0x0e,
125
 
   0x64, 0x00, 0x13, 0xd4, 0xff, 0x15, 0x44, 0x00, 0x11, 0x38, 0x00, 0x0e,
126
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0xd1, 0x07, 0x20, 0x51, 0x00,
127
 
   0x20, 0x53, 0x00, 0x20, 0xd5, 0x07, 0x20, 0x19, 0x04, 0x20, 0x11, 0x04,
128
 
   0x20, 0x11, 0x04, 0x70, 0xd1, 0x07, 0x00, 0x00, 0x00};
129
 
#define ArcModeIcon_width 23
130
 
#define ArcModeIcon_height 23
131
 
static unsigned char ArcModeIcon_bits[] = {
132
 
   0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x80, 0x00, 0x00, 0x80, 0x00, 0x00,
133
 
   0x80, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x02, 0x00,
134
 
   0x00, 0x02, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x30, 0x00, 0x00, 0xc0, 0x03,
135
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x3c, 0x1c, 0x50, 0x44, 0x22,
136
 
   0x50, 0x44, 0x22, 0x88, 0x3c, 0x02, 0xf8, 0x0c, 0x02, 0x88, 0x14, 0x02,
137
 
   0x88, 0x24, 0x22, 0x88, 0x44, 0x1c, 0x00, 0x00, 0x00};
138
 
#define SelModeIcon_width 23
139
 
#define SelModeIcon_height 23
140
 
static unsigned char SelModeIcon_bits[] = {
141
 
   0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0xf0, 0x00, 0x00, 0xe0, 0x07, 0x00,
142
 
   0xe0, 0x1f, 0x00, 0xe0, 0x0f, 0x00, 0xc0, 0x07, 0x00, 0xc0, 0x07, 0x00,
143
 
   0x80, 0x09, 0x00, 0x80, 0x10, 0x00, 0x00, 0x20, 0x00, 0x00, 0x40, 0x00,
144
 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0xbe, 0x00, 0x88, 0x82, 0x00,
145
 
   0x10, 0x82, 0x00, 0x20, 0x9e, 0x00, 0x40, 0x82, 0x00, 0x80, 0x82, 0x00,
146
 
   0x88, 0x82, 0x00, 0x70, 0xbe, 0x0f, 0x00, 0x00, 0x00};