FormClothFind.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. namespace СУБД_Швейная_фабрика
  2. {
  3. partial class FormClothFind
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClothFind));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.dgvCLoth = new System.Windows.Forms.DataGridView();
  33. this.pbxPhoto = new System.Windows.Forms.PictureBox();
  34. this.bsCloth = new System.Windows.Forms.BindingSource(this.components);
  35. this.tbxFind = new System.Windows.Forms.TextBox();
  36. this.btnFind = new System.Windows.Forms.Button();
  37. this.btnAll = new System.Windows.Forms.Button();
  38. this.fabrikaLDADataSet = new СУБД_Швейная_фабрика.FabrikaLDADataSet();
  39. this.clothTableAdapter = new СУБД_Швейная_фабрика.FabrikaLDADataSetTableAdapters.ClothTableAdapter();
  40. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.panel1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.dgvCLoth)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.bsCloth)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.fabrikaLDADataSet)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // panel1
  49. //
  50. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  51. this.panel1.Controls.Add(this.label1);
  52. this.panel1.Controls.Add(this.pbxPhoto);
  53. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  54. this.panel1.Location = new System.Drawing.Point(0, 0);
  55. this.panel1.Margin = new System.Windows.Forms.Padding(44, 20, 44, 20);
  56. this.panel1.Name = "panel1";
  57. this.panel1.Size = new System.Drawing.Size(576, 81);
  58. this.panel1.TabIndex = 3;
  59. //
  60. // label1
  61. //
  62. this.label1.AutoSize = true;
  63. this.label1.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  64. this.label1.Location = new System.Drawing.Point(14, 23);
  65. this.label1.Margin = new System.Windows.Forms.Padding(44, 0, 44, 0);
  66. this.label1.Name = "label1";
  67. this.label1.Size = new System.Drawing.Size(209, 37);
  68. this.label1.TabIndex = 1;
  69. this.label1.Text = "Поиск ткани";
  70. //
  71. // dgvCLoth
  72. //
  73. this.dgvCLoth.AllowUserToAddRows = false;
  74. this.dgvCLoth.AllowUserToDeleteRows = false;
  75. this.dgvCLoth.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  76. this.dgvCLoth.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  77. this.Column1});
  78. this.dgvCLoth.Location = new System.Drawing.Point(12, 168);
  79. this.dgvCLoth.Name = "dgvCLoth";
  80. this.dgvCLoth.ReadOnly = true;
  81. this.dgvCLoth.Size = new System.Drawing.Size(549, 310);
  82. this.dgvCLoth.TabIndex = 4;
  83. //
  84. // pbxPhoto
  85. //
  86. this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
  87. this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
  88. this.pbxPhoto.Location = new System.Drawing.Point(420, 0);
  89. this.pbxPhoto.Margin = new System.Windows.Forms.Padding(44, 20, 44, 20);
  90. this.pbxPhoto.Name = "pbxPhoto";
  91. this.pbxPhoto.Size = new System.Drawing.Size(156, 81);
  92. this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  93. this.pbxPhoto.TabIndex = 0;
  94. this.pbxPhoto.TabStop = false;
  95. //
  96. // bsCloth
  97. //
  98. this.bsCloth.DataMember = "Cloth";
  99. this.bsCloth.DataSource = this.fabrikaLDADataSet;
  100. //
  101. // tbxFind
  102. //
  103. this.tbxFind.Location = new System.Drawing.Point(12, 87);
  104. this.tbxFind.Name = "tbxFind";
  105. this.tbxFind.Size = new System.Drawing.Size(549, 29);
  106. this.tbxFind.TabIndex = 5;
  107. //
  108. // btnFind
  109. //
  110. this.btnFind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  111. this.btnFind.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  112. this.btnFind.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  113. this.btnFind.Location = new System.Drawing.Point(12, 124);
  114. this.btnFind.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  115. this.btnFind.Name = "btnFind";
  116. this.btnFind.Size = new System.Drawing.Size(178, 36);
  117. this.btnFind.TabIndex = 12;
  118. this.btnFind.Text = "Поиск";
  119. this.btnFind.UseVisualStyleBackColor = false;
  120. this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
  121. //
  122. // btnAll
  123. //
  124. this.btnAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  125. this.btnAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  126. this.btnAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  127. this.btnAll.Location = new System.Drawing.Point(383, 124);
  128. this.btnAll.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  129. this.btnAll.Name = "btnAll";
  130. this.btnAll.Size = new System.Drawing.Size(178, 36);
  131. this.btnAll.TabIndex = 13;
  132. this.btnAll.Text = "Отобразить всё";
  133. this.btnAll.UseVisualStyleBackColor = false;
  134. this.btnAll.Click += new System.EventHandler(this.btnAll_Click);
  135. //
  136. // fabrikaLDADataSet
  137. //
  138. this.fabrikaLDADataSet.DataSetName = "FabrikaLDADataSet";
  139. this.fabrikaLDADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  140. //
  141. // clothTableAdapter
  142. //
  143. this.clothTableAdapter.ClearBeforeFill = true;
  144. //
  145. // Column1
  146. //
  147. this.Column1.HeaderText = "Название";
  148. this.Column1.Name = "Column1";
  149. this.Column1.ReadOnly = true;
  150. this.Column1.Width = 500;
  151. //
  152. // FormClothFind
  153. //
  154. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
  155. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  156. this.BackColor = System.Drawing.Color.White;
  157. this.ClientSize = new System.Drawing.Size(576, 490);
  158. this.Controls.Add(this.btnAll);
  159. this.Controls.Add(this.btnFind);
  160. this.Controls.Add(this.tbxFind);
  161. this.Controls.Add(this.dgvCLoth);
  162. this.Controls.Add(this.panel1);
  163. this.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  164. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  165. this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  166. this.MaximumSize = new System.Drawing.Size(592, 529);
  167. this.MinimizeBox = false;
  168. this.MinimumSize = new System.Drawing.Size(592, 529);
  169. this.Name = "FormClothFind";
  170. this.Text = "СУБД Швейная фабрика";
  171. this.Load += new System.EventHandler(this.FormClothFind_Load);
  172. this.panel1.ResumeLayout(false);
  173. this.panel1.PerformLayout();
  174. ((System.ComponentModel.ISupportInitialize)(this.dgvCLoth)).EndInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.bsCloth)).EndInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.fabrikaLDADataSet)).EndInit();
  178. this.ResumeLayout(false);
  179. this.PerformLayout();
  180. }
  181. #endregion
  182. private System.Windows.Forms.Panel panel1;
  183. private System.Windows.Forms.Label label1;
  184. private System.Windows.Forms.PictureBox pbxPhoto;
  185. private System.Windows.Forms.BindingSource bsCloth;
  186. private System.Windows.Forms.DataGridView dgvCLoth;
  187. private System.Windows.Forms.TextBox tbxFind;
  188. private System.Windows.Forms.Button btnFind;
  189. private System.Windows.Forms.Button btnAll;
  190. private FabrikaLDADataSet fabrikaLDADataSet;
  191. private FabrikaLDADataSetTableAdapters.ClothTableAdapter clothTableAdapter;
  192. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  193. }
  194. }