Tovari.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. 
  2. namespace Brovi12.Forms
  3. {
  4. partial class Form2
  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(Form2));
  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.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  38. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  39. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  40. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  41. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  42. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  43. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  45. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  46. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  47. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  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. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this._1Brovi12DataSet)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.productBindingNavigator)).BeginInit();
  55. this.productBindingNavigator.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // pictureBox1
  59. //
  60. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  61. this.pictureBox1.Location = new System.Drawing.Point(42, 42);
  62. this.pictureBox1.Name = "pictureBox1";
  63. this.pictureBox1.Size = new System.Drawing.Size(286, 248);
  64. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  65. this.pictureBox1.TabIndex = 0;
  66. this.pictureBox1.TabStop = false;
  67. //
  68. // _1Brovi12DataSet
  69. //
  70. this._1Brovi12DataSet.DataSetName = "_1Brovi12DataSet";
  71. this._1Brovi12DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  72. //
  73. // productBindingSource
  74. //
  75. this.productBindingSource.DataMember = "Product";
  76. this.productBindingSource.DataSource = this._1Brovi12DataSet;
  77. //
  78. // productTableAdapter
  79. //
  80. this.productTableAdapter.ClearBeforeFill = true;
  81. //
  82. // tableAdapterManager
  83. //
  84. this.tableAdapterManager.AttachedProductTableAdapter = null;
  85. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  86. this.tableAdapterManager.ClientServiceTableAdapter = null;
  87. this.tableAdapterManager.ClientTableAdapter = null;
  88. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  89. this.tableAdapterManager.GenderTableAdapter = null;
  90. this.tableAdapterManager.ManufacturerTableAdapter = null;
  91. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  92. this.tableAdapterManager.ProductSaleTableAdapter = null;
  93. this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
  94. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  95. this.tableAdapterManager.ServiceTableAdapter = null;
  96. this.tableAdapterManager.TagOfClientTableAdapter = null;
  97. this.tableAdapterManager.TagTableAdapter = null;
  98. this.tableAdapterManager.UpdateOrder = Brovi12._1Brovi12DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  99. //
  100. // productBindingNavigator
  101. //
  102. this.productBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  103. this.productBindingNavigator.BindingSource = this.productBindingSource;
  104. this.productBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  105. this.productBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  106. this.productBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  107. this.bindingNavigatorMoveFirstItem,
  108. this.bindingNavigatorMovePreviousItem,
  109. this.bindingNavigatorSeparator,
  110. this.bindingNavigatorPositionItem,
  111. this.bindingNavigatorCountItem,
  112. this.bindingNavigatorSeparator1,
  113. this.bindingNavigatorMoveNextItem,
  114. this.bindingNavigatorMoveLastItem,
  115. this.bindingNavigatorSeparator2,
  116. this.bindingNavigatorAddNewItem,
  117. this.bindingNavigatorDeleteItem,
  118. this.productBindingNavigatorSaveItem});
  119. this.productBindingNavigator.Location = new System.Drawing.Point(0, 0);
  120. this.productBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  121. this.productBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  122. this.productBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  123. this.productBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  124. this.productBindingNavigator.Name = "productBindingNavigator";
  125. this.productBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  126. this.productBindingNavigator.Size = new System.Drawing.Size(367, 25);
  127. this.productBindingNavigator.TabIndex = 1;
  128. this.productBindingNavigator.Text = "bindingNavigator1";
  129. //
  130. // bindingNavigatorMoveFirstItem
  131. //
  132. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  133. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  134. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  135. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  136. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  137. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  138. //
  139. // bindingNavigatorMovePreviousItem
  140. //
  141. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  142. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  143. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  144. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  145. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  146. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  147. //
  148. // bindingNavigatorSeparator
  149. //
  150. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  151. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  152. //
  153. // bindingNavigatorPositionItem
  154. //
  155. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  156. this.bindingNavigatorPositionItem.AutoSize = false;
  157. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  158. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  159. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  160. this.bindingNavigatorPositionItem.Text = "0";
  161. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  162. //
  163. // bindingNavigatorCountItem
  164. //
  165. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  166. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  167. this.bindingNavigatorCountItem.Text = "для {0}";
  168. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  169. //
  170. // bindingNavigatorSeparator1
  171. //
  172. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  173. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  174. //
  175. // bindingNavigatorMoveNextItem
  176. //
  177. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  178. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  179. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  180. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  181. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  182. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  183. //
  184. // bindingNavigatorMoveLastItem
  185. //
  186. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  187. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  188. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  189. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  190. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  191. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  192. //
  193. // bindingNavigatorSeparator2
  194. //
  195. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  196. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  197. //
  198. // bindingNavigatorAddNewItem
  199. //
  200. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  201. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  202. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  203. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  204. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  205. this.bindingNavigatorAddNewItem.Text = "Добавить";
  206. //
  207. // bindingNavigatorDeleteItem
  208. //
  209. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  210. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  211. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  212. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  213. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  214. this.bindingNavigatorDeleteItem.Text = "Удалить";
  215. //
  216. // productBindingNavigatorSaveItem
  217. //
  218. this.productBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  219. this.productBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("productBindingNavigatorSaveItem.Image")));
  220. this.productBindingNavigatorSaveItem.Name = "productBindingNavigatorSaveItem";
  221. this.productBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  222. this.productBindingNavigatorSaveItem.Text = "Сохранить данные";
  223. this.productBindingNavigatorSaveItem.Click += new System.EventHandler(this.productBindingNavigatorSaveItem_Click);
  224. //
  225. // titleTextBox
  226. //
  227. this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Title", true));
  228. this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  229. this.titleTextBox.Location = new System.Drawing.Point(42, 322);
  230. this.titleTextBox.Name = "titleTextBox";
  231. this.titleTextBox.Size = new System.Drawing.Size(286, 23);
  232. this.titleTextBox.TabIndex = 3;
  233. this.titleTextBox.TextChanged += new System.EventHandler(this.titleTextBox_TextChanged);
  234. //
  235. // costTextBox
  236. //
  237. this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Cost", true));
  238. this.costTextBox.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  239. this.costTextBox.Location = new System.Drawing.Point(116, 363);
  240. this.costTextBox.Name = "costTextBox";
  241. this.costTextBox.Size = new System.Drawing.Size(124, 23);
  242. this.costTextBox.TabIndex = 4;
  243. //
  244. // Form2
  245. //
  246. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  247. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  248. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  249. this.ClientSize = new System.Drawing.Size(367, 450);
  250. this.Controls.Add(this.costTextBox);
  251. this.Controls.Add(this.titleTextBox);
  252. this.Controls.Add(this.productBindingNavigator);
  253. this.Controls.Add(this.pictureBox1);
  254. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  255. this.Name = "Form2";
  256. this.Text = "Tovari";
  257. this.Load += new System.EventHandler(this.Tovari_Load);
  258. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  259. ((System.ComponentModel.ISupportInitialize)(this._1Brovi12DataSet)).EndInit();
  260. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
  261. ((System.ComponentModel.ISupportInitialize)(this.productBindingNavigator)).EndInit();
  262. this.productBindingNavigator.ResumeLayout(false);
  263. this.productBindingNavigator.PerformLayout();
  264. this.ResumeLayout(false);
  265. this.PerformLayout();
  266. }
  267. #endregion
  268. private System.Windows.Forms.PictureBox pictureBox1;
  269. private _1Brovi12DataSet _1Brovi12DataSet;
  270. private System.Windows.Forms.BindingSource productBindingSource;
  271. private _1Brovi12DataSetTableAdapters.ProductTableAdapter productTableAdapter;
  272. private _1Brovi12DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  273. private System.Windows.Forms.BindingNavigator productBindingNavigator;
  274. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  275. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  276. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  277. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  278. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  279. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  280. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  281. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  282. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  283. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  284. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  285. private System.Windows.Forms.ToolStripButton productBindingNavigatorSaveItem;
  286. private System.Windows.Forms.TextBox titleTextBox;
  287. private System.Windows.Forms.TextBox costTextBox;
  288. }
  289. }