fLevenshtein.Designer.cs 9.8 KB

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