tovarForm.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. 
  2. namespace Brovi07.session1
  3. {
  4. partial class tovarForm
  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.Windows.Forms.Label costLabel;
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(tovarForm));
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  36. this.broviDataSet = new Brovi07.BroviDataSet();
  37. this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
  38. this.productTableAdapter = new Brovi07.BroviDataSetTableAdapters.ProductTableAdapter();
  39. this.tableAdapterManager = new Brovi07.BroviDataSetTableAdapters.TableAdapterManager();
  40. this.titleTextBox = new System.Windows.Forms.TextBox();
  41. this.costTextBox = new System.Windows.Forms.TextBox();
  42. this.prevButton = new System.Windows.Forms.Button();
  43. this.nextButton = new System.Windows.Forms.Button();
  44. this.firstButton = new System.Windows.Forms.Button();
  45. this.lastButton = new System.Windows.Forms.Button();
  46. this.exitButton = new System.Windows.Forms.Button();
  47. costLabel = new System.Windows.Forms.Label();
  48. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  49. this.panel1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.broviDataSet)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // costLabel
  56. //
  57. costLabel.AutoSize = true;
  58. costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  59. costLabel.Location = new System.Drawing.Point(374, 171);
  60. costLabel.Name = "costLabel";
  61. costLabel.Size = new System.Drawing.Size(71, 23);
  62. costLabel.TabIndex = 6;
  63. costLabel.Text = "Рублей";
  64. //
  65. // pictureBox1
  66. //
  67. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  68. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  69. this.pictureBox1.Name = "pictureBox1";
  70. this.pictureBox1.Size = new System.Drawing.Size(83, 86);
  71. this.pictureBox1.TabIndex = 3;
  72. this.pictureBox1.TabStop = false;
  73. //
  74. // panel1
  75. //
  76. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  77. this.panel1.Controls.Add(this.label1);
  78. this.panel1.Location = new System.Drawing.Point(80, 0);
  79. this.panel1.Name = "panel1";
  80. this.panel1.Size = new System.Drawing.Size(800, 86);
  81. this.panel1.TabIndex = 2;
  82. //
  83. // label1
  84. //
  85. this.label1.AutoSize = true;
  86. this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  87. this.label1.Location = new System.Drawing.Point(10, 29);
  88. this.label1.Name = "label1";
  89. this.label1.Size = new System.Drawing.Size(154, 23);
  90. this.label1.TabIndex = 3;
  91. this.label1.Text = "Список товара";
  92. //
  93. // pictureBox2
  94. //
  95. this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  96. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  97. this.pictureBox2.Location = new System.Drawing.Point(12, 92);
  98. this.pictureBox2.Name = "pictureBox2";
  99. this.pictureBox2.Size = new System.Drawing.Size(231, 178);
  100. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  101. this.pictureBox2.TabIndex = 4;
  102. this.pictureBox2.TabStop = false;
  103. //
  104. // broviDataSet
  105. //
  106. this.broviDataSet.DataSetName = "BroviDataSet";
  107. this.broviDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  108. //
  109. // productBindingSource
  110. //
  111. this.productBindingSource.DataMember = "Product";
  112. this.productBindingSource.DataSource = this.broviDataSet;
  113. //
  114. // productTableAdapter
  115. //
  116. this.productTableAdapter.ClearBeforeFill = true;
  117. //
  118. // tableAdapterManager
  119. //
  120. this.tableAdapterManager.AttachedProductTableAdapter = null;
  121. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  122. this.tableAdapterManager.ClientServiceTableAdapter = null;
  123. this.tableAdapterManager.ClientTableAdapter = null;
  124. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  125. this.tableAdapterManager.GenderTableAdapter = null;
  126. this.tableAdapterManager.ManufacturerTableAdapter = null;
  127. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  128. this.tableAdapterManager.ProductSaleTableAdapter = null;
  129. this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
  130. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  131. this.tableAdapterManager.ServiceTableAdapter = null;
  132. this.tableAdapterManager.TagOfClientTableAdapter = null;
  133. this.tableAdapterManager.TagTableAdapter = null;
  134. this.tableAdapterManager.UpdateOrder = Brovi07.BroviDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  135. //
  136. // titleTextBox
  137. //
  138. this.titleTextBox.BackColor = System.Drawing.Color.White;
  139. this.titleTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  140. this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Title", true));
  141. this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  142. this.titleTextBox.Location = new System.Drawing.Point(268, 92);
  143. this.titleTextBox.Multiline = true;
  144. this.titleTextBox.Name = "titleTextBox";
  145. this.titleTextBox.ReadOnly = true;
  146. this.titleTextBox.Size = new System.Drawing.Size(346, 73);
  147. this.titleTextBox.TabIndex = 6;
  148. //
  149. // costTextBox
  150. //
  151. this.costTextBox.BackColor = System.Drawing.Color.White;
  152. this.costTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  153. this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Cost", true));
  154. this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  155. this.costTextBox.Location = new System.Drawing.Point(268, 171);
  156. this.costTextBox.Name = "costTextBox";
  157. this.costTextBox.ReadOnly = true;
  158. this.costTextBox.Size = new System.Drawing.Size(100, 23);
  159. this.costTextBox.TabIndex = 7;
  160. //
  161. // prevButton
  162. //
  163. this.prevButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  164. this.prevButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  165. this.prevButton.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  166. this.prevButton.Location = new System.Drawing.Point(272, 200);
  167. this.prevButton.Name = "prevButton";
  168. this.prevButton.Size = new System.Drawing.Size(96, 28);
  169. this.prevButton.TabIndex = 8;
  170. this.prevButton.Text = "Предыдущее";
  171. this.prevButton.UseVisualStyleBackColor = false;
  172. this.prevButton.Click += new System.EventHandler(this.prevButton_Click);
  173. //
  174. // nextButton
  175. //
  176. this.nextButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  177. this.nextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  178. this.nextButton.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  179. this.nextButton.Location = new System.Drawing.Point(518, 200);
  180. this.nextButton.Name = "nextButton";
  181. this.nextButton.Size = new System.Drawing.Size(96, 28);
  182. this.nextButton.TabIndex = 9;
  183. this.nextButton.Text = "Следующее";
  184. this.nextButton.UseVisualStyleBackColor = false;
  185. this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
  186. //
  187. // firstButton
  188. //
  189. this.firstButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  190. this.firstButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  191. this.firstButton.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  192. this.firstButton.Location = new System.Drawing.Point(272, 235);
  193. this.firstButton.Name = "firstButton";
  194. this.firstButton.Size = new System.Drawing.Size(96, 28);
  195. this.firstButton.TabIndex = 10;
  196. this.firstButton.Text = "Первая";
  197. this.firstButton.UseVisualStyleBackColor = false;
  198. this.firstButton.Click += new System.EventHandler(this.firstButton_Click);
  199. //
  200. // lastButton
  201. //
  202. this.lastButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  203. this.lastButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  204. this.lastButton.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  205. this.lastButton.Location = new System.Drawing.Point(518, 235);
  206. this.lastButton.Name = "lastButton";
  207. this.lastButton.Size = new System.Drawing.Size(96, 28);
  208. this.lastButton.TabIndex = 11;
  209. this.lastButton.Text = "Последняя";
  210. this.lastButton.UseVisualStyleBackColor = false;
  211. this.lastButton.Click += new System.EventHandler(this.lastButton_Click);
  212. //
  213. // exitButton
  214. //
  215. this.exitButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  216. this.exitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  217. this.exitButton.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  218. this.exitButton.Location = new System.Drawing.Point(395, 216);
  219. this.exitButton.Name = "exitButton";
  220. this.exitButton.Size = new System.Drawing.Size(96, 28);
  221. this.exitButton.TabIndex = 12;
  222. this.exitButton.Text = "Выход";
  223. this.exitButton.UseVisualStyleBackColor = false;
  224. this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
  225. //
  226. // tovarForm
  227. //
  228. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  229. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  230. this.BackColor = System.Drawing.Color.White;
  231. this.ClientSize = new System.Drawing.Size(626, 293);
  232. this.Controls.Add(this.exitButton);
  233. this.Controls.Add(this.lastButton);
  234. this.Controls.Add(this.firstButton);
  235. this.Controls.Add(this.nextButton);
  236. this.Controls.Add(this.prevButton);
  237. this.Controls.Add(costLabel);
  238. this.Controls.Add(this.costTextBox);
  239. this.Controls.Add(this.titleTextBox);
  240. this.Controls.Add(this.pictureBox2);
  241. this.Controls.Add(this.pictureBox1);
  242. this.Controls.Add(this.panel1);
  243. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  244. this.Name = "tovarForm";
  245. this.Text = "Товары";
  246. this.Load += new System.EventHandler(this.tovarForm_Load);
  247. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  248. this.panel1.ResumeLayout(false);
  249. this.panel1.PerformLayout();
  250. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  251. ((System.ComponentModel.ISupportInitialize)(this.broviDataSet)).EndInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
  253. this.ResumeLayout(false);
  254. this.PerformLayout();
  255. }
  256. #endregion
  257. private System.Windows.Forms.PictureBox pictureBox1;
  258. private System.Windows.Forms.Panel panel1;
  259. private System.Windows.Forms.Label label1;
  260. private System.Windows.Forms.PictureBox pictureBox2;
  261. private BroviDataSet broviDataSet;
  262. private System.Windows.Forms.BindingSource productBindingSource;
  263. private BroviDataSetTableAdapters.ProductTableAdapter productTableAdapter;
  264. private BroviDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  265. private System.Windows.Forms.TextBox titleTextBox;
  266. private System.Windows.Forms.TextBox costTextBox;
  267. private System.Windows.Forms.Button prevButton;
  268. private System.Windows.Forms.Button nextButton;
  269. private System.Windows.Forms.Button firstButton;
  270. private System.Windows.Forms.Button lastButton;
  271. private System.Windows.Forms.Button exitButton;
  272. }
  273. }