Form4.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705
  1. 
  2. namespace GrogprenkoIS32
  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.Windows.Forms.Label фИОLabel;
  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 курсLabel1;
  39. System.Windows.Forms.Label полLabel1;
  40. System.Windows.Forms.Label родителиLabel1;
  41. System.Windows.Forms.Label код_специальностиLabel1;
  42. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form4));
  43. System.Windows.Forms.Label группаLabel;
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.iS32GrigorenkoStudentsDataSet = new GrogprenkoIS32.IS32GrigorenkoStudentsDataSet();
  46. this.студентыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  47. this.студентыTableAdapter = new GrogprenkoIS32.IS32GrigorenkoStudentsDataSetTableAdapters.СтудентыTableAdapter();
  48. this.tableAdapterManager = new GrogprenkoIS32.IS32GrigorenkoStudentsDataSetTableAdapters.TableAdapterManager();
  49. this.студентыBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  50. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  51. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  52. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  53. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  54. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  55. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  56. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  57. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  58. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  59. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  60. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  61. this.студентыBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  62. this.фИОTextBox = new System.Windows.Forms.TextBox();
  63. this.дата_рожденияDateTimePicker = new System.Windows.Forms.DateTimePicker();
  64. this.адресTextBox = new System.Windows.Forms.TextBox();
  65. this.дата_поступленияDateTimePicker = new System.Windows.Forms.DateTimePicker();
  66. this.очная_форма_обученияCheckBox = new System.Windows.Forms.CheckBox();
  67. this.button1 = new System.Windows.Forms.Button();
  68. this.button2 = new System.Windows.Forms.Button();
  69. this.button3 = new System.Windows.Forms.Button();
  70. this.button4 = new System.Windows.Forms.Button();
  71. this.button5 = new System.Windows.Forms.Button();
  72. this.button6 = new System.Windows.Forms.Button();
  73. this.button7 = new System.Windows.Forms.Button();
  74. this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
  75. this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
  76. this.maskedTextBox3 = new System.Windows.Forms.MaskedTextBox();
  77. this.курсNumericUpDown = new System.Windows.Forms.NumericUpDown();
  78. this.полComboBox = new System.Windows.Forms.ComboBox();
  79. this.родителиComboBox = new System.Windows.Forms.ComboBox();
  80. this.код_специальностиComboBox = new System.Windows.Forms.ComboBox();
  81. this.студентыBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
  82. this.специальностиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  83. this.студентыBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  84. this.специальностиTableAdapter = new GrogprenkoIS32.IS32GrigorenkoStudentsDataSetTableAdapters.СпециальностиTableAdapter();
  85. this.группаTextBox = new System.Windows.Forms.TextBox();
  86. фИОLabel = new System.Windows.Forms.Label();
  87. дата_рожденияLabel = new System.Windows.Forms.Label();
  88. адресLabel = new System.Windows.Forms.Label();
  89. телефонLabel = new System.Windows.Forms.Label();
  90. паспортные_данныеLabel = new System.Windows.Forms.Label();
  91. номер_зачеткиLabel = new System.Windows.Forms.Label();
  92. дата_поступленияLabel = new System.Windows.Forms.Label();
  93. очная_форма_обученияLabel = new System.Windows.Forms.Label();
  94. курсLabel1 = new System.Windows.Forms.Label();
  95. полLabel1 = new System.Windows.Forms.Label();
  96. родителиLabel1 = new System.Windows.Forms.Label();
  97. код_специальностиLabel1 = new System.Windows.Forms.Label();
  98. группаLabel = new System.Windows.Forms.Label();
  99. ((System.ComponentModel.ISupportInitialize)(this.iS32GrigorenkoStudentsDataSet)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingSource)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingNavigator)).BeginInit();
  102. this.студентыBindingNavigator.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.курсNumericUpDown)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingSource2)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.специальностиBindingSource)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingSource1)).BeginInit();
  107. this.SuspendLayout();
  108. //
  109. // фИОLabel
  110. //
  111. фИОLabel.AutoSize = true;
  112. фИОLabel.Location = new System.Drawing.Point(94, 88);
  113. фИОLabel.Name = "фИОLabel";
  114. фИОLabel.Size = new System.Drawing.Size(37, 13);
  115. фИОLabel.TabIndex = 2;
  116. фИОLabel.Text = "ФИО:";
  117. //
  118. // дата_рожденияLabel
  119. //
  120. дата_рожденияLabel.AutoSize = true;
  121. дата_рожденияLabel.Location = new System.Drawing.Point(42, 141);
  122. дата_рожденияLabel.Name = "дата_рожденияLabel";
  123. дата_рожденияLabel.Size = new System.Drawing.Size(89, 13);
  124. дата_рожденияLabel.TabIndex = 6;
  125. дата_рожденияLabel.Text = "Дата рождения:";
  126. //
  127. // адресLabel
  128. //
  129. адресLabel.AutoSize = true;
  130. адресLabel.Location = new System.Drawing.Point(90, 192);
  131. адресLabel.Name = "адресLabel";
  132. адресLabel.Size = new System.Drawing.Size(41, 13);
  133. адресLabel.TabIndex = 10;
  134. адресLabel.Text = "Адрес:";
  135. //
  136. // телефонLabel
  137. //
  138. телефонLabel.AutoSize = true;
  139. телефонLabel.Location = new System.Drawing.Point(76, 218);
  140. телефонLabel.Name = "телефонLabel";
  141. телефонLabel.Size = new System.Drawing.Size(55, 13);
  142. телефонLabel.TabIndex = 12;
  143. телефонLabel.Text = "Телефон:";
  144. //
  145. // паспортные_данныеLabel
  146. //
  147. паспортные_данныеLabel.AutoSize = true;
  148. паспортные_данныеLabel.Location = new System.Drawing.Point(17, 244);
  149. паспортные_данныеLabel.Name = "паспортные_данныеLabel";
  150. паспортные_данныеLabel.Size = new System.Drawing.Size(114, 13);
  151. паспортные_данныеLabel.TabIndex = 14;
  152. паспортные_данныеLabel.Text = "Паспортные данные:";
  153. //
  154. // номер_зачеткиLabel
  155. //
  156. номер_зачеткиLabel.AutoSize = true;
  157. номер_зачеткиLabel.Location = new System.Drawing.Point(44, 270);
  158. номер_зачеткиLabel.Name = "номер_зачеткиLabel";
  159. номер_зачеткиLabel.Size = new System.Drawing.Size(87, 13);
  160. номер_зачеткиLabel.TabIndex = 16;
  161. номер_зачеткиLabel.Text = "Номер зачетки:";
  162. //
  163. // дата_поступленияLabel
  164. //
  165. дата_поступленияLabel.AutoSize = true;
  166. дата_поступленияLabel.Location = new System.Drawing.Point(28, 297);
  167. дата_поступленияLabel.Name = "дата_поступленияLabel";
  168. дата_поступленияLabel.Size = new System.Drawing.Size(103, 13);
  169. дата_поступленияLabel.TabIndex = 18;
  170. дата_поступленияLabel.Text = "Дата поступления:";
  171. //
  172. // очная_форма_обученияLabel
  173. //
  174. очная_форма_обученияLabel.AutoSize = true;
  175. очная_форма_обученияLabel.Location = new System.Drawing.Point(4, 402);
  176. очная_форма_обученияLabel.Name = "очная_форма_обученияLabel";
  177. очная_форма_обученияLabel.Size = new System.Drawing.Size(127, 13);
  178. очная_форма_обученияLabel.TabIndex = 26;
  179. очная_форма_обученияLabel.Text = "Очная форма обучения:";
  180. //
  181. // курсLabel1
  182. //
  183. курсLabel1.AutoSize = true;
  184. курсLabel1.Location = new System.Drawing.Point(97, 347);
  185. курсLabel1.Name = "курсLabel1";
  186. курсLabel1.Size = new System.Drawing.Size(34, 13);
  187. курсLabel1.TabIndex = 44;
  188. курсLabel1.Text = "Курс:";
  189. //
  190. // полLabel1
  191. //
  192. полLabel1.AutoSize = true;
  193. полLabel1.Location = new System.Drawing.Point(100, 113);
  194. полLabel1.Name = "полLabel1";
  195. полLabel1.Size = new System.Drawing.Size(30, 13);
  196. полLabel1.TabIndex = 45;
  197. полLabel1.Text = "Пол:";
  198. //
  199. // родителиLabel1
  200. //
  201. родителиLabel1.AutoSize = true;
  202. родителиLabel1.Location = new System.Drawing.Point(72, 168);
  203. родителиLabel1.Name = "родителиLabel1";
  204. родителиLabel1.Size = new System.Drawing.Size(58, 13);
  205. родителиLabel1.TabIndex = 46;
  206. родителиLabel1.Text = "Родители:";
  207. //
  208. // код_специальностиLabel1
  209. //
  210. код_специальностиLabel1.AutoSize = true;
  211. код_специальностиLabel1.Location = new System.Drawing.Point(22, 378);
  212. код_специальностиLabel1.Name = "код_специальностиLabel1";
  213. код_специальностиLabel1.Size = new System.Drawing.Size(109, 13);
  214. код_специальностиLabel1.TabIndex = 47;
  215. код_специальностиLabel1.Text = "Код специальности:";
  216. //
  217. // label1
  218. //
  219. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  220. this.label1.ForeColor = System.Drawing.Color.DarkBlue;
  221. this.label1.Location = new System.Drawing.Point(73, 25);
  222. this.label1.Name = "label1";
  223. this.label1.Size = new System.Drawing.Size(237, 34);
  224. this.label1.TabIndex = 0;
  225. this.label1.Text = "Таблица \"Студенты\"";
  226. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  227. //
  228. // iS32GrigorenkoStudentsDataSet
  229. //
  230. this.iS32GrigorenkoStudentsDataSet.DataSetName = "IS32GrigorenkoStudentsDataSet";
  231. this.iS32GrigorenkoStudentsDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  232. //
  233. // студентыBindingSource
  234. //
  235. this.студентыBindingSource.DataMember = "Студенты";
  236. this.студентыBindingSource.DataSource = this.iS32GrigorenkoStudentsDataSet;
  237. //
  238. // студентыTableAdapter
  239. //
  240. this.студентыTableAdapter.ClearBeforeFill = true;
  241. //
  242. // tableAdapterManager
  243. //
  244. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  245. this.tableAdapterManager.UpdateOrder = GrogprenkoIS32.IS32GrigorenkoStudentsDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  246. this.tableAdapterManager.ОценкиTableAdapter = null;
  247. this.tableAdapterManager.ПредметыTableAdapter = null;
  248. this.tableAdapterManager.СпециальностиTableAdapter = null;
  249. this.tableAdapterManager.СтудентыTableAdapter = this.студентыTableAdapter;
  250. //
  251. // студентыBindingNavigator
  252. //
  253. this.студентыBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  254. this.студентыBindingNavigator.BindingSource = this.студентыBindingSource;
  255. this.студентыBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  256. this.студентыBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  257. this.студентыBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  258. this.bindingNavigatorMoveFirstItem,
  259. this.bindingNavigatorMovePreviousItem,
  260. this.bindingNavigatorSeparator,
  261. this.bindingNavigatorPositionItem,
  262. this.bindingNavigatorCountItem,
  263. this.bindingNavigatorSeparator1,
  264. this.bindingNavigatorMoveNextItem,
  265. this.bindingNavigatorMoveLastItem,
  266. this.bindingNavigatorSeparator2,
  267. this.bindingNavigatorAddNewItem,
  268. this.bindingNavigatorDeleteItem,
  269. this.студентыBindingNavigatorSaveItem});
  270. this.студентыBindingNavigator.Location = new System.Drawing.Point(0, 0);
  271. this.студентыBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  272. this.студентыBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  273. this.студентыBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  274. this.студентыBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  275. this.студентыBindingNavigator.Name = "студентыBindingNavigator";
  276. this.студентыBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  277. this.студентыBindingNavigator.Size = new System.Drawing.Size(414, 25);
  278. this.студентыBindingNavigator.TabIndex = 1;
  279. this.студентыBindingNavigator.Text = "bindingNavigator1";
  280. //
  281. // bindingNavigatorAddNewItem
  282. //
  283. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  284. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  285. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  286. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  287. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  288. this.bindingNavigatorAddNewItem.Text = "Добавить";
  289. //
  290. // bindingNavigatorCountItem
  291. //
  292. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  293. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  294. this.bindingNavigatorCountItem.Text = "для {0}";
  295. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  296. //
  297. // bindingNavigatorDeleteItem
  298. //
  299. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  300. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  301. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  302. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  303. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  304. this.bindingNavigatorDeleteItem.Text = "Удалить";
  305. //
  306. // bindingNavigatorMoveFirstItem
  307. //
  308. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  309. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  310. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  311. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  312. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  313. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  314. //
  315. // bindingNavigatorMovePreviousItem
  316. //
  317. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  318. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  319. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  320. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  321. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  322. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  323. //
  324. // bindingNavigatorSeparator
  325. //
  326. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  327. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  328. //
  329. // bindingNavigatorPositionItem
  330. //
  331. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  332. this.bindingNavigatorPositionItem.AutoSize = false;
  333. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  334. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  335. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  336. this.bindingNavigatorPositionItem.Text = "0";
  337. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  338. //
  339. // bindingNavigatorSeparator1
  340. //
  341. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  342. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  343. //
  344. // bindingNavigatorMoveNextItem
  345. //
  346. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  347. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  348. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  349. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  350. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  351. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  352. //
  353. // bindingNavigatorMoveLastItem
  354. //
  355. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  356. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  357. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  358. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  359. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  360. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  361. //
  362. // bindingNavigatorSeparator2
  363. //
  364. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  365. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  366. //
  367. // студентыBindingNavigatorSaveItem
  368. //
  369. this.студентыBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  370. this.студентыBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("студентыBindingNavigatorSaveItem.Image")));
  371. this.студентыBindingNavigatorSaveItem.Name = "студентыBindingNavigatorSaveItem";
  372. this.студентыBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  373. this.студентыBindingNavigatorSaveItem.Text = "Сохранить данные";
  374. this.студентыBindingNavigatorSaveItem.Click += new System.EventHandler(this.студентыBindingNavigatorSaveItem_Click);
  375. //
  376. // фИОTextBox
  377. //
  378. this.фИОTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "ФИО", true));
  379. this.фИОTextBox.Location = new System.Drawing.Point(137, 85);
  380. this.фИОTextBox.Name = "фИОTextBox";
  381. this.фИОTextBox.Size = new System.Drawing.Size(200, 20);
  382. this.фИОTextBox.TabIndex = 3;
  383. //
  384. // дата_рожденияDateTimePicker
  385. //
  386. this.дата_рожденияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.студентыBindingSource, "Дата рождения", true));
  387. this.дата_рожденияDateTimePicker.Location = new System.Drawing.Point(137, 137);
  388. this.дата_рожденияDateTimePicker.Name = "дата_рожденияDateTimePicker";
  389. this.дата_рожденияDateTimePicker.Size = new System.Drawing.Size(200, 20);
  390. this.дата_рожденияDateTimePicker.TabIndex = 7;
  391. //
  392. // адресTextBox
  393. //
  394. this.адресTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Адрес", true));
  395. this.адресTextBox.Location = new System.Drawing.Point(137, 189);
  396. this.адресTextBox.Name = "адресTextBox";
  397. this.адресTextBox.Size = new System.Drawing.Size(200, 20);
  398. this.адресTextBox.TabIndex = 11;
  399. //
  400. // дата_поступленияDateTimePicker
  401. //
  402. this.дата_поступленияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.студентыBindingSource, "Дата поступления", true));
  403. this.дата_поступленияDateTimePicker.Location = new System.Drawing.Point(137, 293);
  404. this.дата_поступленияDateTimePicker.Name = "дата_поступленияDateTimePicker";
  405. this.дата_поступленияDateTimePicker.Size = new System.Drawing.Size(200, 20);
  406. this.дата_поступленияDateTimePicker.TabIndex = 19;
  407. //
  408. // очная_форма_обученияCheckBox
  409. //
  410. this.очная_форма_обученияCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.студентыBindingSource, "Очная форма обучения", true));
  411. this.очная_форма_обученияCheckBox.Location = new System.Drawing.Point(137, 397);
  412. this.очная_форма_обученияCheckBox.Name = "очная_форма_обученияCheckBox";
  413. this.очная_форма_обученияCheckBox.Size = new System.Drawing.Size(104, 24);
  414. this.очная_форма_обученияCheckBox.TabIndex = 27;
  415. this.очная_форма_обученияCheckBox.UseVisualStyleBackColor = true;
  416. //
  417. // button1
  418. //
  419. this.button1.Location = new System.Drawing.Point(25, 463);
  420. this.button1.Name = "button1";
  421. this.button1.Size = new System.Drawing.Size(113, 23);
  422. this.button1.TabIndex = 28;
  423. this.button1.Text = "Первая";
  424. this.button1.UseVisualStyleBackColor = true;
  425. this.button1.Click += new System.EventHandler(this.button1_Click);
  426. //
  427. // button2
  428. //
  429. this.button2.Location = new System.Drawing.Point(144, 463);
  430. this.button2.Name = "button2";
  431. this.button2.Size = new System.Drawing.Size(112, 23);
  432. this.button2.TabIndex = 30;
  433. this.button2.Text = "Предыдущая";
  434. this.button2.UseVisualStyleBackColor = true;
  435. this.button2.Click += new System.EventHandler(this.button2_Click);
  436. //
  437. // button3
  438. //
  439. this.button3.Location = new System.Drawing.Point(262, 463);
  440. this.button3.Name = "button3";
  441. this.button3.Size = new System.Drawing.Size(101, 23);
  442. this.button3.TabIndex = 32;
  443. this.button3.Text = "Добавить";
  444. this.button3.UseVisualStyleBackColor = true;
  445. this.button3.Click += new System.EventHandler(this.button3_Click);
  446. //
  447. // button4
  448. //
  449. this.button4.Location = new System.Drawing.Point(25, 492);
  450. this.button4.Name = "button4";
  451. this.button4.Size = new System.Drawing.Size(113, 23);
  452. this.button4.TabIndex = 34;
  453. this.button4.Text = "Последняя";
  454. this.button4.UseVisualStyleBackColor = true;
  455. this.button4.Click += new System.EventHandler(this.button4_Click);
  456. //
  457. // button5
  458. //
  459. this.button5.Location = new System.Drawing.Point(144, 492);
  460. this.button5.Name = "button5";
  461. this.button5.Size = new System.Drawing.Size(112, 23);
  462. this.button5.TabIndex = 36;
  463. this.button5.Text = "Следующая";
  464. this.button5.UseVisualStyleBackColor = true;
  465. this.button5.Click += new System.EventHandler(this.button5_Click);
  466. //
  467. // button6
  468. //
  469. this.button6.Location = new System.Drawing.Point(262, 492);
  470. this.button6.Name = "button6";
  471. this.button6.Size = new System.Drawing.Size(101, 23);
  472. this.button6.TabIndex = 38;
  473. this.button6.Text = "Удалить";
  474. this.button6.UseVisualStyleBackColor = true;
  475. this.button6.Click += new System.EventHandler(this.button6_Click);
  476. //
  477. // button7
  478. //
  479. this.button7.Location = new System.Drawing.Point(144, 521);
  480. this.button7.Name = "button7";
  481. this.button7.Size = new System.Drawing.Size(112, 23);
  482. this.button7.TabIndex = 40;
  483. this.button7.Text = "Сохранить";
  484. this.button7.UseVisualStyleBackColor = true;
  485. this.button7.Click += new System.EventHandler(this.button7_Click);
  486. //
  487. // maskedTextBox1
  488. //
  489. this.maskedTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Телефон", true));
  490. this.maskedTextBox1.Location = new System.Drawing.Point(137, 215);
  491. this.maskedTextBox1.Mask = "+7 (999) 000-0000";
  492. this.maskedTextBox1.Name = "maskedTextBox1";
  493. this.maskedTextBox1.Size = new System.Drawing.Size(199, 20);
  494. this.maskedTextBox1.TabIndex = 41;
  495. //
  496. // maskedTextBox2
  497. //
  498. this.maskedTextBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Паспортные данные", true));
  499. this.maskedTextBox2.Location = new System.Drawing.Point(137, 241);
  500. this.maskedTextBox2.Mask = "0000-000000";
  501. this.maskedTextBox2.Name = "maskedTextBox2";
  502. this.maskedTextBox2.Size = new System.Drawing.Size(199, 20);
  503. this.maskedTextBox2.TabIndex = 42;
  504. //
  505. // maskedTextBox3
  506. //
  507. this.maskedTextBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Номер зачетки", true));
  508. this.maskedTextBox3.Location = new System.Drawing.Point(137, 267);
  509. this.maskedTextBox3.Mask = "00000";
  510. this.maskedTextBox3.Name = "maskedTextBox3";
  511. this.maskedTextBox3.Size = new System.Drawing.Size(199, 20);
  512. this.maskedTextBox3.TabIndex = 43;
  513. this.maskedTextBox3.ValidatingType = typeof(int);
  514. //
  515. // курсNumericUpDown
  516. //
  517. this.курсNumericUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.студентыBindingSource, "Курс", true));
  518. this.курсNumericUpDown.Location = new System.Drawing.Point(137, 345);
  519. this.курсNumericUpDown.Name = "курсNumericUpDown";
  520. this.курсNumericUpDown.Size = new System.Drawing.Size(199, 20);
  521. this.курсNumericUpDown.TabIndex = 45;
  522. //
  523. // полComboBox
  524. //
  525. this.полComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Пол", true));
  526. this.полComboBox.FormattingEnabled = true;
  527. this.полComboBox.Items.AddRange(new object[] {
  528. "Мужской",
  529. "Женский"});
  530. this.полComboBox.Location = new System.Drawing.Point(136, 110);
  531. this.полComboBox.Name = "полComboBox";
  532. this.полComboBox.Size = new System.Drawing.Size(201, 21);
  533. this.полComboBox.TabIndex = 46;
  534. //
  535. // родителиComboBox
  536. //
  537. this.родителиComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Родители", true));
  538. this.родителиComboBox.FormattingEnabled = true;
  539. this.родителиComboBox.Items.AddRange(new object[] {
  540. "Отец и Мать",
  541. "Мать",
  542. "Отец",
  543. "Нет"});
  544. this.родителиComboBox.Location = new System.Drawing.Point(136, 162);
  545. this.родителиComboBox.Name = "родителиComboBox";
  546. this.родителиComboBox.Size = new System.Drawing.Size(199, 21);
  547. this.родителиComboBox.TabIndex = 47;
  548. //
  549. // код_специальностиComboBox
  550. //
  551. this.код_специальностиComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Код специальности", true));
  552. this.код_специальностиComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.студентыBindingSource2, "Код специальности", true));
  553. this.код_специальностиComboBox.DataSource = this.специальностиBindingSource;
  554. this.код_специальностиComboBox.DisplayMember = "Наименование специальности";
  555. this.код_специальностиComboBox.FormattingEnabled = true;
  556. this.код_специальностиComboBox.Location = new System.Drawing.Point(135, 370);
  557. this.код_специальностиComboBox.Name = "код_специальностиComboBox";
  558. this.код_специальностиComboBox.Size = new System.Drawing.Size(202, 21);
  559. this.код_специальностиComboBox.TabIndex = 48;
  560. this.код_специальностиComboBox.ValueMember = "Код специальности";
  561. //
  562. // студентыBindingSource2
  563. //
  564. this.студентыBindingSource2.DataMember = "Студенты";
  565. this.студентыBindingSource2.DataSource = this.iS32GrigorenkoStudentsDataSet;
  566. //
  567. // специальностиBindingSource
  568. //
  569. this.специальностиBindingSource.DataMember = "Специальности";
  570. this.специальностиBindingSource.DataSource = this.iS32GrigorenkoStudentsDataSet;
  571. //
  572. // студентыBindingSource1
  573. //
  574. this.студентыBindingSource1.DataMember = "Студенты";
  575. this.студентыBindingSource1.DataSource = this.iS32GrigorenkoStudentsDataSet;
  576. //
  577. // специальностиTableAdapter
  578. //
  579. this.специальностиTableAdapter.ClearBeforeFill = true;
  580. //
  581. // группаLabel
  582. //
  583. группаLabel.AutoSize = true;
  584. группаLabel.Location = new System.Drawing.Point(86, 322);
  585. группаLabel.Name = "группаLabel";
  586. группаLabel.Size = new System.Drawing.Size(45, 13);
  587. группаLabel.TabIndex = 20;
  588. группаLabel.Text = "Группа:";
  589. //
  590. // группаTextBox
  591. //
  592. this.группаTextBox.Location = new System.Drawing.Point(137, 319);
  593. this.группаTextBox.Name = "группаTextBox";
  594. this.группаTextBox.Size = new System.Drawing.Size(200, 20);
  595. this.группаTextBox.TabIndex = 21;
  596. //
  597. // Form4
  598. //
  599. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  600. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  601. this.ClientSize = new System.Drawing.Size(414, 617);
  602. this.Controls.Add(код_специальностиLabel1);
  603. this.Controls.Add(this.код_специальностиComboBox);
  604. this.Controls.Add(родителиLabel1);
  605. this.Controls.Add(this.родителиComboBox);
  606. this.Controls.Add(полLabel1);
  607. this.Controls.Add(this.полComboBox);
  608. this.Controls.Add(курсLabel1);
  609. this.Controls.Add(this.курсNumericUpDown);
  610. this.Controls.Add(this.maskedTextBox3);
  611. this.Controls.Add(this.maskedTextBox2);
  612. this.Controls.Add(this.maskedTextBox1);
  613. this.Controls.Add(this.button7);
  614. this.Controls.Add(this.button6);
  615. this.Controls.Add(this.button5);
  616. this.Controls.Add(this.button4);
  617. this.Controls.Add(this.button3);
  618. this.Controls.Add(this.button2);
  619. this.Controls.Add(this.button1);
  620. this.Controls.Add(очная_форма_обученияLabel);
  621. this.Controls.Add(this.очная_форма_обученияCheckBox);
  622. this.Controls.Add(группаLabel);
  623. this.Controls.Add(this.группаTextBox);
  624. this.Controls.Add(дата_поступленияLabel);
  625. this.Controls.Add(this.дата_поступленияDateTimePicker);
  626. this.Controls.Add(номер_зачеткиLabel);
  627. this.Controls.Add(паспортные_данныеLabel);
  628. this.Controls.Add(телефонLabel);
  629. this.Controls.Add(адресLabel);
  630. this.Controls.Add(this.адресTextBox);
  631. this.Controls.Add(дата_рожденияLabel);
  632. this.Controls.Add(this.дата_рожденияDateTimePicker);
  633. this.Controls.Add(фИОLabel);
  634. this.Controls.Add(this.фИОTextBox);
  635. this.Controls.Add(this.студентыBindingNavigator);
  636. this.Controls.Add(this.label1);
  637. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  638. this.MaximizeBox = false;
  639. this.MinimizeBox = false;
  640. this.Name = "Form4";
  641. this.Text = "Таблица \"Студенты\"";
  642. this.Load += new System.EventHandler(this.Form4_Load);
  643. ((System.ComponentModel.ISupportInitialize)(this.iS32GrigorenkoStudentsDataSet)).EndInit();
  644. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingSource)).EndInit();
  645. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingNavigator)).EndInit();
  646. this.студентыBindingNavigator.ResumeLayout(false);
  647. this.студентыBindingNavigator.PerformLayout();
  648. ((System.ComponentModel.ISupportInitialize)(this.курсNumericUpDown)).EndInit();
  649. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingSource2)).EndInit();
  650. ((System.ComponentModel.ISupportInitialize)(this.специальностиBindingSource)).EndInit();
  651. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingSource1)).EndInit();
  652. this.ResumeLayout(false);
  653. this.PerformLayout();
  654. }
  655. #endregion
  656. private System.Windows.Forms.Label label1;
  657. private IS32GrigorenkoStudentsDataSet iS32GrigorenkoStudentsDataSet;
  658. private System.Windows.Forms.BindingSource студентыBindingSource;
  659. private IS32GrigorenkoStudentsDataSetTableAdapters.СтудентыTableAdapter студентыTableAdapter;
  660. private IS32GrigorenkoStudentsDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  661. private System.Windows.Forms.BindingNavigator студентыBindingNavigator;
  662. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  663. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  664. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  665. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  666. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  667. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  668. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  669. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  670. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  671. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  672. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  673. private System.Windows.Forms.ToolStripButton студентыBindingNavigatorSaveItem;
  674. private System.Windows.Forms.TextBox фИОTextBox;
  675. private System.Windows.Forms.DateTimePicker дата_рожденияDateTimePicker;
  676. private System.Windows.Forms.TextBox адресTextBox;
  677. private System.Windows.Forms.DateTimePicker дата_поступленияDateTimePicker;
  678. private System.Windows.Forms.CheckBox очная_форма_обученияCheckBox;
  679. private System.Windows.Forms.Button button1;
  680. private System.Windows.Forms.Button button2;
  681. private System.Windows.Forms.Button button3;
  682. private System.Windows.Forms.Button button4;
  683. private System.Windows.Forms.Button button5;
  684. private System.Windows.Forms.Button button6;
  685. private System.Windows.Forms.Button button7;
  686. private System.Windows.Forms.MaskedTextBox maskedTextBox1;
  687. private System.Windows.Forms.MaskedTextBox maskedTextBox2;
  688. private System.Windows.Forms.MaskedTextBox maskedTextBox3;
  689. private System.Windows.Forms.NumericUpDown курсNumericUpDown;
  690. private System.Windows.Forms.ComboBox полComboBox;
  691. private System.Windows.Forms.ComboBox родителиComboBox;
  692. private System.Windows.Forms.ComboBox код_специальностиComboBox;
  693. private System.Windows.Forms.BindingSource студентыBindingSource1;
  694. private System.Windows.Forms.BindingSource специальностиBindingSource;
  695. private IS32GrigorenkoStudentsDataSetTableAdapters.СпециальностиTableAdapter специальностиTableAdapter;
  696. private System.Windows.Forms.BindingSource студентыBindingSource2;
  697. private System.Windows.Forms.TextBox группаTextBox;
  698. }
  699. }