Rev 832 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
namespace BauzoidEdit
{
partial class MainForm
{
/// <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(MainForm
));
this.mStatusStrip = new System.Windows.Forms.StatusStrip();
this.mMainMenuStrip = new System.Windows.Forms.MenuStrip();
this.mFileMenu = new System.Windows.Forms.ToolStripMenuItem();
this.mFileNewMenu = new System.Windows.Forms.ToolStripMenuItem();
this.mFileOpenMenu = new System.Windows.Forms.ToolStripMenuItem();
this.mFileSaveMenu = new System.Windows.Forms.ToolStripMenuItem();
this.mFileSaveAsMenu = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.mFileExitMenu = new System.Windows.Forms.ToolStripMenuItem();
this.mMainToolStrip = new System.Windows.Forms.ToolStrip();
this.mFileNewTB = new System.Windows.Forms.ToolStripButton();
this.mFileOpenTB = new System.Windows.Forms.ToolStripButton();
this.mFileSaveTB = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
#pragma warning disable 0618
this.mGlView = new Tao
.Platform.Windows.SimpleOpenGlControl();
#pragma warning restore 0618
this.panel1 = new System.Windows.Forms.Panel();
this.swatchesPanel = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.backColorPanel = new System.Windows.Forms.Panel();
this.foreColorPanel = new System.Windows.Forms.Panel();
this.colorWheelPanel = new System.Windows.Forms.Panel();
this.viewPanel = new System.Windows.Forms.Panel();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.swatchesBox = new BauzoidNET
.controls.ColorPalette();
this.toolButton1 = new BauzoidNET
.controls.RadioToolButton();
this.toolButton2 = new BauzoidNET
.controls.RadioToolButton();
this.toolButton3 = new BauzoidNET
.controls.RadioToolButton();
this.mainColorWidget = new BauzoidNET
.controls.ColorWidget();
this.swatchesButton = new BauzoidNET
.controls.CheckToolButton();
this.colorWheelButton = new BauzoidNET
.controls.CheckToolButton();
this.mMainMenuStrip.SuspendLayout();
this.mMainToolStrip.SuspendLayout();
this.panel1.SuspendLayout();
this.swatchesPanel.SuspendLayout();
this.panel3.SuspendLayout();
this.colorWheelPanel.SuspendLayout();
this.viewPanel.SuspendLayout();
this.SuspendLayout();
//
// mStatusStrip
//
this.mStatusStrip.Location = new System.Drawing.Point(0,
708);
this.mStatusStrip.Name = "mStatusStrip";
this.mStatusStrip.Size = new System.Drawing.Size(1097,
22);
this.mStatusStrip.TabIndex = 5;
//
// mMainMenuStrip
//
this.mMainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mFileMenu});
this.mMainMenuStrip.Location = new System.Drawing.Point(0,
0);
this.mMainMenuStrip.Name = "mMainMenuStrip";
this.mMainMenuStrip.Size = new System.Drawing.Size(1097,
24);
this.mMainMenuStrip.TabIndex = 6;
this.mMainMenuStrip.Text = "menuStrip1";
//
// mFileMenu
//
this.mFileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mFileNewMenu,
this.mFileOpenMenu,
this.mFileSaveMenu,
this.mFileSaveAsMenu,
this.toolStripMenuItem1,
this.mFileExitMenu});
this.mFileMenu.Name = "mFileMenu";
this.mFileMenu.Size = new System.Drawing.Size(37,
20);
this.mFileMenu.Text = "&File";
//
// mFileNewMenu
//
this.mFileNewMenu.Name = "mFileNewMenu";
this.mFileNewMenu.Size = new System.Drawing.Size(123,
22);
this.mFileNewMenu.Text = "&New";
//
// mFileOpenMenu
//
this.mFileOpenMenu.Name = "mFileOpenMenu";
this.mFileOpenMenu.Size = new System.Drawing.Size(123,
22);
this.mFileOpenMenu.Text = "&Open...";
//
// mFileSaveMenu
//
this.mFileSaveMenu.Name = "mFileSaveMenu";
this.mFileSaveMenu.Size = new System.Drawing.Size(123,
22);
this.mFileSaveMenu.Text = "&Save";
//
// mFileSaveAsMenu
//
this.mFileSaveAsMenu.Name = "mFileSaveAsMenu";
this.mFileSaveAsMenu.Size = new System.Drawing.Size(123,
22);
this.mFileSaveAsMenu.Text = "Save &As...";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(120,
6);
//
// mFileExitMenu
//
this.mFileExitMenu.Name = "mFileExitMenu";
this.mFileExitMenu.Size = new System.Drawing.Size(123,
22);
this.mFileExitMenu.Text = "&Exit";
//
// mMainToolStrip
//
this.mMainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mFileNewTB,
this.mFileOpenTB,
this.mFileSaveTB,
this.toolStripSeparator1});
this.mMainToolStrip.Location = new System.Drawing.Point(0,
24);
this.mMainToolStrip.Name = "mMainToolStrip";
this.mMainToolStrip.Size = new System.Drawing.Size(1097,
25);
this.mMainToolStrip.TabIndex = 7;
this.mMainToolStrip.Text = "toolStrip1";
//
// mFileNewTB
//
this.mFileNewTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.mFileNewTB.Image = ((System.Drawing.Image)(resources
.GetObject("mFileNewTB.Image")));
this.mFileNewTB.ImageTransparentColor = System.Drawing.Color.Magenta;
this.mFileNewTB.Name = "mFileNewTB";
this.mFileNewTB.Size = new System.Drawing.Size(23,
22);
this.mFileNewTB.Text = "toolStripButton1";
this.mFileNewTB.ToolTipText = "New";
//
// mFileOpenTB
//
this.mFileOpenTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.mFileOpenTB.Image = ((System.Drawing.Image)(resources
.GetObject("mFileOpenTB.Image")));
this.mFileOpenTB.ImageTransparentColor = System.Drawing.Color.Magenta;
this.mFileOpenTB.Name = "mFileOpenTB";
this.mFileOpenTB.Size = new System.Drawing.Size(23,
22);
this.mFileOpenTB.Text = "toolStripButton2";
this.mFileOpenTB.ToolTipText = "Open";
//
// mFileSaveTB
//
this.mFileSaveTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.mFileSaveTB.Image = ((System.Drawing.Image)(resources
.GetObject("mFileSaveTB.Image")));
this.mFileSaveTB.ImageTransparentColor = System.Drawing.Color.Magenta;
this.mFileSaveTB.Name = "mFileSaveTB";
this.mFileSaveTB.Size = new System.Drawing.Size(23,
22);
this.mFileSaveTB.Text = "toolStripButton3";
this.mFileSaveTB.ToolTipText = "Save";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6,
25);
//
// mGlView
//
this.mGlView.AccumBits = ((byte)(0));
this.mGlView.AutoCheckErrors = true;
this.mGlView.AutoFinish = false;
this.mGlView.AutoMakeCurrent = true;
this.mGlView.AutoSwapBuffers = true;
this.mGlView.BackColor = System.Drawing.Color.Black;
this.mGlView.BackgroundImage = ((System.Drawing.Image)(resources
.GetObject("mGlView.BackgroundImage")));
this.mGlView.ColorBits = ((byte)(32));
this.mGlView.DepthBits = ((byte)(16));
this.mGlView.Dock = System.Windows.Forms.DockStyle.Fill;
this.mGlView.Location = new System.Drawing.Point(0,
49);
this.mGlView.Name = "mGlView";
this.mGlView.Size = new System.Drawing.Size(1097,
659);
this.mGlView.StencilBits = ((byte)(0));
this.mGlView.TabIndex = 8;
this.mGlView.VSync = false;
this.mGlView.Paint += new System.Windows.Forms.PaintEventHandler(this.mGlView_Paint);
this.mGlView.Resize += new System.EventHandler(this.mGlView_Resize);
//
// panel1
//
this.panel1.Controls.Add(this.swatchesPanel);
this.panel1.Controls.Add(this.panel3);
this.panel1.Controls.Add(this.colorWheelPanel);
this.panel1.Controls.Add(this.viewPanel);
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
this.panel1.Location = new System.Drawing.Point(912,
49);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(185,
659);
this.panel1.TabIndex = 9;
//
// swatchesPanel
//
this.swatchesPanel.Controls.Add(this.swatchesBox);
this.swatchesPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.swatchesPanel.Location = new System.Drawing.Point(0,
306);
this.swatchesPanel.Name = "swatchesPanel";
this.swatchesPanel.Size = new System.Drawing.Size(185,
75);
this.swatchesPanel.TabIndex = 10;
//
// panel3
//
this.panel3.Controls.Add(this.foreColorPanel);
this.panel3.Controls.Add(this.backColorPanel);
this.panel3.Controls.Add(this.toolButton1);
this.panel3.Controls.Add(this.toolButton2);
this.panel3.Controls.Add(this.toolButton3);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(0,
222);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(185,
84);
this.panel3.TabIndex = 9;
//
// backColorPanel
//
this.backColorPanel.BackColor = System.Drawing.Color.White;
this.backColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.backColorPanel.Location = new System.Drawing.Point(149,
24);
this.backColorPanel.Name = "backColorPanel";
this.backColorPanel.Size = new System.Drawing.Size(28,
28);
this.backColorPanel.TabIndex = 2;
//
// foreColorPanel
//
this.foreColorPanel.BackColor = System.Drawing.Color.Red;
this.foreColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.foreColorPanel.Location = new System.Drawing.Point(134,
8);
this.foreColorPanel.Name = "foreColorPanel";
this.foreColorPanel.Size = new System.Drawing.Size(28,
28);
this.foreColorPanel.TabIndex = 1;
//
// colorWheelPanel
//
this.colorWheelPanel.Controls.Add(this.mainColorWidget);
this.colorWheelPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.colorWheelPanel.Location = new System.Drawing.Point(0,
30);
this.colorWheelPanel.Name = "colorWheelPanel";
this.colorWheelPanel.Size = new System.Drawing.Size(185,
192);
this.colorWheelPanel.TabIndex = 8;
//
// viewPanel
//
this.viewPanel.Controls.Add(this.swatchesButton);
this.viewPanel.Controls.Add(this.colorWheelButton);
this.viewPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.viewPanel.Location = new System.Drawing.Point(0,
0);
this.viewPanel.Name = "viewPanel";
this.viewPanel.Size = new System.Drawing.Size(185,
30);
this.viewPanel.TabIndex = 7;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(61,
4);
//
// swatchesBox
//
this.swatchesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.swatchesBox.AutoScroll = true;
this.swatchesBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.swatchesBox.CellSIze = 16;
this.swatchesBox.CurrentColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))),
((int)(((byte)(255)))),
((int)(((byte)(255)))));
this.swatchesBox.Location = new System.Drawing.Point(2,
3);
this.swatchesBox.Name = "swatchesBox";
this.swatchesBox.NumCols = 11;
this.swatchesBox.NumRows = 4;
this.swatchesBox.Size = new System.Drawing.Size(180,
68);
this.swatchesBox.TabIndex = 6;
this.swatchesBox.ColorPicked += new System.EventHandler(this.colorPalette1_ColorPicked);
//
// toolButton1
//
this.toolButton1.Appearance = System.Windows.Forms.Appearance.Button;
this.toolButton1.Checked = true;
this.toolButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 6
.5F,
System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point,
((byte)(0)));
this.toolButton1.Location = new System.Drawing.Point(3,
12);
this.toolButton1.Name = "toolButton1";
this.toolButton1.Offset = 3;
this.toolButton1.Size = new System.Drawing.Size(35,
35);
this.toolButton1.TabIndex = 3;
this.toolButton1.TabStop = true;
this.toolButton1.Text = "Pen";
this.toolButton1.UseVisualStyleBackColor = true;
//
// toolButton2
//
this.toolButton2.Appearance = System.Windows.Forms.Appearance.Button;
this.toolButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 6
.5F,
System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point,
((byte)(0)));
this.toolButton2.Image = ((System.Drawing.Image)(resources
.GetObject("toolButton2.Image")));
this.toolButton2.Location = new System.Drawing.Point(44,
12);
this.toolButton2.Name = "toolButton2";
this.toolButton2.Offset = 3;
this.toolButton2.Size = new System.Drawing.Size(35,
35);
this.toolButton2.TabIndex = 4;
this.toolButton2.Text = "Brush";
this.toolButton2.UseVisualStyleBackColor = true;
//
// toolButton3
//
this.toolButton3.Appearance = System.Windows.Forms.Appearance.Button;
this.toolButton3.Font = new System.Drawing.Font("Microsoft Sans Serif", 6
.5F,
System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point,
((byte)(0)));
this.toolButton3.Location = new System.Drawing.Point(85,
12);
this.toolButton3.Name = "toolButton3";
this.toolButton3.Offset = 3;
this.toolButton3.Size = new System.Drawing.Size(35,
35);
this.toolButton3.TabIndex = 5;
this.toolButton3.Text = "Eraser";
this.toolButton3.UseVisualStyleBackColor = true;
//
// mainColorWidget
//
this.mainColorWidget.CurrentColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))),
((int)(((byte)(255)))),
((int)(((byte)(0)))));
this.mainColorWidget.Location = new System.Drawing.Point(0,
0);
this.mainColorWidget.MarkerSize = 4;
this.mainColorWidget.Name = "mainColorWidget";
this.mainColorWidget.Size = new System.Drawing.Size(185,
184);
this.mainColorWidget.TabIndex = 0;
this.mainColorWidget.WheelThicknessFactor = 0
.15F
;
this.mainColorWidget.ColorChange += new System.EventHandler(this.colorWidget1_ColorChange);
//
// swatchesButton
//
this.swatchesButton.Appearance = System.Windows.Forms.Appearance.Button;
this.swatchesButton.Checked = true;
this.swatchesButton.CheckState = System.Windows.Forms.CheckState.Checked;
this.swatchesButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6
.5F
);
this.swatchesButton.Image = ((System.Drawing.Image)(resources
.GetObject("swatchesButton.Image")));
this.swatchesButton.Location = new System.Drawing.Point(31,
4);
this.swatchesButton.Name = "swatchesButton";
this.swatchesButton.Offset = 2;
this.swatchesButton.Size = new System.Drawing.Size(22,
22);
this.swatchesButton.TabIndex = 1;
this.swatchesButton.UseVisualStyleBackColor = true;
//
// colorWheelButton
//
this.colorWheelButton.Appearance = System.Windows.Forms.Appearance.Button;
this.colorWheelButton.Checked = true;
this.colorWheelButton.CheckState = System.Windows.Forms.CheckState.Checked;
this.colorWheelButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6
.5F
);
this.colorWheelButton.Image = ((System.Drawing.Image)(resources
.GetObject("colorWheelButton.Image")));
this.colorWheelButton.Location = new System.Drawing.Point(3,
4);
this.colorWheelButton.Name = "colorWheelButton";
this.colorWheelButton.Offset = 2;
this.colorWheelButton.Size = new System.Drawing.Size(22,
22);
this.colorWheelButton.TabIndex = 0;
this.colorWheelButton.UseVisualStyleBackColor = true;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F
);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1097,
730);
this.Controls.Add(this.panel1);
this.Controls.Add(this.mGlView);
this.Controls.Add(this.mMainToolStrip);
this.Controls.Add(this.mMainMenuStrip);
this.Controls.Add(this.mStatusStrip);
this.Name = "MainForm";
this.Text = "Pixeloid";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Load += new System.EventHandler(this.MainForm_Load);
this.mMainMenuStrip.ResumeLayout(false);
this.mMainMenuStrip.PerformLayout();
this.mMainToolStrip.ResumeLayout(false);
this.mMainToolStrip.PerformLayout();
this.panel1.ResumeLayout(false);
this.swatchesPanel.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.colorWheelPanel.ResumeLayout(false);
this.viewPanel.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip mStatusStrip
;
private System.Windows.Forms.MenuStrip mMainMenuStrip
;
private System.Windows.Forms.ToolStripMenuItem mFileMenu
;
private System.Windows.Forms.ToolStripMenuItem mFileNewMenu
;
private System.Windows.Forms.ToolStripMenuItem mFileOpenMenu
;
private System.Windows.Forms.ToolStripMenuItem mFileSaveMenu
;
private System.Windows.Forms.ToolStripMenuItem mFileSaveAsMenu
;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1
;
private System.Windows.Forms.ToolStripMenuItem mFileExitMenu
;
private System.Windows.Forms.ToolStrip mMainToolStrip
;
private System.Windows.Forms.ToolStripButton mFileNewTB
;
private System.Windows.Forms.ToolStripButton mFileOpenTB
;
private System.Windows.Forms.ToolStripButton mFileSaveTB
;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1
;
#pragma warning disable 0618
private Tao
.Platform.Windows.SimpleOpenGlControl mGlView
;
#pragma warning restore 0618
private System.Windows.Forms.Panel panel1
;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1
;
private BauzoidNET
.controls.ColorWidget mainColorWidget
;
private System.Windows.Forms.Panel foreColorPanel
;
private System.Windows.Forms.Panel backColorPanel
;
private BauzoidNET
.controls.RadioToolButton toolButton1
;
private BauzoidNET
.controls.RadioToolButton toolButton3
;
private BauzoidNET
.controls.RadioToolButton toolButton2
;
private BauzoidNET
.controls.ColorPalette swatchesBox
;
private System.Windows.Forms.Panel viewPanel
;
private System.Windows.Forms.Panel colorWheelPanel
;
private System.Windows.Forms.Panel swatchesPanel
;
private System.Windows.Forms.Panel panel3
;
private BauzoidNET
.controls.CheckToolButton colorWheelButton
;
private BauzoidNET
.controls.CheckToolButton swatchesButton
;
}
}