637 lines
34 KiB
C#
637 lines
34 KiB
C#
namespace McBitFont {
|
||
partial class MainForm {
|
||
/// <summary>
|
||
/// Обязательная переменная конструктора.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Освободить все используемые ресурсы.
|
||
/// </summary>
|
||
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||
protected override void Dispose(bool disposing) {
|
||
if (disposing && (components != null)) {
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Код, автоматически созданный конструктором форм Windows
|
||
|
||
/// <summary>
|
||
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||
/// содержимое этого метода с помощью редактора кода.
|
||
/// </summary>
|
||
private void InitializeComponent() {
|
||
this.components = new System.ComponentModel.Container();
|
||
this.dotPanel = new System.Windows.Forms.Panel();
|
||
this.nudX = new System.Windows.Forms.NumericUpDown();
|
||
this.nudY = new System.Windows.Forms.NumericUpDown();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.cbZoom = new System.Windows.Forms.ComboBox();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.btnMirrorY = new System.Windows.Forms.Button();
|
||
this.btnMirrorX = new System.Windows.Forms.Button();
|
||
this.btnInvert = new System.Windows.Forms.Button();
|
||
this.btnShiftDown = new System.Windows.Forms.Button();
|
||
this.btnShiftUp = new System.Windows.Forms.Button();
|
||
this.btnShiftRight = new System.Windows.Forms.Button();
|
||
this.btnShiftLeft = new System.Windows.Forms.Button();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.outBox = new System.Windows.Forms.TextBox();
|
||
this.miniList = new System.Windows.Forms.ListView();
|
||
this.ilMiniatures = new System.Windows.Forms.ImageList(this.components);
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.hScroll = new System.Windows.Forms.HScrollBar();
|
||
this.vScroll = new System.Windows.Forms.VScrollBar();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.addSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.removeSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.fontOptionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.shiftUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.shiftDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.shiftLeftToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.shiftRightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.invertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.mirrorXToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.mirrorYToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.dlgSave = new System.Windows.Forms.SaveFileDialog();
|
||
this.dlgOpen = new System.Windows.Forms.OpenFileDialog();
|
||
((System.ComponentModel.ISupportInitialize)(this.nudX)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nudY)).BeginInit();
|
||
this.panel1.SuspendLayout();
|
||
this.menuStrip1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// dotPanel
|
||
//
|
||
this.dotPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.dotPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||
this.dotPanel.BackColor = System.Drawing.SystemColors.ControlDark;
|
||
this.dotPanel.Location = new System.Drawing.Point(12, 27);
|
||
this.dotPanel.Name = "dotPanel";
|
||
this.dotPanel.Size = new System.Drawing.Size(482, 503);
|
||
this.dotPanel.TabIndex = 0;
|
||
this.dotPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.dotPanel_Paint);
|
||
this.dotPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dotPanel_MouseMove);
|
||
this.dotPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.dotPanel_MouseMove);
|
||
this.dotPanel.Resize += new System.EventHandler(this.cbZoom_SelectedIndexChanged);
|
||
//
|
||
// nudX
|
||
//
|
||
this.nudX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.nudX.Location = new System.Drawing.Point(810, 27);
|
||
this.nudX.Maximum = new decimal(new int[] {
|
||
255,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nudX.Minimum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nudX.Name = "nudX";
|
||
this.nudX.Size = new System.Drawing.Size(55, 20);
|
||
this.nudX.TabIndex = 1;
|
||
this.nudX.Value = new decimal(new int[] {
|
||
32,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nudX.ValueChanged += new System.EventHandler(this.nudX_ValueChanged);
|
||
//
|
||
// nudY
|
||
//
|
||
this.nudY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.nudY.Location = new System.Drawing.Point(810, 53);
|
||
this.nudY.Maximum = new decimal(new int[] {
|
||
255,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nudY.Minimum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nudY.Name = "nudY";
|
||
this.nudY.Size = new System.Drawing.Size(55, 20);
|
||
this.nudY.TabIndex = 2;
|
||
this.nudY.Value = new decimal(new int[] {
|
||
32,
|
||
0,
|
||
0,
|
||
0});
|
||
this.nudY.ValueChanged += new System.EventHandler(this.nudY_ValueChanged);
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(766, 29);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(38, 13);
|
||
this.label1.TabIndex = 3;
|
||
this.label1.Text = "Width:";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(763, 55);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(41, 13);
|
||
this.label2.TabIndex = 4;
|
||
this.label2.Text = "Height:";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(682, 76);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(35, 13);
|
||
this.label3.TabIndex = 0;
|
||
this.label3.Text = "label3";
|
||
//
|
||
// cbZoom
|
||
//
|
||
this.cbZoom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.cbZoom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cbZoom.FormattingEnabled = true;
|
||
this.cbZoom.Items.AddRange(new object[] {
|
||
"2",
|
||
"3",
|
||
"5",
|
||
"10",
|
||
"15",
|
||
"20",
|
||
"25",
|
||
"30",
|
||
"35",
|
||
"40",
|
||
"45",
|
||
"50"});
|
||
this.cbZoom.Location = new System.Drawing.Point(686, 50);
|
||
this.cbZoom.Name = "cbZoom";
|
||
this.cbZoom.Size = new System.Drawing.Size(59, 21);
|
||
this.cbZoom.TabIndex = 6;
|
||
this.cbZoom.TabStop = false;
|
||
this.cbZoom.SelectedIndexChanged += new System.EventHandler(this.cbZoom_SelectedIndexChanged);
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(683, 34);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(62, 13);
|
||
this.label4.TabIndex = 7;
|
||
this.label4.Text = "Zoom level:";
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.panel1.Controls.Add(this.btnMirrorY);
|
||
this.panel1.Controls.Add(this.btnMirrorX);
|
||
this.panel1.Controls.Add(this.btnInvert);
|
||
this.panel1.Controls.Add(this.btnShiftDown);
|
||
this.panel1.Controls.Add(this.btnShiftUp);
|
||
this.panel1.Controls.Add(this.btnShiftRight);
|
||
this.panel1.Controls.Add(this.btnShiftLeft);
|
||
this.panel1.Location = new System.Drawing.Point(521, 27);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(120, 121);
|
||
this.panel1.TabIndex = 9;
|
||
//
|
||
// btnMirrorY
|
||
//
|
||
this.btnMirrorY.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.btnMirrorY.Location = new System.Drawing.Point(80, 76);
|
||
this.btnMirrorY.Name = "btnMirrorY";
|
||
this.btnMirrorY.Size = new System.Drawing.Size(30, 30);
|
||
this.btnMirrorY.TabIndex = 6;
|
||
this.btnMirrorY.Text = "⩥";
|
||
this.btnMirrorY.UseVisualStyleBackColor = true;
|
||
this.btnMirrorY.Click += new System.EventHandler(this.btnMirrorY_Click);
|
||
//
|
||
// btnMirrorX
|
||
//
|
||
this.btnMirrorX.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.btnMirrorX.Location = new System.Drawing.Point(44, 76);
|
||
this.btnMirrorX.Name = "btnMirrorX";
|
||
this.btnMirrorX.Size = new System.Drawing.Size(30, 30);
|
||
this.btnMirrorX.TabIndex = 5;
|
||
this.btnMirrorX.Text = "◮";
|
||
this.btnMirrorX.UseVisualStyleBackColor = true;
|
||
this.btnMirrorX.Click += new System.EventHandler(this.btnMirrorX_Click);
|
||
//
|
||
// btnInvert
|
||
//
|
||
this.btnInvert.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.btnInvert.Location = new System.Drawing.Point(8, 76);
|
||
this.btnInvert.Name = "btnInvert";
|
||
this.btnInvert.Size = new System.Drawing.Size(30, 30);
|
||
this.btnInvert.TabIndex = 4;
|
||
this.btnInvert.Text = "◪";
|
||
this.btnInvert.UseVisualStyleBackColor = true;
|
||
this.btnInvert.Click += new System.EventHandler(this.btnInvert_Click);
|
||
//
|
||
// btnShiftDown
|
||
//
|
||
this.btnShiftDown.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.btnShiftDown.Location = new System.Drawing.Point(44, 40);
|
||
this.btnShiftDown.Name = "btnShiftDown";
|
||
this.btnShiftDown.Size = new System.Drawing.Size(30, 30);
|
||
this.btnShiftDown.TabIndex = 3;
|
||
this.btnShiftDown.Text = "▼";
|
||
this.btnShiftDown.UseVisualStyleBackColor = true;
|
||
this.btnShiftDown.Click += new System.EventHandler(this.btnShiftDown_Click);
|
||
//
|
||
// btnShiftUp
|
||
//
|
||
this.btnShiftUp.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.btnShiftUp.Location = new System.Drawing.Point(44, 4);
|
||
this.btnShiftUp.Name = "btnShiftUp";
|
||
this.btnShiftUp.Size = new System.Drawing.Size(30, 30);
|
||
this.btnShiftUp.TabIndex = 2;
|
||
this.btnShiftUp.Text = "▲";
|
||
this.btnShiftUp.UseVisualStyleBackColor = true;
|
||
this.btnShiftUp.Click += new System.EventHandler(this.btnShiftUp_Click);
|
||
//
|
||
// btnShiftRight
|
||
//
|
||
this.btnShiftRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.btnShiftRight.Location = new System.Drawing.Point(80, 40);
|
||
this.btnShiftRight.Name = "btnShiftRight";
|
||
this.btnShiftRight.Size = new System.Drawing.Size(30, 30);
|
||
this.btnShiftRight.TabIndex = 1;
|
||
this.btnShiftRight.Text = "▶";
|
||
this.btnShiftRight.UseVisualStyleBackColor = true;
|
||
this.btnShiftRight.Click += new System.EventHandler(this.btnShiftRight_Click);
|
||
//
|
||
// btnShiftLeft
|
||
//
|
||
this.btnShiftLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.btnShiftLeft.Location = new System.Drawing.Point(8, 40);
|
||
this.btnShiftLeft.Name = "btnShiftLeft";
|
||
this.btnShiftLeft.Size = new System.Drawing.Size(30, 30);
|
||
this.btnShiftLeft.TabIndex = 0;
|
||
this.btnShiftLeft.Text = "◀";
|
||
this.btnShiftLeft.UseVisualStyleBackColor = true;
|
||
this.btnShiftLeft.Click += new System.EventHandler(this.btnShiftLeft_Click);
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.button1.Location = new System.Drawing.Point(789, 84);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(75, 23);
|
||
this.button1.TabIndex = 10;
|
||
this.button1.Text = "Generate";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// outBox
|
||
//
|
||
this.outBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.outBox.Font = new System.Drawing.Font("Consolas", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.outBox.Location = new System.Drawing.Point(685, 105);
|
||
this.outBox.Multiline = true;
|
||
this.outBox.Name = "outBox";
|
||
this.outBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
||
this.outBox.Size = new System.Drawing.Size(96, 40);
|
||
this.outBox.TabIndex = 11;
|
||
this.outBox.Text = "Output text here";
|
||
//
|
||
// miniList
|
||
//
|
||
this.miniList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.miniList.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.miniList.GridLines = true;
|
||
this.miniList.HideSelection = false;
|
||
this.miniList.LargeImageList = this.ilMiniatures;
|
||
this.miniList.Location = new System.Drawing.Point(521, 154);
|
||
this.miniList.MultiSelect = false;
|
||
this.miniList.Name = "miniList";
|
||
this.miniList.ShowGroups = false;
|
||
this.miniList.Size = new System.Drawing.Size(343, 400);
|
||
this.miniList.SmallImageList = this.ilMiniatures;
|
||
this.miniList.TabIndex = 12;
|
||
this.miniList.TabStop = false;
|
||
this.miniList.TileSize = new System.Drawing.Size(50, 50);
|
||
this.miniList.UseCompatibleStateImageBehavior = false;
|
||
this.miniList.SelectedIndexChanged += new System.EventHandler(this.miniList_SelectedIndexChanged);
|
||
//
|
||
// ilMiniatures
|
||
//
|
||
this.ilMiniatures.ColorDepth = System.Windows.Forms.ColorDepth.Depth4Bit;
|
||
this.ilMiniatures.ImageSize = new System.Drawing.Size(50, 50);
|
||
this.ilMiniatures.TransparentColor = System.Drawing.Color.Transparent;
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.button2.Location = new System.Drawing.Point(790, 113);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(75, 23);
|
||
this.button2.TabIndex = 13;
|
||
this.button2.Text = "button2";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// hScroll
|
||
//
|
||
this.hScroll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.hScroll.Location = new System.Drawing.Point(12, 533);
|
||
this.hScroll.Name = "hScroll";
|
||
this.hScroll.Size = new System.Drawing.Size(482, 21);
|
||
this.hScroll.TabIndex = 14;
|
||
this.hScroll.ValueChanged += new System.EventHandler(this.hScroll_ValueChanged);
|
||
//
|
||
// vScroll
|
||
//
|
||
this.vScroll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.vScroll.LargeChange = 25;
|
||
this.vScroll.Location = new System.Drawing.Point(497, 27);
|
||
this.vScroll.Name = "vScroll";
|
||
this.vScroll.Size = new System.Drawing.Size(21, 503);
|
||
this.vScroll.TabIndex = 15;
|
||
this.vScroll.ValueChanged += new System.EventHandler(this.vScroll_ValueChanged);
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new System.Drawing.Point(683, 89);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(35, 13);
|
||
this.label5.TabIndex = 16;
|
||
this.label5.Text = "label5";
|
||
//
|
||
// menuStrip1
|
||
//
|
||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.fileToolStripMenuItem,
|
||
this.editToolStripMenuItem,
|
||
this.toolsToolStripMenuItem,
|
||
this.aboutToolStripMenuItem});
|
||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||
this.menuStrip1.Name = "menuStrip1";
|
||
this.menuStrip1.Size = new System.Drawing.Size(877, 24);
|
||
this.menuStrip1.TabIndex = 17;
|
||
this.menuStrip1.Text = "menuStrip1";
|
||
//
|
||
// fileToolStripMenuItem
|
||
//
|
||
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.newToolStripMenuItem,
|
||
this.openToolStripMenuItem,
|
||
this.saveToolStripMenuItem,
|
||
this.exitToolStripMenuItem});
|
||
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
||
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
||
this.fileToolStripMenuItem.Text = "File";
|
||
//
|
||
// newToolStripMenuItem
|
||
//
|
||
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
|
||
this.newToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||
this.newToolStripMenuItem.Text = "New";
|
||
this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
|
||
//
|
||
// openToolStripMenuItem
|
||
//
|
||
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
|
||
this.openToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||
this.openToolStripMenuItem.Text = "Open";
|
||
//
|
||
// saveToolStripMenuItem
|
||
//
|
||
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
||
this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||
this.saveToolStripMenuItem.Text = "Save";
|
||
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
|
||
//
|
||
// exitToolStripMenuItem
|
||
//
|
||
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
||
this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||
this.exitToolStripMenuItem.Text = "Exit";
|
||
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
||
//
|
||
// editToolStripMenuItem
|
||
//
|
||
this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.addSymbolToolStripMenuItem,
|
||
this.removeSymbolToolStripMenuItem,
|
||
this.fontOptionsToolStripMenuItem});
|
||
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
|
||
this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
|
||
this.editToolStripMenuItem.Text = "Edit";
|
||
//
|
||
// addSymbolToolStripMenuItem
|
||
//
|
||
this.addSymbolToolStripMenuItem.Name = "addSymbolToolStripMenuItem";
|
||
this.addSymbolToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
|
||
this.addSymbolToolStripMenuItem.Text = "Add symbol";
|
||
//
|
||
// removeSymbolToolStripMenuItem
|
||
//
|
||
this.removeSymbolToolStripMenuItem.Name = "removeSymbolToolStripMenuItem";
|
||
this.removeSymbolToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
|
||
this.removeSymbolToolStripMenuItem.Text = "Remove symbol";
|
||
//
|
||
// fontOptionsToolStripMenuItem
|
||
//
|
||
this.fontOptionsToolStripMenuItem.Name = "fontOptionsToolStripMenuItem";
|
||
this.fontOptionsToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
|
||
this.fontOptionsToolStripMenuItem.Text = "Font Options";
|
||
//
|
||
// toolsToolStripMenuItem
|
||
//
|
||
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.shiftUpToolStripMenuItem,
|
||
this.shiftDownToolStripMenuItem,
|
||
this.shiftLeftToolStripMenuItem,
|
||
this.shiftRightToolStripMenuItem,
|
||
this.invertToolStripMenuItem,
|
||
this.mirrorXToolStripMenuItem,
|
||
this.mirrorYToolStripMenuItem});
|
||
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
|
||
this.toolsToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
|
||
this.toolsToolStripMenuItem.Text = "Tools";
|
||
//
|
||
// shiftUpToolStripMenuItem
|
||
//
|
||
this.shiftUpToolStripMenuItem.Name = "shiftUpToolStripMenuItem";
|
||
this.shiftUpToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
|
||
this.shiftUpToolStripMenuItem.Text = "Shift Up";
|
||
this.shiftUpToolStripMenuItem.Click += new System.EventHandler(this.btnShiftUp_Click);
|
||
//
|
||
// shiftDownToolStripMenuItem
|
||
//
|
||
this.shiftDownToolStripMenuItem.Name = "shiftDownToolStripMenuItem";
|
||
this.shiftDownToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
|
||
this.shiftDownToolStripMenuItem.Text = "Shift Down";
|
||
this.shiftDownToolStripMenuItem.Click += new System.EventHandler(this.btnShiftDown_Click);
|
||
//
|
||
// shiftLeftToolStripMenuItem
|
||
//
|
||
this.shiftLeftToolStripMenuItem.Name = "shiftLeftToolStripMenuItem";
|
||
this.shiftLeftToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
|
||
this.shiftLeftToolStripMenuItem.Text = "Shift left";
|
||
this.shiftLeftToolStripMenuItem.Click += new System.EventHandler(this.btnShiftLeft_Click);
|
||
//
|
||
// shiftRightToolStripMenuItem
|
||
//
|
||
this.shiftRightToolStripMenuItem.Name = "shiftRightToolStripMenuItem";
|
||
this.shiftRightToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
|
||
this.shiftRightToolStripMenuItem.Text = "Shift Right";
|
||
this.shiftRightToolStripMenuItem.Click += new System.EventHandler(this.btnShiftRight_Click);
|
||
//
|
||
// invertToolStripMenuItem
|
||
//
|
||
this.invertToolStripMenuItem.Name = "invertToolStripMenuItem";
|
||
this.invertToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
|
||
this.invertToolStripMenuItem.Text = "Invert";
|
||
this.invertToolStripMenuItem.Click += new System.EventHandler(this.btnInvert_Click);
|
||
//
|
||
// mirrorXToolStripMenuItem
|
||
//
|
||
this.mirrorXToolStripMenuItem.Name = "mirrorXToolStripMenuItem";
|
||
this.mirrorXToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
|
||
this.mirrorXToolStripMenuItem.Text = "Mirror X";
|
||
this.mirrorXToolStripMenuItem.Click += new System.EventHandler(this.btnMirrorX_Click);
|
||
//
|
||
// mirrorYToolStripMenuItem
|
||
//
|
||
this.mirrorYToolStripMenuItem.Name = "mirrorYToolStripMenuItem";
|
||
this.mirrorYToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
|
||
this.mirrorYToolStripMenuItem.Text = "Mirror Y";
|
||
this.mirrorYToolStripMenuItem.Click += new System.EventHandler(this.btnMirrorY_Click);
|
||
//
|
||
// aboutToolStripMenuItem
|
||
//
|
||
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
||
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
|
||
this.aboutToolStripMenuItem.Text = "About";
|
||
//
|
||
// dlgSave
|
||
//
|
||
this.dlgSave.DefaultExt = "mbf";
|
||
this.dlgSave.Filter = "McBitFont files|*.mbf|All files|*.*";
|
||
//
|
||
// dlgOpen
|
||
//
|
||
this.dlgOpen.DefaultExt = "mbf";
|
||
this.dlgOpen.FileName = "openFileDialog1";
|
||
this.dlgOpen.Filter = "McBitFont files|*.mbf|All files|*.*";
|
||
//
|
||
// MainForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(877, 566);
|
||
this.Controls.Add(this.button2);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.label5);
|
||
this.Controls.Add(this.vScroll);
|
||
this.Controls.Add(this.hScroll);
|
||
this.Controls.Add(this.miniList);
|
||
this.Controls.Add(this.outBox);
|
||
this.Controls.Add(this.panel1);
|
||
this.Controls.Add(this.label4);
|
||
this.Controls.Add(this.cbZoom);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.nudY);
|
||
this.Controls.Add(this.nudX);
|
||
this.Controls.Add(this.dotPanel);
|
||
this.Controls.Add(this.menuStrip1);
|
||
this.MainMenuStrip = this.menuStrip1;
|
||
this.Name = "MainForm";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "McBitFont";
|
||
this.Load += new System.EventHandler(this.Form1_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.nudX)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.nudY)).EndInit();
|
||
this.panel1.ResumeLayout(false);
|
||
this.menuStrip1.ResumeLayout(false);
|
||
this.menuStrip1.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Panel dotPanel;
|
||
private System.Windows.Forms.NumericUpDown nudX;
|
||
private System.Windows.Forms.NumericUpDown nudY;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.ComboBox cbZoom;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.Button btnShiftLeft;
|
||
private System.Windows.Forms.Button btnShiftRight;
|
||
private System.Windows.Forms.Button btnShiftDown;
|
||
private System.Windows.Forms.Button btnShiftUp;
|
||
private System.Windows.Forms.Button btnInvert;
|
||
private System.Windows.Forms.Button btnMirrorX;
|
||
private System.Windows.Forms.Button btnMirrorY;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.TextBox outBox;
|
||
private System.Windows.Forms.ListView miniList;
|
||
private System.Windows.Forms.ImageList ilMiniatures;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.HScrollBar hScroll;
|
||
private System.Windows.Forms.VScrollBar vScroll;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.MenuStrip menuStrip1;
|
||
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem addSymbolToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem removeSymbolToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem fontOptionsToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem shiftUpToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem shiftDownToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem shiftLeftToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem shiftRightToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem invertToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem mirrorXToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem mirrorYToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
|
||
private System.Windows.Forms.SaveFileDialog dlgSave;
|
||
private System.Windows.Forms.OpenFileDialog dlgOpen;
|
||
}
|
||
}
|
||
|