Form3.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  1. namespace Харина_Алина_Владимировн2а__18
  2. {
  3. partial class Form3
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
  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. this.label1 = new System.Windows.Forms.Label();
  36. this._Харина_Алина_Владимировна2__18DataSet = new Харина_Алина_Владимировн2а__18._Харина_Алина_Владимировна2__18DataSet();
  37. this.контрактыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  38. this.контрактыTableAdapter = new Харина_Алина_Владимировн2а__18._Харина_Алина_Владимировна2__18DataSetTableAdapters.КонтрактыTableAdapter();
  39. this.tableAdapterManager = new Харина_Алина_Владимировн2а__18._Харина_Алина_Владимировна2__18DataSetTableAdapters.TableAdapterManager();
  40. this.контрактыBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  41. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  42. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  43. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  44. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  45. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  46. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  47. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  48. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  49. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  50. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  51. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  52. this.контрактыBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  53. this.код_контрактаTextBox = new System.Windows.Forms.TextBox();
  54. this.номер_контрактаTextBox = new System.Windows.Forms.TextBox();
  55. this.дата_заключения_контрактаDateTimePicker = new System.Windows.Forms.DateTimePicker();
  56. this.срок_контракта__лет_TextBox = new System.Windows.Forms.TextBox();
  57. this.дата_расторжения_контрактаDateTimePicker = new System.Windows.Forms.DateTimePicker();
  58. this.button5 = new System.Windows.Forms.Button();
  59. this.button1 = new System.Windows.Forms.Button();
  60. this.button2 = new System.Windows.Forms.Button();
  61. this.button3 = new System.Windows.Forms.Button();
  62. this.button4 = new System.Windows.Forms.Button();
  63. код_контрактаLabel = new System.Windows.Forms.Label();
  64. номер_контрактаLabel = new System.Windows.Forms.Label();
  65. дата_заключения_контрактаLabel = new System.Windows.Forms.Label();
  66. срок_контракта__лет_Label = new System.Windows.Forms.Label();
  67. дата_расторжения_контрактаLabel = new System.Windows.Forms.Label();
  68. ((System.ComponentModel.ISupportInitialize)(this._Харина_Алина_Владимировна2__18DataSet)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.контрактыBindingSource)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.контрактыBindingNavigator)).BeginInit();
  71. this.контрактыBindingNavigator.SuspendLayout();
  72. this.SuspendLayout();
  73. //
  74. // label1
  75. //
  76. this.label1.AutoSize = true;
  77. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  78. this.label1.Location = new System.Drawing.Point(174, 30);
  79. this.label1.Name = "label1";
  80. this.label1.Size = new System.Drawing.Size(225, 25);
  81. this.label1.TabIndex = 1;
  82. this.label1.Text = "Таблица \"Контракты\"";
  83. //
  84. // _Харина_Алина_Владимировна2__18DataSet
  85. //
  86. this._Харина_Алина_Владимировна2__18DataSet.DataSetName = "_Харина_Алина_Владимировна2__18DataSet";
  87. this._Харина_Алина_Владимировна2__18DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  88. //
  89. // контрактыBindingSource
  90. //
  91. this.контрактыBindingSource.DataMember = "Контракты";
  92. this.контрактыBindingSource.DataSource = this._Харина_Алина_Владимировна2__18DataSet;
  93. //
  94. // контрактыTableAdapter
  95. //
  96. this.контрактыTableAdapter.ClearBeforeFill = true;
  97. //
  98. // tableAdapterManager
  99. //
  100. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  101. this.tableAdapterManager.UpdateOrder = Харина_Алина_Владимировн2а__18._Харина_Алина_Владимировна2__18DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  102. this.tableAdapterManager.ЗаказчикиTableAdapter = null;
  103. this.tableAdapterManager.ЗаказыTableAdapter = null;
  104. this.tableAdapterManager.КнигиTableAdapter = null;
  105. this.tableAdapterManager.КонтрактыTableAdapter = this.контрактыTableAdapter;
  106. this.tableAdapterManager.ПисателиTableAdapter = null;
  107. //
  108. // контрактыBindingNavigator
  109. //
  110. this.контрактыBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  111. this.контрактыBindingNavigator.BindingSource = this.контрактыBindingSource;
  112. this.контрактыBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  113. this.контрактыBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  114. this.контрактыBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  115. this.bindingNavigatorMoveFirstItem,
  116. this.bindingNavigatorMovePreviousItem,
  117. this.bindingNavigatorSeparator,
  118. this.bindingNavigatorPositionItem,
  119. this.bindingNavigatorCountItem,
  120. this.bindingNavigatorSeparator1,
  121. this.bindingNavigatorMoveNextItem,
  122. this.bindingNavigatorMoveLastItem,
  123. this.bindingNavigatorSeparator2,
  124. this.bindingNavigatorAddNewItem,
  125. this.bindingNavigatorDeleteItem,
  126. this.контрактыBindingNavigatorSaveItem});
  127. this.контрактыBindingNavigator.Location = new System.Drawing.Point(0, 0);
  128. this.контрактыBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  129. this.контрактыBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  130. this.контрактыBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  131. this.контрактыBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  132. this.контрактыBindingNavigator.Name = "контрактыBindingNavigator";
  133. this.контрактыBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  134. this.контрактыBindingNavigator.Size = new System.Drawing.Size(572, 25);
  135. this.контрактыBindingNavigator.TabIndex = 2;
  136. this.контрактыBindingNavigator.Text = "bindingNavigator1";
  137. //
  138. // bindingNavigatorMoveFirstItem
  139. //
  140. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  141. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  142. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  143. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  144. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  145. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  146. //
  147. // bindingNavigatorMovePreviousItem
  148. //
  149. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  150. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  151. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  152. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  153. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  154. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  155. //
  156. // bindingNavigatorSeparator
  157. //
  158. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  159. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  160. //
  161. // bindingNavigatorPositionItem
  162. //
  163. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  164. this.bindingNavigatorPositionItem.AutoSize = false;
  165. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  166. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  167. this.bindingNavigatorPositionItem.Text = "0";
  168. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  169. //
  170. // bindingNavigatorCountItem
  171. //
  172. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  173. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  174. this.bindingNavigatorCountItem.Text = "для {0}";
  175. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  176. //
  177. // bindingNavigatorSeparator1
  178. //
  179. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  180. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  181. //
  182. // bindingNavigatorMoveNextItem
  183. //
  184. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  185. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  186. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  187. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  188. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  189. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  190. //
  191. // bindingNavigatorMoveLastItem
  192. //
  193. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  194. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  195. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  196. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  197. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  198. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  199. //
  200. // bindingNavigatorSeparator2
  201. //
  202. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  203. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  204. //
  205. // bindingNavigatorAddNewItem
  206. //
  207. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  208. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  209. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  210. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  211. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  212. this.bindingNavigatorAddNewItem.Text = "Добавить";
  213. //
  214. // bindingNavigatorDeleteItem
  215. //
  216. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  217. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  218. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  219. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  220. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  221. this.bindingNavigatorDeleteItem.Text = "Удалить";
  222. //
  223. // контрактыBindingNavigatorSaveItem
  224. //
  225. this.контрактыBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  226. this.контрактыBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("контрактыBindingNavigatorSaveItem.Image")));
  227. this.контрактыBindingNavigatorSaveItem.Name = "контрактыBindingNavigatorSaveItem";
  228. this.контрактыBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  229. this.контрактыBindingNavigatorSaveItem.Text = "Сохранить данные";
  230. this.контрактыBindingNavigatorSaveItem.Click += new System.EventHandler(this.контрактыBindingNavigatorSaveItem_Click);
  231. //
  232. // код_контрактаLabel
  233. //
  234. код_контрактаLabel.AutoSize = true;
  235. код_контрактаLabel.Location = new System.Drawing.Point(138, 102);
  236. код_контрактаLabel.Name = "код_контрактаLabel";
  237. код_контрактаLabel.Size = new System.Drawing.Size(84, 13);
  238. код_контрактаLabel.TabIndex = 2;
  239. код_контрактаLabel.Text = "Код контракта:";
  240. //
  241. // код_контрактаTextBox
  242. //
  243. this.код_контрактаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.контрактыBindingSource, "Код контракта", true));
  244. this.код_контрактаTextBox.Location = new System.Drawing.Point(228, 99);
  245. this.код_контрактаTextBox.Name = "код_контрактаTextBox";
  246. this.код_контрактаTextBox.Size = new System.Drawing.Size(100, 20);
  247. this.код_контрактаTextBox.TabIndex = 3;
  248. //
  249. // номер_контрактаLabel
  250. //
  251. номер_контрактаLabel.AutoSize = true;
  252. номер_контрактаLabel.Location = new System.Drawing.Point(123, 155);
  253. номер_контрактаLabel.Name = "номер_контрактаLabel";
  254. номер_контрактаLabel.Size = new System.Drawing.Size(99, 13);
  255. номер_контрактаLabel.TabIndex = 4;
  256. номер_контрактаLabel.Text = "Номер контракта:";
  257. //
  258. // номер_контрактаTextBox
  259. //
  260. this.номер_контрактаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.контрактыBindingSource, "Номер контракта", true));
  261. this.номер_контрактаTextBox.Location = new System.Drawing.Point(228, 152);
  262. this.номер_контрактаTextBox.Name = "номер_контрактаTextBox";
  263. this.номер_контрактаTextBox.Size = new System.Drawing.Size(100, 20);
  264. this.номер_контрактаTextBox.TabIndex = 5;
  265. //
  266. // дата_заключения_контрактаLabel
  267. //
  268. дата_заключения_контрактаLabel.AutoSize = true;
  269. дата_заключения_контрактаLabel.Location = new System.Drawing.Point(67, 202);
  270. дата_заключения_контрактаLabel.Name = "дата_заключения_контрактаLabel";
  271. дата_заключения_контрактаLabel.Size = new System.Drawing.Size(155, 13);
  272. дата_заключения_контрактаLabel.TabIndex = 6;
  273. дата_заключения_контрактаLabel.Text = "Дата заключения контракта:";
  274. //
  275. // дата_заключения_контрактаDateTimePicker
  276. //
  277. this.дата_заключения_контрактаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.контрактыBindingSource, "Дата заключения контракта", true));
  278. this.дата_заключения_контрактаDateTimePicker.Location = new System.Drawing.Point(228, 198);
  279. this.дата_заключения_контрактаDateTimePicker.Name = "дата_заключения_контрактаDateTimePicker";
  280. this.дата_заключения_контрактаDateTimePicker.Size = new System.Drawing.Size(200, 20);
  281. this.дата_заключения_контрактаDateTimePicker.TabIndex = 7;
  282. //
  283. // срок_контракта__лет_Label
  284. //
  285. срок_контракта__лет_Label.AutoSize = true;
  286. срок_контракта__лет_Label.Location = new System.Drawing.Point(106, 251);
  287. срок_контракта__лет_Label.Name = "срок_контракта__лет_Label";
  288. срок_контракта__лет_Label.Size = new System.Drawing.Size(116, 13);
  289. срок_контракта__лет_Label.TabIndex = 8;
  290. срок_контракта__лет_Label.Text = "Срок контракта (лет):";
  291. //
  292. // срок_контракта__лет_TextBox
  293. //
  294. this.срок_контракта__лет_TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.контрактыBindingSource, "Срок контракта (лет)", true));
  295. this.срок_контракта__лет_TextBox.Location = new System.Drawing.Point(228, 248);
  296. this.срок_контракта__лет_TextBox.Name = "срок_контракта__лет_TextBox";
  297. this.срок_контракта__лет_TextBox.Size = new System.Drawing.Size(100, 20);
  298. this.срок_контракта__лет_TextBox.TabIndex = 9;
  299. //
  300. // дата_расторжения_контрактаLabel
  301. //
  302. дата_расторжения_контрактаLabel.AutoSize = true;
  303. дата_расторжения_контрактаLabel.Location = new System.Drawing.Point(61, 294);
  304. дата_расторжения_контрактаLabel.Name = "дата_расторжения_контрактаLabel";
  305. дата_расторжения_контрактаLabel.Size = new System.Drawing.Size(161, 13);
  306. дата_расторжения_контрактаLabel.TabIndex = 10;
  307. дата_расторжения_контрактаLabel.Text = "Дата расторжения контракта:";
  308. //
  309. // дата_расторжения_контрактаDateTimePicker
  310. //
  311. this.дата_расторжения_контрактаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.контрактыBindingSource, "Дата расторжения контракта", true));
  312. this.дата_расторжения_контрактаDateTimePicker.Location = new System.Drawing.Point(228, 290);
  313. this.дата_расторжения_контрактаDateTimePicker.Name = "дата_расторжения_контрактаDateTimePicker";
  314. this.дата_расторжения_контрактаDateTimePicker.Size = new System.Drawing.Size(200, 20);
  315. this.дата_расторжения_контрактаDateTimePicker.TabIndex = 11;
  316. //
  317. // button5
  318. //
  319. this.button5.Location = new System.Drawing.Point(452, 66);
  320. this.button5.Name = "button5";
  321. this.button5.Size = new System.Drawing.Size(75, 23);
  322. this.button5.TabIndex = 22;
  323. this.button5.Text = "Назад";
  324. this.button5.UseVisualStyleBackColor = true;
  325. this.button5.Click += new System.EventHandler(this.button5_Click);
  326. //
  327. // button1
  328. //
  329. this.button1.Location = new System.Drawing.Point(70, 371);
  330. this.button1.Name = "button1";
  331. this.button1.Size = new System.Drawing.Size(75, 23);
  332. this.button1.TabIndex = 23;
  333. this.button1.Text = "Таблица";
  334. this.button1.UseVisualStyleBackColor = true;
  335. this.button1.Click += new System.EventHandler(this.button1_Click);
  336. //
  337. // button2
  338. //
  339. this.button2.Location = new System.Drawing.Point(165, 371);
  340. this.button2.Name = "button2";
  341. this.button2.Size = new System.Drawing.Size(75, 23);
  342. this.button2.TabIndex = 24;
  343. this.button2.Text = "Добавить";
  344. this.button2.UseVisualStyleBackColor = true;
  345. this.button2.Click += new System.EventHandler(this.button2_Click);
  346. //
  347. // button3
  348. //
  349. this.button3.Location = new System.Drawing.Point(263, 371);
  350. this.button3.Name = "button3";
  351. this.button3.Size = new System.Drawing.Size(84, 23);
  352. this.button3.TabIndex = 25;
  353. this.button3.Text = "Сохранить";
  354. this.button3.UseVisualStyleBackColor = true;
  355. this.button3.Click += new System.EventHandler(this.button3_Click);
  356. //
  357. // button4
  358. //
  359. this.button4.Location = new System.Drawing.Point(368, 371);
  360. this.button4.Name = "button4";
  361. this.button4.Size = new System.Drawing.Size(75, 23);
  362. this.button4.TabIndex = 26;
  363. this.button4.Text = "Удалить";
  364. this.button4.UseVisualStyleBackColor = true;
  365. this.button4.Click += new System.EventHandler(this.button4_Click);
  366. //
  367. // Form3
  368. //
  369. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  370. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  371. this.ClientSize = new System.Drawing.Size(572, 450);
  372. this.Controls.Add(this.button4);
  373. this.Controls.Add(this.button3);
  374. this.Controls.Add(this.button2);
  375. this.Controls.Add(this.button1);
  376. this.Controls.Add(this.button5);
  377. this.Controls.Add(дата_расторжения_контрактаLabel);
  378. this.Controls.Add(this.дата_расторжения_контрактаDateTimePicker);
  379. this.Controls.Add(срок_контракта__лет_Label);
  380. this.Controls.Add(this.срок_контракта__лет_TextBox);
  381. this.Controls.Add(дата_заключения_контрактаLabel);
  382. this.Controls.Add(this.дата_заключения_контрактаDateTimePicker);
  383. this.Controls.Add(номер_контрактаLabel);
  384. this.Controls.Add(this.номер_контрактаTextBox);
  385. this.Controls.Add(код_контрактаLabel);
  386. this.Controls.Add(this.код_контрактаTextBox);
  387. this.Controls.Add(this.контрактыBindingNavigator);
  388. this.Controls.Add(this.label1);
  389. this.Name = "Form3";
  390. this.Text = "Form3";
  391. this.Load += new System.EventHandler(this.Form3_Load);
  392. ((System.ComponentModel.ISupportInitialize)(this._Харина_Алина_Владимировна2__18DataSet)).EndInit();
  393. ((System.ComponentModel.ISupportInitialize)(this.контрактыBindingSource)).EndInit();
  394. ((System.ComponentModel.ISupportInitialize)(this.контрактыBindingNavigator)).EndInit();
  395. this.контрактыBindingNavigator.ResumeLayout(false);
  396. this.контрактыBindingNavigator.PerformLayout();
  397. this.ResumeLayout(false);
  398. this.PerformLayout();
  399. }
  400. #endregion
  401. private System.Windows.Forms.Label label1;
  402. private _Харина_Алина_Владимировна2__18DataSet _Харина_Алина_Владимировна2__18DataSet;
  403. private System.Windows.Forms.BindingSource контрактыBindingSource;
  404. private _Харина_Алина_Владимировна2__18DataSetTableAdapters.КонтрактыTableAdapter контрактыTableAdapter;
  405. private _Харина_Алина_Владимировна2__18DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  406. private System.Windows.Forms.BindingNavigator контрактыBindingNavigator;
  407. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  408. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  409. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  410. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  411. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  412. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  413. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  414. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  415. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  416. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  417. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  418. private System.Windows.Forms.ToolStripButton контрактыBindingNavigatorSaveItem;
  419. private System.Windows.Forms.TextBox код_контрактаTextBox;
  420. private System.Windows.Forms.TextBox номер_контрактаTextBox;
  421. private System.Windows.Forms.DateTimePicker дата_заключения_контрактаDateTimePicker;
  422. private System.Windows.Forms.TextBox срок_контракта__лет_TextBox;
  423. private System.Windows.Forms.DateTimePicker дата_расторжения_контрактаDateTimePicker;
  424. private System.Windows.Forms.Button button5;
  425. private System.Windows.Forms.Button button1;
  426. private System.Windows.Forms.Button button2;
  427. private System.Windows.Forms.Button button3;
  428. private System.Windows.Forms.Button button4;
  429. }
  430. }