Form4.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. 
  2. namespace Chistyakov_var10
  3. {
  4. partial class Form4
  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(Form4));
  31. System.Windows.Forms.Label номер_медкартыLabel;
  32. System.Windows.Forms.Label фИОLabel;
  33. System.Windows.Forms.Label дата_рожденияLabel;
  34. System.Windows.Forms.Label адресLabel;
  35. System.Windows.Forms.Label полLabel;
  36. System.Windows.Forms.Label скидка_на_обслуживание__Label;
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.iS32_Chistyakov10DataSet = new Chistyakov_var10.IS32_Chistyakov10DataSet();
  39. this.пациентыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  40. this.пациентыTableAdapter = new Chistyakov_var10.IS32_Chistyakov10DataSetTableAdapters.ПациентыTableAdapter();
  41. this.tableAdapterManager = new Chistyakov_var10.IS32_Chistyakov10DataSetTableAdapters.TableAdapterManager();
  42. this.пациентыBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  43. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  45. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  46. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  47. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  48. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  49. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  50. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  51. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  52. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  53. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  54. this.пациентыBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  55. this.номер_медкартыTextBox = new System.Windows.Forms.TextBox();
  56. this.фИОTextBox = new System.Windows.Forms.TextBox();
  57. this.дата_рожденияDateTimePicker = new System.Windows.Forms.DateTimePicker();
  58. this.адресTextBox = new System.Windows.Forms.TextBox();
  59. this.полTextBox = new System.Windows.Forms.TextBox();
  60. this.скидка_на_обслуживание__TextBox = new System.Windows.Forms.TextBox();
  61. номер_медкартыLabel = new System.Windows.Forms.Label();
  62. фИОLabel = new System.Windows.Forms.Label();
  63. дата_рожденияLabel = new System.Windows.Forms.Label();
  64. адресLabel = new System.Windows.Forms.Label();
  65. полLabel = new System.Windows.Forms.Label();
  66. скидка_на_обслуживание__Label = new System.Windows.Forms.Label();
  67. ((System.ComponentModel.ISupportInitialize)(this.iS32_Chistyakov10DataSet)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.пациентыBindingSource)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.пациентыBindingNavigator)).BeginInit();
  70. this.пациентыBindingNavigator.SuspendLayout();
  71. this.SuspendLayout();
  72. //
  73. // label1
  74. //
  75. this.label1.AutoSize = true;
  76. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F);
  77. this.label1.Location = new System.Drawing.Point(268, 57);
  78. this.label1.Name = "label1";
  79. this.label1.Size = new System.Drawing.Size(224, 26);
  80. this.label1.TabIndex = 0;
  81. this.label1.Text = "Таблица \"Пациенты\"";
  82. //
  83. // iS32_Chistyakov10DataSet
  84. //
  85. this.iS32_Chistyakov10DataSet.DataSetName = "IS32_Chistyakov10DataSet";
  86. this.iS32_Chistyakov10DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  87. //
  88. // пациентыBindingSource
  89. //
  90. this.пациентыBindingSource.DataMember = "Пациенты";
  91. this.пациентыBindingSource.DataSource = this.iS32_Chistyakov10DataSet;
  92. //
  93. // пациентыTableAdapter
  94. //
  95. this.пациентыTableAdapter.ClearBeforeFill = true;
  96. //
  97. // tableAdapterManager
  98. //
  99. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  100. this.tableAdapterManager.UpdateOrder = Chistyakov_var10.IS32_Chistyakov10DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  101. this.tableAdapterManager.ВрачиTableAdapter = null;
  102. this.tableAdapterManager.ДиагнозыTableAdapter = null;
  103. this.tableAdapterManager.ПациентыTableAdapter = this.пациентыTableAdapter;
  104. this.tableAdapterManager.ПриёмыTableAdapter = null;
  105. //
  106. // пациентыBindingNavigator
  107. //
  108. this.пациентыBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  109. this.пациентыBindingNavigator.BindingSource = this.пациентыBindingSource;
  110. this.пациентыBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  111. this.пациентыBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  112. this.пациентыBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  113. this.bindingNavigatorMoveFirstItem,
  114. this.bindingNavigatorMovePreviousItem,
  115. this.bindingNavigatorSeparator,
  116. this.bindingNavigatorPositionItem,
  117. this.bindingNavigatorCountItem,
  118. this.bindingNavigatorSeparator1,
  119. this.bindingNavigatorMoveNextItem,
  120. this.bindingNavigatorMoveLastItem,
  121. this.bindingNavigatorSeparator2,
  122. this.bindingNavigatorAddNewItem,
  123. this.bindingNavigatorDeleteItem,
  124. this.пациентыBindingNavigatorSaveItem});
  125. this.пациентыBindingNavigator.Location = new System.Drawing.Point(0, 0);
  126. this.пациентыBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  127. this.пациентыBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  128. this.пациентыBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  129. this.пациентыBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  130. this.пациентыBindingNavigator.Name = "пациентыBindingNavigator";
  131. this.пациентыBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  132. this.пациентыBindingNavigator.Size = new System.Drawing.Size(800, 25);
  133. this.пациентыBindingNavigator.TabIndex = 1;
  134. this.пациентыBindingNavigator.Text = "bindingNavigator1";
  135. //
  136. // bindingNavigatorMoveFirstItem
  137. //
  138. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  139. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  140. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  141. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  142. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  143. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  144. //
  145. // bindingNavigatorMovePreviousItem
  146. //
  147. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  148. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  149. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  150. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  151. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  152. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  153. //
  154. // bindingNavigatorSeparator
  155. //
  156. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  157. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  158. //
  159. // bindingNavigatorPositionItem
  160. //
  161. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  162. this.bindingNavigatorPositionItem.AutoSize = false;
  163. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  164. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  165. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  166. this.bindingNavigatorPositionItem.Text = "0";
  167. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  168. //
  169. // bindingNavigatorCountItem
  170. //
  171. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  172. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  173. this.bindingNavigatorCountItem.Text = "для {0}";
  174. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  175. //
  176. // bindingNavigatorSeparator1
  177. //
  178. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  179. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  180. //
  181. // bindingNavigatorMoveNextItem
  182. //
  183. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  184. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  185. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  186. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  187. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  188. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  189. //
  190. // bindingNavigatorMoveLastItem
  191. //
  192. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  193. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  194. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  195. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  196. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  197. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  198. //
  199. // bindingNavigatorSeparator2
  200. //
  201. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  202. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  203. //
  204. // bindingNavigatorAddNewItem
  205. //
  206. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  207. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  208. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  209. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  210. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  211. this.bindingNavigatorAddNewItem.Text = "Добавить";
  212. //
  213. // bindingNavigatorDeleteItem
  214. //
  215. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  216. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  217. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  218. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  219. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  220. this.bindingNavigatorDeleteItem.Text = "Удалить";
  221. //
  222. // пациентыBindingNavigatorSaveItem
  223. //
  224. this.пациентыBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  225. this.пациентыBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("пациентыBindingNavigatorSaveItem.Image")));
  226. this.пациентыBindingNavigatorSaveItem.Name = "пациентыBindingNavigatorSaveItem";
  227. this.пациентыBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  228. this.пациентыBindingNavigatorSaveItem.Text = "Сохранить данные";
  229. this.пациентыBindingNavigatorSaveItem.Click += new System.EventHandler(this.пациентыBindingNavigatorSaveItem_Click);
  230. //
  231. // номер_медкартыLabel
  232. //
  233. номер_медкартыLabel.AutoSize = true;
  234. номер_медкартыLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
  235. номер_медкартыLabel.Location = new System.Drawing.Point(226, 106);
  236. номер_медкартыLabel.Name = "номер_медкартыLabel";
  237. номер_медкартыLabel.Size = new System.Drawing.Size(133, 18);
  238. номер_медкартыLabel.TabIndex = 2;
  239. номер_медкартыLabel.Text = "Номер медкарты:";
  240. //
  241. // номер_медкартыTextBox
  242. //
  243. this.номер_медкартыTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.пациентыBindingSource, "Номер медкарты", true));
  244. this.номер_медкартыTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
  245. this.номер_медкартыTextBox.Location = new System.Drawing.Point(365, 103);
  246. this.номер_медкартыTextBox.Name = "номер_медкартыTextBox";
  247. this.номер_медкартыTextBox.Size = new System.Drawing.Size(201, 24);
  248. this.номер_медкартыTextBox.TabIndex = 3;
  249. //
  250. // фИОLabel
  251. //
  252. фИОLabel.AutoSize = true;
  253. фИОLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
  254. фИОLabel.Location = new System.Drawing.Point(311, 144);
  255. фИОLabel.Name = "фИОLabel";
  256. фИОLabel.Size = new System.Drawing.Size(48, 18);
  257. фИОLabel.TabIndex = 4;
  258. фИОLabel.Text = "ФИО:";
  259. //
  260. // фИОTextBox
  261. //
  262. this.фИОTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.пациентыBindingSource, "ФИО", true));
  263. this.фИОTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
  264. this.фИОTextBox.Location = new System.Drawing.Point(365, 141);
  265. this.фИОTextBox.Name = "фИОTextBox";
  266. this.фИОTextBox.Size = new System.Drawing.Size(201, 24);
  267. this.фИОTextBox.TabIndex = 5;
  268. //
  269. // дата_рожденияLabel
  270. //
  271. дата_рожденияLabel.AutoSize = true;
  272. дата_рожденияLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
  273. дата_рожденияLabel.Location = new System.Drawing.Point(239, 186);
  274. дата_рожденияLabel.Name = "дата_рожденияLabel";
  275. дата_рожденияLabel.Size = new System.Drawing.Size(120, 18);
  276. дата_рожденияLabel.TabIndex = 6;
  277. дата_рожденияLabel.Text = "Дата рождения:";
  278. //
  279. // дата_рожденияDateTimePicker
  280. //
  281. this.дата_рожденияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.пациентыBindingSource, "Дата рождения", true));
  282. this.дата_рожденияDateTimePicker.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
  283. this.дата_рожденияDateTimePicker.Location = new System.Drawing.Point(365, 181);
  284. this.дата_рожденияDateTimePicker.Name = "дата_рожденияDateTimePicker";
  285. this.дата_рожденияDateTimePicker.Size = new System.Drawing.Size(200, 24);
  286. this.дата_рожденияDateTimePicker.TabIndex = 7;
  287. //
  288. // адресLabel
  289. //
  290. адресLabel.AutoSize = true;
  291. адресLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
  292. адресLabel.Location = new System.Drawing.Point(305, 225);
  293. адресLabel.Name = "адресLabel";
  294. адресLabel.Size = new System.Drawing.Size(54, 18);
  295. адресLabel.TabIndex = 8;
  296. адресLabel.Text = "Адрес:";
  297. //
  298. // адресTextBox
  299. //
  300. this.адресTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.пациентыBindingSource, "Адрес", true));
  301. this.адресTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
  302. this.адресTextBox.Location = new System.Drawing.Point(365, 222);
  303. this.адресTextBox.Name = "адресTextBox";
  304. this.адресTextBox.Size = new System.Drawing.Size(201, 24);
  305. this.адресTextBox.TabIndex = 9;
  306. //
  307. // полLabel
  308. //
  309. полLabel.AutoSize = true;
  310. полLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
  311. полLabel.Location = new System.Drawing.Point(318, 271);
  312. полLabel.Name = "полLabel";
  313. полLabel.Size = new System.Drawing.Size(41, 18);
  314. полLabel.TabIndex = 10;
  315. полLabel.Text = "Пол:";
  316. //
  317. // полTextBox
  318. //
  319. this.полTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.пациентыBindingSource, "Пол", true));
  320. this.полTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
  321. this.полTextBox.Location = new System.Drawing.Point(365, 268);
  322. this.полTextBox.Name = "полTextBox";
  323. this.полTextBox.Size = new System.Drawing.Size(201, 24);
  324. this.полTextBox.TabIndex = 11;
  325. //
  326. // скидка_на_обслуживание__Label
  327. //
  328. скидка_на_обслуживание__Label.AutoSize = true;
  329. скидка_на_обслуживание__Label.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
  330. скидка_на_обслуживание__Label.Location = new System.Drawing.Point(153, 312);
  331. скидка_на_обслуживание__Label.Name = "скидка_на_обслуживание__Label";
  332. скидка_на_обслуживание__Label.Size = new System.Drawing.Size(206, 18);
  333. скидка_на_обслуживание__Label.TabIndex = 12;
  334. скидка_на_обслуживание__Label.Text = "Скидка на обслуживание %:";
  335. //
  336. // скидка_на_обслуживание__TextBox
  337. //
  338. this.скидка_на_обслуживание__TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.пациентыBindingSource, "Скидка на обслуживание %", true));
  339. this.скидка_на_обслуживание__TextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
  340. this.скидка_на_обслуживание__TextBox.Location = new System.Drawing.Point(365, 309);
  341. this.скидка_на_обслуживание__TextBox.Name = "скидка_на_обслуживание__TextBox";
  342. this.скидка_на_обслуживание__TextBox.Size = new System.Drawing.Size(200, 24);
  343. this.скидка_на_обслуживание__TextBox.TabIndex = 13;
  344. //
  345. // Form4
  346. //
  347. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  348. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  349. this.ClientSize = new System.Drawing.Size(800, 478);
  350. this.Controls.Add(скидка_на_обслуживание__Label);
  351. this.Controls.Add(this.скидка_на_обслуживание__TextBox);
  352. this.Controls.Add(полLabel);
  353. this.Controls.Add(this.полTextBox);
  354. this.Controls.Add(адресLabel);
  355. this.Controls.Add(this.адресTextBox);
  356. this.Controls.Add(дата_рожденияLabel);
  357. this.Controls.Add(this.дата_рожденияDateTimePicker);
  358. this.Controls.Add(фИОLabel);
  359. this.Controls.Add(this.фИОTextBox);
  360. this.Controls.Add(номер_медкартыLabel);
  361. this.Controls.Add(this.номер_медкартыTextBox);
  362. this.Controls.Add(this.пациентыBindingNavigator);
  363. this.Controls.Add(this.label1);
  364. this.Name = "Form4";
  365. this.Text = "Form4";
  366. this.Load += new System.EventHandler(this.Form4_Load);
  367. ((System.ComponentModel.ISupportInitialize)(this.iS32_Chistyakov10DataSet)).EndInit();
  368. ((System.ComponentModel.ISupportInitialize)(this.пациентыBindingSource)).EndInit();
  369. ((System.ComponentModel.ISupportInitialize)(this.пациентыBindingNavigator)).EndInit();
  370. this.пациентыBindingNavigator.ResumeLayout(false);
  371. this.пациентыBindingNavigator.PerformLayout();
  372. this.ResumeLayout(false);
  373. this.PerformLayout();
  374. }
  375. #endregion
  376. private System.Windows.Forms.Label label1;
  377. private IS32_Chistyakov10DataSet iS32_Chistyakov10DataSet;
  378. private System.Windows.Forms.BindingSource пациентыBindingSource;
  379. private IS32_Chistyakov10DataSetTableAdapters.ПациентыTableAdapter пациентыTableAdapter;
  380. private IS32_Chistyakov10DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  381. private System.Windows.Forms.BindingNavigator пациентыBindingNavigator;
  382. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  383. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  384. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  385. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  386. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  387. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  388. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  389. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  390. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  391. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  392. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  393. private System.Windows.Forms.ToolStripButton пациентыBindingNavigatorSaveItem;
  394. private System.Windows.Forms.TextBox номер_медкартыTextBox;
  395. private System.Windows.Forms.TextBox фИОTextBox;
  396. private System.Windows.Forms.DateTimePicker дата_рожденияDateTimePicker;
  397. private System.Windows.Forms.TextBox адресTextBox;
  398. private System.Windows.Forms.TextBox полTextBox;
  399. private System.Windows.Forms.TextBox скидка_на_обслуживание__TextBox;
  400. }
  401. }