/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.tabPage2 = new System.Windows.Forms.TabPage(); this.imagePanel1 = new DisksDB.UserInterface.ControlImagePanel(); this.label2 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Name = "tabControl1"; this.tabControl1.Controls.SetChildIndex(this.tabPage2, 0); this.tabControl1.Controls.SetChildIndex(this.tabPage1, 0); // // tabPage1 // this.tabPage1.Controls.Add(this.comboBox1); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Name = "tabPage1"; this.tabPage1.Controls.SetChildIndex(this.label2, 0); this.tabPage1.Controls.SetChildIndex(this.comboBox1, 0); this.tabPage1.Controls.SetChildIndex(this.label1, 0); this.tabPage1.Controls.SetChildIndex(this.textBoxTitle, 0); this.tabPage1.Controls.SetChildIndex(this.label3, 0); this.tabPage1.Controls.SetChildIndex(this.textBoxDescription, 0); // // label1 // this.label1.Name = "label1"; // // label3 // this.label3.Name = "label3"; // // textBoxDescription // this.textBoxDescription.Name = "textBoxDescription"; this.textBoxDescription.Size = new System.Drawing.Size(280, 216); this.textBoxDescription.TextChanged += new System.EventHandler(this.textBoxDescription_TextChanged); // // textBoxTitle // this.textBoxTitle.Name = "textBoxTitle"; this.textBoxTitle.TextChanged += new System.EventHandler(this.textBoxTitle_TextChanged); // // tabPage2 // this.tabPage2.Controls.Add(this.imagePanel1); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Size = new System.Drawing.Size(296, 318); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Image"; // // imagePanel1 // this.imagePanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.imagePanel1.Location = new System.Drawing.Point(0, 0); this.imagePanel1.Name = "imagePanel1"; this.imagePanel1.ReadOnly = false; this.imagePanel1.Size = new System.Drawing.Size(296, 318); this.imagePanel1.TabIndex = 0; this.imagePanel1.Changed += new DisksDB.UserInterface.ControlImagePanel.ChangeHandler(this.imagePanel1_Changed); // // label2 // this.label2.Location = new System.Drawing.Point(16, 292); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(32, 20); this.label2.TabIndex = 6; this.label2.Text = "Type"; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.Location = new System.Drawing.Point(64, 288); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(224, 21); this.comboBox1.TabIndex = 7; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // FormPropertiesDisk // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(320, 389); this.Name = "FormPropertiesDisk"; this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label2 = new System.Windows.Forms.Label(); this.comboBoxType = new System.Windows.Forms.ComboBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.imagePanelFront = new DisksDB.UserInterface.ControlImagePanel(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.imagePanelBack = new DisksDB.UserInterface.ControlImagePanel(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.imagePanelInlay = new DisksDB.UserInterface.ControlImagePanel(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.comboBoxBoxType = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.tabPage4.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Name = "tabControl1"; this.tabControl1.Controls.SetChildIndex(this.tabPage1, 0); this.tabControl1.Controls.SetChildIndex(this.tabPage4, 0); this.tabControl1.Controls.SetChildIndex(this.tabPage3, 0); this.tabControl1.Controls.SetChildIndex(this.tabPage2, 0); // // tabPage1 // this.tabPage1.Controls.Add(this.label4); this.tabPage1.Controls.Add(this.comboBoxBoxType); this.tabPage1.Name = "tabPage1"; this.tabPage1.Controls.SetChildIndex(this.comboBoxBoxType, 0); this.tabPage1.Controls.SetChildIndex(this.label4, 0); this.tabPage1.Controls.SetChildIndex(this.label1, 0); this.tabPage1.Controls.SetChildIndex(this.textBoxTitle, 0); this.tabPage1.Controls.SetChildIndex(this.label3, 0); this.tabPage1.Controls.SetChildIndex(this.textBoxDescription, 0); // // label1 // this.label1.Name = "label1"; // // label3 // this.label3.Name = "label3"; // // textBoxDescription // this.textBoxDescription.Name = "textBoxDescription"; this.textBoxDescription.Size = new System.Drawing.Size(280, 216); this.textBoxDescription.TextChanged += new System.EventHandler(this.DescriptionTextChanged); // // textBoxTitle // this.textBoxTitle.Name = "textBoxTitle"; this.textBoxTitle.TextChanged += new System.EventHandler(this.TitleTextChanged); // // label2 // this.label2.Location = new System.Drawing.Point(8, 100); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(32, 16); this.label2.TabIndex = 6; this.label2.Text = "Type"; // // comboBoxType // this.comboBoxType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxType.Location = new System.Drawing.Point(48, 288); this.comboBoxType.Name = "comboBoxType"; this.comboBoxType.Size = new System.Drawing.Size(240, 21); this.comboBoxType.TabIndex = 7; // // comboBox1 // this.comboBox1.Location = new System.Drawing.Point(48, 288); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(240, 21); this.comboBox1.TabIndex = 6; this.comboBox1.Text = "comboBox1"; // // tabPage2 // this.tabPage2.Controls.Add(this.imagePanelFront); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Size = new System.Drawing.Size(296, 318); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Front"; // // imagePanelFront // this.imagePanelFront.Dock = System.Windows.Forms.DockStyle.Fill; this.imagePanelFront.Location = new System.Drawing.Point(0, 0); this.imagePanelFront.Name = "imagePanelFront"; this.imagePanelFront.ReadOnly = false; this.imagePanelFront.Size = new System.Drawing.Size(296, 318); this.imagePanelFront.TabIndex = 0; this.imagePanelFront.Changed += new DisksDB.UserInterface.ControlImagePanel.ChangeHandler(this.FrontImageChanged); // // tabPage3 // this.tabPage3.Controls.Add(this.imagePanelBack); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(296, 318); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Back"; // // imagePanelBack // this.imagePanelBack.Dock = System.Windows.Forms.DockStyle.Fill; this.imagePanelBack.Location = new System.Drawing.Point(0, 0); this.imagePanelBack.Name = "imagePanelBack"; this.imagePanelBack.ReadOnly = false; this.imagePanelBack.Size = new System.Drawing.Size(296, 318); this.imagePanelBack.TabIndex = 0; this.imagePanelBack.Changed += new DisksDB.UserInterface.ControlImagePanel.ChangeHandler(this.BackImageChanged); // // tabPage4 // this.tabPage4.Controls.Add(this.imagePanelInlay); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Size = new System.Drawing.Size(296, 318); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "Inlay"; // // imagePanelInlay // this.imagePanelInlay.Dock = System.Windows.Forms.DockStyle.Fill; this.imagePanelInlay.Location = new System.Drawing.Point(0, 0); this.imagePanelInlay.Name = "imagePanelInlay"; this.imagePanelInlay.ReadOnly = false; this.imagePanelInlay.Size = new System.Drawing.Size(296, 318); this.imagePanelInlay.TabIndex = 0; this.imagePanelInlay.Changed += new DisksDB.UserInterface.ControlImagePanel.ChangeHandler(this.InlayImageChanged); // // comboBox2 // this.comboBox2.Location = new System.Drawing.Point(80, 288); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(208, 21); this.comboBox2.TabIndex = 6; this.comboBox2.Text = "comboBox2"; // // comboBox3 // this.comboBoxBoxType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxBoxType.Location = new System.Drawing.Point(72, 288); this.comboBoxBoxType.Name = "comboBox3"; this.comboBoxBoxType.Size = new System.Drawing.Size(216, 21); this.comboBoxBoxType.TabIndex = 6; this.comboBoxBoxType.SelectedIndexChanged += new System.EventHandler(this.BoxTypeSelectedIndexChanged); // // label4 // this.label4.Location = new System.Drawing.Point(8, 292); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(56, 16); this.label4.TabIndex = 7; this.label4.Text = "Type"; // // FormPropertiesBox // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(320, 389); this.Name = "FormPropertiesBox"; this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.tabPage4.ResumeLayout(false); this.ResumeLayout(false); }