Form4.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  1. 
  2. namespace Badretdinov_specodezhda
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form4));
  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. this.label1 = new System.Windows.Forms.Label();
  38. this.button1 = new System.Windows.Forms.Button();
  39. this.badretdinov_cpecodezhdaDataSet = new Badretdinov_specodezhda.badretdinov_cpecodezhdaDataSet();
  40. this.работникиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  41. this.работникиTableAdapter = new Badretdinov_specodezhda.badretdinov_cpecodezhdaDataSetTableAdapters.РаботникиTableAdapter();
  42. this.tableAdapterManager = new Badretdinov_specodezhda.badretdinov_cpecodezhdaDataSetTableAdapters.TableAdapterManager();
  43. this.работникиBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  44. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  45. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  46. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  47. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  48. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  49. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  50. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  51. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  52. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  53. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  54. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  55. this.работникиBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  56. this.фИО_работникаTextBox = new System.Windows.Forms.TextBox();
  57. this.должностьTextBox = new System.Windows.Forms.TextBox();
  58. this.скидка_на_спецодеждуTextBox = new System.Windows.Forms.TextBox();
  59. this.comboBox3 = new System.Windows.Forms.ComboBox();
  60. this.badretdinovcpecodezhdaDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
  61. this.работникиBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  62. this.оспецодеждеBindingSource = new System.Windows.Forms.BindingSource(this.components);
  63. this.о_спецодеждеTableAdapter = new Badretdinov_specodezhda.badretdinov_cpecodezhdaDataSetTableAdapters.О_спецодеждеTableAdapter();
  64. this.button2 = new System.Windows.Forms.Button();
  65. this.button3 = new System.Windows.Forms.Button();
  66. this.button4 = new System.Windows.Forms.Button();
  67. this.button5 = new System.Windows.Forms.Button();
  68. this.button6 = new System.Windows.Forms.Button();
  69. this.button7 = new System.Windows.Forms.Button();
  70. this.button8 = new System.Windows.Forms.Button();
  71. this.оспецодеждеBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  72. this.цехиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  73. this.цехиTableAdapter = new Badretdinov_specodezhda.badretdinov_cpecodezhdaDataSetTableAdapters.ЦехиTableAdapter();
  74. this.comboBox2 = new System.Windows.Forms.ComboBox();
  75. this.цехиBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  76. this.работникиBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
  77. this.код_работникаTextBox = new System.Windows.Forms.TextBox();
  78. фИО_работникаLabel = new System.Windows.Forms.Label();
  79. должностьLabel = new System.Windows.Forms.Label();
  80. скидка_на_спецодеждуLabel = new System.Windows.Forms.Label();
  81. код_цехаLabel = new System.Windows.Forms.Label();
  82. код_спецодеждыLabel = new System.Windows.Forms.Label();
  83. код_работникаLabel = new System.Windows.Forms.Label();
  84. ((System.ComponentModel.ISupportInitialize)(this.badretdinov_cpecodezhdaDataSet)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.работникиBindingSource)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.работникиBindingNavigator)).BeginInit();
  87. this.работникиBindingNavigator.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.badretdinovcpecodezhdaDataSetBindingSource)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.работникиBindingSource1)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.оспецодеждеBindingSource)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.оспецодеждеBindingSource1)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.цехиBindingSource)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.цехиBindingSource1)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.работникиBindingSource2)).BeginInit();
  95. this.SuspendLayout();
  96. //
  97. // label1
  98. //
  99. this.label1.AutoSize = true;
  100. this.label1.Location = new System.Drawing.Point(218, 26);
  101. this.label1.Name = "label1";
  102. this.label1.Size = new System.Drawing.Size(61, 13);
  103. this.label1.TabIndex = 0;
  104. this.label1.Text = "Работники";
  105. //
  106. // button1
  107. //
  108. this.button1.Location = new System.Drawing.Point(701, 185);
  109. this.button1.Name = "button1";
  110. this.button1.Size = new System.Drawing.Size(75, 23);
  111. this.button1.TabIndex = 1;
  112. this.button1.Text = "Закрыть";
  113. this.button1.UseVisualStyleBackColor = true;
  114. this.button1.Click += new System.EventHandler(this.button1_Click);
  115. //
  116. // badretdinov_cpecodezhdaDataSet
  117. //
  118. this.badretdinov_cpecodezhdaDataSet.DataSetName = "badretdinov_cpecodezhdaDataSet";
  119. this.badretdinov_cpecodezhdaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  120. //
  121. // работникиBindingSource
  122. //
  123. this.работникиBindingSource.DataMember = "Работники";
  124. this.работникиBindingSource.DataSource = this.badretdinov_cpecodezhdaDataSet;
  125. //
  126. // работникиTableAdapter
  127. //
  128. this.работникиTableAdapter.ClearBeforeFill = true;
  129. //
  130. // tableAdapterManager
  131. //
  132. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  133. this.tableAdapterManager.UpdateOrder = Badretdinov_specodezhda.badretdinov_cpecodezhdaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  134. this.tableAdapterManager.О_спецодеждеTableAdapter = this.о_спецодеждеTableAdapter;
  135. this.tableAdapterManager.ПолучениеTableAdapter = null;
  136. this.tableAdapterManager.РаботникиTableAdapter = this.работникиTableAdapter;
  137. this.tableAdapterManager.ЦехиTableAdapter = this.цехиTableAdapter;
  138. //
  139. // работникиBindingNavigator
  140. //
  141. this.работникиBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  142. this.работникиBindingNavigator.BindingSource = this.работникиBindingSource;
  143. this.работникиBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  144. this.работникиBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  145. this.работникиBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  146. this.bindingNavigatorMoveFirstItem,
  147. this.bindingNavigatorMovePreviousItem,
  148. this.bindingNavigatorSeparator,
  149. this.bindingNavigatorPositionItem,
  150. this.bindingNavigatorCountItem,
  151. this.bindingNavigatorSeparator1,
  152. this.bindingNavigatorMoveNextItem,
  153. this.bindingNavigatorMoveLastItem,
  154. this.bindingNavigatorSeparator2,
  155. this.bindingNavigatorAddNewItem,
  156. this.bindingNavigatorDeleteItem,
  157. this.работникиBindingNavigatorSaveItem});
  158. this.работникиBindingNavigator.Location = new System.Drawing.Point(0, 0);
  159. this.работникиBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  160. this.работникиBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  161. this.работникиBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  162. this.работникиBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  163. this.работникиBindingNavigator.Name = "работникиBindingNavigator";
  164. this.работникиBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  165. this.работникиBindingNavigator.Size = new System.Drawing.Size(800, 25);
  166. this.работникиBindingNavigator.TabIndex = 2;
  167. this.работникиBindingNavigator.Text = "bindingNavigator1";
  168. //
  169. // bindingNavigatorMoveFirstItem
  170. //
  171. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  172. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  173. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  174. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  175. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  176. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  177. //
  178. // bindingNavigatorMovePreviousItem
  179. //
  180. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  181. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  182. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  183. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  184. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  185. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  186. //
  187. // bindingNavigatorSeparator
  188. //
  189. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  190. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  191. //
  192. // bindingNavigatorPositionItem
  193. //
  194. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  195. this.bindingNavigatorPositionItem.AutoSize = false;
  196. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  197. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  198. this.bindingNavigatorPositionItem.Text = "0";
  199. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  200. //
  201. // bindingNavigatorCountItem
  202. //
  203. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  204. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  205. this.bindingNavigatorCountItem.Text = "для {0}";
  206. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  207. //
  208. // bindingNavigatorSeparator1
  209. //
  210. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  211. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  212. //
  213. // bindingNavigatorMoveNextItem
  214. //
  215. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  216. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  217. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  218. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  219. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  220. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  221. //
  222. // bindingNavigatorMoveLastItem
  223. //
  224. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  225. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  226. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  227. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  228. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  229. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  230. //
  231. // bindingNavigatorSeparator2
  232. //
  233. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  234. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  235. //
  236. // bindingNavigatorAddNewItem
  237. //
  238. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  239. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  240. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  241. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  242. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  243. this.bindingNavigatorAddNewItem.Text = "Добавить";
  244. //
  245. // bindingNavigatorDeleteItem
  246. //
  247. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  248. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  249. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  250. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  251. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  252. this.bindingNavigatorDeleteItem.Text = "Удалить";
  253. //
  254. // работникиBindingNavigatorSaveItem
  255. //
  256. this.работникиBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  257. this.работникиBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("работникиBindingNavigatorSaveItem.Image")));
  258. this.работникиBindingNavigatorSaveItem.Name = "работникиBindingNavigatorSaveItem";
  259. this.работникиBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  260. this.работникиBindingNavigatorSaveItem.Text = "Сохранить данные";
  261. this.работникиBindingNavigatorSaveItem.Click += new System.EventHandler(this.работникиBindingNavigatorSaveItem_Click);
  262. //
  263. // фИО_работникаLabel
  264. //
  265. фИО_работникаLabel.AutoSize = true;
  266. фИО_работникаLabel.Location = new System.Drawing.Point(31, 115);
  267. фИО_работникаLabel.Name = "фИО_работникаLabel";
  268. фИО_работникаLabel.Size = new System.Drawing.Size(93, 13);
  269. фИО_работникаLabel.TabIndex = 5;
  270. фИО_работникаLabel.Text = "ФИО работника:";
  271. //
  272. // фИО_работникаTextBox
  273. //
  274. this.фИО_работникаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.работникиBindingSource, "ФИО работника", true));
  275. this.фИО_работникаTextBox.Location = new System.Drawing.Point(130, 112);
  276. this.фИО_работникаTextBox.Name = "фИО_работникаTextBox";
  277. this.фИО_работникаTextBox.Size = new System.Drawing.Size(100, 20);
  278. this.фИО_работникаTextBox.TabIndex = 6;
  279. //
  280. // должностьLabel
  281. //
  282. должностьLabel.AutoSize = true;
  283. должностьLabel.Location = new System.Drawing.Point(31, 157);
  284. должностьLabel.Name = "должностьLabel";
  285. должностьLabel.Size = new System.Drawing.Size(68, 13);
  286. должностьLabel.TabIndex = 7;
  287. должностьLabel.Text = "Должность:";
  288. //
  289. // должностьTextBox
  290. //
  291. this.должностьTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.работникиBindingSource, "Должность", true));
  292. this.должностьTextBox.Location = new System.Drawing.Point(105, 154);
  293. this.должностьTextBox.Name = "должностьTextBox";
  294. this.должностьTextBox.Size = new System.Drawing.Size(100, 20);
  295. this.должностьTextBox.TabIndex = 8;
  296. //
  297. // скидка_на_спецодеждуLabel
  298. //
  299. скидка_на_спецодеждуLabel.AutoSize = true;
  300. скидка_на_спецодеждуLabel.Location = new System.Drawing.Point(31, 190);
  301. скидка_на_спецодеждуLabel.Name = "скидка_на_спецодеждуLabel";
  302. скидка_на_спецодеждуLabel.Size = new System.Drawing.Size(126, 13);
  303. скидка_на_спецодеждуLabel.TabIndex = 9;
  304. скидка_на_спецодеждуLabel.Text = "Скидка на спецодежду:";
  305. //
  306. // скидка_на_спецодеждуTextBox
  307. //
  308. this.скидка_на_спецодеждуTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.работникиBindingSource, "Скидка на спецодежду", true));
  309. this.скидка_на_спецодеждуTextBox.Location = new System.Drawing.Point(163, 187);
  310. this.скидка_на_спецодеждуTextBox.Name = "скидка_на_спецодеждуTextBox";
  311. this.скидка_на_спецодеждуTextBox.Size = new System.Drawing.Size(100, 20);
  312. this.скидка_на_спецодеждуTextBox.TabIndex = 10;
  313. //
  314. // код_цехаLabel
  315. //
  316. код_цехаLabel.AutoSize = true;
  317. код_цехаLabel.Location = new System.Drawing.Point(31, 221);
  318. код_цехаLabel.Name = "код_цехаLabel";
  319. код_цехаLabel.Size = new System.Drawing.Size(54, 13);
  320. код_цехаLabel.TabIndex = 11;
  321. код_цехаLabel.Text = "код цеха:";
  322. //
  323. // код_спецодеждыLabel
  324. //
  325. код_спецодеждыLabel.AutoSize = true;
  326. код_спецодеждыLabel.Location = new System.Drawing.Point(31, 253);
  327. код_спецодеждыLabel.Name = "код_спецодеждыLabel";
  328. код_спецодеждыLabel.Size = new System.Drawing.Size(95, 13);
  329. код_спецодеждыLabel.TabIndex = 13;
  330. код_спецодеждыLabel.Text = "код спецодежды:";
  331. //
  332. // comboBox3
  333. //
  334. this.comboBox3.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.работникиBindingSource1, "код спецодежды", true));
  335. this.comboBox3.DataSource = this.оспецодеждеBindingSource1;
  336. this.comboBox3.DisplayMember = "Вид_спецодежды";
  337. this.comboBox3.FormattingEnabled = true;
  338. this.comboBox3.Location = new System.Drawing.Point(142, 250);
  339. this.comboBox3.Name = "comboBox3";
  340. this.comboBox3.Size = new System.Drawing.Size(121, 21);
  341. this.comboBox3.TabIndex = 16;
  342. this.comboBox3.ValueMember = "Код_спецодежды";
  343. //
  344. // badretdinovcpecodezhdaDataSetBindingSource
  345. //
  346. this.badretdinovcpecodezhdaDataSetBindingSource.DataSource = this.badretdinov_cpecodezhdaDataSet;
  347. this.badretdinovcpecodezhdaDataSetBindingSource.Position = 0;
  348. //
  349. // работникиBindingSource1
  350. //
  351. this.работникиBindingSource1.DataMember = "Работники";
  352. this.работникиBindingSource1.DataSource = this.badretdinovcpecodezhdaDataSetBindingSource;
  353. //
  354. // оспецодеждеBindingSource
  355. //
  356. this.оспецодеждеBindingSource.DataMember = "О_спецодежде";
  357. this.оспецодеждеBindingSource.DataSource = this.badretdinovcpecodezhdaDataSetBindingSource;
  358. //
  359. // о_спецодеждеTableAdapter
  360. //
  361. this.о_спецодеждеTableAdapter.ClearBeforeFill = true;
  362. //
  363. // button2
  364. //
  365. this.button2.Location = new System.Drawing.Point(380, 264);
  366. this.button2.Name = "button2";
  367. this.button2.Size = new System.Drawing.Size(75, 23);
  368. this.button2.TabIndex = 17;
  369. this.button2.Text = "первая";
  370. this.button2.UseVisualStyleBackColor = true;
  371. this.button2.Click += new System.EventHandler(this.button2_Click);
  372. //
  373. // button3
  374. //
  375. this.button3.Location = new System.Drawing.Point(477, 264);
  376. this.button3.Name = "button3";
  377. this.button3.Size = new System.Drawing.Size(75, 23);
  378. this.button3.TabIndex = 18;
  379. this.button3.Text = "предыдущая";
  380. this.button3.UseVisualStyleBackColor = true;
  381. this.button3.Click += new System.EventHandler(this.button3_Click);
  382. //
  383. // button4
  384. //
  385. this.button4.Location = new System.Drawing.Point(573, 264);
  386. this.button4.Name = "button4";
  387. this.button4.Size = new System.Drawing.Size(75, 23);
  388. this.button4.TabIndex = 19;
  389. this.button4.Text = "добавить";
  390. this.button4.UseVisualStyleBackColor = true;
  391. this.button4.Click += new System.EventHandler(this.button4_Click);
  392. //
  393. // button5
  394. //
  395. this.button5.Location = new System.Drawing.Point(380, 311);
  396. this.button5.Name = "button5";
  397. this.button5.Size = new System.Drawing.Size(75, 23);
  398. this.button5.TabIndex = 20;
  399. this.button5.Text = "последняя";
  400. this.button5.UseVisualStyleBackColor = true;
  401. this.button5.Click += new System.EventHandler(this.button5_Click);
  402. //
  403. // button6
  404. //
  405. this.button6.Location = new System.Drawing.Point(477, 311);
  406. this.button6.Name = "button6";
  407. this.button6.Size = new System.Drawing.Size(75, 23);
  408. this.button6.TabIndex = 21;
  409. this.button6.Text = "следущая";
  410. this.button6.UseVisualStyleBackColor = true;
  411. this.button6.Click += new System.EventHandler(this.button6_Click);
  412. //
  413. // button7
  414. //
  415. this.button7.Location = new System.Drawing.Point(573, 311);
  416. this.button7.Name = "button7";
  417. this.button7.Size = new System.Drawing.Size(75, 23);
  418. this.button7.TabIndex = 22;
  419. this.button7.Text = "удалить";
  420. this.button7.UseVisualStyleBackColor = true;
  421. this.button7.Click += new System.EventHandler(this.button7_Click);
  422. //
  423. // button8
  424. //
  425. this.button8.Location = new System.Drawing.Point(477, 366);
  426. this.button8.Name = "button8";
  427. this.button8.Size = new System.Drawing.Size(75, 23);
  428. this.button8.TabIndex = 23;
  429. this.button8.Text = "сохранить";
  430. this.button8.UseVisualStyleBackColor = true;
  431. this.button8.Click += new System.EventHandler(this.button8_Click);
  432. //
  433. // оспецодеждеBindingSource1
  434. //
  435. this.оспецодеждеBindingSource1.DataMember = "О_спецодежде";
  436. this.оспецодеждеBindingSource1.DataSource = this.badretdinovcpecodezhdaDataSetBindingSource;
  437. //
  438. // цехиBindingSource
  439. //
  440. this.цехиBindingSource.DataMember = "Цехи";
  441. this.цехиBindingSource.DataSource = this.badretdinovcpecodezhdaDataSetBindingSource;
  442. //
  443. // цехиTableAdapter
  444. //
  445. this.цехиTableAdapter.ClearBeforeFill = true;
  446. //
  447. // comboBox2
  448. //
  449. this.comboBox2.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.работникиBindingSource, "Код работника", true));
  450. this.comboBox2.DataSource = this.цехиBindingSource1;
  451. this.comboBox2.DisplayMember = "Наименование_цеха";
  452. this.comboBox2.FormattingEnabled = true;
  453. this.comboBox2.Location = new System.Drawing.Point(142, 221);
  454. this.comboBox2.Name = "comboBox2";
  455. this.comboBox2.Size = new System.Drawing.Size(121, 21);
  456. this.comboBox2.TabIndex = 24;
  457. this.comboBox2.ValueMember = "Код_цеха";
  458. //
  459. // цехиBindingSource1
  460. //
  461. this.цехиBindingSource1.DataMember = "Цехи";
  462. this.цехиBindingSource1.DataSource = this.badretdinov_cpecodezhdaDataSet;
  463. //
  464. // работникиBindingSource2
  465. //
  466. this.работникиBindingSource2.DataMember = "Работники";
  467. this.работникиBindingSource2.DataSource = this.badretdinov_cpecodezhdaDataSet;
  468. //
  469. // код_работникаLabel
  470. //
  471. код_работникаLabel.AutoSize = true;
  472. код_работникаLabel.Location = new System.Drawing.Point(31, 85);
  473. код_работникаLabel.Name = "код_работникаLabel";
  474. код_работникаLabel.Size = new System.Drawing.Size(85, 13);
  475. код_работникаLabel.TabIndex = 24;
  476. код_работникаLabel.Text = "Код работника:";
  477. //
  478. // код_работникаTextBox
  479. //
  480. this.код_работникаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.работникиBindingSource, "Код работника", true));
  481. this.код_работникаTextBox.Location = new System.Drawing.Point(122, 82);
  482. this.код_работникаTextBox.Name = "код_работникаTextBox";
  483. this.код_работникаTextBox.Size = new System.Drawing.Size(100, 20);
  484. this.код_работникаTextBox.TabIndex = 25;
  485. //
  486. // Form4
  487. //
  488. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  489. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  490. this.ClientSize = new System.Drawing.Size(800, 450);
  491. this.Controls.Add(код_работникаLabel);
  492. this.Controls.Add(this.код_работникаTextBox);
  493. this.Controls.Add(this.comboBox2);
  494. this.Controls.Add(this.button8);
  495. this.Controls.Add(this.button7);
  496. this.Controls.Add(this.button6);
  497. this.Controls.Add(this.button5);
  498. this.Controls.Add(this.button4);
  499. this.Controls.Add(this.button3);
  500. this.Controls.Add(this.button2);
  501. this.Controls.Add(this.comboBox3);
  502. this.Controls.Add(код_спецодеждыLabel);
  503. this.Controls.Add(код_цехаLabel);
  504. this.Controls.Add(скидка_на_спецодеждуLabel);
  505. this.Controls.Add(this.скидка_на_спецодеждуTextBox);
  506. this.Controls.Add(должностьLabel);
  507. this.Controls.Add(this.должностьTextBox);
  508. this.Controls.Add(фИО_работникаLabel);
  509. this.Controls.Add(this.фИО_работникаTextBox);
  510. this.Controls.Add(this.работникиBindingNavigator);
  511. this.Controls.Add(this.button1);
  512. this.Controls.Add(this.label1);
  513. this.Name = "Form4";
  514. this.Text = "Работники";
  515. this.Load += new System.EventHandler(this.Form4_Load);
  516. ((System.ComponentModel.ISupportInitialize)(this.badretdinov_cpecodezhdaDataSet)).EndInit();
  517. ((System.ComponentModel.ISupportInitialize)(this.работникиBindingSource)).EndInit();
  518. ((System.ComponentModel.ISupportInitialize)(this.работникиBindingNavigator)).EndInit();
  519. this.работникиBindingNavigator.ResumeLayout(false);
  520. this.работникиBindingNavigator.PerformLayout();
  521. ((System.ComponentModel.ISupportInitialize)(this.badretdinovcpecodezhdaDataSetBindingSource)).EndInit();
  522. ((System.ComponentModel.ISupportInitialize)(this.работникиBindingSource1)).EndInit();
  523. ((System.ComponentModel.ISupportInitialize)(this.оспецодеждеBindingSource)).EndInit();
  524. ((System.ComponentModel.ISupportInitialize)(this.оспецодеждеBindingSource1)).EndInit();
  525. ((System.ComponentModel.ISupportInitialize)(this.цехиBindingSource)).EndInit();
  526. ((System.ComponentModel.ISupportInitialize)(this.цехиBindingSource1)).EndInit();
  527. ((System.ComponentModel.ISupportInitialize)(this.работникиBindingSource2)).EndInit();
  528. this.ResumeLayout(false);
  529. this.PerformLayout();
  530. }
  531. #endregion
  532. private System.Windows.Forms.Label label1;
  533. private System.Windows.Forms.Button button1;
  534. private badretdinov_cpecodezhdaDataSet badretdinov_cpecodezhdaDataSet;
  535. private System.Windows.Forms.BindingSource работникиBindingSource;
  536. private badretdinov_cpecodezhdaDataSetTableAdapters.РаботникиTableAdapter работникиTableAdapter;
  537. private badretdinov_cpecodezhdaDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  538. private System.Windows.Forms.BindingNavigator работникиBindingNavigator;
  539. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  540. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  541. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  542. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  543. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  544. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  545. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  546. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  547. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  548. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  549. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  550. private System.Windows.Forms.ToolStripButton работникиBindingNavigatorSaveItem;
  551. private System.Windows.Forms.TextBox фИО_работникаTextBox;
  552. private System.Windows.Forms.TextBox должностьTextBox;
  553. private System.Windows.Forms.TextBox скидка_на_спецодеждуTextBox;
  554. private System.Windows.Forms.BindingSource работникиBindingSource1;
  555. private System.Windows.Forms.BindingSource badretdinovcpecodezhdaDataSetBindingSource;
  556. private System.Windows.Forms.ComboBox comboBox3;
  557. private badretdinov_cpecodezhdaDataSetTableAdapters.О_спецодеждеTableAdapter о_спецодеждеTableAdapter;
  558. private System.Windows.Forms.BindingSource оспецодеждеBindingSource;
  559. private System.Windows.Forms.Button button2;
  560. private System.Windows.Forms.Button button3;
  561. private System.Windows.Forms.Button button4;
  562. private System.Windows.Forms.Button button5;
  563. private System.Windows.Forms.Button button6;
  564. private System.Windows.Forms.Button button7;
  565. private System.Windows.Forms.Button button8;
  566. private badretdinov_cpecodezhdaDataSetTableAdapters.ЦехиTableAdapter цехиTableAdapter;
  567. private System.Windows.Forms.BindingSource оспецодеждеBindingSource1;
  568. private System.Windows.Forms.BindingSource цехиBindingSource;
  569. private System.Windows.Forms.ComboBox comboBox2;
  570. private System.Windows.Forms.BindingSource цехиBindingSource1;
  571. private System.Windows.Forms.BindingSource работникиBindingSource2;
  572. private System.Windows.Forms.TextBox код_работникаTextBox;
  573. }
  574. }