AddM.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. 
  2. namespace Brovi11
  3. {
  4. partial class AddM
  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 nameLabel;
  31. System.Windows.Forms.Label startDateLabel;
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddM));
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.button9 = new System.Windows.Forms.Button();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this._1Brovi11DataSet = new Brovi11._1Brovi11DataSet();
  38. this.manufacturerBindingSource = new System.Windows.Forms.BindingSource(this.components);
  39. this.manufacturerTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ManufacturerTableAdapter();
  40. this.tableAdapterManager = new Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager();
  41. this.nameTextBox = new System.Windows.Forms.TextBox();
  42. this.startDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
  43. this.panel6 = new System.Windows.Forms.Panel();
  44. this.button8 = new System.Windows.Forms.Button();
  45. this.button5 = new System.Windows.Forms.Button();
  46. this.button1 = new System.Windows.Forms.Button();
  47. nameLabel = new System.Windows.Forms.Label();
  48. startDateLabel = new System.Windows.Forms.Label();
  49. this.panel1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).BeginInit();
  53. this.panel6.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // nameLabel
  57. //
  58. nameLabel.AutoSize = true;
  59. nameLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  60. nameLabel.Location = new System.Drawing.Point(209, 186);
  61. nameLabel.Name = "nameLabel";
  62. nameLabel.Size = new System.Drawing.Size(146, 23);
  63. nameLabel.TabIndex = 4;
  64. nameLabel.Text = "Наименование:";
  65. //
  66. // startDateLabel
  67. //
  68. startDateLabel.AutoSize = true;
  69. startDateLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  70. startDateLabel.Location = new System.Drawing.Point(159, 250);
  71. startDateLabel.Name = "startDateLabel";
  72. startDateLabel.Size = new System.Drawing.Size(196, 23);
  73. startDateLabel.TabIndex = 5;
  74. startDateLabel.Text = "Дата начала работы:";
  75. //
  76. // panel1
  77. //
  78. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  79. this.panel1.Controls.Add(this.button9);
  80. this.panel1.Controls.Add(this.label1);
  81. this.panel1.Controls.Add(this.pictureBox1);
  82. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  83. this.panel1.Location = new System.Drawing.Point(0, 0);
  84. this.panel1.Name = "panel1";
  85. this.panel1.Size = new System.Drawing.Size(800, 108);
  86. this.panel1.TabIndex = 3;
  87. //
  88. // button9
  89. //
  90. this.button9.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  91. this.button9.Location = new System.Drawing.Point(867, 41);
  92. this.button9.Name = "button9";
  93. this.button9.Size = new System.Drawing.Size(133, 34);
  94. this.button9.TabIndex = 2;
  95. this.button9.Text = "Авторизация";
  96. this.button9.UseVisualStyleBackColor = true;
  97. //
  98. // label1
  99. //
  100. this.label1.AutoSize = true;
  101. this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  102. this.label1.Location = new System.Drawing.Point(221, 37);
  103. this.label1.Name = "label1";
  104. this.label1.Size = new System.Drawing.Size(429, 39);
  105. this.label1.TabIndex = 1;
  106. this.label1.Text = "Добавление производителя";
  107. //
  108. // pictureBox1
  109. //
  110. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  111. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  112. this.pictureBox1.Name = "pictureBox1";
  113. this.pictureBox1.Size = new System.Drawing.Size(141, 102);
  114. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  115. this.pictureBox1.TabIndex = 0;
  116. this.pictureBox1.TabStop = false;
  117. //
  118. // _1Brovi11DataSet
  119. //
  120. this._1Brovi11DataSet.DataSetName = "_1Brovi11DataSet";
  121. this._1Brovi11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  122. //
  123. // manufacturerBindingSource
  124. //
  125. this.manufacturerBindingSource.DataMember = "Manufacturer";
  126. this.manufacturerBindingSource.DataSource = this._1Brovi11DataSet;
  127. //
  128. // manufacturerTableAdapter
  129. //
  130. this.manufacturerTableAdapter.ClearBeforeFill = true;
  131. //
  132. // tableAdapterManager
  133. //
  134. this.tableAdapterManager.AttachedProductTableAdapter = null;
  135. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  136. this.tableAdapterManager.ClientServiceTableAdapter = null;
  137. this.tableAdapterManager.ClientTableAdapter = null;
  138. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  139. this.tableAdapterManager.GenderTableAdapter = null;
  140. this.tableAdapterManager.ManufacturerTableAdapter = this.manufacturerTableAdapter;
  141. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  142. this.tableAdapterManager.ProductSaleTableAdapter = null;
  143. this.tableAdapterManager.ProductTableAdapter = null;
  144. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  145. this.tableAdapterManager.ServiceTableAdapter = null;
  146. this.tableAdapterManager.TagOfClientTableAdapter = null;
  147. this.tableAdapterManager.TagTableAdapter = null;
  148. this.tableAdapterManager.UpdateOrder = Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  149. //
  150. // nameTextBox
  151. //
  152. this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.manufacturerBindingSource, "Name", true));
  153. this.nameTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  154. this.nameTextBox.Location = new System.Drawing.Point(476, 183);
  155. this.nameTextBox.Name = "nameTextBox";
  156. this.nameTextBox.Size = new System.Drawing.Size(181, 30);
  157. this.nameTextBox.TabIndex = 5;
  158. //
  159. // startDateDateTimePicker
  160. //
  161. this.startDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.manufacturerBindingSource, "StartDate", true));
  162. this.startDateDateTimePicker.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  163. this.startDateDateTimePicker.Location = new System.Drawing.Point(476, 244);
  164. this.startDateDateTimePicker.Name = "startDateDateTimePicker";
  165. this.startDateDateTimePicker.Size = new System.Drawing.Size(181, 30);
  166. this.startDateDateTimePicker.TabIndex = 6;
  167. //
  168. // panel6
  169. //
  170. this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  171. this.panel6.Controls.Add(this.button8);
  172. this.panel6.Controls.Add(this.button5);
  173. this.panel6.Location = new System.Drawing.Point(476, 421);
  174. this.panel6.Name = "panel6";
  175. this.panel6.Size = new System.Drawing.Size(312, 118);
  176. this.panel6.TabIndex = 12;
  177. //
  178. // button8
  179. //
  180. this.button8.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  181. this.button8.Location = new System.Drawing.Point(36, 7);
  182. this.button8.Name = "button8";
  183. this.button8.Size = new System.Drawing.Size(238, 45);
  184. this.button8.TabIndex = 4;
  185. this.button8.Text = "Добавить новую запись";
  186. this.button8.UseVisualStyleBackColor = true;
  187. this.button8.Click += new System.EventHandler(this.button8_Click);
  188. //
  189. // button5
  190. //
  191. this.button5.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  192. this.button5.Location = new System.Drawing.Point(71, 58);
  193. this.button5.Name = "button5";
  194. this.button5.Size = new System.Drawing.Size(179, 45);
  195. this.button5.TabIndex = 3;
  196. this.button5.Text = "Сохранить запись";
  197. this.button5.UseVisualStyleBackColor = true;
  198. this.button5.Click += new System.EventHandler(this.button5_Click);
  199. //
  200. // button1
  201. //
  202. this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  203. this.button1.Location = new System.Drawing.Point(12, 494);
  204. this.button1.Name = "button1";
  205. this.button1.Size = new System.Drawing.Size(238, 45);
  206. this.button1.TabIndex = 13;
  207. this.button1.Text = "Производители";
  208. this.button1.UseVisualStyleBackColor = true;
  209. this.button1.Click += new System.EventHandler(this.button1_Click);
  210. //
  211. // AddM
  212. //
  213. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  214. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  215. this.ClientSize = new System.Drawing.Size(800, 551);
  216. this.Controls.Add(this.button1);
  217. this.Controls.Add(this.panel6);
  218. this.Controls.Add(startDateLabel);
  219. this.Controls.Add(this.startDateDateTimePicker);
  220. this.Controls.Add(nameLabel);
  221. this.Controls.Add(this.nameTextBox);
  222. this.Controls.Add(this.panel1);
  223. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  224. this.Name = "AddM";
  225. this.Text = "AddM";
  226. this.Load += new System.EventHandler(this.AddM_Load);
  227. this.panel1.ResumeLayout(false);
  228. this.panel1.PerformLayout();
  229. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  230. ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).EndInit();
  231. ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).EndInit();
  232. this.panel6.ResumeLayout(false);
  233. this.ResumeLayout(false);
  234. this.PerformLayout();
  235. }
  236. #endregion
  237. private System.Windows.Forms.Panel panel1;
  238. private System.Windows.Forms.Button button9;
  239. private System.Windows.Forms.Label label1;
  240. private System.Windows.Forms.PictureBox pictureBox1;
  241. private _1Brovi11DataSet _1Brovi11DataSet;
  242. private System.Windows.Forms.BindingSource manufacturerBindingSource;
  243. private _1Brovi11DataSetTableAdapters.ManufacturerTableAdapter manufacturerTableAdapter;
  244. private _1Brovi11DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  245. private System.Windows.Forms.TextBox nameTextBox;
  246. private System.Windows.Forms.DateTimePicker startDateDateTimePicker;
  247. private System.Windows.Forms.Panel panel6;
  248. private System.Windows.Forms.Button button8;
  249. private System.Windows.Forms.Button button5;
  250. private System.Windows.Forms.Button button1;
  251. }
  252. }