Form4.Designer.cs 44 KB

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