FormLevin.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. namespace СУБД_Фабрика
  2. {
  3. partial class FormLevin
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLevin));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.TbxLeven = new System.Windows.Forms.TextBox();
  34. this.BtnLeven = new System.Windows.Forms.Button();
  35. this.BtnShowAll = new System.Windows.Forms.Button();
  36. this.DgvClothes = new System.Windows.Forms.DataGridView();
  37. this.TitleClith = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.panel1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.DgvClothes)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // panel1
  44. //
  45. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  46. this.panel1.Controls.Add(this.label1);
  47. this.panel1.Controls.Add(this.pictureBox1);
  48. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  49. this.panel1.Location = new System.Drawing.Point(0, 0);
  50. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  51. this.panel1.Name = "panel1";
  52. this.panel1.Size = new System.Drawing.Size(392, 91);
  53. this.panel1.TabIndex = 2;
  54. //
  55. // label1
  56. //
  57. this.label1.AutoSize = true;
  58. this.label1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  59. this.label1.Location = new System.Drawing.Point(64, 37);
  60. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  61. this.label1.Name = "label1";
  62. this.label1.Size = new System.Drawing.Size(169, 23);
  63. this.label1.TabIndex = 1;
  64. this.label1.Text = "Нечеткий поиск ткани";
  65. //
  66. // pictureBox1
  67. //
  68. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  69. this.pictureBox1.Image = global::СУБД_Фабрика.Properties.Resources.fabric_logo;
  70. this.pictureBox1.Location = new System.Drawing.Point(291, 0);
  71. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
  72. this.pictureBox1.Name = "pictureBox1";
  73. this.pictureBox1.Size = new System.Drawing.Size(101, 91);
  74. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  75. this.pictureBox1.TabIndex = 0;
  76. this.pictureBox1.TabStop = false;
  77. //
  78. // label2
  79. //
  80. this.label2.AutoSize = true;
  81. this.label2.Location = new System.Drawing.Point(111, 113);
  82. this.label2.Name = "label2";
  83. this.label2.Size = new System.Drawing.Size(173, 20);
  84. this.label2.TabIndex = 3;
  85. this.label2.Text = "Введите текст для поиска:";
  86. //
  87. // TbxLeven
  88. //
  89. this.TbxLeven.Location = new System.Drawing.Point(115, 148);
  90. this.TbxLeven.Name = "TbxLeven";
  91. this.TbxLeven.Size = new System.Drawing.Size(169, 26);
  92. this.TbxLeven.TabIndex = 4;
  93. //
  94. // BtnLeven
  95. //
  96. this.BtnLeven.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  97. this.BtnLeven.Location = new System.Drawing.Point(35, 180);
  98. this.BtnLeven.Name = "BtnLeven";
  99. this.BtnLeven.Size = new System.Drawing.Size(135, 31);
  100. this.BtnLeven.TabIndex = 20;
  101. this.BtnLeven.Text = "Поиск";
  102. this.BtnLeven.UseVisualStyleBackColor = false;
  103. this.BtnLeven.Click += new System.EventHandler(this.BtnLeven_Click);
  104. //
  105. // BtnShowAll
  106. //
  107. this.BtnShowAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  108. this.BtnShowAll.Location = new System.Drawing.Point(210, 180);
  109. this.BtnShowAll.Name = "BtnShowAll";
  110. this.BtnShowAll.Size = new System.Drawing.Size(135, 31);
  111. this.BtnShowAll.TabIndex = 21;
  112. this.BtnShowAll.Text = "Показать все";
  113. this.BtnShowAll.UseVisualStyleBackColor = false;
  114. this.BtnShowAll.Click += new System.EventHandler(this.BtnShowAll_Click);
  115. //
  116. // DgvClothes
  117. //
  118. this.DgvClothes.AllowUserToAddRows = false;
  119. this.DgvClothes.AllowUserToDeleteRows = false;
  120. this.DgvClothes.AllowUserToResizeColumns = false;
  121. this.DgvClothes.AllowUserToResizeRows = false;
  122. this.DgvClothes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  123. this.DgvClothes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  124. this.TitleClith});
  125. this.DgvClothes.Location = new System.Drawing.Point(77, 217);
  126. this.DgvClothes.Name = "DgvClothes";
  127. this.DgvClothes.ReadOnly = true;
  128. this.DgvClothes.RowHeadersVisible = false;
  129. this.DgvClothes.Size = new System.Drawing.Size(236, 240);
  130. this.DgvClothes.TabIndex = 22;
  131. //
  132. // TitleClith
  133. //
  134. this.TitleClith.HeaderText = "Название ткани";
  135. this.TitleClith.Name = "TitleClith";
  136. this.TitleClith.ReadOnly = true;
  137. this.TitleClith.Width = 230;
  138. //
  139. // FormLevin
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.BackColor = System.Drawing.Color.White;
  144. this.ClientSize = new System.Drawing.Size(392, 484);
  145. this.Controls.Add(this.DgvClothes);
  146. this.Controls.Add(this.BtnShowAll);
  147. this.Controls.Add(this.BtnLeven);
  148. this.Controls.Add(this.TbxLeven);
  149. this.Controls.Add(this.label2);
  150. this.Controls.Add(this.panel1);
  151. this.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  152. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  153. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  154. this.MinimumSize = new System.Drawing.Size(408, 523);
  155. this.Name = "FormLevin";
  156. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  157. this.Text = "СУБД \"Швейная фабрика\"";
  158. this.Load += new System.EventHandler(this.FormLevin_Load);
  159. this.panel1.ResumeLayout(false);
  160. this.panel1.PerformLayout();
  161. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  162. ((System.ComponentModel.ISupportInitialize)(this.DgvClothes)).EndInit();
  163. this.ResumeLayout(false);
  164. this.PerformLayout();
  165. }
  166. #endregion
  167. private System.Windows.Forms.Panel panel1;
  168. private System.Windows.Forms.Label label1;
  169. private System.Windows.Forms.PictureBox pictureBox1;
  170. private System.Windows.Forms.Label label2;
  171. private System.Windows.Forms.TextBox TbxLeven;
  172. private System.Windows.Forms.Button BtnLeven;
  173. private System.Windows.Forms.Button BtnShowAll;
  174. private System.Windows.Forms.DataGridView DgvClothes;
  175. private System.Windows.Forms.DataGridViewTextBoxColumn TitleClith;
  176. }
  177. }