FormLevenshtein.Designer.cs 8.1 KB

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