FormaClient.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. 
  2. namespace Brovi11
  3. {
  4. partial class FormaClient
  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 titleLabel;
  31. System.Windows.Forms.Label descriptionLabel;
  32. System.Windows.Forms.Label costLabel;
  33. System.Windows.Forms.Label isActiveLabel;
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormaClient));
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.panel2 = new System.Windows.Forms.Panel();
  39. this.panel3 = new System.Windows.Forms.Panel();
  40. this.isActiveCheckBox = new System.Windows.Forms.CheckBox();
  41. this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
  42. this._1Brovi11DataSet = new Brovi11._1Brovi11DataSet();
  43. this.costLabel1 = new System.Windows.Forms.Label();
  44. this.descriptionLabel2 = new System.Windows.Forms.Label();
  45. this.titleComboBox = new System.Windows.Forms.ComboBox();
  46. this.panel4 = new System.Windows.Forms.Panel();
  47. this.button1 = new System.Windows.Forms.Button();
  48. this.productTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ProductTableAdapter();
  49. this.tableAdapterManager = new Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager();
  50. titleLabel = new System.Windows.Forms.Label();
  51. descriptionLabel = new System.Windows.Forms.Label();
  52. costLabel = new System.Windows.Forms.Label();
  53. isActiveLabel = new System.Windows.Forms.Label();
  54. this.panel1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  56. this.panel3.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).BeginInit();
  59. this.panel4.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // titleLabel
  63. //
  64. titleLabel.AutoSize = true;
  65. titleLabel.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  66. titleLabel.Location = new System.Drawing.Point(34, 48);
  67. titleLabel.Name = "titleLabel";
  68. titleLabel.Size = new System.Drawing.Size(233, 25);
  69. titleLabel.TabIndex = 0;
  70. titleLabel.Text = "Наименование товара:";
  71. //
  72. // descriptionLabel
  73. //
  74. descriptionLabel.AutoSize = true;
  75. descriptionLabel.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  76. descriptionLabel.Location = new System.Drawing.Point(34, 135);
  77. descriptionLabel.Name = "descriptionLabel";
  78. descriptionLabel.Size = new System.Drawing.Size(114, 25);
  79. descriptionLabel.TabIndex = 2;
  80. descriptionLabel.Text = "Описание:";
  81. //
  82. // costLabel
  83. //
  84. costLabel.AutoSize = true;
  85. costLabel.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  86. costLabel.Location = new System.Drawing.Point(34, 203);
  87. costLabel.Name = "costLabel";
  88. costLabel.Size = new System.Drawing.Size(67, 25);
  89. costLabel.TabIndex = 4;
  90. costLabel.Text = "Цена:";
  91. //
  92. // isActiveLabel
  93. //
  94. isActiveLabel.AutoSize = true;
  95. isActiveLabel.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  96. isActiveLabel.Location = new System.Drawing.Point(25, 315);
  97. isActiveLabel.Name = "isActiveLabel";
  98. isActiveLabel.Size = new System.Drawing.Size(119, 25);
  99. isActiveLabel.TabIndex = 6;
  100. isActiveLabel.Text = "Активнось:";
  101. //
  102. // panel1
  103. //
  104. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  105. this.panel1.Controls.Add(this.label1);
  106. this.panel1.Controls.Add(this.pictureBox1);
  107. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  108. this.panel1.Location = new System.Drawing.Point(0, 0);
  109. this.panel1.Name = "panel1";
  110. this.panel1.Size = new System.Drawing.Size(969, 108);
  111. this.panel1.TabIndex = 1;
  112. //
  113. // label1
  114. //
  115. this.label1.AutoSize = true;
  116. this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  117. this.label1.Location = new System.Drawing.Point(329, 38);
  118. this.label1.Name = "label1";
  119. this.label1.Size = new System.Drawing.Size(336, 39);
  120. this.label1.TabIndex = 1;
  121. this.label1.Text = "Товары для клиентов";
  122. //
  123. // pictureBox1
  124. //
  125. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  126. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  127. this.pictureBox1.Name = "pictureBox1";
  128. this.pictureBox1.Size = new System.Drawing.Size(141, 102);
  129. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  130. this.pictureBox1.TabIndex = 0;
  131. this.pictureBox1.TabStop = false;
  132. //
  133. // panel2
  134. //
  135. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  136. this.panel2.Location = new System.Drawing.Point(0, 111);
  137. this.panel2.Name = "panel2";
  138. this.panel2.Size = new System.Drawing.Size(315, 546);
  139. this.panel2.TabIndex = 2;
  140. //
  141. // panel3
  142. //
  143. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  144. this.panel3.Controls.Add(isActiveLabel);
  145. this.panel3.Controls.Add(this.isActiveCheckBox);
  146. this.panel3.Controls.Add(costLabel);
  147. this.panel3.Controls.Add(this.costLabel1);
  148. this.panel3.Controls.Add(this.descriptionLabel2);
  149. this.panel3.Controls.Add(descriptionLabel);
  150. this.panel3.Controls.Add(titleLabel);
  151. this.panel3.Controls.Add(this.titleComboBox);
  152. this.panel3.Location = new System.Drawing.Point(321, 111);
  153. this.panel3.Name = "panel3";
  154. this.panel3.Size = new System.Drawing.Size(648, 365);
  155. this.panel3.TabIndex = 3;
  156. //
  157. // isActiveCheckBox
  158. //
  159. this.isActiveCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.productBindingSource, "IsActive", true));
  160. this.isActiveCheckBox.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  161. this.isActiveCheckBox.Location = new System.Drawing.Point(288, 316);
  162. this.isActiveCheckBox.Name = "isActiveCheckBox";
  163. this.isActiveCheckBox.Size = new System.Drawing.Size(104, 24);
  164. this.isActiveCheckBox.TabIndex = 7;
  165. this.isActiveCheckBox.UseVisualStyleBackColor = true;
  166. //
  167. // productBindingSource
  168. //
  169. this.productBindingSource.DataMember = "Product";
  170. this.productBindingSource.DataSource = this._1Brovi11DataSet;
  171. //
  172. // _1Brovi11DataSet
  173. //
  174. this._1Brovi11DataSet.DataSetName = "_1Brovi11DataSet";
  175. this._1Brovi11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  176. //
  177. // costLabel1
  178. //
  179. this.costLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Cost", true));
  180. this.costLabel1.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  181. this.costLabel1.Location = new System.Drawing.Point(283, 203);
  182. this.costLabel1.Name = "costLabel1";
  183. this.costLabel1.Size = new System.Drawing.Size(336, 67);
  184. this.costLabel1.TabIndex = 5;
  185. this.costLabel1.Text = "label2";
  186. //
  187. // descriptionLabel2
  188. //
  189. this.descriptionLabel2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Description", true));
  190. this.descriptionLabel2.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  191. this.descriptionLabel2.Location = new System.Drawing.Point(283, 135);
  192. this.descriptionLabel2.Name = "descriptionLabel2";
  193. this.descriptionLabel2.Size = new System.Drawing.Size(336, 51);
  194. this.descriptionLabel2.TabIndex = 4;
  195. this.descriptionLabel2.Text = "label2";
  196. //
  197. // titleComboBox
  198. //
  199. this.titleComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Title", true));
  200. this.titleComboBox.DataSource = this.productBindingSource;
  201. this.titleComboBox.DisplayMember = "Title";
  202. this.titleComboBox.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  203. this.titleComboBox.FormattingEnabled = true;
  204. this.titleComboBox.Location = new System.Drawing.Point(288, 45);
  205. this.titleComboBox.Name = "titleComboBox";
  206. this.titleComboBox.Size = new System.Drawing.Size(247, 33);
  207. this.titleComboBox.TabIndex = 1;
  208. //
  209. // panel4
  210. //
  211. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  212. this.panel4.Controls.Add(this.button1);
  213. this.panel4.Location = new System.Drawing.Point(321, 482);
  214. this.panel4.Name = "panel4";
  215. this.panel4.Size = new System.Drawing.Size(648, 175);
  216. this.panel4.TabIndex = 4;
  217. //
  218. // button1
  219. //
  220. this.button1.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  221. this.button1.Location = new System.Drawing.Point(488, 119);
  222. this.button1.Name = "button1";
  223. this.button1.Size = new System.Drawing.Size(148, 47);
  224. this.button1.TabIndex = 4;
  225. this.button1.Text = "Авторизация";
  226. this.button1.UseVisualStyleBackColor = true;
  227. this.button1.Click += new System.EventHandler(this.button1_Click);
  228. //
  229. // productTableAdapter
  230. //
  231. this.productTableAdapter.ClearBeforeFill = true;
  232. //
  233. // tableAdapterManager
  234. //
  235. this.tableAdapterManager.AttachedProductTableAdapter = null;
  236. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  237. this.tableAdapterManager.ClientServiceTableAdapter = null;
  238. this.tableAdapterManager.ClientTableAdapter = null;
  239. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  240. this.tableAdapterManager.GenderTableAdapter = null;
  241. this.tableAdapterManager.ManufacturerTableAdapter = null;
  242. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  243. this.tableAdapterManager.ProductSaleTableAdapter = null;
  244. this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
  245. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  246. this.tableAdapterManager.ServiceTableAdapter = null;
  247. this.tableAdapterManager.TagOfClientTableAdapter = null;
  248. this.tableAdapterManager.TagTableAdapter = null;
  249. this.tableAdapterManager.UpdateOrder = Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  250. //
  251. // FormaClient
  252. //
  253. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  254. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  255. this.ClientSize = new System.Drawing.Size(969, 660);
  256. this.Controls.Add(this.panel4);
  257. this.Controls.Add(this.panel3);
  258. this.Controls.Add(this.panel2);
  259. this.Controls.Add(this.panel1);
  260. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  261. this.Name = "FormaClient";
  262. this.Text = "FormaClient";
  263. this.Load += new System.EventHandler(this.FormaClient_Load);
  264. this.panel1.ResumeLayout(false);
  265. this.panel1.PerformLayout();
  266. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  267. this.panel3.ResumeLayout(false);
  268. this.panel3.PerformLayout();
  269. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
  270. ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).EndInit();
  271. this.panel4.ResumeLayout(false);
  272. this.ResumeLayout(false);
  273. }
  274. #endregion
  275. private System.Windows.Forms.Panel panel1;
  276. private System.Windows.Forms.Label label1;
  277. private System.Windows.Forms.PictureBox pictureBox1;
  278. private System.Windows.Forms.Panel panel2;
  279. private System.Windows.Forms.Panel panel3;
  280. private System.Windows.Forms.Panel panel4;
  281. private _1Brovi11DataSet _1Brovi11DataSet;
  282. private System.Windows.Forms.BindingSource productBindingSource;
  283. private _1Brovi11DataSetTableAdapters.ProductTableAdapter productTableAdapter;
  284. private _1Brovi11DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  285. private System.Windows.Forms.ComboBox titleComboBox;
  286. private System.Windows.Forms.Label descriptionLabel2;
  287. private System.Windows.Forms.Label costLabel1;
  288. private System.Windows.Forms.CheckBox isActiveCheckBox;
  289. private System.Windows.Forms.Button button1;
  290. }
  291. }