Nomenklatura.Designer.cs 14 KB

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