FormLeven.Designer.cs 8.3 KB

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