namespace СУБД_Фабрика { partial class Form1 { /// /// 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.PbxPhoto = new System.Windows.Forms.PictureBox(); this.LblCount = new System.Windows.Forms.Label(); this.LblTitle = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.PbxPhoto)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // PbxPhoto // this.PbxPhoto.Location = new System.Drawing.Point(29, 3); this.PbxPhoto.Name = "PbxPhoto"; this.PbxPhoto.Size = new System.Drawing.Size(123, 105); this.PbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.PbxPhoto.TabIndex = 0; this.PbxPhoto.TabStop = false; // // LblCount // this.LblCount.AutoSize = true; this.LblCount.Location = new System.Drawing.Point(13, 150); this.LblCount.Name = "LblCount"; this.LblCount.Size = new System.Drawing.Size(35, 16); this.LblCount.TabIndex = 1; this.LblCount.Text = "label1"; // // LblTitle // this.LblTitle.AutoSize = true; this.LblTitle.Location = new System.Drawing.Point(13, 122); this.LblTitle.Name = "LblTitle"; this.LblTitle.Size = new System.Drawing.Size(35, 16); this.LblTitle.TabIndex = 3; this.LblTitle.Text = "label3"; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.BackColor = System.Drawing.Color.WhiteSmoke; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.PbxPhoto); this.panel1.Controls.Add(this.LblTitle); this.panel1.Controls.Add(this.LblCount); this.panel1.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.panel1.Location = new System.Drawing.Point(69, 53); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(451, 185); this.panel1.TabIndex = 0; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(739, 437); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "Form1"; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.PbxPhoto)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion public System.Windows.Forms.PictureBox PbxPhoto; public System.Windows.Forms.Label LblCount; public System.Windows.Forms.Label LblTitle; private System.Windows.Forms.Panel panel1; } }