namespace WindowsFormsApplication1 { partial class MainForm { /// /// Требуется переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Обязательный метод для поддержки конструктора - не изменяйте /// содержимое данного метода при помощи редактора кода. /// private void InitializeComponent() { this.LabelData = new System.Windows.Forms.Label(); this.LabelLengh = new System.Windows.Forms.Label(); this.LabelName = new System.Windows.Forms.Label(); this.nazvanieTextBox = new System.Windows.Forms.TextBox(); this.leftPanel = new System.Windows.Forms.Panel(); this.Char_Stats = new System.Windows.Forms.Label(); this.Char_Info = new System.Windows.Forms.Label(); this.PictureBoxBackground = new System.Windows.Forms.PictureBox(); this.LabelBackground = new System.Windows.Forms.Label(); this.dobavitFonButton = new System.Windows.Forms.Button(); this.splitter1 = new System.Windows.Forms.Splitter(); this.rightPanel = new System.Windows.Forms.Panel(); this.SaveCharButton = new System.Windows.Forms.Button(); this.personPanel = new System.Windows.Forms.Panel(); this.charNameBox = new System.Windows.Forms.TextBox(); this.charNameLabel = new System.Windows.Forms.Label(); this.openSpace = new System.Windows.Forms.PictureBox(); this.SpriteNumberLabel = new System.Windows.Forms.Label(); this.SpriteNumberTextBox = new System.Windows.Forms.TextBox(); this.OpenButton = new System.Windows.Forms.Button(); this.LabelPic = new System.Windows.Forms.Label(); this.LabelTime = new System.Windows.Forms.Label(); this.LabelDef2 = new System.Windows.Forms.Label(); this.LabelDef1 = new System.Windows.Forms.Label(); this.LabelWalls = new System.Windows.Forms.Label(); this.TextBoxTime1 = new System.Windows.Forms.TextBox(); this.TextBoxTime2 = new System.Windows.Forms.TextBox(); this.TextBoxWall2 = new System.Windows.Forms.TextBox(); this.TextBoxWall1 = new System.Windows.Forms.TextBox(); this.ComboBoxMove = new System.Windows.Forms.ComboBox(); this.LabelMoveType = new System.Windows.Forms.Label(); this.SaveMultButton = new System.Windows.Forms.Button(); this.ButtonAddChar = new System.Windows.Forms.Button(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.leftPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.PictureBoxBackground)).BeginInit(); this.rightPanel.SuspendLayout(); this.personPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.openSpace)).BeginInit(); this.SuspendLayout(); // // LabelData // this.LabelData.AutoSize = true; this.LabelData.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.LabelData.Location = new System.Drawing.Point(0, 9); this.LabelData.Name = "LabelData"; this.LabelData.Size = new System.Drawing.Size(224, 23); this.LabelData.TabIndex = 0; this.LabelData.Text = "Данные о мултфильме:"; // // LabelLengh // this.LabelLengh.AutoSize = true; this.LabelLengh.Location = new System.Drawing.Point(14, 60); this.LabelLengh.Name = "LabelLengh"; this.LabelLengh.Size = new System.Drawing.Size(136, 13); this.LabelLengh.TabIndex = 1; this.LabelLengh.Text = "Длительность: 35 секунд"; // // LabelName // this.LabelName.AutoSize = true; this.LabelName.Location = new System.Drawing.Point(14, 86); this.LabelName.Name = "LabelName"; this.LabelName.Size = new System.Drawing.Size(60, 13); this.LabelName.TabIndex = 2; this.LabelName.Text = "Название:"; // // nazvanieTextBox // this.nazvanieTextBox.Location = new System.Drawing.Point(80, 86); this.nazvanieTextBox.Name = "nazvanieTextBox"; this.nazvanieTextBox.Size = new System.Drawing.Size(138, 20); this.nazvanieTextBox.TabIndex = 3; // // leftPanel // this.leftPanel.Controls.Add(this.Char_Stats); this.leftPanel.Controls.Add(this.Char_Info); this.leftPanel.Controls.Add(this.PictureBoxBackground); this.leftPanel.Controls.Add(this.LabelBackground); this.leftPanel.Controls.Add(this.dobavitFonButton); this.leftPanel.Controls.Add(this.LabelData); this.leftPanel.Controls.Add(this.nazvanieTextBox); this.leftPanel.Controls.Add(this.LabelLengh); this.leftPanel.Controls.Add(this.LabelName); this.leftPanel.Dock = System.Windows.Forms.DockStyle.Left; this.leftPanel.Location = new System.Drawing.Point(0, 0); this.leftPanel.Name = "leftPanel"; this.leftPanel.Size = new System.Drawing.Size(297, 380); this.leftPanel.TabIndex = 4; // // Char_Stats // this.Char_Stats.AutoSize = true; this.Char_Stats.Location = new System.Drawing.Point(14, 274); this.Char_Stats.Name = "Char_Stats"; this.Char_Stats.Size = new System.Drawing.Size(259, 13); this.Char_Stats.TabIndex = 24; this.Char_Stats.Text = "number name state view delete"; // // Char_Info // this.Char_Info.AutoSize = true; this.Char_Info.Location = new System.Drawing.Point(44, 232); this.Char_Info.Name = "Char_Info"; this.Char_Info.Size = new System.Drawing.Size(180, 13); this.Char_Info.TabIndex = 23; this.Char_Info.Text = "ИНФОРМАЦИЯ О ПЕРСОНАЖАХ"; this.Char_Info.Click += new System.EventHandler(this.Char_Info_Click); // // PictureBoxBackground // this.PictureBoxBackground.Location = new System.Drawing.Point(16, 158); this.PictureBoxBackground.Name = "PictureBoxBackground"; this.PictureBoxBackground.Size = new System.Drawing.Size(117, 72); this.PictureBoxBackground.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.PictureBoxBackground.TabIndex = 12; this.PictureBoxBackground.TabStop = false; // // LabelBackground // this.LabelBackground.AutoSize = true; this.LabelBackground.Location = new System.Drawing.Point(14, 114); this.LabelBackground.Name = "LabelBackground"; this.LabelBackground.Size = new System.Drawing.Size(77, 13); this.LabelBackground.TabIndex = 11; this.LabelBackground.Text = "Выбрать фон:"; // // dobavitFonButton // this.dobavitFonButton.Location = new System.Drawing.Point(17, 130); this.dobavitFonButton.Name = "dobavitFonButton"; this.dobavitFonButton.Size = new System.Drawing.Size(116, 24); this.dobavitFonButton.TabIndex = 10; this.dobavitFonButton.Text = "Добавить"; this.dobavitFonButton.UseVisualStyleBackColor = true; this.dobavitFonButton.Click += new System.EventHandler(this.AddBackArtClick); // // splitter1 // this.splitter1.Location = new System.Drawing.Point(297, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(3, 380); this.splitter1.TabIndex = 5; this.splitter1.TabStop = false; // // rightPanel // this.rightPanel.Controls.Add(this.SaveCharButton); this.rightPanel.Controls.Add(this.personPanel); this.rightPanel.Controls.Add(this.SaveMultButton); this.rightPanel.Controls.Add(this.ButtonAddChar); this.rightPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.rightPanel.Location = new System.Drawing.Point(300, 0); this.rightPanel.Name = "rightPanel"; this.rightPanel.Size = new System.Drawing.Size(377, 380); this.rightPanel.TabIndex = 6; // // SaveCharButton // this.SaveCharButton.Dock = System.Windows.Forms.DockStyle.Bottom; this.SaveCharButton.Location = new System.Drawing.Point(0, 320); this.SaveCharButton.Name = "SaveCharButton"; this.SaveCharButton.Size = new System.Drawing.Size(377, 30); this.SaveCharButton.TabIndex = 3; this.SaveCharButton.Text = "Сохранить персонажа"; this.SaveCharButton.UseVisualStyleBackColor = true; this.SaveCharButton.Click += new System.EventHandler(this.SaveCharButtonClick); // // personPanel // this.personPanel.Controls.Add(this.charNameBox); this.personPanel.Controls.Add(this.charNameLabel); this.personPanel.Controls.Add(this.openSpace); this.personPanel.Controls.Add(this.SpriteNumberLabel); this.personPanel.Controls.Add(this.SpriteNumberTextBox); this.personPanel.Controls.Add(this.OpenButton); this.personPanel.Controls.Add(this.LabelPic); this.personPanel.Controls.Add(this.LabelTime); this.personPanel.Controls.Add(this.LabelDef2); this.personPanel.Controls.Add(this.LabelDef1); this.personPanel.Controls.Add(this.LabelWalls); this.personPanel.Controls.Add(this.TextBoxTime1); this.personPanel.Controls.Add(this.TextBoxTime2); this.personPanel.Controls.Add(this.TextBoxWall2); this.personPanel.Controls.Add(this.TextBoxWall1); this.personPanel.Controls.Add(this.ComboBoxMove); this.personPanel.Controls.Add(this.LabelMoveType); this.personPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.personPanel.Location = new System.Drawing.Point(0, 26); this.personPanel.Name = "personPanel"; this.personPanel.Size = new System.Drawing.Size(377, 324); this.personPanel.TabIndex = 2; this.personPanel.Visible = false; // // charNameBox // this.charNameBox.Location = new System.Drawing.Point(85, 115); this.charNameBox.Name = "charNameBox"; this.charNameBox.Size = new System.Drawing.Size(138, 20); this.charNameBox.TabIndex = 19; // // charNameLabel // this.charNameLabel.AutoSize = true; this.charNameLabel.Location = new System.Drawing.Point(19, 115); this.charNameLabel.Name = "charNameLabel"; this.charNameLabel.Size = new System.Drawing.Size(60, 13); this.charNameLabel.TabIndex = 18; this.charNameLabel.Text = "Название:"; // // openSpace // this.openSpace.Location = new System.Drawing.Point(188, 189); this.openSpace.Name = "openSpace"; this.openSpace.Size = new System.Drawing.Size(186, 72); this.openSpace.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.openSpace.TabIndex = 17; this.openSpace.TabStop = false; // // SpriteNumberLabel // this.SpriteNumberLabel.AutoSize = true; this.SpriteNumberLabel.Location = new System.Drawing.Point(7, 153); this.SpriteNumberLabel.Name = "SpriteNumberLabel"; this.SpriteNumberLabel.Size = new System.Drawing.Size(119, 13); this.SpriteNumberLabel.TabIndex = 16; this.SpriteNumberLabel.Text = "Количество спрайтов:"; // // SpriteNumberTextBox // this.SpriteNumberTextBox.Location = new System.Drawing.Point(10, 169); this.SpriteNumberTextBox.Name = "SpriteNumberTextBox"; this.SpriteNumberTextBox.Size = new System.Drawing.Size(83, 20); this.SpriteNumberTextBox.TabIndex = 15; // // OpenButton // this.OpenButton.Location = new System.Drawing.Point(188, 153); this.OpenButton.Name = "OpenButton"; this.OpenButton.Size = new System.Drawing.Size(192, 30); this.OpenButton.TabIndex = 14; this.OpenButton.Text = "Открыть персонажа"; this.OpenButton.UseVisualStyleBackColor = true; this.OpenButton.Click += new System.EventHandler(this.OpenAddCharClick); // // LabelPic // this.LabelPic.AutoSize = true; this.LabelPic.Location = new System.Drawing.Point(129, 153); this.LabelPic.Name = "LabelPic"; this.LabelPic.Size = new System.Drawing.Size(58, 13); this.LabelPic.TabIndex = 12; this.LabelPic.Text = "Картинка:"; // // LabelTime // this.LabelTime.AutoSize = true; this.LabelTime.Location = new System.Drawing.Point(19, 91); this.LabelTime.Name = "LabelTime"; this.LabelTime.Size = new System.Drawing.Size(54, 13); this.LabelTime.TabIndex = 11; this.LabelTime.Text = "Тайминг:"; // // LabelDef2 // this.LabelDef2.AutoSize = true; this.LabelDef2.Location = new System.Drawing.Point(240, 91); this.LabelDef2.Name = "LabelDef2"; this.LabelDef2.Size = new System.Drawing.Size(13, 13); this.LabelDef2.TabIndex = 10; this.LabelDef2.Text = "--"; // // LabelDef1 // this.LabelDef1.AutoSize = true; this.LabelDef1.Location = new System.Drawing.Point(240, 62); this.LabelDef1.Name = "LabelDef1"; this.LabelDef1.Size = new System.Drawing.Size(13, 13); this.LabelDef1.TabIndex = 9; this.LabelDef1.Text = "--"; // // LabelWalls // this.LabelWalls.AutoSize = true; this.LabelWalls.Location = new System.Drawing.Point(19, 62); this.LabelWalls.Name = "LabelWalls"; this.LabelWalls.Size = new System.Drawing.Size(107, 13); this.LabelWalls.TabIndex = 8; this.LabelWalls.Text = "Границы движения:"; // // TextBoxTime1 // this.TextBoxTime1.Location = new System.Drawing.Point(132, 88); this.TextBoxTime1.Name = "TextBoxTime1"; this.TextBoxTime1.Size = new System.Drawing.Size(100, 20); this.TextBoxTime1.TabIndex = 5; // // TextBoxTime2 // this.TextBoxTime2.Location = new System.Drawing.Point(259, 88); this.TextBoxTime2.Name = "TextBoxTime2"; this.TextBoxTime2.Size = new System.Drawing.Size(100, 20); this.TextBoxTime2.TabIndex = 4; // // TextBoxWall2 // this.TextBoxWall2.Location = new System.Drawing.Point(259, 59); this.TextBoxWall2.Name = "TextBoxWall2"; this.TextBoxWall2.Size = new System.Drawing.Size(100, 20); this.TextBoxWall2.TabIndex = 3; this.TextBoxWall2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBoxWall1_KeyPress); // // TextBoxWall1 // this.TextBoxWall1.Location = new System.Drawing.Point(132, 59); this.TextBoxWall1.Name = "TextBoxWall1"; this.TextBoxWall1.Size = new System.Drawing.Size(100, 20); this.TextBoxWall1.TabIndex = 2; this.TextBoxWall1.TextChanged += new System.EventHandler(this.TextBoxWall1_TextChanged); this.TextBoxWall1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBoxWall1_KeyPress); // // ComboBoxMove // this.ComboBoxMove.FormattingEnabled = true; this.ComboBoxMove.Items.AddRange(new object[] { "Прямо", "Диагонально", "Волнами", "Кругами"}); this.ComboBoxMove.Location = new System.Drawing.Point(107, 12); this.ComboBoxMove.Name = "ComboBoxMove"; this.ComboBoxMove.Size = new System.Drawing.Size(121, 21); this.ComboBoxMove.TabIndex = 1; this.ComboBoxMove.Text = "Прямо"; // // LabelMoveType // this.LabelMoveType.AutoSize = true; this.LabelMoveType.Location = new System.Drawing.Point(19, 12); this.LabelMoveType.Name = "LabelMoveType"; this.LabelMoveType.Size = new System.Drawing.Size(82, 13); this.LabelMoveType.TabIndex = 0; this.LabelMoveType.Text = "Вид движения:"; // // SaveMultButton // this.SaveMultButton.Dock = System.Windows.Forms.DockStyle.Bottom; this.SaveMultButton.Location = new System.Drawing.Point(0, 350); this.SaveMultButton.Name = "SaveMultButton"; this.SaveMultButton.Size = new System.Drawing.Size(377, 30); this.SaveMultButton.TabIndex = 1; this.SaveMultButton.Text = "Сохранить мульт"; this.SaveMultButton.UseVisualStyleBackColor = true; this.SaveMultButton.Click += new System.EventHandler(this.SaveMultButton_Click); // // ButtonAddChar // this.ButtonAddChar.Dock = System.Windows.Forms.DockStyle.Top; this.ButtonAddChar.Location = new System.Drawing.Point(0, 0); this.ButtonAddChar.Name = "ButtonAddChar"; this.ButtonAddChar.Size = new System.Drawing.Size(377, 26); this.ButtonAddChar.TabIndex = 0; this.ButtonAddChar.Text = "Добавить персонажа"; this.ButtonAddChar.UseVisualStyleBackColor = true; this.ButtonAddChar.Click += new System.EventHandler(this.buttonAddCharClick); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(677, 380); this.Controls.Add(this.rightPanel); this.Controls.Add(this.splitter1); this.Controls.Add(this.leftPanel); this.Name = "MainForm"; this.RightToLeftLayout = true; this.Text = "Свойства персонажа"; this.Load += new System.EventHandler(this.MainForm_Load); this.leftPanel.ResumeLayout(false); this.leftPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.PictureBoxBackground)).EndInit(); this.rightPanel.ResumeLayout(false); this.personPanel.ResumeLayout(false); this.personPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.openSpace)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label LabelData; private System.Windows.Forms.Label LabelLengh; private System.Windows.Forms.Label LabelName; private System.Windows.Forms.TextBox nazvanieTextBox; private System.Windows.Forms.Panel leftPanel; private System.Windows.Forms.Splitter splitter1; private System.Windows.Forms.Panel rightPanel; private System.Windows.Forms.Button SaveMultButton; private System.Windows.Forms.Button ButtonAddChar; private System.Windows.Forms.Panel personPanel; private System.Windows.Forms.Label LabelMoveType; private System.Windows.Forms.TextBox TextBoxTime1; private System.Windows.Forms.TextBox TextBoxTime2; private System.Windows.Forms.TextBox TextBoxWall2; private System.Windows.Forms.TextBox TextBoxWall1; private System.Windows.Forms.ComboBox ComboBoxMove; private System.Windows.Forms.Label LabelDef1; private System.Windows.Forms.Label LabelWalls; private System.Windows.Forms.Label LabelTime; private System.Windows.Forms.Label LabelDef2; private System.Windows.Forms.Button SaveCharButton; private System.Windows.Forms.Label LabelPic; private System.Windows.Forms.SaveFileDialog saveFileDialog1; private System.Windows.Forms.Button OpenButton; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.Label SpriteNumberLabel; private System.Windows.Forms.TextBox SpriteNumberTextBox; private System.Windows.Forms.Label LabelBackground; private System.Windows.Forms.Button dobavitFonButton; private System.Windows.Forms.PictureBox PictureBoxBackground; private System.Windows.Forms.Label Char_Info; private System.Windows.Forms.PictureBox openSpace; private System.Windows.Forms.Label Char_Stats; private System.Windows.Forms.TextBox charNameBox; private System.Windows.Forms.Label charNameLabel; } }