FLevenshtein.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. namespace Фабрика
  2. {
  3. partial class FLevenshtein
  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(FLevenshtein));
  29. this.DgvTkani = new System.Windows.Forms.DataGridView();
  30. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.BtnShowAll = new System.Windows.Forms.Button();
  32. this.BtnFind = new System.Windows.Forms.Button();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.TbxFind = new System.Windows.Forms.TextBox();
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. ((System.ComponentModel.ISupportInitialize)(this.DgvTkani)).BeginInit();
  39. this.panel1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // DgvTkani
  44. //
  45. this.DgvTkani.AllowUserToAddRows = false;
  46. this.DgvTkani.AllowUserToDeleteRows = false;
  47. this.DgvTkani.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  48. this.DgvTkani.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  49. this.Column1});
  50. this.DgvTkani.Location = new System.Drawing.Point(12, 216);
  51. this.DgvTkani.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  52. this.DgvTkani.Name = "DgvTkani";
  53. this.DgvTkani.ReadOnly = true;
  54. this.DgvTkani.RowHeadersVisible = false;
  55. this.DgvTkani.RowHeadersWidth = 51;
  56. this.DgvTkani.RowTemplate.Height = 24;
  57. this.DgvTkani.Size = new System.Drawing.Size(274, 234);
  58. this.DgvTkani.TabIndex = 27;
  59. //
  60. // Column1
  61. //
  62. this.Column1.HeaderText = "Название ткани";
  63. this.Column1.MinimumWidth = 6;
  64. this.Column1.Name = "Column1";
  65. this.Column1.ReadOnly = true;
  66. this.Column1.Width = 250;
  67. //
  68. // BtnShowAll
  69. //
  70. this.BtnShowAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  71. this.BtnShowAll.Location = new System.Drawing.Point(132, 184);
  72. this.BtnShowAll.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  73. this.BtnShowAll.Name = "BtnShowAll";
  74. this.BtnShowAll.Size = new System.Drawing.Size(124, 28);
  75. this.BtnShowAll.TabIndex = 26;
  76. this.BtnShowAll.Text = "Отобразить все";
  77. this.BtnShowAll.UseVisualStyleBackColor = false;
  78. this.BtnShowAll.Click += new System.EventHandler(this.BtnShowAll_Click);
  79. //
  80. // BtnFind
  81. //
  82. this.BtnFind.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  83. this.BtnFind.Location = new System.Drawing.Point(55, 184);
  84. this.BtnFind.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  85. this.BtnFind.Name = "BtnFind";
  86. this.BtnFind.Size = new System.Drawing.Size(71, 28);
  87. this.BtnFind.TabIndex = 25;
  88. this.BtnFind.Text = "Поиск";
  89. this.BtnFind.UseVisualStyleBackColor = false;
  90. this.BtnFind.Click += new System.EventHandler(this.BtnFind_Click);
  91. //
  92. // label2
  93. //
  94. this.label2.AutoSize = true;
  95. this.label2.Location = new System.Drawing.Point(55, 123);
  96. this.label2.Name = "label2";
  97. this.label2.Size = new System.Drawing.Size(185, 16);
  98. this.label2.TabIndex = 24;
  99. this.label2.Text = "Введите символы для поиска";
  100. //
  101. // TbxFind
  102. //
  103. this.TbxFind.Location = new System.Drawing.Point(55, 146);
  104. this.TbxFind.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  105. this.TbxFind.Name = "TbxFind";
  106. this.TbxFind.Size = new System.Drawing.Size(201, 22);
  107. this.TbxFind.TabIndex = 23;
  108. //
  109. // panel1
  110. //
  111. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  112. this.panel1.Controls.Add(this.label1);
  113. this.panel1.Controls.Add(this.pictureBox1);
  114. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  115. this.panel1.Location = new System.Drawing.Point(0, 0);
  116. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  117. this.panel1.Name = "panel1";
  118. this.panel1.Size = new System.Drawing.Size(332, 103);
  119. this.panel1.TabIndex = 22;
  120. //
  121. // label1
  122. //
  123. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  124. this.label1.Location = new System.Drawing.Point(138, 9);
  125. this.label1.Name = "label1";
  126. this.label1.Size = new System.Drawing.Size(209, 71);
  127. this.label1.TabIndex = 1;
  128. this.label1.Text = "Нечеткий поиск по названиям тканей";
  129. //
  130. // pictureBox1
  131. //
  132. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  133. this.pictureBox1.Image = global::Фабрика.Properties.Resources.fabric_logo;
  134. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  135. this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  136. this.pictureBox1.Name = "pictureBox1";
  137. this.pictureBox1.Size = new System.Drawing.Size(132, 103);
  138. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  139. this.pictureBox1.TabIndex = 0;
  140. this.pictureBox1.TabStop = false;
  141. //
  142. // FLevenshtein
  143. //
  144. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
  145. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  146. this.ClientSize = new System.Drawing.Size(332, 473);
  147. this.Controls.Add(this.DgvTkani);
  148. this.Controls.Add(this.BtnShowAll);
  149. this.Controls.Add(this.BtnFind);
  150. this.Controls.Add(this.label2);
  151. this.Controls.Add(this.TbxFind);
  152. this.Controls.Add(this.panel1);
  153. this.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  154. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  155. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  156. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  157. this.MaximizeBox = false;
  158. this.Name = "FLevenshtein";
  159. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  160. this.Text = "СУБД \"Швейная фабрика\"";
  161. this.Load += new System.EventHandler(this.FLevenshtein_Load);
  162. ((System.ComponentModel.ISupportInitialize)(this.DgvTkani)).EndInit();
  163. this.panel1.ResumeLayout(false);
  164. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  165. this.ResumeLayout(false);
  166. this.PerformLayout();
  167. }
  168. #endregion
  169. private System.Windows.Forms.DataGridView DgvTkani;
  170. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  171. private System.Windows.Forms.Button BtnShowAll;
  172. private System.Windows.Forms.Button BtnFind;
  173. private System.Windows.Forms.Label label2;
  174. private System.Windows.Forms.TextBox TbxFind;
  175. private System.Windows.Forms.Panel panel1;
  176. private System.Windows.Forms.Label label1;
  177. private System.Windows.Forms.PictureBox pictureBox1;
  178. }
  179. }