summaryrefslogtreecommitdiff
path: root/ProjectedStripBoard/FormProjectedStripBoard.Designer.cs
blob: 429427cb337c90bdb1ffde57fea05859ccc2d8b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
namespace ProjectedStripBoard
{
    partial class FormProjectedStripBoard
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProjectedStripBoard));
            this.TheContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.changeBackgroundColorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.whiteBoarderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ivySetupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.drawingModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.setDetlaParamToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.IvyBus = new IvyBus.IvyControl(this.components);
            this.timerRefresh = new System.Windows.Forms.Timer(this.components);
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.TheContextMenuStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.IvyBus)).BeginInit();
            this.SuspendLayout();
            // 
            // TheContextMenuStrip
            // 
            this.TheContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.changeBackgroundColorToolStripMenuItem,
            this.whiteBoarderToolStripMenuItem,
            this.ivySetupToolStripMenuItem,
            this.drawingModeToolStripMenuItem,
            this.testToolStripMenuItem,
            this.setDetlaParamToolStripMenuItem,
            this.toolStripMenuItem1,
            this.exitToolStripMenuItem});
            this.TheContextMenuStrip.Name = "TheContextMenuStrip";
            this.TheContextMenuStrip.Size = new System.Drawing.Size(213, 186);
            // 
            // changeBackgroundColorToolStripMenuItem
            // 
            this.changeBackgroundColorToolStripMenuItem.Name = "changeBackgroundColorToolStripMenuItem";
            this.changeBackgroundColorToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
            this.changeBackgroundColorToolStripMenuItem.Text = "Change Background color";
            this.changeBackgroundColorToolStripMenuItem.Click += new System.EventHandler(this.changeBackgroundColorToolStripMenuItem_Click);
            // 
            // whiteBoarderToolStripMenuItem
            // 
            this.whiteBoarderToolStripMenuItem.Checked = true;
            this.whiteBoarderToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.whiteBoarderToolStripMenuItem.Name = "whiteBoarderToolStripMenuItem";
            this.whiteBoarderToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
            this.whiteBoarderToolStripMenuItem.Text = "WhiteBoarder";
            this.whiteBoarderToolStripMenuItem.Click += new System.EventHandler(this.whiteBoarderToolStripMenuItem_Click);
            // 
            // ivySetupToolStripMenuItem
            // 
            this.ivySetupToolStripMenuItem.Name = "ivySetupToolStripMenuItem";
            this.ivySetupToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
            this.ivySetupToolStripMenuItem.Text = "IvySetup";
            this.ivySetupToolStripMenuItem.Click += new System.EventHandler(this.ivySetupToolStripMenuItem_Click);
            // 
            // drawingModeToolStripMenuItem
            // 
            this.drawingModeToolStripMenuItem.Name = "drawingModeToolStripMenuItem";
            this.drawingModeToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
            this.drawingModeToolStripMenuItem.Text = "DrawingMode";
            // 
            // testToolStripMenuItem
            // 
            this.testToolStripMenuItem.Name = "testToolStripMenuItem";
            this.testToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
            this.testToolStripMenuItem.Text = "Test";
            this.testToolStripMenuItem.Click += new System.EventHandler(this.testToolStripMenuItem_Click);
            // 
            // setDetlaParamToolStripMenuItem
            // 
            this.setDetlaParamToolStripMenuItem.Name = "setDetlaParamToolStripMenuItem";
            this.setDetlaParamToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
            this.setDetlaParamToolStripMenuItem.Text = "SetDetlaParam";
            this.setDetlaParamToolStripMenuItem.Click += new System.EventHandler(this.setDetlaParamToolStripMenuItem_Click);
            // 
            // IvyBus
            // 
            this.IvyBus.AppName = "ProjectedStripBoard";
            this.IvyBus.Culture = new System.Globalization.CultureInfo("en-US");
            // 
            // timerRefresh
            // 
            this.timerRefresh.Enabled = true;
            this.timerRefresh.Tick += new System.EventHandler(this.timerRefresh_Tick);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(209, 6);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(212, 22);
            this.exitToolStripMenuItem.Text = "Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // FormProjectedStripBoard
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(624, 446);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FormProjectedStripBoard";
            this.Text = "Double click to remove title";
            this.Load += new System.EventHandler(this.FormProjectedStripBoard_Load);
            this.Resize += new System.EventHandler(this.FormProjectedStripBoard_Resize);
            this.TheContextMenuStrip.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.IvyBus)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.ContextMenuStrip TheContextMenuStrip;
        private System.Windows.Forms.ToolStripMenuItem changeBackgroundColorToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem ivySetupToolStripMenuItem;
        private IvyBus.IvyControl IvyBus;
        private System.Windows.Forms.Timer timerRefresh;
        private System.Windows.Forms.ToolStripMenuItem drawingModeToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem testToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem whiteBoarderToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem setDetlaParamToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
    }
}