Form1.Designer.cs 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. namespace СУБД_Фабрика
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.PbxPhoto = new System.Windows.Forms.PictureBox();
  29. this.LblCount = new System.Windows.Forms.Label();
  30. this.LblTitle = new System.Windows.Forms.Label();
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. ((System.ComponentModel.ISupportInitialize)(this.PbxPhoto)).BeginInit();
  33. this.panel1.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // PbxPhoto
  37. //
  38. this.PbxPhoto.Location = new System.Drawing.Point(29, 3);
  39. this.PbxPhoto.Name = "PbxPhoto";
  40. this.PbxPhoto.Size = new System.Drawing.Size(123, 105);
  41. this.PbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  42. this.PbxPhoto.TabIndex = 0;
  43. this.PbxPhoto.TabStop = false;
  44. //
  45. // LblCount
  46. //
  47. this.LblCount.AutoSize = true;
  48. this.LblCount.Location = new System.Drawing.Point(13, 150);
  49. this.LblCount.Name = "LblCount";
  50. this.LblCount.Size = new System.Drawing.Size(35, 16);
  51. this.LblCount.TabIndex = 1;
  52. this.LblCount.Text = "label1";
  53. //
  54. // LblTitle
  55. //
  56. this.LblTitle.AutoSize = true;
  57. this.LblTitle.Location = new System.Drawing.Point(13, 122);
  58. this.LblTitle.Name = "LblTitle";
  59. this.LblTitle.Size = new System.Drawing.Size(35, 16);
  60. this.LblTitle.TabIndex = 3;
  61. this.LblTitle.Text = "label3";
  62. //
  63. // panel1
  64. //
  65. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  66. | System.Windows.Forms.AnchorStyles.Right)));
  67. this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
  68. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  69. this.panel1.Controls.Add(this.PbxPhoto);
  70. this.panel1.Controls.Add(this.LblTitle);
  71. this.panel1.Controls.Add(this.LblCount);
  72. this.panel1.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. this.panel1.Location = new System.Drawing.Point(69, 53);
  74. this.panel1.Name = "panel1";
  75. this.panel1.Size = new System.Drawing.Size(451, 185);
  76. this.panel1.TabIndex = 0;
  77. //
  78. // Form1
  79. //
  80. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
  81. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  82. this.BackColor = System.Drawing.Color.White;
  83. this.ClientSize = new System.Drawing.Size(739, 437);
  84. this.Controls.Add(this.panel1);
  85. this.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  86. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  87. this.Name = "Form1";
  88. this.Text = "Form1";
  89. ((System.ComponentModel.ISupportInitialize)(this.PbxPhoto)).EndInit();
  90. this.panel1.ResumeLayout(false);
  91. this.panel1.PerformLayout();
  92. this.ResumeLayout(false);
  93. }
  94. #endregion
  95. public System.Windows.Forms.PictureBox PbxPhoto;
  96. public System.Windows.Forms.Label LblCount;
  97. public System.Windows.Forms.Label LblTitle;
  98. private System.Windows.Forms.Panel panel1;
  99. }
  100. }