FormMain.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. namespace СУБД_Книжный_клуб
  2. {
  3. partial class FormMain
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.DgvProductList = new System.Windows.Forms.DataGridView();
  34. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Column2 = new System.Windows.Forms.DataGridViewImageColumn();
  36. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  42. this.CmAddToOrder = new System.Windows.Forms.ToolStripMenuItem();
  43. this.PanelOrder = new System.Windows.Forms.Panel();
  44. this.LblSum = new System.Windows.Forms.Label();
  45. this.LblDiscount = new System.Windows.Forms.Label();
  46. this.BtnOrder = new System.Windows.Forms.Button();
  47. this.panel1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.DgvProductList)).BeginInit();
  50. this.contextMenuStrip1.SuspendLayout();
  51. this.PanelOrder.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // panel1
  55. //
  56. this.panel1.BackColor = System.Drawing.Color.DarkSalmon;
  57. this.panel1.Controls.Add(this.label1);
  58. this.panel1.Controls.Add(this.pictureBox1);
  59. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  60. this.panel1.Location = new System.Drawing.Point(0, 0);
  61. this.panel1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  62. this.panel1.Name = "panel1";
  63. this.panel1.Size = new System.Drawing.Size(855, 61);
  64. this.panel1.TabIndex = 0;
  65. //
  66. // label1
  67. //
  68. this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
  69. this.label1.AutoSize = true;
  70. this.label1.Font = new System.Drawing.Font("Century", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  71. this.label1.Location = new System.Drawing.Point(318, 9);
  72. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  73. this.label1.Name = "label1";
  74. this.label1.Size = new System.Drawing.Size(234, 34);
  75. this.label1.TabIndex = 1;
  76. this.label1.Text = "Список товаров";
  77. //
  78. // pictureBox1
  79. //
  80. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  81. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  82. this.pictureBox1.Location = new System.Drawing.Point(735, 0);
  83. this.pictureBox1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  84. this.pictureBox1.Name = "pictureBox1";
  85. this.pictureBox1.Size = new System.Drawing.Size(120, 61);
  86. this.pictureBox1.TabIndex = 0;
  87. this.pictureBox1.TabStop = false;
  88. //
  89. // DgvProductList
  90. //
  91. this.DgvProductList.AllowUserToAddRows = false;
  92. this.DgvProductList.AllowUserToDeleteRows = false;
  93. this.DgvProductList.AllowUserToResizeColumns = false;
  94. this.DgvProductList.AllowUserToResizeRows = false;
  95. this.DgvProductList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  96. | System.Windows.Forms.AnchorStyles.Left)
  97. | System.Windows.Forms.AnchorStyles.Right)));
  98. this.DgvProductList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  99. this.DgvProductList.ColumnHeadersVisible = false;
  100. this.DgvProductList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  101. this.Column1,
  102. this.Column2,
  103. this.Column3,
  104. this.Column4,
  105. this.Column5,
  106. this.Column6,
  107. this.Column7});
  108. this.DgvProductList.ContextMenuStrip = this.contextMenuStrip1;
  109. this.DgvProductList.Location = new System.Drawing.Point(12, 69);
  110. this.DgvProductList.MultiSelect = false;
  111. this.DgvProductList.Name = "DgvProductList";
  112. this.DgvProductList.ReadOnly = true;
  113. this.DgvProductList.RowHeadersVisible = false;
  114. this.DgvProductList.RowTemplate.Height = 100;
  115. this.DgvProductList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  116. this.DgvProductList.Size = new System.Drawing.Size(831, 396);
  117. this.DgvProductList.TabIndex = 1;
  118. this.DgvProductList.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DgvProductList_CellMouseDown);
  119. //
  120. // Column1
  121. //
  122. this.Column1.HeaderText = "Id";
  123. this.Column1.Name = "Column1";
  124. this.Column1.ReadOnly = true;
  125. this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  126. this.Column1.Visible = false;
  127. //
  128. // Column2
  129. //
  130. this.Column2.HeaderText = "Photo";
  131. this.Column2.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
  132. this.Column2.Name = "Column2";
  133. this.Column2.ReadOnly = true;
  134. this.Column2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  135. //
  136. // Column3
  137. //
  138. this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  139. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  140. this.Column3.DefaultCellStyle = dataGridViewCellStyle2;
  141. this.Column3.HeaderText = "Info";
  142. this.Column3.Name = "Column3";
  143. this.Column3.ReadOnly = true;
  144. //
  145. // Column4
  146. //
  147. this.Column4.HeaderText = "NameProduct";
  148. this.Column4.Name = "Column4";
  149. this.Column4.ReadOnly = true;
  150. this.Column4.Visible = false;
  151. //
  152. // Column5
  153. //
  154. this.Column5.HeaderText = "Cost";
  155. this.Column5.Name = "Column5";
  156. this.Column5.ReadOnly = true;
  157. this.Column5.Visible = false;
  158. //
  159. // Column6
  160. //
  161. this.Column6.HeaderText = "Discount";
  162. this.Column6.Name = "Column6";
  163. this.Column6.ReadOnly = true;
  164. this.Column6.Visible = false;
  165. //
  166. // Column7
  167. //
  168. this.Column7.HeaderText = "ProductCount";
  169. this.Column7.Name = "Column7";
  170. this.Column7.ReadOnly = true;
  171. this.Column7.Visible = false;
  172. //
  173. // contextMenuStrip1
  174. //
  175. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  176. this.CmAddToOrder});
  177. this.contextMenuStrip1.Name = "contextMenuStrip1";
  178. this.contextMenuStrip1.Size = new System.Drawing.Size(173, 26);
  179. //
  180. // CmAddToOrder
  181. //
  182. this.CmAddToOrder.Name = "CmAddToOrder";
  183. this.CmAddToOrder.Size = new System.Drawing.Size(172, 22);
  184. this.CmAddToOrder.Text = "Добавить к заказу";
  185. this.CmAddToOrder.Click += new System.EventHandler(this.CmAddToOrder_Click);
  186. //
  187. // PanelOrder
  188. //
  189. this.PanelOrder.Controls.Add(this.LblSum);
  190. this.PanelOrder.Controls.Add(this.LblDiscount);
  191. this.PanelOrder.Controls.Add(this.BtnOrder);
  192. this.PanelOrder.Dock = System.Windows.Forms.DockStyle.Bottom;
  193. this.PanelOrder.Location = new System.Drawing.Point(0, 487);
  194. this.PanelOrder.Name = "PanelOrder";
  195. this.PanelOrder.Size = new System.Drawing.Size(855, 70);
  196. this.PanelOrder.TabIndex = 2;
  197. this.PanelOrder.Visible = false;
  198. //
  199. // LblSum
  200. //
  201. this.LblSum.AutoSize = true;
  202. this.LblSum.Location = new System.Drawing.Point(12, 13);
  203. this.LblSum.Name = "LblSum";
  204. this.LblSum.Size = new System.Drawing.Size(65, 23);
  205. this.LblSum.TabIndex = 2;
  206. this.LblSum.Text = "label3";
  207. //
  208. // LblDiscount
  209. //
  210. this.LblDiscount.AutoSize = true;
  211. this.LblDiscount.Location = new System.Drawing.Point(12, 38);
  212. this.LblDiscount.Name = "LblDiscount";
  213. this.LblDiscount.Size = new System.Drawing.Size(65, 23);
  214. this.LblDiscount.TabIndex = 1;
  215. this.LblDiscount.Text = "label2";
  216. //
  217. // BtnOrder
  218. //
  219. this.BtnOrder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  220. | System.Windows.Forms.AnchorStyles.Right)));
  221. this.BtnOrder.Location = new System.Drawing.Point(540, 13);
  222. this.BtnOrder.Name = "BtnOrder";
  223. this.BtnOrder.Size = new System.Drawing.Size(312, 40);
  224. this.BtnOrder.TabIndex = 0;
  225. this.BtnOrder.Text = "Просмотреть заказ";
  226. this.BtnOrder.UseVisualStyleBackColor = true;
  227. this.BtnOrder.Click += new System.EventHandler(this.BtnOrder_Click);
  228. //
  229. // FormMain
  230. //
  231. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 23F);
  232. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  233. this.BackColor = System.Drawing.Color.White;
  234. this.ClientSize = new System.Drawing.Size(855, 557);
  235. this.Controls.Add(this.PanelOrder);
  236. this.Controls.Add(this.DgvProductList);
  237. this.Controls.Add(this.panel1);
  238. this.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  239. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  240. this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  241. this.MinimumSize = new System.Drawing.Size(875, 600);
  242. this.Name = "FormMain";
  243. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  244. this.Text = "СУБД \"Книжный клуб\"";
  245. this.Load += new System.EventHandler(this.FormMain_Load);
  246. this.panel1.ResumeLayout(false);
  247. this.panel1.PerformLayout();
  248. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  249. ((System.ComponentModel.ISupportInitialize)(this.DgvProductList)).EndInit();
  250. this.contextMenuStrip1.ResumeLayout(false);
  251. this.PanelOrder.ResumeLayout(false);
  252. this.PanelOrder.PerformLayout();
  253. this.ResumeLayout(false);
  254. }
  255. #endregion
  256. private System.Windows.Forms.Panel panel1;
  257. private System.Windows.Forms.Label label1;
  258. private System.Windows.Forms.PictureBox pictureBox1;
  259. private System.Windows.Forms.DataGridView DgvProductList;
  260. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  261. private System.Windows.Forms.DataGridViewImageColumn Column2;
  262. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  263. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  264. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  265. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  266. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  267. private System.Windows.Forms.Panel PanelOrder;
  268. private System.Windows.Forms.Label LblSum;
  269. private System.Windows.Forms.Label LblDiscount;
  270. private System.Windows.Forms.Button BtnOrder;
  271. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  272. private System.Windows.Forms.ToolStripMenuItem CmAddToOrder;
  273. }
  274. }