Form4.Designer.cs 44 KB

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