Form2.Designer.cs 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. namespace Швейная_фабрика
  2. {
  3. partial class Form2
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.PbxImage = new System.Windows.Forms.PictureBox();
  32. this.lblID = new System.Windows.Forms.Label();
  33. this.panel1.SuspendLayout();
  34. ((System.ComponentModel.ISupportInitialize)(this.PbxImage)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // panel1
  38. //
  39. this.panel1.BackColor = System.Drawing.Color.White;
  40. this.panel1.Controls.Add(this.lblID);
  41. this.panel1.Controls.Add(this.label2);
  42. this.panel1.Controls.Add(this.label1);
  43. this.panel1.Controls.Add(this.PbxImage);
  44. this.panel1.Location = new System.Drawing.Point(13, 13);
  45. this.panel1.Name = "panel1";
  46. this.panel1.Size = new System.Drawing.Size(265, 225);
  47. this.panel1.TabIndex = 0;
  48. //
  49. // label2
  50. //
  51. this.label2.Location = new System.Drawing.Point(34, 190);
  52. this.label2.Name = "label2";
  53. this.label2.Size = new System.Drawing.Size(190, 23);
  54. this.label2.TabIndex = 2;
  55. this.label2.Text = "label2";
  56. //
  57. // label1
  58. //
  59. this.label1.Location = new System.Drawing.Point(34, 163);
  60. this.label1.Name = "label1";
  61. this.label1.Size = new System.Drawing.Size(190, 23);
  62. this.label1.TabIndex = 1;
  63. this.label1.Text = "label1";
  64. //
  65. // PbxImage
  66. //
  67. this.PbxImage.Location = new System.Drawing.Point(37, 18);
  68. this.PbxImage.Name = "PbxImage";
  69. this.PbxImage.Size = new System.Drawing.Size(187, 133);
  70. this.PbxImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  71. this.PbxImage.TabIndex = 0;
  72. this.PbxImage.TabStop = false;
  73. //
  74. // lblID
  75. //
  76. this.lblID.AutoSize = true;
  77. this.lblID.Location = new System.Drawing.Point(191, 190);
  78. this.lblID.Name = "lblID";
  79. this.lblID.Size = new System.Drawing.Size(44, 16);
  80. this.lblID.TabIndex = 3;
  81. this.lblID.Text = "label3";
  82. //
  83. // Form2
  84. //
  85. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  86. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  87. this.ClientSize = new System.Drawing.Size(800, 450);
  88. this.Controls.Add(this.panel1);
  89. this.Name = "Form2";
  90. this.Text = "Form2";
  91. this.panel1.ResumeLayout(false);
  92. this.panel1.PerformLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.PbxImage)).EndInit();
  94. this.ResumeLayout(false);
  95. }
  96. #endregion
  97. private System.Windows.Forms.Panel panel1;
  98. public System.Windows.Forms.Label label2;
  99. public System.Windows.Forms.Label label1;
  100. public System.Windows.Forms.PictureBox PbxImage;
  101. private System.Windows.Forms.Label lblID;
  102. }
  103. }