namespace ConvImgCpc { partial class EditSprites { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lblPenLeft = new System.Windows.Forms.Label(); this.lblPenRight = new System.Windows.Forms.Label(); this.lblSelSprite = new System.Windows.Forms.Label(); this.rb1Sprite = new System.Windows.Forms.RadioButton(); this.rb2Sprite = new System.Windows.Forms.RadioButton(); this.rb4Sprite = new System.Windows.Forms.RadioButton(); this.bpTest = new System.Windows.Forms.Button(); this.zoomX = new System.Windows.Forms.NumericUpDown(); this.zoomY = new System.Windows.Forms.NumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.comboBanque = new System.Windows.Forms.ComboBox(); this.chkWithPal = new System.Windows.Forms.CheckBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.lblColSelR = new System.Windows.Forms.Label(); this.lblColSelV = new System.Windows.Forms.Label(); this.lblColSelB = new System.Windows.Forms.Label(); this.rb42Sprite = new System.Windows.Forms.RadioButton(); this.rbPt = new System.Windows.Forms.RadioButton(); this.rbLine = new System.Windows.Forms.RadioButton(); this.grpEdition = new System.Windows.Forms.GroupBox(); this.bpVerticalFlip = new System.Windows.Forms.Button(); this.bpHorizontalFlip = new System.Windows.Forms.Button(); this.bpRotateSprite = new System.Windows.Forms.Button(); this.bpPasteSprite = new System.Windows.Forms.Button(); this.bpCopySprite = new System.Windows.Forms.Button(); this.bpInversePalette = new System.Windows.Forms.Button(); this.bpGenPal = new System.Windows.Forms.Button(); this.bpClearSprite = new System.Windows.Forms.Button(); this.bpClearBank = new System.Windows.Forms.Button(); this.bpSavePal = new System.Windows.Forms.Button(); this.bpReadPal = new System.Windows.Forms.Button(); this.bpSaveAll = new System.Windows.Forms.Button(); this.bpSave = new System.Windows.Forms.Button(); this.bpRead = new System.Windows.Forms.Button(); this.bpSuiv = new System.Windows.Forms.Button(); this.bpPrev = new System.Windows.Forms.Button(); this.pictAllSprites = new System.Windows.Forms.PictureBox(); this.pictEditSprite = new System.Windows.Forms.PictureBox(); this.pictTest = new System.Windows.Forms.PictureBox(); this.rb28sprite = new System.Windows.Forms.RadioButton(); this.bpCopyBank = new System.Windows.Forms.Button(); this.bpPasteBank = new System.Windows.Forms.Button(); this.numBanks = new System.Windows.Forms.NumericUpDown(); this.rbPosSpr = new System.Windows.Forms.RadioButton(); ((System.ComponentModel.ISupportInitialize)(this.zoomX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.zoomY)).BeginInit(); this.grpEdition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictAllSprites)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictEditSprite)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictTest)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numBanks)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 140); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 13); this.label1.TabIndex = 4; this.label1.Text = "label1"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(7, 209); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(35, 13); this.label2.TabIndex = 4; this.label2.Text = "label2"; // // lblPenLeft // this.lblPenLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblPenLeft.Location = new System.Drawing.Point(6, 153); this.lblPenLeft.Name = "lblPenLeft"; this.lblPenLeft.Size = new System.Drawing.Size(48, 48); this.lblPenLeft.TabIndex = 5; // // lblPenRight // this.lblPenRight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblPenRight.Location = new System.Drawing.Point(6, 222); this.lblPenRight.Name = "lblPenRight"; this.lblPenRight.Size = new System.Drawing.Size(48, 48); this.lblPenRight.TabIndex = 5; // // lblSelSprite // this.lblSelSprite.AutoSize = true; this.lblSelSprite.Location = new System.Drawing.Point(0, 114); this.lblSelSprite.Name = "lblSelSprite"; this.lblSelSprite.Size = new System.Drawing.Size(47, 13); this.lblSelSprite.TabIndex = 7; this.lblSelSprite.Text = "selSprite"; // // rb1Sprite // this.rb1Sprite.AutoSize = true; this.rb1Sprite.Checked = true; this.rb1Sprite.Location = new System.Drawing.Point(795, 176); this.rb1Sprite.Name = "rb1Sprite"; this.rb1Sprite.Size = new System.Drawing.Size(31, 17); this.rb1Sprite.TabIndex = 9; this.rb1Sprite.TabStop = true; this.rb1Sprite.Text = "1"; this.rb1Sprite.UseVisualStyleBackColor = true; // // rb2Sprite // this.rb2Sprite.AutoSize = true; this.rb2Sprite.Location = new System.Drawing.Point(831, 176); this.rb2Sprite.Name = "rb2Sprite"; this.rb2Sprite.Size = new System.Drawing.Size(42, 17); this.rb2Sprite.TabIndex = 9; this.rb2Sprite.Text = "2x2"; this.rb2Sprite.UseVisualStyleBackColor = true; // // rb4Sprite // this.rb4Sprite.AutoSize = true; this.rb4Sprite.Location = new System.Drawing.Point(878, 176); this.rb4Sprite.Name = "rb4Sprite"; this.rb4Sprite.Size = new System.Drawing.Size(42, 17); this.rb4Sprite.TabIndex = 9; this.rb4Sprite.Text = "4x4"; this.rb4Sprite.UseVisualStyleBackColor = true; // // bpTest // this.bpTest.Location = new System.Drawing.Point(1262, 172); this.bpTest.Name = "bpTest"; this.bpTest.Size = new System.Drawing.Size(42, 23); this.bpTest.TabIndex = 10; this.bpTest.Text = "Test !"; this.bpTest.UseVisualStyleBackColor = true; this.bpTest.Click += new System.EventHandler(this.bpTest_Click); // // zoomX // this.zoomX.Location = new System.Drawing.Point(1133, 174); this.zoomX.Maximum = new decimal(new int[] { 3, 0, 0, 0}); this.zoomX.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.zoomX.Name = "zoomX"; this.zoomX.Size = new System.Drawing.Size(38, 20); this.zoomX.TabIndex = 11; this.zoomX.Value = new decimal(new int[] { 1, 0, 0, 0}); // // zoomY // this.zoomY.Location = new System.Drawing.Point(1219, 174); this.zoomY.Maximum = new decimal(new int[] { 3, 0, 0, 0}); this.zoomY.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.zoomY.Name = "zoomY"; this.zoomY.Size = new System.Drawing.Size(38, 20); this.zoomY.TabIndex = 11; this.zoomY.Value = new decimal(new int[] { 1, 0, 0, 0}); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(1089, 178); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(44, 13); this.label3.TabIndex = 12; this.label3.Text = "Zoom X"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(1175, 178); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(44, 13); this.label4.TabIndex = 12; this.label4.Text = "Zoom Y"; // // comboBanque // this.comboBanque.FormattingEnabled = true; this.comboBanque.Items.AddRange(new object[] { "Bank 1", "Bank 2", "Bank 3", "Bank 4", "Bank 5", "Bank 6", "Bank 7", "Bank 8"}); this.comboBanque.Location = new System.Drawing.Point(1033, 14); this.comboBanque.Name = "comboBanque"; this.comboBanque.Size = new System.Drawing.Size(61, 21); this.comboBanque.TabIndex = 13; this.comboBanque.SelectedIndexChanged += new System.EventHandler(this.comboBanque_SelectedIndexChanged); // // chkWithPal // this.chkWithPal.AutoSize = true; this.chkWithPal.Checked = true; this.chkWithPal.CheckState = System.Windows.Forms.CheckState.Checked; this.chkWithPal.Location = new System.Drawing.Point(1202, 67); this.chkWithPal.Name = "chkWithPal"; this.chkWithPal.Size = new System.Drawing.Size(81, 17); this.chkWithPal.TabIndex = 15; this.chkWithPal.Text = "chkWithPal"; this.chkWithPal.UseVisualStyleBackColor = true; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 250; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // lblColSelR // this.lblColSelR.AutoSize = true; this.lblColSelR.Location = new System.Drawing.Point(53, 153); this.lblColSelR.Name = "lblColSelR"; this.lblColSelR.Size = new System.Drawing.Size(30, 13); this.lblColSelR.TabIndex = 23; this.lblColSelR.Text = "R:00"; // // lblColSelV // this.lblColSelV.AutoSize = true; this.lblColSelV.Location = new System.Drawing.Point(53, 170); this.lblColSelV.Name = "lblColSelV"; this.lblColSelV.Size = new System.Drawing.Size(29, 13); this.lblColSelV.TabIndex = 24; this.lblColSelV.Text = "V:00"; // // lblColSelB // this.lblColSelB.AutoSize = true; this.lblColSelB.Location = new System.Drawing.Point(53, 187); this.lblColSelB.Name = "lblColSelB"; this.lblColSelB.Size = new System.Drawing.Size(29, 13); this.lblColSelB.TabIndex = 25; this.lblColSelB.Text = "B:00"; // // rb42Sprite // this.rb42Sprite.AutoSize = true; this.rb42Sprite.Location = new System.Drawing.Point(925, 176); this.rb42Sprite.Name = "rb42Sprite"; this.rb42Sprite.Size = new System.Drawing.Size(53, 17); this.rb42Sprite.TabIndex = 27; this.rb42Sprite.Text = "2x2x4"; this.rb42Sprite.UseVisualStyleBackColor = true; // // rbPt // this.rbPt.AutoSize = true; this.rbPt.Checked = true; this.rbPt.Location = new System.Drawing.Point(8, 265); this.rbPt.Name = "rbPt"; this.rbPt.Size = new System.Drawing.Size(49, 17); this.rbPt.TabIndex = 28; this.rbPt.TabStop = true; this.rbPt.Text = "Point"; this.rbPt.UseVisualStyleBackColor = true; // // rbLine // this.rbLine.AutoSize = true; this.rbLine.Location = new System.Drawing.Point(8, 288); this.rbLine.Name = "rbLine"; this.rbLine.Size = new System.Drawing.Size(51, 17); this.rbLine.TabIndex = 28; this.rbLine.Text = "Ligne"; this.rbLine.UseVisualStyleBackColor = true; // // grpEdition // this.grpEdition.Controls.Add(this.rbLine); this.grpEdition.Controls.Add(this.rbPt); this.grpEdition.Controls.Add(this.bpVerticalFlip); this.grpEdition.Controls.Add(this.bpHorizontalFlip); this.grpEdition.Controls.Add(this.bpRotateSprite); this.grpEdition.Controls.Add(this.bpPasteSprite); this.grpEdition.Controls.Add(this.bpCopySprite); this.grpEdition.Location = new System.Drawing.Point(-1, 282); this.grpEdition.Name = "grpEdition"; this.grpEdition.Size = new System.Drawing.Size(79, 314); this.grpEdition.TabIndex = 29; this.grpEdition.TabStop = false; this.grpEdition.Text = "Edition"; // // bpVerticalFlip // this.bpVerticalFlip.Image = global::ConvImgCpc.Properties.Resources.Sprite_FlipV; this.bpVerticalFlip.Location = new System.Drawing.Point(1, 162); this.bpVerticalFlip.Name = "bpVerticalFlip"; this.bpVerticalFlip.Size = new System.Drawing.Size(75, 48); this.bpVerticalFlip.TabIndex = 22; this.bpVerticalFlip.UseVisualStyleBackColor = true; this.bpVerticalFlip.Click += new System.EventHandler(this.bpVerticalFlip_Click); // // bpHorizontalFlip // this.bpHorizontalFlip.Image = global::ConvImgCpc.Properties.Resources.Sprite_FlipH; this.bpHorizontalFlip.Location = new System.Drawing.Point(1, 113); this.bpHorizontalFlip.Name = "bpHorizontalFlip"; this.bpHorizontalFlip.Size = new System.Drawing.Size(75, 48); this.bpHorizontalFlip.TabIndex = 21; this.bpHorizontalFlip.UseVisualStyleBackColor = true; this.bpHorizontalFlip.Click += new System.EventHandler(this.bpHorizontalFlip_Click); // // bpRotateSprite // this.bpRotateSprite.Image = global::ConvImgCpc.Properties.Resources.Sprite_Rotate; this.bpRotateSprite.Location = new System.Drawing.Point(1, 211); this.bpRotateSprite.Name = "bpRotateSprite"; this.bpRotateSprite.Size = new System.Drawing.Size(75, 48); this.bpRotateSprite.TabIndex = 20; this.bpRotateSprite.UseVisualStyleBackColor = true; this.bpRotateSprite.Click += new System.EventHandler(this.bpRotateSprite_Click); // // bpPasteSprite // this.bpPasteSprite.Image = global::ConvImgCpc.Properties.Resources.Sprite_Paste; this.bpPasteSprite.Location = new System.Drawing.Point(1, 64); this.bpPasteSprite.Name = "bpPasteSprite"; this.bpPasteSprite.Size = new System.Drawing.Size(75, 48); this.bpPasteSprite.TabIndex = 18; this.bpPasteSprite.UseVisualStyleBackColor = true; this.bpPasteSprite.Click += new System.EventHandler(this.bpPasteSprite_Click); // // bpCopySprite // this.bpCopySprite.Image = global::ConvImgCpc.Properties.Resources.Sprite_Copy; this.bpCopySprite.Location = new System.Drawing.Point(1, 15); this.bpCopySprite.Name = "bpCopySprite"; this.bpCopySprite.Size = new System.Drawing.Size(75, 48); this.bpCopySprite.TabIndex = 17; this.bpCopySprite.UseVisualStyleBackColor = true; this.bpCopySprite.Click += new System.EventHandler(this.bpCopySprite_Click); // // bpInversePalette // this.bpInversePalette.Image = global::ConvImgCpc.Properties.Resources.InversePalette; this.bpInversePalette.Location = new System.Drawing.Point(1026, 124); this.bpInversePalette.Name = "bpInversePalette"; this.bpInversePalette.Size = new System.Drawing.Size(48, 48); this.bpInversePalette.TabIndex = 30; this.bpInversePalette.UseVisualStyleBackColor = true; this.bpInversePalette.Click += new System.EventHandler(this.bpInversePalette_Click); // // bpGenPal // this.bpGenPal.Image = global::ConvImgCpc.Properties.Resources.GenPalette; this.bpGenPal.Location = new System.Drawing.Point(972, 123); this.bpGenPal.Name = "bpGenPal"; this.bpGenPal.Size = new System.Drawing.Size(48, 48); this.bpGenPal.TabIndex = 26; this.bpGenPal.UseVisualStyleBackColor = true; this.bpGenPal.Click += new System.EventHandler(this.bpGenPal_Click); // // bpClearSprite // this.bpClearSprite.Image = global::ConvImgCpc.Properties.Resources.Sprite_Clear; this.bpClearSprite.Location = new System.Drawing.Point(3, 654); this.bpClearSprite.Name = "bpClearSprite"; this.bpClearSprite.Size = new System.Drawing.Size(75, 48); this.bpClearSprite.TabIndex = 19; this.bpClearSprite.UseVisualStyleBackColor = true; this.bpClearSprite.Click += new System.EventHandler(this.bpClearSprite_Click); // // bpClearBank // this.bpClearBank.Image = global::ConvImgCpc.Properties.Resources.Sprite_Clear; this.bpClearBank.Location = new System.Drawing.Point(1229, 94); this.bpClearBank.Name = "bpClearBank"; this.bpClearBank.Size = new System.Drawing.Size(75, 52); this.bpClearBank.TabIndex = 16; this.bpClearBank.UseVisualStyleBackColor = true; this.bpClearBank.Click += new System.EventHandler(this.bpClearBank_Click); // // bpSavePal // this.bpSavePal.Image = global::ConvImgCpc.Properties.Resources.Sprite_Save; this.bpSavePal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bpSavePal.Location = new System.Drawing.Point(876, 123); this.bpSavePal.Name = "bpSavePal"; this.bpSavePal.Size = new System.Drawing.Size(95, 48); this.bpSavePal.TabIndex = 14; this.bpSavePal.Text = "palette"; this.bpSavePal.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.bpSavePal.UseVisualStyleBackColor = true; this.bpSavePal.Click += new System.EventHandler(this.bpSavePal_Click); // // bpReadPal // this.bpReadPal.Image = global::ConvImgCpc.Properties.Resources.Sprite_Load; this.bpReadPal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bpReadPal.Location = new System.Drawing.Point(780, 123); this.bpReadPal.Name = "bpReadPal"; this.bpReadPal.Size = new System.Drawing.Size(95, 48); this.bpReadPal.TabIndex = 14; this.bpReadPal.Text = "palette"; this.bpReadPal.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.bpReadPal.UseVisualStyleBackColor = true; this.bpReadPal.Click += new System.EventHandler(this.bpReadPal_Click); // // bpSaveAll // this.bpSaveAll.Image = global::ConvImgCpc.Properties.Resources.Sprite_Save; this.bpSaveAll.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bpSaveAll.Location = new System.Drawing.Point(1104, 96); this.bpSaveAll.Name = "bpSaveAll"; this.bpSaveAll.Size = new System.Drawing.Size(96, 48); this.bpSaveAll.TabIndex = 6; this.bpSaveAll.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.bpSaveAll.UseVisualStyleBackColor = true; this.bpSaveAll.Click += new System.EventHandler(this.bpSaveAll_Click); // // bpSave // this.bpSave.Image = global::ConvImgCpc.Properties.Resources.Sprite_Save; this.bpSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bpSave.Location = new System.Drawing.Point(1104, 48); this.bpSave.Name = "bpSave"; this.bpSave.Size = new System.Drawing.Size(96, 48); this.bpSave.TabIndex = 6; this.bpSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.bpSave.UseVisualStyleBackColor = true; this.bpSave.Click += new System.EventHandler(this.bpSave_Click); // // bpRead // this.bpRead.Image = global::ConvImgCpc.Properties.Resources.Sprite_Load; this.bpRead.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bpRead.Location = new System.Drawing.Point(1104, 0); this.bpRead.Name = "bpRead"; this.bpRead.Size = new System.Drawing.Size(96, 48); this.bpRead.TabIndex = 6; this.bpRead.Text = "sprites"; this.bpRead.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.bpRead.UseVisualStyleBackColor = true; this.bpRead.Click += new System.EventHandler(this.bpRead_Click); // // bpSuiv // this.bpSuiv.Image = global::ConvImgCpc.Properties.Resources.Next; this.bpSuiv.Location = new System.Drawing.Point(987, 71); this.bpSuiv.Name = "bpSuiv"; this.bpSuiv.Size = new System.Drawing.Size(40, 40); this.bpSuiv.TabIndex = 2; this.bpSuiv.UseVisualStyleBackColor = true; this.bpSuiv.Click += new System.EventHandler(this.bpSuiv_Click); // // bpPrev // this.bpPrev.Image = global::ConvImgCpc.Properties.Resources.Prev; this.bpPrev.Location = new System.Drawing.Point(3, 71); this.bpPrev.Name = "bpPrev"; this.bpPrev.Size = new System.Drawing.Size(40, 40); this.bpPrev.TabIndex = 2; this.bpPrev.UseVisualStyleBackColor = true; this.bpPrev.Visible = false; this.bpPrev.Click += new System.EventHandler(this.bpPrev_Click); // // pictAllSprites // this.pictAllSprites.Location = new System.Drawing.Point(3, 0); this.pictAllSprites.Name = "pictAllSprites"; this.pictAllSprites.Size = new System.Drawing.Size(1024, 64); this.pictAllSprites.TabIndex = 1; this.pictAllSprites.TabStop = false; this.pictAllSprites.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictAllMatrice_MouseDown); // // pictEditSprite // this.pictEditSprite.Location = new System.Drawing.Point(84, 67); this.pictEditSprite.Name = "pictEditSprite"; this.pictEditSprite.Size = new System.Drawing.Size(640, 640); this.pictEditSprite.TabIndex = 0; this.pictEditSprite.TabStop = false; this.pictEditSprite.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictEditMatrice_MouseMove); this.pictEditSprite.MouseLeave += new System.EventHandler(this.pictEditSprite_MouseLeave); this.pictEditSprite.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictEditMatrice_MouseMove); // // pictTest // this.pictTest.Location = new System.Drawing.Point(792, 195); this.pictTest.Name = "pictTest"; this.pictTest.Size = new System.Drawing.Size(512, 512); this.pictTest.TabIndex = 8; this.pictTest.TabStop = false; this.pictTest.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictTest_MouseDown); this.pictTest.MouseEnter += new System.EventHandler(this.pictTest_MouseEnter); this.pictTest.MouseLeave += new System.EventHandler(this.pictTest_MouseLeave); this.pictTest.MouseHover += new System.EventHandler(this.pictTest_MouseHover); this.pictTest.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictTest_MouseMove); this.pictTest.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictTest_MouseUp); // // rb28sprite // this.rb28sprite.AutoSize = true; this.rb28sprite.Location = new System.Drawing.Point(983, 176); this.rb28sprite.Name = "rb28sprite"; this.rb28sprite.Size = new System.Drawing.Size(42, 17); this.rb28sprite.TabIndex = 31; this.rb28sprite.Text = "2x8"; this.rb28sprite.UseVisualStyleBackColor = true; // // bpCopyBank // this.bpCopyBank.Image = global::ConvImgCpc.Properties.Resources.Sprite_Copy; this.bpCopyBank.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bpCopyBank.Location = new System.Drawing.Point(780, 71); this.bpCopyBank.Name = "bpCopyBank"; this.bpCopyBank.Size = new System.Drawing.Size(94, 46); this.bpCopyBank.TabIndex = 32; this.bpCopyBank.Text = "Bank"; this.bpCopyBank.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.bpCopyBank.UseVisualStyleBackColor = true; this.bpCopyBank.Click += new System.EventHandler(this.bpCopyBank_Click); // // bpPasteBank // this.bpPasteBank.Image = global::ConvImgCpc.Properties.Resources.Sprite_Paste; this.bpPasteBank.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bpPasteBank.Location = new System.Drawing.Point(877, 71); this.bpPasteBank.Name = "bpPasteBank"; this.bpPasteBank.Size = new System.Drawing.Size(94, 46); this.bpPasteBank.TabIndex = 33; this.bpPasteBank.Text = "Bank"; this.bpPasteBank.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.bpPasteBank.UseVisualStyleBackColor = true; this.bpPasteBank.Click += new System.EventHandler(this.bpPasteBank_Click); // // numBanks // this.numBanks.Location = new System.Drawing.Point(1202, 107); this.numBanks.Maximum = new decimal(new int[] { 8, 0, 0, 0}); this.numBanks.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numBanks.Name = "numBanks"; this.numBanks.Size = new System.Drawing.Size(28, 20); this.numBanks.TabIndex = 34; this.numBanks.Value = new decimal(new int[] { 1, 0, 0, 0}); // // rbPosSpr // this.rbPosSpr.AutoSize = true; this.rbPosSpr.Location = new System.Drawing.Point(1028, 176); this.rbPosSpr.Name = "rbPosSpr"; this.rbPosSpr.Size = new System.Drawing.Size(59, 17); this.rbPosSpr.TabIndex = 35; this.rbPosSpr.Text = "SetPos"; this.rbPosSpr.UseVisualStyleBackColor = true; // // EditSprites // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1305, 708); this.Controls.Add(this.rbPosSpr); this.Controls.Add(this.numBanks); this.Controls.Add(this.bpPasteBank); this.Controls.Add(this.bpCopyBank); this.Controls.Add(this.rb28sprite); this.Controls.Add(this.bpInversePalette); this.Controls.Add(this.grpEdition); this.Controls.Add(this.rb42Sprite); this.Controls.Add(this.bpGenPal); this.Controls.Add(this.lblPenLeft); this.Controls.Add(this.lblColSelB); this.Controls.Add(this.lblColSelV); this.Controls.Add(this.lblColSelR); this.Controls.Add(this.bpClearSprite); this.Controls.Add(this.bpClearBank); this.Controls.Add(this.bpSavePal); this.Controls.Add(this.bpReadPal); this.Controls.Add(this.comboBanque); this.Controls.Add(this.zoomY); this.Controls.Add(this.zoomX); this.Controls.Add(this.bpTest); this.Controls.Add(this.rb4Sprite); this.Controls.Add(this.rb2Sprite); this.Controls.Add(this.rb1Sprite); this.Controls.Add(this.lblSelSprite); this.Controls.Add(this.bpSaveAll); this.Controls.Add(this.bpSave); this.Controls.Add(this.bpRead); this.Controls.Add(this.lblPenRight); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.bpSuiv); this.Controls.Add(this.bpPrev); this.Controls.Add(this.pictAllSprites); this.Controls.Add(this.pictEditSprite); this.Controls.Add(this.chkWithPal); this.Controls.Add(this.pictTest); this.Controls.Add(this.label3); this.Controls.Add(this.label4); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "EditSprites"; this.ShowIcon = false; this.Text = "Edition Sprites Hard"; ((System.ComponentModel.ISupportInitialize)(this.zoomX)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.zoomY)).EndInit(); this.grpEdition.ResumeLayout(false); this.grpEdition.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictAllSprites)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictEditSprite)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictTest)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numBanks)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictEditSprite; private System.Windows.Forms.Button bpPrev; private System.Windows.Forms.Button bpSuiv; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lblPenLeft; private System.Windows.Forms.Label lblPenRight; private System.Windows.Forms.Button bpRead; private System.Windows.Forms.Button bpSave; private System.Windows.Forms.PictureBox pictAllSprites; private System.Windows.Forms.Label lblSelSprite; private System.Windows.Forms.PictureBox pictTest; private System.Windows.Forms.RadioButton rb1Sprite; private System.Windows.Forms.RadioButton rb2Sprite; private System.Windows.Forms.RadioButton rb4Sprite; private System.Windows.Forms.Button bpTest; private System.Windows.Forms.NumericUpDown zoomX; private System.Windows.Forms.NumericUpDown zoomY; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox comboBanque; private System.Windows.Forms.Button bpSaveAll; private System.Windows.Forms.Button bpReadPal; private System.Windows.Forms.Button bpSavePal; private System.Windows.Forms.CheckBox chkWithPal; private System.Windows.Forms.Button bpClearBank; private System.Windows.Forms.Button bpCopySprite; private System.Windows.Forms.Button bpPasteSprite; private System.Windows.Forms.Button bpClearSprite; private System.Windows.Forms.Button bpRotateSprite; private System.Windows.Forms.Button bpHorizontalFlip; private System.Windows.Forms.Button bpVerticalFlip; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Label lblColSelR; private System.Windows.Forms.Label lblColSelV; private System.Windows.Forms.Label lblColSelB; private System.Windows.Forms.Button bpGenPal; private System.Windows.Forms.RadioButton rb42Sprite; private System.Windows.Forms.RadioButton rbPt; private System.Windows.Forms.RadioButton rbLine; private System.Windows.Forms.GroupBox grpEdition; private System.Windows.Forms.Button bpInversePalette; private System.Windows.Forms.RadioButton rb28sprite; private System.Windows.Forms.Button bpCopyBank; private System.Windows.Forms.Button bpPasteBank; private System.Windows.Forms.NumericUpDown numBanks; private System.Windows.Forms.RadioButton rbPosSpr; } }