Prodaja.Designer.cs 15 KB

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