Form4.Designer.cs 45 KB

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