Form5.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  1. 
  2. namespace IvnitskiiProdazhi1
  3. {
  4. partial class Form5
  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(Form5));
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.groupBox1 = new System.Windows.Forms.GroupBox();
  33. this.listBox1 = new System.Windows.Forms.ListBox();
  34. this.tableAdapterManager1 = new IvnitskiiProdazhi1.IS31Ivnickii7DataSetTableAdapters.TableAdapterManager();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.radioButton1 = new System.Windows.Forms.RadioButton();
  37. this.radioButton2 = new System.Windows.Forms.RadioButton();
  38. this.button1 = new System.Windows.Forms.Button();
  39. this.button2 = new System.Windows.Forms.Button();
  40. this.button3 = new System.Windows.Forms.Button();
  41. this.button4 = new System.Windows.Forms.Button();
  42. this.button5 = new System.Windows.Forms.Button();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.comboBox1 = new System.Windows.Forms.ComboBox();
  46. this.textBox1 = new System.Windows.Forms.TextBox();
  47. this.iS31Ivnickii7DataSet = new IvnitskiiProdazhi1.IS31Ivnickii7DataSet();
  48. this.отделыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  49. this.отделыTableAdapter = new IvnitskiiProdazhi1.IS31Ivnickii7DataSetTableAdapters.ОтделыTableAdapter();
  50. this.отделыBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  51. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  52. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  53. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  54. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  55. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  56. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  57. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  58. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  59. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  60. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  61. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  62. this.отделыBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  63. this.отделыDataGridView = new System.Windows.Forms.DataGridView();
  64. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.groupBox1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.iS31Ivnickii7DataSet)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.отделыBindingSource)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.отделыBindingNavigator)).BeginInit();
  72. this.отделыBindingNavigator.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.отделыDataGridView)).BeginInit();
  74. this.SuspendLayout();
  75. //
  76. // label1
  77. //
  78. this.label1.AutoSize = true;
  79. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  80. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  81. this.label1.Location = new System.Drawing.Point(244, 23);
  82. this.label1.Name = "label1";
  83. this.label1.Size = new System.Drawing.Size(330, 24);
  84. this.label1.TabIndex = 0;
  85. this.label1.Text = "Таблица \"Отделы\" (Табличный вид)";
  86. //
  87. // groupBox1
  88. //
  89. this.groupBox1.Controls.Add(this.button1);
  90. this.groupBox1.Controls.Add(this.radioButton2);
  91. this.groupBox1.Controls.Add(this.radioButton1);
  92. this.groupBox1.Controls.Add(this.label2);
  93. this.groupBox1.Controls.Add(this.listBox1);
  94. this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  95. this.groupBox1.Location = new System.Drawing.Point(583, 73);
  96. this.groupBox1.Name = "groupBox1";
  97. this.groupBox1.Size = new System.Drawing.Size(218, 301);
  98. this.groupBox1.TabIndex = 1;
  99. this.groupBox1.TabStop = false;
  100. this.groupBox1.Text = "Сортировка";
  101. this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
  102. //
  103. // listBox1
  104. //
  105. this.listBox1.FormattingEnabled = true;
  106. this.listBox1.Items.AddRange(new object[] {
  107. "Наименование отдела",
  108. "Ф.И.О заведующего отдела",
  109. "Телефон",
  110. "Объем реализации в день (руб)"});
  111. this.listBox1.Location = new System.Drawing.Point(0, 39);
  112. this.listBox1.Name = "listBox1";
  113. this.listBox1.Size = new System.Drawing.Size(218, 173);
  114. this.listBox1.TabIndex = 0;
  115. this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
  116. //
  117. // tableAdapterManager1
  118. //
  119. this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
  120. this.tableAdapterManager1.UpdateOrder = IvnitskiiProdazhi1.IS31Ivnickii7DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  121. this.tableAdapterManager1.ОтделыTableAdapter = this.отделыTableAdapter;
  122. this.tableAdapterManager1.ПродажиTableAdapter = null;
  123. this.tableAdapterManager1.ТоварыTableAdapter = null;
  124. //
  125. // label2
  126. //
  127. this.label2.AutoSize = true;
  128. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
  129. this.label2.Location = new System.Drawing.Point(7, 20);
  130. this.label2.Name = "label2";
  131. this.label2.Size = new System.Drawing.Size(119, 13);
  132. this.label2.TabIndex = 1;
  133. this.label2.Text = "Поле для сортировки:";
  134. //
  135. // radioButton1
  136. //
  137. this.radioButton1.AutoSize = true;
  138. this.radioButton1.Checked = true;
  139. this.radioButton1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
  140. this.radioButton1.Location = new System.Drawing.Point(10, 219);
  141. this.radioButton1.Name = "radioButton1";
  142. this.radioButton1.Size = new System.Drawing.Size(170, 17);
  143. this.radioButton1.TabIndex = 2;
  144. this.radioButton1.TabStop = true;
  145. this.radioButton1.Text = "Сортировка по возрастанию";
  146. this.radioButton1.UseVisualStyleBackColor = true;
  147. //
  148. // radioButton2
  149. //
  150. this.radioButton2.AutoSize = true;
  151. this.radioButton2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
  152. this.radioButton2.Location = new System.Drawing.Point(10, 243);
  153. this.radioButton2.Name = "radioButton2";
  154. this.radioButton2.Size = new System.Drawing.Size(154, 17);
  155. this.radioButton2.TabIndex = 3;
  156. this.radioButton2.Text = "Сортировка по убыванию";
  157. this.radioButton2.UseVisualStyleBackColor = true;
  158. //
  159. // button1
  160. //
  161. this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
  162. this.button1.Location = new System.Drawing.Point(19, 269);
  163. this.button1.Name = "button1";
  164. this.button1.Size = new System.Drawing.Size(174, 23);
  165. this.button1.TabIndex = 4;
  166. this.button1.Text = "Сортировать";
  167. this.button1.UseVisualStyleBackColor = true;
  168. this.button1.Click += new System.EventHandler(this.button1_Click);
  169. //
  170. // button2
  171. //
  172. this.button2.Location = new System.Drawing.Point(593, 380);
  173. this.button2.Name = "button2";
  174. this.button2.Size = new System.Drawing.Size(102, 23);
  175. this.button2.TabIndex = 2;
  176. this.button2.Text = "Фильтровать";
  177. this.button2.UseVisualStyleBackColor = true;
  178. this.button2.Click += new System.EventHandler(this.button2_Click);
  179. //
  180. // button3
  181. //
  182. this.button3.Location = new System.Drawing.Point(701, 380);
  183. this.button3.Name = "button3";
  184. this.button3.Size = new System.Drawing.Size(100, 23);
  185. this.button3.TabIndex = 3;
  186. this.button3.Text = "Показать всё";
  187. this.button3.UseVisualStyleBackColor = true;
  188. this.button3.Click += new System.EventHandler(this.button3_Click);
  189. //
  190. // button4
  191. //
  192. this.button4.Location = new System.Drawing.Point(593, 415);
  193. this.button4.Name = "button4";
  194. this.button4.Size = new System.Drawing.Size(102, 23);
  195. this.button4.TabIndex = 4;
  196. this.button4.Text = "Найти";
  197. this.button4.UseVisualStyleBackColor = true;
  198. this.button4.Click += new System.EventHandler(this.button4_Click);
  199. //
  200. // button5
  201. //
  202. this.button5.Location = new System.Drawing.Point(701, 415);
  203. this.button5.Name = "button5";
  204. this.button5.Size = new System.Drawing.Size(100, 23);
  205. this.button5.TabIndex = 5;
  206. this.button5.Text = "Закрыть";
  207. this.button5.UseVisualStyleBackColor = true;
  208. this.button5.Click += new System.EventHandler(this.button5_Click);
  209. //
  210. // label3
  211. //
  212. this.label3.AutoSize = true;
  213. this.label3.Location = new System.Drawing.Point(128, 385);
  214. this.label3.Name = "label3";
  215. this.label3.Size = new System.Drawing.Size(43, 13);
  216. this.label3.TabIndex = 6;
  217. this.label3.Text = "Ф.И.О:";
  218. //
  219. // label4
  220. //
  221. this.label4.AutoSize = true;
  222. this.label4.Location = new System.Drawing.Point(110, 418);
  223. this.label4.Name = "label4";
  224. this.label4.Size = new System.Drawing.Size(58, 13);
  225. this.label4.TabIndex = 7;
  226. this.label4.Text = "Критерий:";
  227. //
  228. // comboBox1
  229. //
  230. this.comboBox1.FormattingEnabled = true;
  231. this.comboBox1.Location = new System.Drawing.Point(169, 382);
  232. this.comboBox1.Name = "comboBox1";
  233. this.comboBox1.Size = new System.Drawing.Size(384, 21);
  234. this.comboBox1.TabIndex = 8;
  235. //
  236. // textBox1
  237. //
  238. this.textBox1.Location = new System.Drawing.Point(169, 415);
  239. this.textBox1.Name = "textBox1";
  240. this.textBox1.Size = new System.Drawing.Size(384, 20);
  241. this.textBox1.TabIndex = 9;
  242. //
  243. // iS31Ivnickii7DataSet
  244. //
  245. this.iS31Ivnickii7DataSet.DataSetName = "IS31Ivnickii7DataSet";
  246. this.iS31Ivnickii7DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  247. //
  248. // отделыBindingSource
  249. //
  250. this.отделыBindingSource.DataMember = "Отделы";
  251. this.отделыBindingSource.DataSource = this.iS31Ivnickii7DataSet;
  252. //
  253. // отделыTableAdapter
  254. //
  255. this.отделыTableAdapter.ClearBeforeFill = true;
  256. //
  257. // отделыBindingNavigator
  258. //
  259. this.отделыBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  260. this.отделыBindingNavigator.BindingSource = this.отделыBindingSource;
  261. this.отделыBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  262. this.отделыBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  263. this.отделыBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  264. this.bindingNavigatorMoveFirstItem,
  265. this.bindingNavigatorMovePreviousItem,
  266. this.bindingNavigatorSeparator,
  267. this.bindingNavigatorPositionItem,
  268. this.bindingNavigatorCountItem,
  269. this.bindingNavigatorSeparator1,
  270. this.bindingNavigatorMoveNextItem,
  271. this.bindingNavigatorMoveLastItem,
  272. this.bindingNavigatorSeparator2,
  273. this.bindingNavigatorAddNewItem,
  274. this.bindingNavigatorDeleteItem,
  275. this.отделыBindingNavigatorSaveItem});
  276. this.отделыBindingNavigator.Location = new System.Drawing.Point(0, 0);
  277. this.отделыBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  278. this.отделыBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  279. this.отделыBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  280. this.отделыBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  281. this.отделыBindingNavigator.Name = "отделыBindingNavigator";
  282. this.отделыBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  283. this.отделыBindingNavigator.Size = new System.Drawing.Size(821, 25);
  284. this.отделыBindingNavigator.TabIndex = 10;
  285. this.отделыBindingNavigator.Text = "bindingNavigator1";
  286. //
  287. // bindingNavigatorMoveFirstItem
  288. //
  289. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  290. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  291. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  292. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  293. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  294. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  295. //
  296. // bindingNavigatorMovePreviousItem
  297. //
  298. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  299. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  300. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  301. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  302. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  303. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  304. //
  305. // bindingNavigatorSeparator
  306. //
  307. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  308. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  309. //
  310. // bindingNavigatorPositionItem
  311. //
  312. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  313. this.bindingNavigatorPositionItem.AutoSize = false;
  314. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  315. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  316. this.bindingNavigatorPositionItem.Text = "0";
  317. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  318. //
  319. // bindingNavigatorCountItem
  320. //
  321. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  322. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  323. this.bindingNavigatorCountItem.Text = "для {0}";
  324. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  325. //
  326. // bindingNavigatorSeparator1
  327. //
  328. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  329. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  330. //
  331. // bindingNavigatorMoveNextItem
  332. //
  333. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  334. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  335. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  336. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  337. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  338. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  339. //
  340. // bindingNavigatorMoveLastItem
  341. //
  342. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  343. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  344. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  345. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  346. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  347. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  348. //
  349. // bindingNavigatorSeparator2
  350. //
  351. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  352. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  353. //
  354. // bindingNavigatorAddNewItem
  355. //
  356. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  357. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  358. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  359. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  360. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  361. this.bindingNavigatorAddNewItem.Text = "Добавить";
  362. //
  363. // bindingNavigatorDeleteItem
  364. //
  365. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  366. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  367. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  368. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  369. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  370. this.bindingNavigatorDeleteItem.Text = "Удалить";
  371. //
  372. // отделыBindingNavigatorSaveItem
  373. //
  374. this.отделыBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  375. this.отделыBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("отделыBindingNavigatorSaveItem.Image")));
  376. this.отделыBindingNavigatorSaveItem.Name = "отделыBindingNavigatorSaveItem";
  377. this.отделыBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  378. this.отделыBindingNavigatorSaveItem.Text = "Сохранить данные";
  379. this.отделыBindingNavigatorSaveItem.Click += new System.EventHandler(this.отделыBindingNavigatorSaveItem_Click);
  380. //
  381. // отделыDataGridView
  382. //
  383. this.отделыDataGridView.AutoGenerateColumns = false;
  384. this.отделыDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  385. this.отделыDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  386. this.dataGridViewTextBoxColumn2,
  387. this.dataGridViewTextBoxColumn3,
  388. this.dataGridViewTextBoxColumn4,
  389. this.dataGridViewTextBoxColumn5});
  390. this.отделыDataGridView.DataSource = this.отделыBindingSource;
  391. this.отделыDataGridView.Location = new System.Drawing.Point(29, 73);
  392. this.отделыDataGridView.Name = "отделыDataGridView";
  393. this.отделыDataGridView.Size = new System.Drawing.Size(548, 301);
  394. this.отделыDataGridView.TabIndex = 11;
  395. this.отделыDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.отделыDataGridView_CellContentClick);
  396. //
  397. // dataGridViewTextBoxColumn2
  398. //
  399. this.dataGridViewTextBoxColumn2.DataPropertyName = "Наименование отдела";
  400. this.dataGridViewTextBoxColumn2.HeaderText = "Наименование отдела";
  401. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  402. //
  403. // dataGridViewTextBoxColumn3
  404. //
  405. this.dataGridViewTextBoxColumn3.DataPropertyName = "Ф_И_О заведующего отдела";
  406. this.dataGridViewTextBoxColumn3.HeaderText = "Ф_И_О заведующего отдела";
  407. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  408. //
  409. // dataGridViewTextBoxColumn4
  410. //
  411. this.dataGridViewTextBoxColumn4.DataPropertyName = "Телефон";
  412. this.dataGridViewTextBoxColumn4.HeaderText = "Телефон";
  413. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  414. //
  415. // dataGridViewTextBoxColumn5
  416. //
  417. this.dataGridViewTextBoxColumn5.DataPropertyName = "Объем реализации в день (руб)";
  418. this.dataGridViewTextBoxColumn5.HeaderText = "Объем реализации в день (руб)";
  419. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  420. //
  421. // Form5
  422. //
  423. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  424. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  425. this.ClientSize = new System.Drawing.Size(821, 458);
  426. this.Controls.Add(this.отделыDataGridView);
  427. this.Controls.Add(this.отделыBindingNavigator);
  428. this.Controls.Add(this.textBox1);
  429. this.Controls.Add(this.comboBox1);
  430. this.Controls.Add(this.label4);
  431. this.Controls.Add(this.label3);
  432. this.Controls.Add(this.button5);
  433. this.Controls.Add(this.button4);
  434. this.Controls.Add(this.button3);
  435. this.Controls.Add(this.button2);
  436. this.Controls.Add(this.groupBox1);
  437. this.Controls.Add(this.label1);
  438. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  439. this.MaximizeBox = false;
  440. this.MinimizeBox = false;
  441. this.Name = "Form5";
  442. this.Text = "Form5";
  443. this.Load += new System.EventHandler(this.Form5_Load);
  444. this.groupBox1.ResumeLayout(false);
  445. this.groupBox1.PerformLayout();
  446. ((System.ComponentModel.ISupportInitialize)(this.iS31Ivnickii7DataSet)).EndInit();
  447. ((System.ComponentModel.ISupportInitialize)(this.отделыBindingSource)).EndInit();
  448. ((System.ComponentModel.ISupportInitialize)(this.отделыBindingNavigator)).EndInit();
  449. this.отделыBindingNavigator.ResumeLayout(false);
  450. this.отделыBindingNavigator.PerformLayout();
  451. ((System.ComponentModel.ISupportInitialize)(this.отделыDataGridView)).EndInit();
  452. this.ResumeLayout(false);
  453. this.PerformLayout();
  454. }
  455. #endregion
  456. private System.Windows.Forms.Label label1;
  457. private System.Windows.Forms.GroupBox groupBox1;
  458. private System.Windows.Forms.ListBox listBox1;
  459. private IS31Ivnickii7DataSetTableAdapters.TableAdapterManager tableAdapterManager1;
  460. private System.Windows.Forms.Button button1;
  461. private System.Windows.Forms.RadioButton radioButton2;
  462. private System.Windows.Forms.RadioButton radioButton1;
  463. private System.Windows.Forms.Label label2;
  464. private IS31Ivnickii7DataSetTableAdapters.ОтделыTableAdapter отделыTableAdapter;
  465. private System.Windows.Forms.Button button2;
  466. private System.Windows.Forms.Button button3;
  467. private System.Windows.Forms.Button button4;
  468. private System.Windows.Forms.Button button5;
  469. private System.Windows.Forms.Label label3;
  470. private System.Windows.Forms.Label label4;
  471. private System.Windows.Forms.ComboBox comboBox1;
  472. private System.Windows.Forms.TextBox textBox1;
  473. private IS31Ivnickii7DataSet iS31Ivnickii7DataSet;
  474. private System.Windows.Forms.BindingSource отделыBindingSource;
  475. private System.Windows.Forms.BindingNavigator отделыBindingNavigator;
  476. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  477. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  478. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  479. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  480. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  481. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  482. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  483. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  484. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  485. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  486. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  487. private System.Windows.Forms.ToolStripButton отделыBindingNavigatorSaveItem;
  488. private System.Windows.Forms.DataGridView отделыDataGridView;
  489. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  490. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  491. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  492. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  493. }
  494. }