ДобавлниеК.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. 
  2. namespace _02Trade
  3. {
  4. partial class ДобавлниеК
  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 iDLabel;
  31. System.Windows.Forms.Label clientIDLabel;
  32. System.Windows.Forms.Label serviceIDLabel;
  33. System.Windows.Forms.Label startTimeLabel;
  34. System.Windows.Forms.Label commentLabel;
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ДобавлниеК));
  36. this.panel2 = new System.Windows.Forms.Panel();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  39. this.panel4 = new System.Windows.Forms.Panel();
  40. this.button3 = new System.Windows.Forms.Button();
  41. this.button2 = new System.Windows.Forms.Button();
  42. this.button1 = new System.Windows.Forms.Button();
  43. this._02TradeDataSet = new _02Trade._02TradeDataSet();
  44. this.clientServiceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  45. this.clientServiceTableAdapter = new _02Trade._02TradeDataSetTableAdapters.ClientServiceTableAdapter();
  46. this.tableAdapterManager = new _02Trade._02TradeDataSetTableAdapters.TableAdapterManager();
  47. this.startTimeDateTimePicker = new System.Windows.Forms.DateTimePicker();
  48. this.commentTextBox = new System.Windows.Forms.TextBox();
  49. this.iDTextBox = new System.Windows.Forms.TextBox();
  50. this.clientIDTextBox = new System.Windows.Forms.TextBox();
  51. this.serviceIDTextBox = new System.Windows.Forms.TextBox();
  52. this.button4 = new System.Windows.Forms.Button();
  53. iDLabel = new System.Windows.Forms.Label();
  54. clientIDLabel = new System.Windows.Forms.Label();
  55. serviceIDLabel = new System.Windows.Forms.Label();
  56. startTimeLabel = new System.Windows.Forms.Label();
  57. commentLabel = new System.Windows.Forms.Label();
  58. this.panel2.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  60. this.panel4.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.clientServiceBindingSource)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // iDLabel
  66. //
  67. iDLabel.AutoSize = true;
  68. iDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  69. iDLabel.Location = new System.Drawing.Point(253, 129);
  70. iDLabel.Name = "iDLabel";
  71. iDLabel.Size = new System.Drawing.Size(37, 23);
  72. iDLabel.TabIndex = 36;
  73. iDLabel.Text = "ID:";
  74. //
  75. // clientIDLabel
  76. //
  77. clientIDLabel.AutoSize = true;
  78. clientIDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  79. clientIDLabel.Location = new System.Drawing.Point(253, 179);
  80. clientIDLabel.Name = "clientIDLabel";
  81. clientIDLabel.Size = new System.Drawing.Size(80, 23);
  82. clientIDLabel.TabIndex = 37;
  83. clientIDLabel.Text = "Клиент:";
  84. //
  85. // serviceIDLabel
  86. //
  87. serviceIDLabel.AutoSize = true;
  88. serviceIDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  89. serviceIDLabel.Location = new System.Drawing.Point(253, 233);
  90. serviceIDLabel.Name = "serviceIDLabel";
  91. serviceIDLabel.Size = new System.Drawing.Size(75, 23);
  92. serviceIDLabel.TabIndex = 38;
  93. serviceIDLabel.Text = "Услуга:";
  94. //
  95. // startTimeLabel
  96. //
  97. startTimeLabel.AutoSize = true;
  98. startTimeLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  99. startTimeLabel.Location = new System.Drawing.Point(253, 290);
  100. startTimeLabel.Name = "startTimeLabel";
  101. startTimeLabel.Size = new System.Drawing.Size(71, 23);
  102. startTimeLabel.TabIndex = 39;
  103. startTimeLabel.Text = "Время:";
  104. //
  105. // commentLabel
  106. //
  107. commentLabel.AutoSize = true;
  108. commentLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  109. commentLabel.Location = new System.Drawing.Point(253, 341);
  110. commentLabel.Name = "commentLabel";
  111. commentLabel.Size = new System.Drawing.Size(135, 23);
  112. commentLabel.TabIndex = 40;
  113. commentLabel.Text = "Комментарий:";
  114. //
  115. // panel2
  116. //
  117. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  118. this.panel2.Controls.Add(this.label1);
  119. this.panel2.Controls.Add(this.pictureBox1);
  120. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  121. this.panel2.Location = new System.Drawing.Point(0, 0);
  122. this.panel2.Name = "panel2";
  123. this.panel2.Size = new System.Drawing.Size(808, 91);
  124. this.panel2.TabIndex = 3;
  125. //
  126. // label1
  127. //
  128. this.label1.AutoSize = true;
  129. this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  130. this.label1.Location = new System.Drawing.Point(273, 32);
  131. this.label1.Name = "label1";
  132. this.label1.Size = new System.Drawing.Size(307, 39);
  133. this.label1.TabIndex = 1;
  134. this.label1.Text = "Добавление записи";
  135. //
  136. // pictureBox1
  137. //
  138. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  139. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  140. this.pictureBox1.Name = "pictureBox1";
  141. this.pictureBox1.Size = new System.Drawing.Size(153, 85);
  142. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  143. this.pictureBox1.TabIndex = 0;
  144. this.pictureBox1.TabStop = false;
  145. //
  146. // panel4
  147. //
  148. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  149. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  150. this.panel4.Controls.Add(this.button3);
  151. this.panel4.Controls.Add(this.button2);
  152. this.panel4.Controls.Add(this.button1);
  153. this.panel4.Location = new System.Drawing.Point(509, 383);
  154. this.panel4.Name = "panel4";
  155. this.panel4.Size = new System.Drawing.Size(279, 204);
  156. this.panel4.TabIndex = 35;
  157. //
  158. // button3
  159. //
  160. this.button3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  161. this.button3.Location = new System.Drawing.Point(40, 127);
  162. this.button3.Name = "button3";
  163. this.button3.Size = new System.Drawing.Size(190, 34);
  164. this.button3.TabIndex = 2;
  165. this.button3.Text = "Сохранить запись";
  166. this.button3.UseVisualStyleBackColor = true;
  167. this.button3.Click += new System.EventHandler(this.button3_Click);
  168. //
  169. // button2
  170. //
  171. this.button2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  172. this.button2.Location = new System.Drawing.Point(51, 77);
  173. this.button2.Name = "button2";
  174. this.button2.Size = new System.Drawing.Size(172, 34);
  175. this.button2.TabIndex = 1;
  176. this.button2.Text = "Удалить запись";
  177. this.button2.UseVisualStyleBackColor = true;
  178. this.button2.Click += new System.EventHandler(this.button2_Click);
  179. //
  180. // button1
  181. //
  182. this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  183. this.button1.Location = new System.Drawing.Point(17, 29);
  184. this.button1.Name = "button1";
  185. this.button1.Size = new System.Drawing.Size(239, 34);
  186. this.button1.TabIndex = 0;
  187. this.button1.Text = "Добавить новую запись";
  188. this.button1.UseVisualStyleBackColor = true;
  189. this.button1.Click += new System.EventHandler(this.button1_Click);
  190. //
  191. // _02TradeDataSet
  192. //
  193. this._02TradeDataSet.DataSetName = "_02TradeDataSet";
  194. this._02TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  195. //
  196. // clientServiceBindingSource
  197. //
  198. this.clientServiceBindingSource.DataMember = "ClientService";
  199. this.clientServiceBindingSource.DataSource = this._02TradeDataSet;
  200. //
  201. // clientServiceTableAdapter
  202. //
  203. this.clientServiceTableAdapter.ClearBeforeFill = true;
  204. //
  205. // tableAdapterManager
  206. //
  207. this.tableAdapterManager.AttachedProductTableAdapter = null;
  208. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  209. this.tableAdapterManager.ClientServiceTableAdapter = this.clientServiceTableAdapter;
  210. this.tableAdapterManager.ClientTableTableAdapter = null;
  211. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  212. this.tableAdapterManager.GenderTableAdapter = null;
  213. this.tableAdapterManager.ManufacturerTableAdapter = null;
  214. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  215. this.tableAdapterManager.ProductSaleTableAdapter = null;
  216. this.tableAdapterManager.ProductTableAdapter = null;
  217. this.tableAdapterManager.RoleTableTableAdapter = null;
  218. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  219. this.tableAdapterManager.ServiceTableAdapter = null;
  220. this.tableAdapterManager.TagOfClientTableAdapter = null;
  221. this.tableAdapterManager.TagTableAdapter = null;
  222. this.tableAdapterManager.UpdateOrder = _02Trade._02TradeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  223. this.tableAdapterManager.UserTableTableAdapter = null;
  224. //
  225. // startTimeDateTimePicker
  226. //
  227. this.startTimeDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.clientServiceBindingSource, "StartTime", true));
  228. this.startTimeDateTimePicker.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  229. this.startTimeDateTimePicker.Location = new System.Drawing.Point(509, 284);
  230. this.startTimeDateTimePicker.Name = "startTimeDateTimePicker";
  231. this.startTimeDateTimePicker.Size = new System.Drawing.Size(100, 30);
  232. this.startTimeDateTimePicker.TabIndex = 40;
  233. //
  234. // commentTextBox
  235. //
  236. this.commentTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientServiceBindingSource, "Comment", true));
  237. this.commentTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  238. this.commentTextBox.Location = new System.Drawing.Point(509, 338);
  239. this.commentTextBox.Name = "commentTextBox";
  240. this.commentTextBox.Size = new System.Drawing.Size(100, 30);
  241. this.commentTextBox.TabIndex = 41;
  242. //
  243. // iDTextBox
  244. //
  245. this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientServiceBindingSource, "ID", true));
  246. this.iDTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  247. this.iDTextBox.Location = new System.Drawing.Point(509, 134);
  248. this.iDTextBox.Name = "iDTextBox";
  249. this.iDTextBox.Size = new System.Drawing.Size(100, 30);
  250. this.iDTextBox.TabIndex = 45;
  251. //
  252. // clientIDTextBox
  253. //
  254. this.clientIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientServiceBindingSource, "ClientID", true));
  255. this.clientIDTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  256. this.clientIDTextBox.Location = new System.Drawing.Point(509, 184);
  257. this.clientIDTextBox.Name = "clientIDTextBox";
  258. this.clientIDTextBox.Size = new System.Drawing.Size(100, 30);
  259. this.clientIDTextBox.TabIndex = 46;
  260. //
  261. // serviceIDTextBox
  262. //
  263. this.serviceIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientServiceBindingSource, "ServiceID", true));
  264. this.serviceIDTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  265. this.serviceIDTextBox.Location = new System.Drawing.Point(509, 238);
  266. this.serviceIDTextBox.Name = "serviceIDTextBox";
  267. this.serviceIDTextBox.Size = new System.Drawing.Size(100, 30);
  268. this.serviceIDTextBox.TabIndex = 47;
  269. //
  270. // button4
  271. //
  272. this.button4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  273. this.button4.Location = new System.Drawing.Point(12, 553);
  274. this.button4.Name = "button4";
  275. this.button4.Size = new System.Drawing.Size(190, 34);
  276. this.button4.TabIndex = 48;
  277. this.button4.Text = "Запись клиента";
  278. this.button4.UseVisualStyleBackColor = true;
  279. this.button4.Click += new System.EventHandler(this.button4_Click);
  280. //
  281. // ДобавлниеК
  282. //
  283. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  284. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  285. this.ClientSize = new System.Drawing.Size(808, 607);
  286. this.Controls.Add(this.button4);
  287. this.Controls.Add(this.serviceIDTextBox);
  288. this.Controls.Add(this.clientIDTextBox);
  289. this.Controls.Add(this.iDTextBox);
  290. this.Controls.Add(commentLabel);
  291. this.Controls.Add(this.commentTextBox);
  292. this.Controls.Add(startTimeLabel);
  293. this.Controls.Add(this.startTimeDateTimePicker);
  294. this.Controls.Add(serviceIDLabel);
  295. this.Controls.Add(clientIDLabel);
  296. this.Controls.Add(iDLabel);
  297. this.Controls.Add(this.panel4);
  298. this.Controls.Add(this.panel2);
  299. this.Name = "ДобавлниеК";
  300. this.Text = "ДобавлниеК";
  301. this.Load += new System.EventHandler(this.ДобавлниеК_Load);
  302. this.panel2.ResumeLayout(false);
  303. this.panel2.PerformLayout();
  304. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  305. this.panel4.ResumeLayout(false);
  306. ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).EndInit();
  307. ((System.ComponentModel.ISupportInitialize)(this.clientServiceBindingSource)).EndInit();
  308. this.ResumeLayout(false);
  309. this.PerformLayout();
  310. }
  311. #endregion
  312. private System.Windows.Forms.Panel panel2;
  313. private System.Windows.Forms.Label label1;
  314. private System.Windows.Forms.PictureBox pictureBox1;
  315. private System.Windows.Forms.Panel panel4;
  316. private System.Windows.Forms.Button button3;
  317. private System.Windows.Forms.Button button2;
  318. private System.Windows.Forms.Button button1;
  319. private _02TradeDataSet _02TradeDataSet;
  320. private System.Windows.Forms.BindingSource clientServiceBindingSource;
  321. private _02TradeDataSetTableAdapters.ClientServiceTableAdapter clientServiceTableAdapter;
  322. private _02TradeDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  323. private System.Windows.Forms.DateTimePicker startTimeDateTimePicker;
  324. private System.Windows.Forms.TextBox commentTextBox;
  325. private System.Windows.Forms.TextBox iDTextBox;
  326. private System.Windows.Forms.TextBox clientIDTextBox;
  327. private System.Windows.Forms.TextBox serviceIDTextBox;
  328. private System.Windows.Forms.Button button4;
  329. }
  330. }