Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
90 gunterl 1
namespace Robotics.RoboBoard
2
{
3
    partial class RoboBoardForm
4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9
 
10
        /// <summary>
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
        protected override void Dispose(bool disposing)
15
        {
16
            if (disposing && (components != null))
17
            {
18
                components.Dispose();
19
            }
20
            base.Dispose(disposing);
21
        }
22
 
23
        #region Windows Form Designer generated code
24
 
25
        /// <summary>
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoboBoardForm));
32
            this.MainPanel = new System.Windows.Forms.Panel();
33
            this.statusStrip = new System.Windows.Forms.StatusStrip();
34
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
35
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
36
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
37
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
38
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
39
            this.statusStrip.SuspendLayout();
40
            this.toolStrip1.SuspendLayout();
41
            this.SuspendLayout();
42
            // 
43
            // MainPanel
44
            // 
45
            this.MainPanel.BackColor = System.Drawing.SystemColors.ControlDark;
46
            this.MainPanel.Cursor = System.Windows.Forms.Cursors.Cross;
47
            this.MainPanel.Location = new System.Drawing.Point(6, 57);
48
            this.MainPanel.Name = "MainPanel";
49
            this.MainPanel.Size = new System.Drawing.Size(373, 346);
50
            this.MainPanel.TabIndex = 0;
51
            this.MainPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.MainPanel_Paint);
52
            // 
53
            // statusStrip
54
            // 
55
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
56
            this.toolStripStatusLabel1});
57
            this.statusStrip.Location = new System.Drawing.Point(0, 406);
58
            this.statusStrip.Name = "statusStrip";
59
            this.statusStrip.Size = new System.Drawing.Size(391, 22);
60
            this.statusStrip.TabIndex = 1;
61
            this.statusStrip.Text = "<unknown>";
62
            // 
63
            // toolStripStatusLabel1
64
            // 
65
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
66
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(73, 17);
67
            this.toolStripStatusLabel1.Text = "<unknown>";
68
            // 
69
            // toolStrip1
70
            // 
71
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
72
            this.toolStripButton1,
73
            this.toolStripButton2,
74
            this.toolStripButton3});
75
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
76
            this.toolStrip1.Name = "toolStrip1";
77
            this.toolStrip1.Size = new System.Drawing.Size(391, 54);
78
            this.toolStrip1.TabIndex = 2;
79
            this.toolStrip1.Text = "toolStrip1";
80
            // 
81
            // toolStripButton1
82
            // 
83
            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
84
            this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
85
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.White;
86
            this.toolStripButton1.Name = "toolStripButton1";
87
            this.toolStripButton1.Size = new System.Drawing.Size(59, 51);
88
            this.toolStripButton1.Text = "GPS Data";
89
            this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
90
            this.toolStripButton1.ToolTipText = "GPS Data";
91
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
92
            // 
93
            // toolStripButton2
94
            // 
95
            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
96
            this.toolStripButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
97
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.White;
98
            this.toolStripButton2.Name = "toolStripButton2";
99
            this.toolStripButton2.Size = new System.Drawing.Size(56, 51);
100
            this.toolStripButton2.Text = "MK Data";
101
            this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
102
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
103
            // 
104
            // toolStripButton3
105
            // 
106
            this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
107
            this.toolStripButton3.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
108
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.White;
109
            this.toolStripButton3.Name = "toolStripButton3";
110
            this.toolStripButton3.Size = new System.Drawing.Size(51, 51);
111
            this.toolStripButton3.Text = "Control";
112
            this.toolStripButton3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
113
            this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
114
            // 
115
            // RoboBoardForm
116
            // 
117
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
118
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
119
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
120
            this.ClientSize = new System.Drawing.Size(391, 428);
121
            this.Controls.Add(this.toolStrip1);
122
            this.Controls.Add(this.statusStrip);
123
            this.Controls.Add(this.MainPanel);
124
            this.DoubleBuffered = true;
125
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
126
            this.Name = "RoboBoardForm";
127
            this.Text = "RoboBoard Monitor";
128
            this.Load += new System.EventHandler(this.RoboBoardForm_Load);
129
            this.statusStrip.ResumeLayout(false);
130
            this.statusStrip.PerformLayout();
131
            this.toolStrip1.ResumeLayout(false);
132
            this.toolStrip1.PerformLayout();
133
            this.ResumeLayout(false);
134
            this.PerformLayout();
135
 
136
        }
137
 
138
        #endregion
139
 
140
        private System.Windows.Forms.Panel MainPanel;
141
        private System.Windows.Forms.StatusStrip statusStrip;
142
        private System.Windows.Forms.ToolStrip toolStrip1;
143
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
144
        private System.Windows.Forms.ToolStripButton toolStripButton1;
145
        private System.Windows.Forms.ToolStripButton toolStripButton2;
146
        private System.Windows.Forms.ToolStripButton toolStripButton3;
147
 
148
    }
149
}