Form1.Designer.cs 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.LblComment = new System.Windows.Forms.Label();
  30. this.LblLength = new System.Windows.Forms.Label();
  31. this.LblWith = new System.Windows.Forms.Label();
  32. this.LblColor = new System.Windows.Forms.Label();
  33. this.LblTitle = new System.Windows.Forms.Label();
  34. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  35. this.lblID = new System.Windows.Forms.Label();
  36. this.panel1.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // panel1
  41. //
  42. this.panel1.BackColor = System.Drawing.Color.White;
  43. this.panel1.Controls.Add(this.lblID);
  44. this.panel1.Controls.Add(this.LblComment);
  45. this.panel1.Controls.Add(this.LblLength);
  46. this.panel1.Controls.Add(this.LblWith);
  47. this.panel1.Controls.Add(this.LblColor);
  48. this.panel1.Controls.Add(this.LblTitle);
  49. this.panel1.Controls.Add(this.pictureBox1);
  50. this.panel1.Location = new System.Drawing.Point(13, 13);
  51. this.panel1.Name = "panel1";
  52. this.panel1.Size = new System.Drawing.Size(390, 161);
  53. this.panel1.TabIndex = 0;
  54. //
  55. // LblComment
  56. //
  57. this.LblComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.LblComment.Location = new System.Drawing.Point(225, 126);
  60. this.LblComment.Name = "LblComment";
  61. this.LblComment.Size = new System.Drawing.Size(147, 29);
  62. this.LblComment.TabIndex = 5;
  63. this.LblComment.Text = "label5";
  64. //
  65. // LblLength
  66. //
  67. this.LblLength.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  68. | System.Windows.Forms.AnchorStyles.Right)));
  69. this.LblLength.Location = new System.Drawing.Point(225, 100);
  70. this.LblLength.Name = "LblLength";
  71. this.LblLength.Size = new System.Drawing.Size(147, 23);
  72. this.LblLength.TabIndex = 4;
  73. this.LblLength.Text = "label4";
  74. //
  75. // LblWith
  76. //
  77. this.LblWith.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  78. | System.Windows.Forms.AnchorStyles.Right)));
  79. this.LblWith.Location = new System.Drawing.Point(225, 73);
  80. this.LblWith.Name = "LblWith";
  81. this.LblWith.Size = new System.Drawing.Size(147, 23);
  82. this.LblWith.TabIndex = 3;
  83. this.LblWith.Text = "label3";
  84. //
  85. // LblColor
  86. //
  87. this.LblColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  88. | System.Windows.Forms.AnchorStyles.Right)));
  89. this.LblColor.Location = new System.Drawing.Point(225, 41);
  90. this.LblColor.Name = "LblColor";
  91. this.LblColor.Size = new System.Drawing.Size(147, 23);
  92. this.LblColor.TabIndex = 2;
  93. this.LblColor.Text = "label2";
  94. //
  95. // LblTitle
  96. //
  97. this.LblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  98. | System.Windows.Forms.AnchorStyles.Right)));
  99. this.LblTitle.Location = new System.Drawing.Point(225, 13);
  100. this.LblTitle.Name = "LblTitle";
  101. this.LblTitle.Size = new System.Drawing.Size(147, 23);
  102. this.LblTitle.TabIndex = 1;
  103. this.LblTitle.Text = "label1";
  104. //
  105. // pictureBox1
  106. //
  107. this.pictureBox1.Location = new System.Drawing.Point(16, 13);
  108. this.pictureBox1.Name = "pictureBox1";
  109. this.pictureBox1.Size = new System.Drawing.Size(175, 129);
  110. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  111. this.pictureBox1.TabIndex = 0;
  112. this.pictureBox1.TabStop = false;
  113. //
  114. // lblID
  115. //
  116. this.lblID.AutoSize = true;
  117. this.lblID.Location = new System.Drawing.Point(321, 13);
  118. this.lblID.Name = "lblID";
  119. this.lblID.Size = new System.Drawing.Size(34, 16);
  120. this.lblID.TabIndex = 6;
  121. this.lblID.Text = "lblID";
  122. //
  123. // Form1
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. this.ClientSize = new System.Drawing.Size(800, 450);
  128. this.Controls.Add(this.panel1);
  129. this.Name = "Form1";
  130. this.Text = "Form1";
  131. this.panel1.ResumeLayout(false);
  132. this.panel1.PerformLayout();
  133. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  134. this.ResumeLayout(false);
  135. }
  136. #endregion
  137. private System.Windows.Forms.Panel panel1;
  138. private System.Windows.Forms.Label LblComment;
  139. private System.Windows.Forms.Label LblLength;
  140. private System.Windows.Forms.Label LblWith;
  141. private System.Windows.Forms.Label LblColor;
  142. private System.Windows.Forms.Label LblTitle;
  143. private System.Windows.Forms.PictureBox pictureBox1;
  144. private System.Windows.Forms.Label lblID;
  145. }
  146. }