Form4.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  1. 
  2. namespace WindowsFormsApp3
  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. System.Windows.Forms.Label паспортные_данныеLabel;
  38. System.Windows.Forms.Label номер_зачеткиLabel;
  39. System.Windows.Forms.Label дата_поступленияLabel;
  40. System.Windows.Forms.Label группаLabel;
  41. System.Windows.Forms.Label курсLabel;
  42. System.Windows.Forms.Label код_специальностиLabel;
  43. System.Windows.Forms.Label очная_форма_обученияLabel;
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.рожковDataSet = new WindowsFormsApp3.РожковDataSet();
  46. this.студентыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  47. this.студентыTableAdapter = new WindowsFormsApp3.РожковDataSetTableAdapters.СтудентыTableAdapter();
  48. this.tableAdapterManager = new WindowsFormsApp3.РожковDataSetTableAdapters.TableAdapterManager();
  49. this.студентыBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  50. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  51. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  52. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  53. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  54. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  55. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  56. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  57. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  58. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  59. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  60. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  61. this.студентыBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  62. this.фИОTextBox = new System.Windows.Forms.TextBox();
  63. this.полTextBox = new System.Windows.Forms.TextBox();
  64. this.дата_рожденияDateTimePicker = new System.Windows.Forms.DateTimePicker();
  65. this.родителиTextBox = new System.Windows.Forms.TextBox();
  66. this.адресTextBox = new System.Windows.Forms.TextBox();
  67. this.телефонTextBox = new System.Windows.Forms.TextBox();
  68. this.паспортные_данныеTextBox = new System.Windows.Forms.TextBox();
  69. this.номер_зачеткиTextBox = new System.Windows.Forms.TextBox();
  70. this.дата_поступленияDateTimePicker = new System.Windows.Forms.DateTimePicker();
  71. this.группаTextBox = new System.Windows.Forms.TextBox();
  72. this.курсTextBox = new System.Windows.Forms.TextBox();
  73. this.код_специальностиTextBox = new System.Windows.Forms.TextBox();
  74. this.очная_форма_обученияCheckBox = new System.Windows.Forms.CheckBox();
  75. фИОLabel = new System.Windows.Forms.Label();
  76. полLabel = new System.Windows.Forms.Label();
  77. дата_рожденияLabel = new System.Windows.Forms.Label();
  78. родителиLabel = new System.Windows.Forms.Label();
  79. адресLabel = new System.Windows.Forms.Label();
  80. телефонLabel = new System.Windows.Forms.Label();
  81. паспортные_данныеLabel = new System.Windows.Forms.Label();
  82. номер_зачеткиLabel = new System.Windows.Forms.Label();
  83. дата_поступленияLabel = new System.Windows.Forms.Label();
  84. группаLabel = new System.Windows.Forms.Label();
  85. курсLabel = new System.Windows.Forms.Label();
  86. код_специальностиLabel = new System.Windows.Forms.Label();
  87. очная_форма_обученияLabel = new System.Windows.Forms.Label();
  88. ((System.ComponentModel.ISupportInitialize)(this.рожковDataSet)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingSource)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingNavigator)).BeginInit();
  91. this.студентыBindingNavigator.SuspendLayout();
  92. this.SuspendLayout();
  93. //
  94. // label1
  95. //
  96. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  97. this.label1.ForeColor = System.Drawing.SystemColors.Highlight;
  98. this.label1.Location = new System.Drawing.Point(106, 47);
  99. this.label1.Name = "label1";
  100. this.label1.Size = new System.Drawing.Size(245, 23);
  101. this.label1.TabIndex = 0;
  102. this.label1.Text = "Таблица \"Студенты\"";
  103. //
  104. // рожковDataSet
  105. //
  106. this.рожковDataSet.DataSetName = "РожковDataSet";
  107. this.рожковDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  108. //
  109. // студентыBindingSource
  110. //
  111. this.студентыBindingSource.DataMember = "Студенты";
  112. this.студентыBindingSource.DataSource = this.рожковDataSet;
  113. //
  114. // студентыTableAdapter
  115. //
  116. this.студентыTableAdapter.ClearBeforeFill = true;
  117. //
  118. // tableAdapterManager
  119. //
  120. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  121. this.tableAdapterManager.UpdateOrder = WindowsFormsApp3.РожковDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  122. this.tableAdapterManager.ОценкиTableAdapter = null;
  123. this.tableAdapterManager.ПредметыTableAdapter = null;
  124. this.tableAdapterManager.СпециальностиTableAdapter = null;
  125. this.tableAdapterManager.СтудентыTableAdapter = this.студентыTableAdapter;
  126. //
  127. // студентыBindingNavigator
  128. //
  129. this.студентыBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  130. this.студентыBindingNavigator.BindingSource = this.студентыBindingSource;
  131. this.студентыBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  132. this.студентыBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  133. this.студентыBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  134. this.bindingNavigatorMoveFirstItem,
  135. this.bindingNavigatorMovePreviousItem,
  136. this.bindingNavigatorSeparator,
  137. this.bindingNavigatorPositionItem,
  138. this.bindingNavigatorCountItem,
  139. this.bindingNavigatorSeparator1,
  140. this.bindingNavigatorMoveNextItem,
  141. this.bindingNavigatorMoveLastItem,
  142. this.bindingNavigatorSeparator2,
  143. this.bindingNavigatorAddNewItem,
  144. this.bindingNavigatorDeleteItem,
  145. this.студентыBindingNavigatorSaveItem});
  146. this.студентыBindingNavigator.Location = new System.Drawing.Point(0, 0);
  147. this.студентыBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  148. this.студентыBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  149. this.студентыBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  150. this.студентыBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  151. this.студентыBindingNavigator.Name = "студентыBindingNavigator";
  152. this.студентыBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  153. this.студентыBindingNavigator.Size = new System.Drawing.Size(529, 25);
  154. this.студентыBindingNavigator.TabIndex = 1;
  155. this.студентыBindingNavigator.Text = "bindingNavigator1";
  156. //
  157. // bindingNavigatorMoveFirstItem
  158. //
  159. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  160. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  161. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  162. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  163. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  164. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  165. //
  166. // bindingNavigatorMovePreviousItem
  167. //
  168. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  169. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  170. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  171. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  172. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  173. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  174. //
  175. // bindingNavigatorSeparator
  176. //
  177. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  178. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  179. //
  180. // bindingNavigatorPositionItem
  181. //
  182. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  183. this.bindingNavigatorPositionItem.AutoSize = false;
  184. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  185. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  186. this.bindingNavigatorPositionItem.Text = "0";
  187. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  188. //
  189. // bindingNavigatorCountItem
  190. //
  191. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  192. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  193. this.bindingNavigatorCountItem.Text = "для {0}";
  194. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  195. //
  196. // bindingNavigatorSeparator1
  197. //
  198. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  199. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  200. //
  201. // bindingNavigatorMoveNextItem
  202. //
  203. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  204. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  205. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  206. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  207. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  208. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  209. //
  210. // bindingNavigatorMoveLastItem
  211. //
  212. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  213. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  214. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  215. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  216. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  217. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  218. //
  219. // bindingNavigatorSeparator2
  220. //
  221. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  222. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  223. //
  224. // bindingNavigatorAddNewItem
  225. //
  226. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  227. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  228. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  229. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  230. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  231. this.bindingNavigatorAddNewItem.Text = "Добавить";
  232. //
  233. // bindingNavigatorDeleteItem
  234. //
  235. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  236. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  237. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  238. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  239. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  240. this.bindingNavigatorDeleteItem.Text = "Удалить";
  241. //
  242. // студентыBindingNavigatorSaveItem
  243. //
  244. this.студентыBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  245. this.студентыBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("студентыBindingNavigatorSaveItem.Image")));
  246. this.студентыBindingNavigatorSaveItem.Name = "студентыBindingNavigatorSaveItem";
  247. this.студентыBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  248. this.студентыBindingNavigatorSaveItem.Text = "Сохранить данные";
  249. this.студентыBindingNavigatorSaveItem.Click += new System.EventHandler(this.студентыBindingNavigatorSaveItem_Click);
  250. //
  251. // фИОLabel
  252. //
  253. фИОLabel.AutoSize = true;
  254. фИОLabel.Location = new System.Drawing.Point(125, 98);
  255. фИОLabel.Name = "фИОLabel";
  256. фИОLabel.Size = new System.Drawing.Size(37, 13);
  257. фИОLabel.TabIndex = 2;
  258. фИОLabel.Text = "ФИО:";
  259. //
  260. // фИОTextBox
  261. //
  262. this.фИОTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "ФИО", true));
  263. this.фИОTextBox.Location = new System.Drawing.Point(173, 98);
  264. this.фИОTextBox.Name = "фИОTextBox";
  265. this.фИОTextBox.Size = new System.Drawing.Size(100, 20);
  266. this.фИОTextBox.TabIndex = 3;
  267. //
  268. // полLabel
  269. //
  270. полLabel.AutoSize = true;
  271. полLabel.Location = new System.Drawing.Point(132, 128);
  272. полLabel.Name = "полLabel";
  273. полLabel.Size = new System.Drawing.Size(30, 13);
  274. полLabel.TabIndex = 4;
  275. полLabel.Text = "Пол:";
  276. //
  277. // полTextBox
  278. //
  279. this.полTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Пол", true));
  280. this.полTextBox.Location = new System.Drawing.Point(168, 128);
  281. this.полTextBox.Name = "полTextBox";
  282. this.полTextBox.Size = new System.Drawing.Size(100, 20);
  283. this.полTextBox.TabIndex = 5;
  284. //
  285. // дата_рожденияLabel
  286. //
  287. дата_рожденияLabel.AutoSize = true;
  288. дата_рожденияLabel.Location = new System.Drawing.Point(73, 156);
  289. дата_рожденияLabel.Name = "дата_рожденияLabel";
  290. дата_рожденияLabel.Size = new System.Drawing.Size(89, 13);
  291. дата_рожденияLabel.TabIndex = 6;
  292. дата_рожденияLabel.Text = "Дата рождения:";
  293. //
  294. // дата_рожденияDateTimePicker
  295. //
  296. this.дата_рожденияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.студентыBindingSource, "Дата рождения", true));
  297. this.дата_рожденияDateTimePicker.Location = new System.Drawing.Point(168, 156);
  298. this.дата_рожденияDateTimePicker.Name = "дата_рожденияDateTimePicker";
  299. this.дата_рожденияDateTimePicker.Size = new System.Drawing.Size(200, 20);
  300. this.дата_рожденияDateTimePicker.TabIndex = 7;
  301. //
  302. // родителиLabel
  303. //
  304. родителиLabel.AutoSize = true;
  305. родителиLabel.Location = new System.Drawing.Point(104, 187);
  306. родителиLabel.Name = "родителиLabel";
  307. родителиLabel.Size = new System.Drawing.Size(58, 13);
  308. родителиLabel.TabIndex = 8;
  309. родителиLabel.Text = "Родители:";
  310. //
  311. // родителиTextBox
  312. //
  313. this.родителиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Родители", true));
  314. this.родителиTextBox.Location = new System.Drawing.Point(168, 184);
  315. this.родителиTextBox.Name = "родителиTextBox";
  316. this.родителиTextBox.Size = new System.Drawing.Size(100, 20);
  317. this.родителиTextBox.TabIndex = 9;
  318. //
  319. // адресLabel
  320. //
  321. адресLabel.AutoSize = true;
  322. адресLabel.Location = new System.Drawing.Point(121, 221);
  323. адресLabel.Name = "адресLabel";
  324. адресLabel.Size = new System.Drawing.Size(41, 13);
  325. адресLabel.TabIndex = 10;
  326. адресLabel.Text = "Адрес:";
  327. //
  328. // адресTextBox
  329. //
  330. this.адресTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Адрес", true));
  331. this.адресTextBox.Location = new System.Drawing.Point(168, 218);
  332. this.адресTextBox.Name = "адресTextBox";
  333. this.адресTextBox.Size = new System.Drawing.Size(100, 20);
  334. this.адресTextBox.TabIndex = 11;
  335. //
  336. // телефонLabel
  337. //
  338. телефонLabel.AutoSize = true;
  339. телефонLabel.Location = new System.Drawing.Point(107, 255);
  340. телефонLabel.Name = "телефонLabel";
  341. телефонLabel.Size = new System.Drawing.Size(55, 13);
  342. телефонLabel.TabIndex = 12;
  343. телефонLabel.Text = "Телефон:";
  344. //
  345. // телефонTextBox
  346. //
  347. this.телефонTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Телефон", true));
  348. this.телефонTextBox.Location = new System.Drawing.Point(168, 252);
  349. this.телефонTextBox.Name = "телефонTextBox";
  350. this.телефонTextBox.Size = new System.Drawing.Size(100, 20);
  351. this.телефонTextBox.TabIndex = 13;
  352. //
  353. // паспортные_данныеLabel
  354. //
  355. паспортные_данныеLabel.AutoSize = true;
  356. паспортные_данныеLabel.Location = new System.Drawing.Point(48, 290);
  357. паспортные_данныеLabel.Name = "паспортные_данныеLabel";
  358. паспортные_данныеLabel.Size = new System.Drawing.Size(114, 13);
  359. паспортные_данныеLabel.TabIndex = 14;
  360. паспортные_данныеLabel.Text = "Паспортные данные:";
  361. //
  362. // паспортные_данныеTextBox
  363. //
  364. this.паспортные_данныеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Паспортные данные", true));
  365. this.паспортные_данныеTextBox.Location = new System.Drawing.Point(168, 287);
  366. this.паспортные_данныеTextBox.Name = "паспортные_данныеTextBox";
  367. this.паспортные_данныеTextBox.Size = new System.Drawing.Size(100, 20);
  368. this.паспортные_данныеTextBox.TabIndex = 15;
  369. //
  370. // номер_зачеткиLabel
  371. //
  372. номер_зачеткиLabel.AutoSize = true;
  373. номер_зачеткиLabel.Location = new System.Drawing.Point(75, 326);
  374. номер_зачеткиLabel.Name = "номер_зачеткиLabel";
  375. номер_зачеткиLabel.Size = new System.Drawing.Size(87, 13);
  376. номер_зачеткиLabel.TabIndex = 16;
  377. номер_зачеткиLabel.Text = "Номер зачетки:";
  378. //
  379. // номер_зачеткиTextBox
  380. //
  381. this.номер_зачеткиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Номер зачетки", true));
  382. this.номер_зачеткиTextBox.Location = new System.Drawing.Point(168, 323);
  383. this.номер_зачеткиTextBox.Name = "номер_зачеткиTextBox";
  384. this.номер_зачеткиTextBox.Size = new System.Drawing.Size(100, 20);
  385. this.номер_зачеткиTextBox.TabIndex = 17;
  386. //
  387. // дата_поступленияLabel
  388. //
  389. дата_поступленияLabel.AutoSize = true;
  390. дата_поступленияLabel.Location = new System.Drawing.Point(59, 362);
  391. дата_поступленияLabel.Name = "дата_поступленияLabel";
  392. дата_поступленияLabel.Size = new System.Drawing.Size(103, 13);
  393. дата_поступленияLabel.TabIndex = 18;
  394. дата_поступленияLabel.Text = "Дата поступления:";
  395. //
  396. // дата_поступленияDateTimePicker
  397. //
  398. this.дата_поступленияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.студентыBindingSource, "Дата поступления", true));
  399. this.дата_поступленияDateTimePicker.Location = new System.Drawing.Point(168, 358);
  400. this.дата_поступленияDateTimePicker.Name = "дата_поступленияDateTimePicker";
  401. this.дата_поступленияDateTimePicker.Size = new System.Drawing.Size(200, 20);
  402. this.дата_поступленияDateTimePicker.TabIndex = 19;
  403. //
  404. // группаLabel
  405. //
  406. группаLabel.AutoSize = true;
  407. группаLabel.Location = new System.Drawing.Point(117, 400);
  408. группаLabel.Name = "группаLabel";
  409. группаLabel.Size = new System.Drawing.Size(45, 13);
  410. группаLabel.TabIndex = 20;
  411. группаLabel.Text = "Группа:";
  412. //
  413. // группаTextBox
  414. //
  415. this.группаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Группа", true));
  416. this.группаTextBox.Location = new System.Drawing.Point(168, 397);
  417. this.группаTextBox.Name = "группаTextBox";
  418. this.группаTextBox.Size = new System.Drawing.Size(100, 20);
  419. this.группаTextBox.TabIndex = 21;
  420. //
  421. // курсLabel
  422. //
  423. курсLabel.AutoSize = true;
  424. курсLabel.Location = new System.Drawing.Point(128, 435);
  425. курсLabel.Name = "курсLabel";
  426. курсLabel.Size = new System.Drawing.Size(34, 13);
  427. курсLabel.TabIndex = 22;
  428. курсLabel.Text = "Курс:";
  429. //
  430. // курсTextBox
  431. //
  432. this.курсTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Курс", true));
  433. this.курсTextBox.Location = new System.Drawing.Point(168, 432);
  434. this.курсTextBox.Name = "курсTextBox";
  435. this.курсTextBox.Size = new System.Drawing.Size(100, 20);
  436. this.курсTextBox.TabIndex = 23;
  437. //
  438. // код_специальностиLabel
  439. //
  440. код_специальностиLabel.AutoSize = true;
  441. код_специальностиLabel.Location = new System.Drawing.Point(53, 465);
  442. код_специальностиLabel.Name = "код_специальностиLabel";
  443. код_специальностиLabel.Size = new System.Drawing.Size(109, 13);
  444. код_специальностиLabel.TabIndex = 24;
  445. код_специальностиLabel.Text = "Код специальности:";
  446. //
  447. // код_специальностиTextBox
  448. //
  449. this.код_специальностиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Код специальности", true));
  450. this.код_специальностиTextBox.Location = new System.Drawing.Point(168, 462);
  451. this.код_специальностиTextBox.Name = "код_специальностиTextBox";
  452. this.код_специальностиTextBox.Size = new System.Drawing.Size(100, 20);
  453. this.код_специальностиTextBox.TabIndex = 25;
  454. //
  455. // очная_форма_обученияLabel
  456. //
  457. очная_форма_обученияLabel.AutoSize = true;
  458. очная_форма_обученияLabel.Location = new System.Drawing.Point(35, 500);
  459. очная_форма_обученияLabel.Name = "очная_форма_обученияLabel";
  460. очная_форма_обученияLabel.Size = new System.Drawing.Size(127, 13);
  461. очная_форма_обученияLabel.TabIndex = 26;
  462. очная_форма_обученияLabel.Text = "Очная форма обучения:";
  463. //
  464. // очная_форма_обученияCheckBox
  465. //
  466. this.очная_форма_обученияCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.студентыBindingSource, "Очная форма обучения", true));
  467. this.очная_форма_обученияCheckBox.Location = new System.Drawing.Point(168, 495);
  468. this.очная_форма_обученияCheckBox.Name = "очная_форма_обученияCheckBox";
  469. this.очная_форма_обученияCheckBox.Size = new System.Drawing.Size(104, 24);
  470. this.очная_форма_обученияCheckBox.TabIndex = 27;
  471. this.очная_форма_обученияCheckBox.Text = "checkBox1";
  472. this.очная_форма_обученияCheckBox.UseVisualStyleBackColor = true;
  473. //
  474. // Form4
  475. //
  476. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  477. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  478. this.ClientSize = new System.Drawing.Size(529, 539);
  479. this.Controls.Add(очная_форма_обученияLabel);
  480. this.Controls.Add(this.очная_форма_обученияCheckBox);
  481. this.Controls.Add(код_специальностиLabel);
  482. this.Controls.Add(this.код_специальностиTextBox);
  483. this.Controls.Add(курсLabel);
  484. this.Controls.Add(this.курсTextBox);
  485. this.Controls.Add(группаLabel);
  486. this.Controls.Add(this.группаTextBox);
  487. this.Controls.Add(дата_поступленияLabel);
  488. this.Controls.Add(this.дата_поступленияDateTimePicker);
  489. this.Controls.Add(номер_зачеткиLabel);
  490. this.Controls.Add(this.номер_зачеткиTextBox);
  491. this.Controls.Add(паспортные_данныеLabel);
  492. this.Controls.Add(this.паспортные_данныеTextBox);
  493. this.Controls.Add(телефонLabel);
  494. this.Controls.Add(this.телефонTextBox);
  495. this.Controls.Add(адресLabel);
  496. this.Controls.Add(this.адресTextBox);
  497. this.Controls.Add(родителиLabel);
  498. this.Controls.Add(this.родителиTextBox);
  499. this.Controls.Add(дата_рожденияLabel);
  500. this.Controls.Add(this.дата_рожденияDateTimePicker);
  501. this.Controls.Add(полLabel);
  502. this.Controls.Add(this.полTextBox);
  503. this.Controls.Add(фИОLabel);
  504. this.Controls.Add(this.фИОTextBox);
  505. this.Controls.Add(this.студентыBindingNavigator);
  506. this.Controls.Add(this.label1);
  507. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  508. this.MaximizeBox = false;
  509. this.MinimizeBox = false;
  510. this.Name = "Form4";
  511. this.Text = "Талица \"Студенты\"";
  512. this.Load += new System.EventHandler(this.Form4_Load);
  513. ((System.ComponentModel.ISupportInitialize)(this.рожковDataSet)).EndInit();
  514. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingSource)).EndInit();
  515. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingNavigator)).EndInit();
  516. this.студентыBindingNavigator.ResumeLayout(false);
  517. this.студентыBindingNavigator.PerformLayout();
  518. this.ResumeLayout(false);
  519. this.PerformLayout();
  520. }
  521. #endregion
  522. private System.Windows.Forms.Label label1;
  523. private РожковDataSet рожковDataSet;
  524. private System.Windows.Forms.BindingSource студентыBindingSource;
  525. private РожковDataSetTableAdapters.СтудентыTableAdapter студентыTableAdapter;
  526. private РожковDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  527. private System.Windows.Forms.BindingNavigator студентыBindingNavigator;
  528. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  529. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  530. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  531. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  532. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  533. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  534. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  535. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  536. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  537. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  538. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  539. private System.Windows.Forms.ToolStripButton студентыBindingNavigatorSaveItem;
  540. private System.Windows.Forms.TextBox фИОTextBox;
  541. private System.Windows.Forms.TextBox полTextBox;
  542. private System.Windows.Forms.DateTimePicker дата_рожденияDateTimePicker;
  543. private System.Windows.Forms.TextBox родителиTextBox;
  544. private System.Windows.Forms.TextBox адресTextBox;
  545. private System.Windows.Forms.TextBox телефонTextBox;
  546. private System.Windows.Forms.TextBox паспортные_данныеTextBox;
  547. private System.Windows.Forms.TextBox номер_зачеткиTextBox;
  548. private System.Windows.Forms.DateTimePicker дата_поступленияDateTimePicker;
  549. private System.Windows.Forms.TextBox группаTextBox;
  550. private System.Windows.Forms.TextBox курсTextBox;
  551. private System.Windows.Forms.TextBox код_специальностиTextBox;
  552. private System.Windows.Forms.CheckBox очная_форма_обученияCheckBox;
  553. }
  554. }