Sales.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. namespace proba
  2. {
  3. partial class Sales
  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(Sales));
  30. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  34. this.TextForSearch = new System.Windows.Forms.Label();
  35. this.panel2 = new System.Windows.Forms.Panel();
  36. this.label8 = new System.Windows.Forms.Label();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.text_price2 = new System.Windows.Forms.TextBox();
  41. this.text_price1 = new System.Windows.Forms.TextBox();
  42. this.text_name = new System.Windows.Forms.TextBox();
  43. this.countryBindingSource = new System.Windows.Forms.BindingSource(this.components);
  44. this.viewtoolsBindingSource = new System.Windows.Forms.BindingSource(this.components);
  45. this.button_back = new System.Windows.Forms.Button();
  46. this.button_buy = new System.Windows.Forms.Button();
  47. this.progectMPGG1DataSet1BindingSource = new System.Windows.Forms.BindingSource(this.components);
  48. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  49. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  51. this.panel2.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.countryBindingSource)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.viewtoolsBindingSource)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.progectMPGG1DataSet1BindingSource)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // dataGridView1
  59. //
  60. this.dataGridView1.AllowUserToAddRows = false;
  61. this.dataGridView1.AllowUserToDeleteRows = false;
  62. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  63. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  64. this.dataGridView1.Location = new System.Drawing.Point(0, 166);
  65. this.dataGridView1.Name = "dataGridView1";
  66. this.dataGridView1.ReadOnly = true;
  67. this.dataGridView1.Size = new System.Drawing.Size(933, 237);
  68. this.dataGridView1.TabIndex = 0;
  69. this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
  70. //
  71. // label2
  72. //
  73. this.label2.AutoSize = true;
  74. this.label2.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
  75. this.label2.Location = new System.Drawing.Point(64, 9);
  76. this.label2.Name = "label2";
  77. this.label2.Size = new System.Drawing.Size(394, 26);
  78. this.label2.TabIndex = 3;
  79. this.label2.Text = "ПОИСК ДОСТУПНЫХ ТОВАРОВ";
  80. //
  81. // label1
  82. //
  83. this.label1.AutoSize = true;
  84. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  85. this.label1.Location = new System.Drawing.Point(15, 43);
  86. this.label1.Name = "label1";
  87. this.label1.Size = new System.Drawing.Size(107, 17);
  88. this.label1.TabIndex = 27;
  89. this.label1.Text = "Модуль поиска";
  90. //
  91. // pictureBox1
  92. //
  93. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  94. this.pictureBox1.Location = new System.Drawing.Point(759, 27);
  95. this.pictureBox1.Name = "pictureBox1";
  96. this.pictureBox1.Size = new System.Drawing.Size(48, 57);
  97. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  98. this.pictureBox1.TabIndex = 24;
  99. this.pictureBox1.TabStop = false;
  100. //
  101. // TextForSearch
  102. //
  103. this.TextForSearch.AutoSize = true;
  104. this.TextForSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
  105. this.TextForSearch.Location = new System.Drawing.Point(40, 16);
  106. this.TextForSearch.Name = "TextForSearch";
  107. this.TextForSearch.Size = new System.Drawing.Size(219, 24);
  108. this.TextForSearch.TabIndex = 23;
  109. this.TextForSearch.Text = "Название инструмента";
  110. //
  111. // panel2
  112. //
  113. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  114. this.panel2.Controls.Add(this.label8);
  115. this.panel2.Controls.Add(this.label7);
  116. this.panel2.Controls.Add(this.label6);
  117. this.panel2.Controls.Add(this.label5);
  118. this.panel2.Controls.Add(this.text_price2);
  119. this.panel2.Controls.Add(this.text_price1);
  120. this.panel2.Controls.Add(this.text_name);
  121. this.panel2.Controls.Add(this.TextForSearch);
  122. this.panel2.Controls.Add(this.pictureBox1);
  123. this.panel2.Location = new System.Drawing.Point(24, 48);
  124. this.panel2.Name = "panel2";
  125. this.panel2.Size = new System.Drawing.Size(897, 102);
  126. this.panel2.TabIndex = 26;
  127. //
  128. // label8
  129. //
  130. this.label8.AutoSize = true;
  131. this.label8.Location = new System.Drawing.Point(605, 117);
  132. this.label8.Name = "label8";
  133. this.label8.Size = new System.Drawing.Size(10, 13);
  134. this.label8.TabIndex = 35;
  135. this.label8.Text = "-";
  136. //
  137. // label7
  138. //
  139. this.label7.AutoSize = true;
  140. this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
  141. this.label7.Location = new System.Drawing.Point(615, 16);
  142. this.label7.Name = "label7";
  143. this.label7.Size = new System.Drawing.Size(35, 24);
  144. this.label7.TabIndex = 34;
  145. this.label7.Text = "До";
  146. //
  147. // label6
  148. //
  149. this.label6.AutoSize = true;
  150. this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
  151. this.label6.Location = new System.Drawing.Point(447, 16);
  152. this.label6.Name = "label6";
  153. this.label6.Size = new System.Drawing.Size(35, 24);
  154. this.label6.TabIndex = 33;
  155. this.label6.Text = "От";
  156. //
  157. // label5
  158. //
  159. this.label5.AutoSize = true;
  160. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
  161. this.label5.Location = new System.Drawing.Point(522, 5);
  162. this.label5.Name = "label5";
  163. this.label5.Size = new System.Drawing.Size(54, 24);
  164. this.label5.TabIndex = 32;
  165. this.label5.Text = "Цена";
  166. //
  167. // text_price2
  168. //
  169. this.text_price2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  170. this.text_price2.Location = new System.Drawing.Point(554, 43);
  171. this.text_price2.MaxLength = 9;
  172. this.text_price2.Name = "text_price2";
  173. this.text_price2.Size = new System.Drawing.Size(140, 26);
  174. this.text_price2.TabIndex = 31;
  175. this.text_price2.TextChanged += new System.EventHandler(this.text_price2_TextChanged);
  176. //
  177. // text_price1
  178. //
  179. this.text_price1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  180. this.text_price1.Location = new System.Drawing.Point(396, 43);
  181. this.text_price1.MaxLength = 9;
  182. this.text_price1.Name = "text_price1";
  183. this.text_price1.Size = new System.Drawing.Size(140, 26);
  184. this.text_price1.TabIndex = 30;
  185. this.text_price1.TextChanged += new System.EventHandler(this.text_price1_TextChanged);
  186. //
  187. // text_name
  188. //
  189. this.text_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  190. this.text_name.Location = new System.Drawing.Point(29, 43);
  191. this.text_name.MaxLength = 25;
  192. this.text_name.Name = "text_name";
  193. this.text_name.Size = new System.Drawing.Size(242, 26);
  194. this.text_name.TabIndex = 26;
  195. this.text_name.TextChanged += new System.EventHandler(this.text_name_TextChanged);
  196. //
  197. // countryBindingSource
  198. //
  199. this.countryBindingSource.DataMember = "Country";
  200. //
  201. // viewtoolsBindingSource
  202. //
  203. this.viewtoolsBindingSource.DataMember = "View_tools";
  204. //
  205. // button_back
  206. //
  207. this.button_back.BackColor = System.Drawing.Color.Gray;
  208. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  209. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  210. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  211. this.button_back.Location = new System.Drawing.Point(34, 420);
  212. this.button_back.Name = "button_back";
  213. this.button_back.Size = new System.Drawing.Size(111, 30);
  214. this.button_back.TabIndex = 28;
  215. this.button_back.Text = "Назад";
  216. this.button_back.UseVisualStyleBackColor = false;
  217. this.button_back.Click += new System.EventHandler(this.button_back_Click_1);
  218. //
  219. // button_buy
  220. //
  221. this.button_buy.BackColor = System.Drawing.Color.Gray;
  222. this.button_buy.Cursor = System.Windows.Forms.Cursors.Hand;
  223. this.button_buy.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  224. this.button_buy.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  225. this.button_buy.Location = new System.Drawing.Point(772, 418);
  226. this.button_buy.Name = "button_buy";
  227. this.button_buy.Size = new System.Drawing.Size(111, 30);
  228. this.button_buy.TabIndex = 29;
  229. this.button_buy.Text = "Приобрести";
  230. this.button_buy.UseVisualStyleBackColor = false;
  231. this.button_buy.Click += new System.EventHandler(this.button_buy_Click);
  232. //
  233. // pictureBox2
  234. //
  235. this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand;
  236. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  237. this.pictureBox2.Location = new System.Drawing.Point(853, 4);
  238. this.pictureBox2.Name = "pictureBox2";
  239. this.pictureBox2.Size = new System.Drawing.Size(68, 39);
  240. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  241. this.pictureBox2.TabIndex = 30;
  242. this.pictureBox2.TabStop = false;
  243. this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
  244. //
  245. // Sales
  246. //
  247. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  248. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  249. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  250. this.ClientSize = new System.Drawing.Size(933, 464);
  251. this.Controls.Add(this.pictureBox2);
  252. this.Controls.Add(this.button_buy);
  253. this.Controls.Add(this.button_back);
  254. this.Controls.Add(this.label1);
  255. this.Controls.Add(this.panel2);
  256. this.Controls.Add(this.label2);
  257. this.Controls.Add(this.dataGridView1);
  258. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  259. this.MaximumSize = new System.Drawing.Size(949, 503);
  260. this.MinimumSize = new System.Drawing.Size(949, 503);
  261. this.Name = "Sales";
  262. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  263. this.Text = "Поиск товара";
  264. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  265. this.Load += new System.EventHandler(this.Sales_Load);
  266. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  268. this.panel2.ResumeLayout(false);
  269. this.panel2.PerformLayout();
  270. ((System.ComponentModel.ISupportInitialize)(this.countryBindingSource)).EndInit();
  271. ((System.ComponentModel.ISupportInitialize)(this.viewtoolsBindingSource)).EndInit();
  272. ((System.ComponentModel.ISupportInitialize)(this.progectMPGG1DataSet1BindingSource)).EndInit();
  273. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  274. this.ResumeLayout(false);
  275. this.PerformLayout();
  276. }
  277. #endregion
  278. private System.Windows.Forms.DataGridView dataGridView1;
  279. private System.Windows.Forms.Label label2;
  280. private System.Windows.Forms.Label label1;
  281. private System.Windows.Forms.PictureBox pictureBox1;
  282. private System.Windows.Forms.Label TextForSearch;
  283. private System.Windows.Forms.Panel panel2;
  284. private System.Windows.Forms.TextBox text_name;
  285. private System.Windows.Forms.Button button_back;
  286. private System.Windows.Forms.Button button_buy;
  287. private System.Windows.Forms.Label label8;
  288. private System.Windows.Forms.TextBox text_price2;
  289. private System.Windows.Forms.TextBox text_price1;
  290. private System.Windows.Forms.BindingSource progectMPGG1DataSet1BindingSource;
  291. private System.Windows.Forms.BindingSource viewtoolsBindingSource;
  292. private System.Windows.Forms.BindingSource countryBindingSource;
  293. private System.Windows.Forms.PictureBox pictureBox2;
  294. private System.Windows.Forms.Label label7;
  295. private System.Windows.Forms.Label label6;
  296. private System.Windows.Forms.Label label5;
  297. }
  298. }