punktform.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. namespace YurevichIS31_Stroymaterialy
  2. {
  3. partial class punktform
  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(punktform));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.savebutton = new System.Windows.Forms.Button();
  33. this.delbutton = new System.Windows.Forms.Button();
  34. this.addbutton = new System.Windows.Forms.Button();
  35. this.exitbutton = new System.Windows.Forms.Button();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.panel3 = new System.Windows.Forms.Panel();
  39. this.savebuttonz = new System.Windows.Forms.Button();
  40. this.delbuttonz = new System.Windows.Forms.Button();
  41. this.addbuttonz = new System.Windows.Forms.Button();
  42. this.exitbuttonz = new System.Windows.Forms.Button();
  43. this.punct = new System.Windows.Forms.DataGridView();
  44. this.idпунктаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.городDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.улицаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.номерDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.idзаказаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.пунктыВыдачиimportBindingSource = new System.Windows.Forms.BindingSource(this.components);
  50. this.iS31YurevichDataSet = new YurevichIS31_Stroymaterialy.IS31YurevichDataSet();
  51. this.пункты_выдачи_importTableAdapter = new YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.Пункты_выдачи_importTableAdapter();
  52. this.tableAdapterManager1 = new YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager();
  53. this.searchtextbox = new System.Windows.Forms.TextBox();
  54. this.poiskbutton = new System.Windows.Forms.Button();
  55. this.panel1.SuspendLayout();
  56. this.panel2.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  58. this.panel3.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.punct)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.пунктыВыдачиimportBindingSource)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSet)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // panel1
  65. //
  66. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  67. this.panel1.Controls.Add(this.poiskbutton);
  68. this.panel1.Controls.Add(this.searchtextbox);
  69. this.panel1.Controls.Add(this.panel2);
  70. this.panel1.Controls.Add(this.pictureBox1);
  71. this.panel1.Controls.Add(this.label1);
  72. this.panel1.Location = new System.Drawing.Point(-2, -1);
  73. this.panel1.Name = "panel1";
  74. this.panel1.Size = new System.Drawing.Size(818, 102);
  75. this.panel1.TabIndex = 3;
  76. //
  77. // panel2
  78. //
  79. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  80. this.panel2.Controls.Add(this.savebutton);
  81. this.panel2.Controls.Add(this.delbutton);
  82. this.panel2.Controls.Add(this.addbutton);
  83. this.panel2.Controls.Add(this.exitbutton);
  84. this.panel2.Location = new System.Drawing.Point(-2, 300);
  85. this.panel2.Name = "panel2";
  86. this.panel2.Size = new System.Drawing.Size(818, 102);
  87. this.panel2.TabIndex = 4;
  88. //
  89. // savebutton
  90. //
  91. this.savebutton.BackColor = System.Drawing.Color.White;
  92. this.savebutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  93. this.savebutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  94. this.savebutton.Location = new System.Drawing.Point(306, 20);
  95. this.savebutton.Name = "savebutton";
  96. this.savebutton.Size = new System.Drawing.Size(140, 54);
  97. this.savebutton.TabIndex = 3;
  98. this.savebutton.Text = "Сохранить";
  99. this.savebutton.UseVisualStyleBackColor = false;
  100. //
  101. // delbutton
  102. //
  103. this.delbutton.BackColor = System.Drawing.Color.White;
  104. this.delbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  105. this.delbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  106. this.delbutton.Location = new System.Drawing.Point(160, 20);
  107. this.delbutton.Name = "delbutton";
  108. this.delbutton.Size = new System.Drawing.Size(140, 54);
  109. this.delbutton.TabIndex = 2;
  110. this.delbutton.Text = "Удалить";
  111. this.delbutton.UseVisualStyleBackColor = false;
  112. //
  113. // addbutton
  114. //
  115. this.addbutton.BackColor = System.Drawing.Color.White;
  116. this.addbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  117. this.addbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  118. this.addbutton.Location = new System.Drawing.Point(14, 20);
  119. this.addbutton.Name = "addbutton";
  120. this.addbutton.Size = new System.Drawing.Size(140, 54);
  121. this.addbutton.TabIndex = 1;
  122. this.addbutton.Text = "Добавление данных";
  123. this.addbutton.UseVisualStyleBackColor = false;
  124. //
  125. // exitbutton
  126. //
  127. this.exitbutton.BackColor = System.Drawing.Color.White;
  128. this.exitbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  129. this.exitbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  130. this.exitbutton.Location = new System.Drawing.Point(650, 20);
  131. this.exitbutton.Name = "exitbutton";
  132. this.exitbutton.Size = new System.Drawing.Size(140, 54);
  133. this.exitbutton.TabIndex = 0;
  134. this.exitbutton.Text = "Выход";
  135. this.exitbutton.UseVisualStyleBackColor = false;
  136. //
  137. // pictureBox1
  138. //
  139. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  140. this.pictureBox1.Location = new System.Drawing.Point(-12, 15);
  141. this.pictureBox1.Name = "pictureBox1";
  142. this.pictureBox1.Size = new System.Drawing.Size(123, 87);
  143. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  144. this.pictureBox1.TabIndex = 1;
  145. this.pictureBox1.TabStop = false;
  146. //
  147. // label1
  148. //
  149. this.label1.AutoSize = true;
  150. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  151. this.label1.ForeColor = System.Drawing.Color.White;
  152. this.label1.Location = new System.Drawing.Point(117, 0);
  153. this.label1.Name = "label1";
  154. this.label1.Size = new System.Drawing.Size(396, 67);
  155. this.label1.TabIndex = 0;
  156. this.label1.Text = "Пункты выдачи";
  157. //
  158. // panel3
  159. //
  160. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  161. this.panel3.Controls.Add(this.savebuttonz);
  162. this.panel3.Controls.Add(this.delbuttonz);
  163. this.panel3.Controls.Add(this.addbuttonz);
  164. this.panel3.Controls.Add(this.exitbuttonz);
  165. this.panel3.Location = new System.Drawing.Point(-2, 364);
  166. this.panel3.Name = "panel3";
  167. this.panel3.Size = new System.Drawing.Size(818, 102);
  168. this.panel3.TabIndex = 4;
  169. //
  170. // savebuttonz
  171. //
  172. this.savebuttonz.BackColor = System.Drawing.Color.White;
  173. this.savebuttonz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  174. this.savebuttonz.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  175. this.savebuttonz.Location = new System.Drawing.Point(306, 20);
  176. this.savebuttonz.Name = "savebuttonz";
  177. this.savebuttonz.Size = new System.Drawing.Size(140, 54);
  178. this.savebuttonz.TabIndex = 3;
  179. this.savebuttonz.Text = "Сохранить";
  180. this.savebuttonz.UseVisualStyleBackColor = false;
  181. this.savebuttonz.Click += new System.EventHandler(this.savebuttonz_Click);
  182. //
  183. // delbuttonz
  184. //
  185. this.delbuttonz.BackColor = System.Drawing.Color.White;
  186. this.delbuttonz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  187. this.delbuttonz.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  188. this.delbuttonz.Location = new System.Drawing.Point(160, 20);
  189. this.delbuttonz.Name = "delbuttonz";
  190. this.delbuttonz.Size = new System.Drawing.Size(140, 54);
  191. this.delbuttonz.TabIndex = 2;
  192. this.delbuttonz.Text = "Удалить";
  193. this.delbuttonz.UseVisualStyleBackColor = false;
  194. this.delbuttonz.Click += new System.EventHandler(this.delbuttonz_Click);
  195. //
  196. // addbuttonz
  197. //
  198. this.addbuttonz.BackColor = System.Drawing.Color.White;
  199. this.addbuttonz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  200. this.addbuttonz.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  201. this.addbuttonz.Location = new System.Drawing.Point(14, 20);
  202. this.addbuttonz.Name = "addbuttonz";
  203. this.addbuttonz.Size = new System.Drawing.Size(140, 54);
  204. this.addbuttonz.TabIndex = 1;
  205. this.addbuttonz.Text = "Добавление данных";
  206. this.addbuttonz.UseVisualStyleBackColor = false;
  207. this.addbuttonz.Click += new System.EventHandler(this.addbuttonz_Click);
  208. //
  209. // exitbuttonz
  210. //
  211. this.exitbuttonz.BackColor = System.Drawing.Color.White;
  212. this.exitbuttonz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  213. this.exitbuttonz.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  214. this.exitbuttonz.Location = new System.Drawing.Point(650, 20);
  215. this.exitbuttonz.Name = "exitbuttonz";
  216. this.exitbuttonz.Size = new System.Drawing.Size(140, 54);
  217. this.exitbuttonz.TabIndex = 0;
  218. this.exitbuttonz.Text = "Выход";
  219. this.exitbuttonz.UseVisualStyleBackColor = false;
  220. this.exitbuttonz.Click += new System.EventHandler(this.exitbuttonz_Click);
  221. //
  222. // punct
  223. //
  224. this.punct.AutoGenerateColumns = false;
  225. this.punct.BackgroundColor = System.Drawing.Color.White;
  226. this.punct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  227. this.punct.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  228. this.idпунктаDataGridViewTextBoxColumn,
  229. this.городDataGridViewTextBoxColumn,
  230. this.улицаDataGridViewTextBoxColumn,
  231. this.номерDataGridViewTextBoxColumn,
  232. this.idзаказаDataGridViewTextBoxColumn});
  233. this.punct.DataSource = this.пунктыВыдачиimportBindingSource;
  234. this.punct.Location = new System.Drawing.Point(-2, 107);
  235. this.punct.Name = "punct";
  236. this.punct.Size = new System.Drawing.Size(801, 251);
  237. this.punct.TabIndex = 5;
  238. //
  239. // idпунктаDataGridViewTextBoxColumn
  240. //
  241. this.idпунктаDataGridViewTextBoxColumn.DataPropertyName = "id_пункта";
  242. this.idпунктаDataGridViewTextBoxColumn.HeaderText = "id_пункта";
  243. this.idпунктаDataGridViewTextBoxColumn.Name = "idпунктаDataGridViewTextBoxColumn";
  244. this.idпунктаDataGridViewTextBoxColumn.ReadOnly = true;
  245. //
  246. // городDataGridViewTextBoxColumn
  247. //
  248. this.городDataGridViewTextBoxColumn.DataPropertyName = "Город";
  249. this.городDataGridViewTextBoxColumn.HeaderText = "Город";
  250. this.городDataGridViewTextBoxColumn.Name = "городDataGridViewTextBoxColumn";
  251. //
  252. // улицаDataGridViewTextBoxColumn
  253. //
  254. this.улицаDataGridViewTextBoxColumn.DataPropertyName = "Улица";
  255. this.улицаDataGridViewTextBoxColumn.HeaderText = "Улица";
  256. this.улицаDataGridViewTextBoxColumn.Name = "улицаDataGridViewTextBoxColumn";
  257. //
  258. // номерDataGridViewTextBoxColumn
  259. //
  260. this.номерDataGridViewTextBoxColumn.DataPropertyName = "Номер";
  261. this.номерDataGridViewTextBoxColumn.HeaderText = "Номер";
  262. this.номерDataGridViewTextBoxColumn.Name = "номерDataGridViewTextBoxColumn";
  263. //
  264. // idзаказаDataGridViewTextBoxColumn
  265. //
  266. this.idзаказаDataGridViewTextBoxColumn.DataPropertyName = "id_заказа";
  267. this.idзаказаDataGridViewTextBoxColumn.HeaderText = "id_заказа";
  268. this.idзаказаDataGridViewTextBoxColumn.Name = "idзаказаDataGridViewTextBoxColumn";
  269. //
  270. // пунктыВыдачиimportBindingSource
  271. //
  272. this.пунктыВыдачиimportBindingSource.DataMember = "Пункты выдачи_import";
  273. this.пунктыВыдачиimportBindingSource.DataSource = this.iS31YurevichDataSet;
  274. //
  275. // iS31YurevichDataSet
  276. //
  277. this.iS31YurevichDataSet.DataSetName = "IS31YurevichDataSet";
  278. this.iS31YurevichDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  279. //
  280. // пункты_выдачи_importTableAdapter
  281. //
  282. this.пункты_выдачи_importTableAdapter.ClearBeforeFill = true;
  283. //
  284. // tableAdapterManager1
  285. //
  286. this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
  287. this.tableAdapterManager1.UpdateOrder = YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  288. this.tableAdapterManager1.user_importTableAdapter = null;
  289. this.tableAdapterManager1.Заказ_importTableAdapter = null;
  290. this.tableAdapterManager1.Пункты_выдачи_importTableAdapter = this.пункты_выдачи_importTableAdapter;
  291. this.tableAdapterManager1.Товар_import_СтройматериалыTableAdapter = null;
  292. //
  293. // searchtextbox
  294. //
  295. this.searchtextbox.Location = new System.Drawing.Point(628, 13);
  296. this.searchtextbox.Name = "searchtextbox";
  297. this.searchtextbox.Size = new System.Drawing.Size(160, 20);
  298. this.searchtextbox.TabIndex = 5;
  299. //
  300. // poiskbutton
  301. //
  302. this.poiskbutton.BackColor = System.Drawing.Color.White;
  303. this.poiskbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  304. this.poiskbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  305. this.poiskbutton.Location = new System.Drawing.Point(628, 39);
  306. this.poiskbutton.Name = "poiskbutton";
  307. this.poiskbutton.Size = new System.Drawing.Size(160, 54);
  308. this.poiskbutton.TabIndex = 4;
  309. this.poiskbutton.Text = "Поиск";
  310. this.poiskbutton.UseVisualStyleBackColor = false;
  311. this.poiskbutton.Click += new System.EventHandler(this.poiskbutton_Click);
  312. //
  313. // punktform
  314. //
  315. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  316. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  317. this.ClientSize = new System.Drawing.Size(800, 450);
  318. this.Controls.Add(this.punct);
  319. this.Controls.Add(this.panel3);
  320. this.Controls.Add(this.panel1);
  321. this.Name = "punktform";
  322. this.Text = "punktform";
  323. this.Load += new System.EventHandler(this.punktform_Load);
  324. this.panel1.ResumeLayout(false);
  325. this.panel1.PerformLayout();
  326. this.panel2.ResumeLayout(false);
  327. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  328. this.panel3.ResumeLayout(false);
  329. ((System.ComponentModel.ISupportInitialize)(this.punct)).EndInit();
  330. ((System.ComponentModel.ISupportInitialize)(this.пунктыВыдачиimportBindingSource)).EndInit();
  331. ((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSet)).EndInit();
  332. this.ResumeLayout(false);
  333. }
  334. #endregion
  335. private System.Windows.Forms.Panel panel1;
  336. private System.Windows.Forms.PictureBox pictureBox1;
  337. private System.Windows.Forms.Label label1;
  338. private System.Windows.Forms.Panel panel2;
  339. private System.Windows.Forms.Button savebutton;
  340. private System.Windows.Forms.Button delbutton;
  341. private System.Windows.Forms.Button addbutton;
  342. private System.Windows.Forms.Button exitbutton;
  343. private System.Windows.Forms.Panel panel3;
  344. private System.Windows.Forms.Button savebuttonz;
  345. private System.Windows.Forms.Button delbuttonz;
  346. private System.Windows.Forms.Button addbuttonz;
  347. private System.Windows.Forms.Button exitbuttonz;
  348. private System.Windows.Forms.DataGridView punct;
  349. private IS31YurevichDataSet iS31YurevichDataSet;
  350. private System.Windows.Forms.BindingSource пунктыВыдачиimportBindingSource;
  351. private IS31YurevichDataSetTableAdapters.Пункты_выдачи_importTableAdapter пункты_выдачи_importTableAdapter;
  352. private System.Windows.Forms.DataGridViewTextBoxColumn idпунктаDataGridViewTextBoxColumn;
  353. private System.Windows.Forms.DataGridViewTextBoxColumn городDataGridViewTextBoxColumn;
  354. private System.Windows.Forms.DataGridViewTextBoxColumn улицаDataGridViewTextBoxColumn;
  355. private System.Windows.Forms.DataGridViewTextBoxColumn номерDataGridViewTextBoxColumn;
  356. private System.Windows.Forms.DataGridViewTextBoxColumn idзаказаDataGridViewTextBoxColumn;
  357. private IS31YurevichDataSetTableAdapters.TableAdapterManager tableAdapterManager1;
  358. private System.Windows.Forms.Button poiskbutton;
  359. private System.Windows.Forms.TextBox searchtextbox;
  360. }
  361. }