Form5.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. namespace IS31Savelev1
  2. {
  3. partial class Form5
  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(Form5));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.comboBox1 = new System.Windows.Forms.ComboBox();
  32. this.button6 = new System.Windows.Forms.Button();
  33. this.button5 = new System.Windows.Forms.Button();
  34. this.button4 = new System.Windows.Forms.Button();
  35. this.button3 = new System.Windows.Forms.Button();
  36. this.button2 = new System.Windows.Forms.Button();
  37. this.button1 = new System.Windows.Forms.Button();
  38. this.panel2 = new System.Windows.Forms.Panel();
  39. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.panel4 = new System.Windows.Forms.Panel();
  42. this.пункты_выдачи_importDataGridView = new System.Windows.Forms.DataGridView();
  43. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.пункты_выдачи_importBindingSource = new System.Windows.Forms.BindingSource(this.components);
  48. this.iS31SavelevDataSet = new IS31Savelev1.IS31SavelevDataSet();
  49. this.пункты_выдачи_importTableAdapter = new IS31Savelev1.IS31SavelevDataSetTableAdapters.Пункты_выдачи_importTableAdapter();
  50. this.tableAdapterManager = new IS31Savelev1.IS31SavelevDataSetTableAdapters.TableAdapterManager();
  51. this.panel3 = new System.Windows.Forms.Panel();
  52. this.пунктыВыдачиimportBindingSource = new System.Windows.Forms.BindingSource(this.components);
  53. this.panel1.SuspendLayout();
  54. this.panel2.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  56. this.panel4.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.пункты_выдачи_importDataGridView)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.пункты_выдачи_importBindingSource)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.iS31SavelevDataSet)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.пунктыВыдачиimportBindingSource)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // panel1
  64. //
  65. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  66. this.panel1.Controls.Add(this.comboBox1);
  67. this.panel1.Controls.Add(this.button6);
  68. this.panel1.Controls.Add(this.button5);
  69. this.panel1.Controls.Add(this.button4);
  70. this.panel1.Controls.Add(this.button3);
  71. this.panel1.Controls.Add(this.button2);
  72. this.panel1.Controls.Add(this.button1);
  73. this.panel1.Location = new System.Drawing.Point(-6, 357);
  74. this.panel1.Name = "panel1";
  75. this.panel1.Size = new System.Drawing.Size(803, 91);
  76. this.panel1.TabIndex = 5;
  77. //
  78. // comboBox1
  79. //
  80. this.comboBox1.DataSource = this.пунктыВыдачиimportBindingSource;
  81. this.comboBox1.DisplayMember = "id_пункта";
  82. this.comboBox1.FormattingEnabled = true;
  83. this.comboBox1.Location = new System.Drawing.Point(358, 36);
  84. this.comboBox1.Name = "comboBox1";
  85. this.comboBox1.Size = new System.Drawing.Size(121, 21);
  86. this.comboBox1.TabIndex = 6;
  87. //
  88. // button6
  89. //
  90. this.button6.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  91. this.button6.Location = new System.Drawing.Point(485, 26);
  92. this.button6.Name = "button6";
  93. this.button6.Size = new System.Drawing.Size(146, 38);
  94. this.button6.TabIndex = 5;
  95. this.button6.Text = "Удалить фильтр";
  96. this.button6.UseVisualStyleBackColor = true;
  97. this.button6.Click += new System.EventHandler(this.button6_Click);
  98. //
  99. // button5
  100. //
  101. this.button5.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  102. this.button5.Location = new System.Drawing.Point(277, 26);
  103. this.button5.Name = "button5";
  104. this.button5.Size = new System.Drawing.Size(75, 38);
  105. this.button5.TabIndex = 4;
  106. this.button5.Text = "Фильтр";
  107. this.button5.UseVisualStyleBackColor = true;
  108. this.button5.Click += new System.EventHandler(this.button5_Click);
  109. //
  110. // button4
  111. //
  112. this.button4.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  113. this.button4.Location = new System.Drawing.Point(173, 26);
  114. this.button4.Name = "button4";
  115. this.button4.Size = new System.Drawing.Size(75, 38);
  116. this.button4.TabIndex = 3;
  117. this.button4.Text = "Сохранить";
  118. this.button4.UseVisualStyleBackColor = true;
  119. this.button4.Click += new System.EventHandler(this.button4_Click);
  120. //
  121. // button3
  122. //
  123. this.button3.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  124. this.button3.Location = new System.Drawing.Point(92, 26);
  125. this.button3.Name = "button3";
  126. this.button3.Size = new System.Drawing.Size(75, 38);
  127. this.button3.TabIndex = 2;
  128. this.button3.Text = "Удалить";
  129. this.button3.UseVisualStyleBackColor = true;
  130. this.button3.Click += new System.EventHandler(this.button3_Click);
  131. //
  132. // button2
  133. //
  134. this.button2.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  135. this.button2.Location = new System.Drawing.Point(11, 26);
  136. this.button2.Name = "button2";
  137. this.button2.Size = new System.Drawing.Size(75, 38);
  138. this.button2.TabIndex = 1;
  139. this.button2.Text = "Добавить";
  140. this.button2.UseVisualStyleBackColor = true;
  141. this.button2.Click += new System.EventHandler(this.button2_Click);
  142. //
  143. // button1
  144. //
  145. this.button1.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  146. this.button1.Location = new System.Drawing.Point(687, 21);
  147. this.button1.Name = "button1";
  148. this.button1.Size = new System.Drawing.Size(107, 48);
  149. this.button1.TabIndex = 0;
  150. this.button1.Text = "Назад";
  151. this.button1.UseVisualStyleBackColor = true;
  152. this.button1.Click += new System.EventHandler(this.button1_Click);
  153. //
  154. // panel2
  155. //
  156. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  157. this.panel2.Controls.Add(this.pictureBox1);
  158. this.panel2.Controls.Add(this.label1);
  159. this.panel2.Location = new System.Drawing.Point(3, 2);
  160. this.panel2.Name = "panel2";
  161. this.panel2.Size = new System.Drawing.Size(794, 86);
  162. this.panel2.TabIndex = 6;
  163. //
  164. // pictureBox1
  165. //
  166. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  167. this.pictureBox1.Location = new System.Drawing.Point(2, 3);
  168. this.pictureBox1.Name = "pictureBox1";
  169. this.pictureBox1.Size = new System.Drawing.Size(122, 83);
  170. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  171. this.pictureBox1.TabIndex = 7;
  172. this.pictureBox1.TabStop = false;
  173. //
  174. // label1
  175. //
  176. this.label1.AutoSize = true;
  177. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  178. this.label1.ForeColor = System.Drawing.Color.White;
  179. this.label1.Location = new System.Drawing.Point(261, 26);
  180. this.label1.Name = "label1";
  181. this.label1.Size = new System.Drawing.Size(333, 38);
  182. this.label1.TabIndex = 6;
  183. this.label1.Text = "Таблица пункты выдачи";
  184. //
  185. // panel4
  186. //
  187. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(227)))), ((int)(((byte)(131)))));
  188. this.panel4.Controls.Add(this.пункты_выдачи_importDataGridView);
  189. this.panel4.Location = new System.Drawing.Point(3, 85);
  190. this.panel4.Name = "panel4";
  191. this.panel4.Size = new System.Drawing.Size(446, 274);
  192. this.panel4.TabIndex = 12;
  193. //
  194. // пункты_выдачи_importDataGridView
  195. //
  196. this.пункты_выдачи_importDataGridView.AutoGenerateColumns = false;
  197. this.пункты_выдачи_importDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  198. this.пункты_выдачи_importDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  199. this.dataGridViewTextBoxColumn1,
  200. this.dataGridViewTextBoxColumn2,
  201. this.dataGridViewTextBoxColumn3,
  202. this.dataGridViewTextBoxColumn4});
  203. this.пункты_выдачи_importDataGridView.DataSource = this.пункты_выдачи_importBindingSource;
  204. this.пункты_выдачи_importDataGridView.Location = new System.Drawing.Point(0, 23);
  205. this.пункты_выдачи_importDataGridView.Name = "пункты_выдачи_importDataGridView";
  206. this.пункты_выдачи_importDataGridView.Size = new System.Drawing.Size(444, 220);
  207. this.пункты_выдачи_importDataGridView.TabIndex = 0;
  208. //
  209. // dataGridViewTextBoxColumn1
  210. //
  211. this.dataGridViewTextBoxColumn1.DataPropertyName = "id_пункта";
  212. this.dataGridViewTextBoxColumn1.HeaderText = "id_пункта";
  213. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  214. //
  215. // dataGridViewTextBoxColumn2
  216. //
  217. this.dataGridViewTextBoxColumn2.DataPropertyName = "Город";
  218. this.dataGridViewTextBoxColumn2.HeaderText = "Город";
  219. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  220. //
  221. // dataGridViewTextBoxColumn3
  222. //
  223. this.dataGridViewTextBoxColumn3.DataPropertyName = "Улица";
  224. this.dataGridViewTextBoxColumn3.HeaderText = "Улица";
  225. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  226. //
  227. // dataGridViewTextBoxColumn4
  228. //
  229. this.dataGridViewTextBoxColumn4.DataPropertyName = "Номер";
  230. this.dataGridViewTextBoxColumn4.HeaderText = "Номер";
  231. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  232. //
  233. // пункты_выдачи_importBindingSource
  234. //
  235. this.пункты_выдачи_importBindingSource.DataMember = "Пункты выдачи_import";
  236. this.пункты_выдачи_importBindingSource.DataSource = this.iS31SavelevDataSet;
  237. //
  238. // iS31SavelevDataSet
  239. //
  240. this.iS31SavelevDataSet.DataSetName = "IS31SavelevDataSet";
  241. this.iS31SavelevDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  242. //
  243. // пункты_выдачи_importTableAdapter
  244. //
  245. this.пункты_выдачи_importTableAdapter.ClearBeforeFill = true;
  246. //
  247. // tableAdapterManager
  248. //
  249. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  250. this.tableAdapterManager.UpdateOrder = IS31Savelev1.IS31SavelevDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  251. this.tableAdapterManager.user_importTableAdapter = null;
  252. this.tableAdapterManager.Заказ_importTableAdapter = null;
  253. this.tableAdapterManager.Пункты_выдачи_importTableAdapter = this.пункты_выдачи_importTableAdapter;
  254. this.tableAdapterManager.Товар_import_СтройматериалыTableAdapter = null;
  255. //
  256. // panel3
  257. //
  258. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  259. this.panel3.Location = new System.Drawing.Point(449, 86);
  260. this.panel3.Name = "panel3";
  261. this.panel3.Size = new System.Drawing.Size(349, 271);
  262. this.panel3.TabIndex = 13;
  263. //
  264. // пунктыВыдачиimportBindingSource
  265. //
  266. this.пунктыВыдачиimportBindingSource.DataMember = "Пункты выдачи_import";
  267. this.пунктыВыдачиimportBindingSource.DataSource = this.iS31SavelevDataSet;
  268. //
  269. // Form5
  270. //
  271. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  272. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  273. this.ClientSize = new System.Drawing.Size(800, 473);
  274. this.Controls.Add(this.panel3);
  275. this.Controls.Add(this.panel4);
  276. this.Controls.Add(this.panel2);
  277. this.Controls.Add(this.panel1);
  278. this.Name = "Form5";
  279. this.Text = "Form5";
  280. this.Load += new System.EventHandler(this.Form5_Load);
  281. this.panel1.ResumeLayout(false);
  282. this.panel2.ResumeLayout(false);
  283. this.panel2.PerformLayout();
  284. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  285. this.panel4.ResumeLayout(false);
  286. ((System.ComponentModel.ISupportInitialize)(this.пункты_выдачи_importDataGridView)).EndInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.пункты_выдачи_importBindingSource)).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.iS31SavelevDataSet)).EndInit();
  289. ((System.ComponentModel.ISupportInitialize)(this.пунктыВыдачиimportBindingSource)).EndInit();
  290. this.ResumeLayout(false);
  291. }
  292. #endregion
  293. private System.Windows.Forms.Panel panel1;
  294. private System.Windows.Forms.Panel panel2;
  295. private System.Windows.Forms.Panel panel4;
  296. private System.Windows.Forms.Label label1;
  297. private System.Windows.Forms.PictureBox pictureBox1;
  298. private IS31SavelevDataSet iS31SavelevDataSet;
  299. private System.Windows.Forms.BindingSource пункты_выдачи_importBindingSource;
  300. private IS31SavelevDataSetTableAdapters.Пункты_выдачи_importTableAdapter пункты_выдачи_importTableAdapter;
  301. private IS31SavelevDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  302. private System.Windows.Forms.DataGridView пункты_выдачи_importDataGridView;
  303. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  304. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  305. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  306. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  307. private System.Windows.Forms.Panel panel3;
  308. private System.Windows.Forms.Button button1;
  309. private System.Windows.Forms.Button button3;
  310. private System.Windows.Forms.Button button2;
  311. private System.Windows.Forms.ComboBox comboBox1;
  312. private System.Windows.Forms.Button button6;
  313. private System.Windows.Forms.Button button5;
  314. private System.Windows.Forms.Button button4;
  315. private System.Windows.Forms.BindingSource пунктыВыдачиimportBindingSource;
  316. }
  317. }