Postavshiki.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. namespace proba
  2. {
  3. partial class Postavshiki
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Postavshiki));
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  32. this.button_back = new System.Windows.Forms.Button();
  33. this.button_delete = new System.Windows.Forms.Button();
  34. this.button_add = new System.Windows.Forms.Button();
  35. this.button_insert = new System.Windows.Forms.Button();
  36. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  37. this.StrokaSearch = new System.Windows.Forms.TextBox();
  38. this.panel2 = new System.Windows.Forms.Panel();
  39. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  40. this.TextForSearch = new System.Windows.Forms.Label();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.label3 = new System.Windows.Forms.Label();
  44. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  46. this.panel2.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // label2
  51. //
  52. this.label2.AutoSize = true;
  53. this.label2.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
  54. this.label2.Location = new System.Drawing.Point(42, 21);
  55. this.label2.Name = "label2";
  56. this.label2.Size = new System.Drawing.Size(196, 26);
  57. this.label2.TabIndex = 4;
  58. this.label2.Text = "ПОСТАВЩИКИ";
  59. //
  60. // button1
  61. //
  62. this.button1.BackColor = System.Drawing.Color.Gray;
  63. this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
  64. this.button1.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  65. this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  66. this.button1.Location = new System.Drawing.Point(672, 391);
  67. this.button1.Name = "button1";
  68. this.button1.Size = new System.Drawing.Size(111, 30);
  69. this.button1.TabIndex = 25;
  70. this.button1.Text = "Сохранить";
  71. this.button1.UseVisualStyleBackColor = false;
  72. this.button1.Click += new System.EventHandler(this.button1_Click);
  73. //
  74. // pictureBox2
  75. //
  76. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  77. this.pictureBox2.Location = new System.Drawing.Point(301, 21);
  78. this.pictureBox2.Name = "pictureBox2";
  79. this.pictureBox2.Size = new System.Drawing.Size(64, 50);
  80. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  81. this.pictureBox2.TabIndex = 24;
  82. this.pictureBox2.TabStop = false;
  83. this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
  84. //
  85. // button_back
  86. //
  87. this.button_back.BackColor = System.Drawing.Color.Gray;
  88. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  89. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  90. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  91. this.button_back.Location = new System.Drawing.Point(19, 391);
  92. this.button_back.Name = "button_back";
  93. this.button_back.Size = new System.Drawing.Size(111, 30);
  94. this.button_back.TabIndex = 23;
  95. this.button_back.Text = "Назад";
  96. this.button_back.UseVisualStyleBackColor = false;
  97. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  98. //
  99. // button_delete
  100. //
  101. this.button_delete.BackColor = System.Drawing.Color.Gray;
  102. this.button_delete.Cursor = System.Windows.Forms.Cursors.Hand;
  103. this.button_delete.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  104. this.button_delete.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  105. this.button_delete.Location = new System.Drawing.Point(322, 391);
  106. this.button_delete.Name = "button_delete";
  107. this.button_delete.Size = new System.Drawing.Size(111, 30);
  108. this.button_delete.TabIndex = 22;
  109. this.button_delete.Text = "Удалить";
  110. this.button_delete.UseVisualStyleBackColor = false;
  111. this.button_delete.Click += new System.EventHandler(this.button_delete_Click_1);
  112. //
  113. // button_add
  114. //
  115. this.button_add.BackColor = System.Drawing.Color.Gray;
  116. this.button_add.Cursor = System.Windows.Forms.Cursors.Hand;
  117. this.button_add.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  118. this.button_add.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  119. this.button_add.Location = new System.Drawing.Point(556, 391);
  120. this.button_add.Name = "button_add";
  121. this.button_add.Size = new System.Drawing.Size(111, 30);
  122. this.button_add.TabIndex = 21;
  123. this.button_add.Text = "Добавить";
  124. this.button_add.UseVisualStyleBackColor = false;
  125. this.button_add.Click += new System.EventHandler(this.button_add_Click);
  126. //
  127. // button_insert
  128. //
  129. this.button_insert.BackColor = System.Drawing.Color.Gray;
  130. this.button_insert.Cursor = System.Windows.Forms.Cursors.Hand;
  131. this.button_insert.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  132. this.button_insert.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  133. this.button_insert.Location = new System.Drawing.Point(439, 391);
  134. this.button_insert.Name = "button_insert";
  135. this.button_insert.Size = new System.Drawing.Size(111, 30);
  136. this.button_insert.TabIndex = 20;
  137. this.button_insert.Text = "Изменить";
  138. this.button_insert.UseVisualStyleBackColor = false;
  139. this.button_insert.Click += new System.EventHandler(this.button_insert_Click);
  140. //
  141. // dataGridView1
  142. //
  143. this.dataGridView1.AllowUserToAddRows = false;
  144. this.dataGridView1.AllowUserToDeleteRows = false;
  145. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  146. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  147. this.dataGridView1.Location = new System.Drawing.Point(47, 90);
  148. this.dataGridView1.Name = "dataGridView1";
  149. this.dataGridView1.ReadOnly = true;
  150. this.dataGridView1.Size = new System.Drawing.Size(710, 260);
  151. this.dataGridView1.TabIndex = 19;
  152. this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
  153. //
  154. // StrokaSearch
  155. //
  156. this.StrokaSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  157. this.StrokaSearch.Location = new System.Drawing.Point(28, 31);
  158. this.StrokaSearch.MaxLength = 25;
  159. this.StrokaSearch.Name = "StrokaSearch";
  160. this.StrokaSearch.Size = new System.Drawing.Size(238, 26);
  161. this.StrokaSearch.TabIndex = 18;
  162. this.StrokaSearch.TextChanged += new System.EventHandler(this.StrokaSearch_TextChanged_1);
  163. //
  164. // panel2
  165. //
  166. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  167. this.panel2.Controls.Add(this.pictureBox1);
  168. this.panel2.Controls.Add(this.TextForSearch);
  169. this.panel2.Controls.Add(this.StrokaSearch);
  170. this.panel2.Location = new System.Drawing.Point(397, 13);
  171. this.panel2.Name = "panel2";
  172. this.panel2.Size = new System.Drawing.Size(360, 71);
  173. this.panel2.TabIndex = 27;
  174. //
  175. // pictureBox1
  176. //
  177. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  178. this.pictureBox1.Location = new System.Drawing.Point(284, 9);
  179. this.pictureBox1.Name = "pictureBox1";
  180. this.pictureBox1.Size = new System.Drawing.Size(48, 57);
  181. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  182. this.pictureBox1.TabIndex = 20;
  183. this.pictureBox1.TabStop = false;
  184. //
  185. // TextForSearch
  186. //
  187. this.TextForSearch.AutoSize = true;
  188. this.TextForSearch.Location = new System.Drawing.Point(101, 9);
  189. this.TextForSearch.Name = "TextForSearch";
  190. this.TextForSearch.Size = new System.Drawing.Size(100, 13);
  191. this.TextForSearch.TabIndex = 19;
  192. this.TextForSearch.Text = "Введите название";
  193. //
  194. // label1
  195. //
  196. this.label1.AutoSize = true;
  197. this.label1.Location = new System.Drawing.Point(394, 74);
  198. this.label1.Name = "label1";
  199. this.label1.Size = new System.Drawing.Size(84, 13);
  200. this.label1.TabIndex = 27;
  201. this.label1.Text = "Модуль поиска";
  202. //
  203. // panel1
  204. //
  205. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  206. this.panel1.Location = new System.Drawing.Point(301, 374);
  207. this.panel1.Name = "panel1";
  208. this.panel1.Size = new System.Drawing.Size(492, 64);
  209. this.panel1.TabIndex = 28;
  210. //
  211. // label3
  212. //
  213. this.label3.AutoSize = true;
  214. this.label3.Location = new System.Drawing.Point(486, 367);
  215. this.label3.Name = "label3";
  216. this.label3.Size = new System.Drawing.Size(122, 13);
  217. this.label3.TabIndex = 29;
  218. this.label3.Text = "Управление записями";
  219. //
  220. // Postavshiki
  221. //
  222. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  223. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  224. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  225. this.ClientSize = new System.Drawing.Size(800, 449);
  226. this.Controls.Add(this.label3);
  227. this.Controls.Add(this.label1);
  228. this.Controls.Add(this.button1);
  229. this.Controls.Add(this.pictureBox2);
  230. this.Controls.Add(this.button_back);
  231. this.Controls.Add(this.button_delete);
  232. this.Controls.Add(this.button_add);
  233. this.Controls.Add(this.button_insert);
  234. this.Controls.Add(this.dataGridView1);
  235. this.Controls.Add(this.label2);
  236. this.Controls.Add(this.panel2);
  237. this.Controls.Add(this.panel1);
  238. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  239. this.MaximumSize = new System.Drawing.Size(816, 488);
  240. this.MinimumSize = new System.Drawing.Size(816, 488);
  241. this.Name = "Postavshiki";
  242. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  243. this.Text = "Поставщики";
  244. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  245. this.Load += new System.EventHandler(this.Postavshiki_Load);
  246. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  247. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  248. this.panel2.ResumeLayout(false);
  249. this.panel2.PerformLayout();
  250. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  251. this.ResumeLayout(false);
  252. this.PerformLayout();
  253. }
  254. #endregion
  255. private System.Windows.Forms.Label label2;
  256. private System.Windows.Forms.Button button1;
  257. private System.Windows.Forms.PictureBox pictureBox2;
  258. private System.Windows.Forms.Button button_back;
  259. private System.Windows.Forms.Button button_delete;
  260. private System.Windows.Forms.Button button_add;
  261. private System.Windows.Forms.Button button_insert;
  262. private System.Windows.Forms.DataGridView dataGridView1;
  263. private System.Windows.Forms.TextBox StrokaSearch;
  264. private System.Windows.Forms.Panel panel2;
  265. private System.Windows.Forms.Label label1;
  266. private System.Windows.Forms.Label TextForSearch;
  267. private System.Windows.Forms.PictureBox pictureBox1;
  268. private System.Windows.Forms.Panel panel1;
  269. private System.Windows.Forms.Label label3;
  270. }
  271. }