OpenCores
URL https://opencores.org/ocsvn/a-z80/a-z80/trunk

Subversion Repositories a-z80

[/] [a-z80/] [trunk/] [tools/] [z80_pla_checker/] [source/] [FormMain.Designer.cs] - Blame information for rev 3

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 gdevic
namespace z80_pla_checker
2
{
3
    partial class FormMain
4
    {
5
        /// 
6
        /// Required designer variable.
7
        /// 
8
        private System.ComponentModel.IContainer components = null;
9
 
10
        /// 
11
        /// Clean up any resources being used.
12
        /// 
13
        /// true if managed resources should be disposed; otherwise, false.
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
        /// 
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// 
29
        private void InitializeComponent()
30
        {
31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
32
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
33
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34
            this.loadPLATableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35
            this.opcodeDirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
38
            this.logText = new System.Windows.Forms.RichTextBox();
39
            this.toolStrip = new System.Windows.Forms.ToolStrip();
40
            this.label1 = new System.Windows.Forms.ToolStripLabel();
41
            this.btIX0 = new System.Windows.Forms.ToolStripButton();
42
            this.btIX1 = new System.Windows.Forms.ToolStripButton();
43
            this.btHALT = new System.Windows.Forms.ToolStripButton();
44
            this.btALU = new System.Windows.Forms.ToolStripButton();
45
            this.btXX = new System.Windows.Forms.ToolStripButton();
46
            this.btCB = new System.Windows.Forms.ToolStripButton();
47
            this.btED = new System.Windows.Forms.ToolStripButton();
48
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
49
            this.btClear = new System.Windows.Forms.ToolStripButton();
50
            this.btRedo = new System.Windows.Forms.ToolStripButton();
51
            this.textOp = new System.Windows.Forms.TextBox();
52
            this.menuStrip1.SuspendLayout();
53
            this.toolStrip.SuspendLayout();
54
            this.SuspendLayout();
55
            //
56
            // menuStrip1
57
            //
58
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
59
            this.fileToolStripMenuItem});
60
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
61
            this.menuStrip1.Name = "menuStrip1";
62
            this.menuStrip1.Size = new System.Drawing.Size(548, 24);
63
            this.menuStrip1.TabIndex = 0;
64
            this.menuStrip1.Text = "menuStrip1";
65
            //
66
            // fileToolStripMenuItem
67
            //
68
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
69
            this.loadPLATableToolStripMenuItem,
70
            this.opcodeDirToolStripMenuItem,
71
            this.exitToolStripMenuItem});
72
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
73
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
74
            this.fileToolStripMenuItem.Text = "File";
75
            //
76
            // loadPLATableToolStripMenuItem
77
            //
78
            this.loadPLATableToolStripMenuItem.Name = "loadPLATableToolStripMenuItem";
79
            this.loadPLATableToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
80
            this.loadPLATableToolStripMenuItem.Text = "Load PLA table...";
81
            this.loadPLATableToolStripMenuItem.Click += new System.EventHandler(this.LoadPlaTable);
82
            //
83
            // opcodeDirToolStripMenuItem
84
            //
85
            this.opcodeDirToolStripMenuItem.Name = "opcodeDirToolStripMenuItem";
86
            this.opcodeDirToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
87
            this.opcodeDirToolStripMenuItem.Text = "Opcode dir...";
88
            this.opcodeDirToolStripMenuItem.Click += new System.EventHandler(this.SelectOpcodeDir);
89
            //
90
            // exitToolStripMenuItem
91
            //
92
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
93
            this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
94
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
95
            this.exitToolStripMenuItem.Text = "Exit";
96
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemClick);
97
            //
98
            // statusStrip1
99
            //
100
            this.statusStrip1.Location = new System.Drawing.Point(0, 516);
101
            this.statusStrip1.Name = "statusStrip1";
102
            this.statusStrip1.Size = new System.Drawing.Size(548, 22);
103
            this.statusStrip1.TabIndex = 3;
104
            this.statusStrip1.Text = "statusStrip1";
105
            //
106
            // logText
107
            //
108
            this.logText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
109
            | System.Windows.Forms.AnchorStyles.Left)
110
            | System.Windows.Forms.AnchorStyles.Right)));
111
            this.logText.AutoWordSelection = true;
112
            this.logText.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
113
            this.logText.HideSelection = false;
114
            this.logText.Location = new System.Drawing.Point(0, 49);
115
            this.logText.Name = "logText";
116
            this.logText.ReadOnly = true;
117
            this.logText.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedBoth;
118
            this.logText.ShowSelectionMargin = true;
119
            this.logText.Size = new System.Drawing.Size(548, 438);
120
            this.logText.TabIndex = 2;
121
            this.logText.Text = "";
122
            this.logText.WordWrap = false;
123
            //
124
            // toolStrip
125
            //
126
            this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
127
            this.label1,
128
            this.btIX0,
129
            this.btIX1,
130
            this.btHALT,
131
            this.btALU,
132
            this.btXX,
133
            this.btCB,
134
            this.btED,
135
            this.toolStripSeparator1,
136
            this.btClear,
137
            this.btRedo});
138
            this.toolStrip.Location = new System.Drawing.Point(0, 24);
139
            this.toolStrip.Name = "toolStrip";
140
            this.toolStrip.Size = new System.Drawing.Size(548, 25);
141
            this.toolStrip.TabIndex = 1;
142
            this.toolStrip.Text = "toolStrip";
143
            //
144
            // label1
145
            //
146
            this.label1.Name = "label1";
147
            this.label1.Size = new System.Drawing.Size(60, 22);
148
            this.label1.Text = "Modifiers:";
149
            //
150
            // btIX0
151
            //
152
            this.btIX0.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
153
            this.btIX0.Image = ((System.Drawing.Image)(resources.GetObject("btIX0.Image")));
154
            this.btIX0.ImageTransparentColor = System.Drawing.Color.Magenta;
155
            this.btIX0.Name = "btIX0";
156
            this.btIX0.Size = new System.Drawing.Size(27, 22);
157
            this.btIX0.Text = "IX0";
158
            this.btIX0.ToolTipText = "IX/IY prefix *not* present";
159
            this.btIX0.Click += new System.EventHandler(this.BtIx0Click);
160
            //
161
            // btIX1
162
            //
163
            this.btIX1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
164
            this.btIX1.Image = ((System.Drawing.Image)(resources.GetObject("btIX1.Image")));
165
            this.btIX1.ImageTransparentColor = System.Drawing.Color.Magenta;
166
            this.btIX1.Name = "btIX1";
167
            this.btIX1.Size = new System.Drawing.Size(27, 22);
168
            this.btIX1.Text = "IX1";
169
            this.btIX1.ToolTipText = "IX/IY prefixed instruction";
170
            this.btIX1.Click += new System.EventHandler(this.BtIx1Click);
171
            //
172
            // btHALT
173
            //
174
            this.btHALT.Checked = true;
175
            this.btHALT.CheckState = System.Windows.Forms.CheckState.Checked;
176
            this.btHALT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
177
            this.btHALT.Image = ((System.Drawing.Image)(resources.GetObject("btHALT.Image")));
178
            this.btHALT.ImageTransparentColor = System.Drawing.Color.Magenta;
179
            this.btHALT.Name = "btHALT";
180
            this.btHALT.Size = new System.Drawing.Size(50, 22);
181
            this.btHALT.Text = "NHALT";
182
            this.btHALT.ToolTipText = "Not in HALT state";
183
            this.btHALT.Click += new System.EventHandler(this.BtNHaltClick);
184
            //
185
            // btALU
186
            //
187
            this.btALU.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
188
            this.btALU.Image = ((System.Drawing.Image)(resources.GetObject("btALU.Image")));
189
            this.btALU.ImageTransparentColor = System.Drawing.Color.Magenta;
190
            this.btALU.Name = "btALU";
191
            this.btALU.Size = new System.Drawing.Size(33, 22);
192
            this.btALU.Text = "ALU";
193
            this.btALU.ToolTipText = "ALU operation";
194
            this.btALU.Click += new System.EventHandler(this.BtAluClick);
195
            //
196
            // btXX
197
            //
198
            this.btXX.Checked = true;
199
            this.btXX.CheckState = System.Windows.Forms.CheckState.Checked;
200
            this.btXX.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
201
            this.btXX.Image = ((System.Drawing.Image)(resources.GetObject("btXX.Image")));
202
            this.btXX.ImageTransparentColor = System.Drawing.Color.Magenta;
203
            this.btXX.Name = "btXX";
204
            this.btXX.Size = new System.Drawing.Size(25, 22);
205
            this.btXX.Text = "XX";
206
            this.btXX.ToolTipText = "Regular instruction";
207
            this.btXX.Click += new System.EventHandler(this.BtXxClick);
208
            //
209
            // btCB
210
            //
211
            this.btCB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
212
            this.btCB.Image = ((System.Drawing.Image)(resources.GetObject("btCB.Image")));
213
            this.btCB.ImageTransparentColor = System.Drawing.Color.Magenta;
214
            this.btCB.Name = "btCB";
215
            this.btCB.Size = new System.Drawing.Size(26, 22);
216
            this.btCB.Text = "CB";
217
            this.btCB.ToolTipText = "CB prefix";
218
            this.btCB.Click += new System.EventHandler(this.BtCbClick);
219
            //
220
            // btED
221
            //
222
            this.btED.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
223
            this.btED.Image = ((System.Drawing.Image)(resources.GetObject("btED.Image")));
224
            this.btED.ImageTransparentColor = System.Drawing.Color.Magenta;
225
            this.btED.Name = "btED";
226
            this.btED.Size = new System.Drawing.Size(25, 22);
227
            this.btED.Text = "ED";
228
            this.btED.ToolTipText = "ED prefix";
229
            this.btED.Click += new System.EventHandler(this.BtEdClick);
230
            //
231
            // toolStripSeparator1
232
            //
233
            this.toolStripSeparator1.Name = "toolStripSeparator1";
234
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
235
            //
236
            // btClear
237
            //
238
            this.btClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
239
            this.btClear.Image = ((System.Drawing.Image)(resources.GetObject("btClear.Image")));
240
            this.btClear.ImageTransparentColor = System.Drawing.Color.Magenta;
241
            this.btClear.Name = "btClear";
242
            this.btClear.Size = new System.Drawing.Size(25, 22);
243
            this.btClear.Text = "cls";
244
            this.btClear.Click += new System.EventHandler(this.BtClearClick);
245
            //
246
            // btRedo
247
            //
248
            this.btRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
249
            this.btRedo.Enabled = false;
250
            this.btRedo.Image = ((System.Drawing.Image)(resources.GetObject("btRedo.Image")));
251
            this.btRedo.ImageTransparentColor = System.Drawing.Color.Magenta;
252
            this.btRedo.Name = "btRedo";
253
            this.btRedo.Size = new System.Drawing.Size(35, 22);
254
            this.btRedo.Text = "redo";
255
            this.btRedo.Click += new System.EventHandler(this.BtRedoClick);
256
            //
257
            // textOp
258
            //
259
            this.textOp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
260
            | System.Windows.Forms.AnchorStyles.Right)));
261
            this.textOp.Location = new System.Drawing.Point(0, 493);
262
            this.textOp.Name = "textOp";
263
            this.textOp.Size = new System.Drawing.Size(548, 20);
264
            this.textOp.TabIndex = 4;
265
            this.textOp.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextOpKeyDown);
266
            //
267
            // FormMain
268
            //
269
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
270
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
271
            this.ClientSize = new System.Drawing.Size(548, 538);
272
            this.Controls.Add(this.logText);
273
            this.Controls.Add(this.statusStrip1);
274
            this.Controls.Add(this.toolStrip);
275
            this.Controls.Add(this.menuStrip1);
276
            this.Controls.Add(this.textOp);
277
            this.MainMenuStrip = this.menuStrip1;
278
            this.Name = "FormMain";
279
            this.Text = "Z80 PLA";
280
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMainFormClosing);
281
            this.menuStrip1.ResumeLayout(false);
282
            this.menuStrip1.PerformLayout();
283
            this.toolStrip.ResumeLayout(false);
284
            this.toolStrip.PerformLayout();
285
            this.ResumeLayout(false);
286
            this.PerformLayout();
287
 
288
        }
289
 
290
        #endregion
291
 
292
        private System.Windows.Forms.MenuStrip menuStrip1;
293
        private System.Windows.Forms.StatusStrip statusStrip1;
294
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
295
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
296
        private System.Windows.Forms.RichTextBox logText;
297
        private System.Windows.Forms.ToolStrip toolStrip;
298
        private System.Windows.Forms.ToolStripButton btRedo;
299
        private System.Windows.Forms.ToolStripButton btXX;
300
        private System.Windows.Forms.ToolStripButton btCB;
301
        private System.Windows.Forms.ToolStripButton btED;
302
        private System.Windows.Forms.ToolStripButton btClear;
303
        private System.Windows.Forms.TextBox textOp;
304
        private System.Windows.Forms.ToolStripButton btIX0;
305
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
306
        private System.Windows.Forms.ToolStripButton btIX1;
307
        private System.Windows.Forms.ToolStripLabel label1;
308
        private System.Windows.Forms.ToolStripMenuItem loadPLATableToolStripMenuItem;
309
        private System.Windows.Forms.ToolStripButton btHALT;
310
        private System.Windows.Forms.ToolStripButton btALU;
311
        private System.Windows.Forms.ToolStripMenuItem opcodeDirToolStripMenuItem;
312
    }
313
}
314
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.