123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- namespace СУБД_Фабрика
- {
- partial class Form1
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|