Tovari.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. 
  2. namespace Brovi12
  3. {
  4. partial class Tovari
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Tovari));
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. this._1Brovi12DataSet = new Brovi12._1Brovi12DataSet();
  33. this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
  34. this.productTableAdapter = new Brovi12._1Brovi12DataSetTableAdapters.ProductTableAdapter();
  35. this.tableAdapterManager = new Brovi12._1Brovi12DataSetTableAdapters.TableAdapterManager();
  36. this.productBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  37. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  38. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  39. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  40. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  41. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  42. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  43. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  44. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  45. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  46. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  47. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  48. this.productBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  49. this.titleTextBox = new System.Windows.Forms.TextBox();
  50. this.costTextBox = new System.Windows.Forms.TextBox();
  51. this.isActiveCheckBox = new System.Windows.Forms.CheckBox();
  52. this.button1 = new System.Windows.Forms.Button();
  53. this.button2 = new System.Windows.Forms.Button();
  54. this.button3 = new System.Windows.Forms.Button();
  55. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this._1Brovi12DataSet)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.productBindingNavigator)).BeginInit();
  59. this.productBindingNavigator.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // pictureBox1
  63. //
  64. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  65. this.pictureBox1.Location = new System.Drawing.Point(48, 47);
  66. this.pictureBox1.Name = "pictureBox1";
  67. this.pictureBox1.Size = new System.Drawing.Size(234, 218);
  68. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  69. this.pictureBox1.TabIndex = 0;
  70. this.pictureBox1.TabStop = false;
  71. //
  72. // _1Brovi12DataSet
  73. //
  74. this._1Brovi12DataSet.DataSetName = "_1Brovi12DataSet";
  75. this._1Brovi12DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  76. //
  77. // productBindingSource
  78. //
  79. this.productBindingSource.DataMember = "Product";
  80. this.productBindingSource.DataSource = this._1Brovi12DataSet;
  81. //
  82. // productTableAdapter
  83. //
  84. this.productTableAdapter.ClearBeforeFill = true;
  85. //
  86. // tableAdapterManager
  87. //
  88. this.tableAdapterManager.AttachedProductTableAdapter = null;
  89. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  90. this.tableAdapterManager.ClientServiceTableAdapter = null;
  91. this.tableAdapterManager.ClientTableAdapter = null;
  92. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  93. this.tableAdapterManager.GenderTableAdapter = null;
  94. this.tableAdapterManager.ManufacturerTableAdapter = null;
  95. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  96. this.tableAdapterManager.ProductSaleTableAdapter = null;
  97. this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
  98. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  99. this.tableAdapterManager.ServiceTableAdapter = null;
  100. this.tableAdapterManager.TagOfClientTableAdapter = null;
  101. this.tableAdapterManager.TagTableAdapter = null;
  102. this.tableAdapterManager.UpdateOrder = Brovi12._1Brovi12DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  103. //
  104. // productBindingNavigator
  105. //
  106. this.productBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  107. this.productBindingNavigator.BindingSource = this.productBindingSource;
  108. this.productBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  109. this.productBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  110. this.productBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  111. this.bindingNavigatorMoveFirstItem,
  112. this.bindingNavigatorMovePreviousItem,
  113. this.bindingNavigatorSeparator,
  114. this.bindingNavigatorPositionItem,
  115. this.bindingNavigatorCountItem,
  116. this.bindingNavigatorSeparator1,
  117. this.bindingNavigatorMoveNextItem,
  118. this.bindingNavigatorMoveLastItem,
  119. this.bindingNavigatorSeparator2,
  120. this.bindingNavigatorAddNewItem,
  121. this.bindingNavigatorDeleteItem,
  122. this.productBindingNavigatorSaveItem});
  123. this.productBindingNavigator.Location = new System.Drawing.Point(0, 0);
  124. this.productBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  125. this.productBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  126. this.productBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  127. this.productBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  128. this.productBindingNavigator.Name = "productBindingNavigator";
  129. this.productBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  130. this.productBindingNavigator.Size = new System.Drawing.Size(324, 25);
  131. this.productBindingNavigator.TabIndex = 1;
  132. this.productBindingNavigator.Text = "bindingNavigator1";
  133. //
  134. // bindingNavigatorAddNewItem
  135. //
  136. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  137. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  138. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  139. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  140. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  141. this.bindingNavigatorAddNewItem.Text = "Добавить";
  142. //
  143. // bindingNavigatorCountItem
  144. //
  145. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  146. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  147. this.bindingNavigatorCountItem.Text = "для {0}";
  148. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  149. //
  150. // bindingNavigatorDeleteItem
  151. //
  152. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  153. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  154. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  155. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  156. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  157. this.bindingNavigatorDeleteItem.Text = "Удалить";
  158. //
  159. // bindingNavigatorMoveFirstItem
  160. //
  161. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  162. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  163. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  164. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  165. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  166. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  167. //
  168. // bindingNavigatorMovePreviousItem
  169. //
  170. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  171. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  172. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  173. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  174. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  175. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  176. //
  177. // bindingNavigatorSeparator
  178. //
  179. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  180. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  181. //
  182. // bindingNavigatorPositionItem
  183. //
  184. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  185. this.bindingNavigatorPositionItem.AutoSize = false;
  186. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  187. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  188. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  189. this.bindingNavigatorPositionItem.Text = "0";
  190. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  191. //
  192. // bindingNavigatorSeparator1
  193. //
  194. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  195. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  196. //
  197. // bindingNavigatorMoveNextItem
  198. //
  199. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  200. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  201. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  202. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  203. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  204. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  205. //
  206. // bindingNavigatorMoveLastItem
  207. //
  208. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  209. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  210. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  211. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  212. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  213. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  214. //
  215. // bindingNavigatorSeparator2
  216. //
  217. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  218. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  219. //
  220. // productBindingNavigatorSaveItem
  221. //
  222. this.productBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  223. this.productBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("productBindingNavigatorSaveItem.Image")));
  224. this.productBindingNavigatorSaveItem.Name = "productBindingNavigatorSaveItem";
  225. this.productBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  226. this.productBindingNavigatorSaveItem.Text = "Сохранить данные";
  227. this.productBindingNavigatorSaveItem.Click += new System.EventHandler(this.productBindingNavigatorSaveItem_Click);
  228. //
  229. // titleTextBox
  230. //
  231. this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Title", true));
  232. this.titleTextBox.Location = new System.Drawing.Point(48, 306);
  233. this.titleTextBox.Name = "titleTextBox";
  234. this.titleTextBox.Size = new System.Drawing.Size(234, 20);
  235. this.titleTextBox.TabIndex = 3;
  236. //
  237. // costTextBox
  238. //
  239. this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Cost", true));
  240. this.costTextBox.Location = new System.Drawing.Point(85, 342);
  241. this.costTextBox.Name = "costTextBox";
  242. this.costTextBox.Size = new System.Drawing.Size(55, 20);
  243. this.costTextBox.TabIndex = 4;
  244. //
  245. // isActiveCheckBox
  246. //
  247. this.isActiveCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.productBindingSource, "IsActive", true));
  248. this.isActiveCheckBox.Location = new System.Drawing.Point(167, 342);
  249. this.isActiveCheckBox.Name = "isActiveCheckBox";
  250. this.isActiveCheckBox.Size = new System.Drawing.Size(104, 24);
  251. this.isActiveCheckBox.TabIndex = 5;
  252. this.isActiveCheckBox.Text = "Активен";
  253. this.isActiveCheckBox.UseVisualStyleBackColor = true;
  254. //
  255. // button1
  256. //
  257. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  258. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  259. this.button1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  260. this.button1.Location = new System.Drawing.Point(57, 373);
  261. this.button1.Name = "button1";
  262. this.button1.Size = new System.Drawing.Size(104, 23);
  263. this.button1.TabIndex = 6;
  264. this.button1.Text = "Предыдущий";
  265. this.button1.UseVisualStyleBackColor = false;
  266. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  267. //
  268. // button2
  269. //
  270. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  271. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  272. this.button2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  273. this.button2.Location = new System.Drawing.Point(167, 372);
  274. this.button2.Name = "button2";
  275. this.button2.Size = new System.Drawing.Size(94, 23);
  276. this.button2.TabIndex = 7;
  277. this.button2.Text = "Следуйщий";
  278. this.button2.UseVisualStyleBackColor = false;
  279. this.button2.Click += new System.EventHandler(this.button2_Click);
  280. //
  281. // button3
  282. //
  283. this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  284. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  285. this.button3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  286. this.button3.Location = new System.Drawing.Point(218, 405);
  287. this.button3.Name = "button3";
  288. this.button3.Size = new System.Drawing.Size(94, 23);
  289. this.button3.TabIndex = 8;
  290. this.button3.Text = "Выход";
  291. this.button3.UseVisualStyleBackColor = false;
  292. this.button3.Click += new System.EventHandler(this.button3_Click_1);
  293. //
  294. // Tovari
  295. //
  296. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  297. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  298. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  299. this.ClientSize = new System.Drawing.Size(324, 440);
  300. this.Controls.Add(this.button3);
  301. this.Controls.Add(this.button2);
  302. this.Controls.Add(this.button1);
  303. this.Controls.Add(this.isActiveCheckBox);
  304. this.Controls.Add(this.costTextBox);
  305. this.Controls.Add(this.titleTextBox);
  306. this.Controls.Add(this.productBindingNavigator);
  307. this.Controls.Add(this.pictureBox1);
  308. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  309. this.Name = "Tovari";
  310. this.Text = "Товары";
  311. this.Load += new System.EventHandler(this.Tovari_Load);
  312. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  313. ((System.ComponentModel.ISupportInitialize)(this._1Brovi12DataSet)).EndInit();
  314. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
  315. ((System.ComponentModel.ISupportInitialize)(this.productBindingNavigator)).EndInit();
  316. this.productBindingNavigator.ResumeLayout(false);
  317. this.productBindingNavigator.PerformLayout();
  318. this.ResumeLayout(false);
  319. this.PerformLayout();
  320. }
  321. #endregion
  322. private System.Windows.Forms.PictureBox pictureBox1;
  323. private _1Brovi12DataSet _1Brovi12DataSet;
  324. private System.Windows.Forms.BindingSource productBindingSource;
  325. private _1Brovi12DataSetTableAdapters.ProductTableAdapter productTableAdapter;
  326. private _1Brovi12DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  327. private System.Windows.Forms.BindingNavigator productBindingNavigator;
  328. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  329. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  330. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  331. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  332. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  333. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  334. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  335. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  336. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  337. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  338. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  339. private System.Windows.Forms.ToolStripButton productBindingNavigatorSaveItem;
  340. private System.Windows.Forms.TextBox titleTextBox;
  341. private System.Windows.Forms.TextBox costTextBox;
  342. private System.Windows.Forms.CheckBox isActiveCheckBox;
  343. private System.Windows.Forms.Button button1;
  344. private System.Windows.Forms.Button button2;
  345. private System.Windows.Forms.Button button3;
  346. }
  347. }