FormOrder.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. namespace СУБД_Книжный_клуб
  2. {
  3. partial class FormOrder
  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 dataGridViewCellStyle1 = 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.Column2 = new System.Windows.Forms.DataGridViewImageColumn();
  35. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.PanelOrder = new System.Windows.Forms.Panel();
  38. this.LblSum = new System.Windows.Forms.Label();
  39. this.LblDiscount = new System.Windows.Forms.Label();
  40. this.BtnCheckOut = new System.Windows.Forms.Button();
  41. this.BtnDell = new System.Windows.Forms.Button();
  42. this.CmbPickUpPoint = new System.Windows.Forms.ComboBox();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.bookClubKMADataSet1 = new СУБД_Книжный_клуб.BookClubKMADataSet();
  45. this.BSPickUpPoint = new System.Windows.Forms.BindingSource(this.components);
  46. this.pickupPointTableAdapter = new СУБД_Книжный_клуб.BookClubKMADataSetTableAdapters.PickupPointTableAdapter();
  47. this.SaveToPDF = new System.Windows.Forms.SaveFileDialog();
  48. this.panel1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.DgvProductList)).BeginInit();
  51. this.PanelOrder.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.bookClubKMADataSet1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.BSPickUpPoint)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // panel1
  57. //
  58. this.panel1.BackColor = System.Drawing.Color.DarkSalmon;
  59. this.panel1.Controls.Add(this.label1);
  60. this.panel1.Controls.Add(this.pictureBox1);
  61. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  62. this.panel1.Location = new System.Drawing.Point(0, 0);
  63. this.panel1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  64. this.panel1.Name = "panel1";
  65. this.panel1.Size = new System.Drawing.Size(772, 67);
  66. this.panel1.TabIndex = 1;
  67. //
  68. // label1
  69. //
  70. this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
  71. this.label1.AutoSize = true;
  72. this.label1.Font = new System.Drawing.Font("Century", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. this.label1.Location = new System.Drawing.Point(211, 9);
  74. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  75. this.label1.Name = "label1";
  76. this.label1.Size = new System.Drawing.Size(358, 34);
  77. this.label1.TabIndex = 1;
  78. this.label1.Text = "Список товаров в заказе";
  79. //
  80. // pictureBox1
  81. //
  82. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  83. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  84. this.pictureBox1.Location = new System.Drawing.Point(652, 0);
  85. this.pictureBox1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  86. this.pictureBox1.Name = "pictureBox1";
  87. this.pictureBox1.Size = new System.Drawing.Size(120, 67);
  88. this.pictureBox1.TabIndex = 0;
  89. this.pictureBox1.TabStop = false;
  90. //
  91. // DgvProductList
  92. //
  93. this.DgvProductList.AllowUserToAddRows = false;
  94. this.DgvProductList.AllowUserToDeleteRows = false;
  95. this.DgvProductList.AllowUserToResizeColumns = false;
  96. this.DgvProductList.AllowUserToResizeRows = false;
  97. this.DgvProductList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  98. | System.Windows.Forms.AnchorStyles.Left)
  99. | System.Windows.Forms.AnchorStyles.Right)));
  100. this.DgvProductList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  101. this.DgvProductList.ColumnHeadersVisible = false;
  102. this.DgvProductList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  103. this.Column2,
  104. this.Column3,
  105. this.Column7});
  106. this.DgvProductList.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  107. this.DgvProductList.Location = new System.Drawing.Point(16, 75);
  108. this.DgvProductList.MultiSelect = false;
  109. this.DgvProductList.Name = "DgvProductList";
  110. this.DgvProductList.RowHeadersVisible = false;
  111. this.DgvProductList.RowTemplate.Height = 100;
  112. this.DgvProductList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  113. this.DgvProductList.Size = new System.Drawing.Size(748, 328);
  114. this.DgvProductList.TabIndex = 2;
  115. this.DgvProductList.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvProductList_CellValueChanged);
  116. //
  117. // Column2
  118. //
  119. this.Column2.HeaderText = "Photo";
  120. this.Column2.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
  121. this.Column2.Name = "Column2";
  122. this.Column2.ReadOnly = true;
  123. this.Column2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  124. //
  125. // Column3
  126. //
  127. this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  128. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  129. this.Column3.DefaultCellStyle = dataGridViewCellStyle1;
  130. this.Column3.HeaderText = "Info";
  131. this.Column3.Name = "Column3";
  132. this.Column3.ReadOnly = true;
  133. //
  134. // Column7
  135. //
  136. this.Column7.HeaderText = "ProductCount";
  137. this.Column7.Name = "Column7";
  138. //
  139. // PanelOrder
  140. //
  141. this.PanelOrder.Controls.Add(this.label2);
  142. this.PanelOrder.Controls.Add(this.CmbPickUpPoint);
  143. this.PanelOrder.Controls.Add(this.LblSum);
  144. this.PanelOrder.Controls.Add(this.LblDiscount);
  145. this.PanelOrder.Controls.Add(this.BtnCheckOut);
  146. this.PanelOrder.Dock = System.Windows.Forms.DockStyle.Bottom;
  147. this.PanelOrder.Location = new System.Drawing.Point(0, 468);
  148. this.PanelOrder.Name = "PanelOrder";
  149. this.PanelOrder.Size = new System.Drawing.Size(772, 116);
  150. this.PanelOrder.TabIndex = 3;
  151. //
  152. // LblSum
  153. //
  154. this.LblSum.AutoSize = true;
  155. this.LblSum.Location = new System.Drawing.Point(3, 90);
  156. this.LblSum.Name = "LblSum";
  157. this.LblSum.Size = new System.Drawing.Size(65, 23);
  158. this.LblSum.TabIndex = 2;
  159. this.LblSum.Text = "label3";
  160. //
  161. // LblDiscount
  162. //
  163. this.LblDiscount.AutoSize = true;
  164. this.LblDiscount.Location = new System.Drawing.Point(358, 90);
  165. this.LblDiscount.Name = "LblDiscount";
  166. this.LblDiscount.Size = new System.Drawing.Size(65, 23);
  167. this.LblDiscount.TabIndex = 1;
  168. this.LblDiscount.Text = "label2";
  169. //
  170. // BtnCheckOut
  171. //
  172. this.BtnCheckOut.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  173. | System.Windows.Forms.AnchorStyles.Right)));
  174. this.BtnCheckOut.Location = new System.Drawing.Point(540, 73);
  175. this.BtnCheckOut.Name = "BtnCheckOut";
  176. this.BtnCheckOut.Size = new System.Drawing.Size(229, 40);
  177. this.BtnCheckOut.TabIndex = 0;
  178. this.BtnCheckOut.Text = "Сформировать заказ";
  179. this.BtnCheckOut.UseVisualStyleBackColor = true;
  180. this.BtnCheckOut.Click += new System.EventHandler(this.BtnCheckOut_Click);
  181. //
  182. // BtnDell
  183. //
  184. this.BtnDell.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  185. this.BtnDell.Location = new System.Drawing.Point(12, 422);
  186. this.BtnDell.Name = "BtnDell";
  187. this.BtnDell.Size = new System.Drawing.Size(254, 40);
  188. this.BtnDell.TabIndex = 4;
  189. this.BtnDell.Text = "Удалить товар из заказа";
  190. this.BtnDell.UseVisualStyleBackColor = true;
  191. this.BtnDell.Click += new System.EventHandler(this.BtnDell_Click);
  192. //
  193. // CmbPickUpPoint
  194. //
  195. this.CmbPickUpPoint.DataSource = this.BSPickUpPoint;
  196. this.CmbPickUpPoint.DisplayMember = "AddressPickupPoint";
  197. this.CmbPickUpPoint.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  198. this.CmbPickUpPoint.FormattingEnabled = true;
  199. this.CmbPickUpPoint.Location = new System.Drawing.Point(540, 38);
  200. this.CmbPickUpPoint.Name = "CmbPickUpPoint";
  201. this.CmbPickUpPoint.Size = new System.Drawing.Size(229, 31);
  202. this.CmbPickUpPoint.TabIndex = 5;
  203. this.CmbPickUpPoint.ValueMember = "IdPickupPoint";
  204. this.CmbPickUpPoint.SelectedIndexChanged += new System.EventHandler(this.CmbPickUpPoint_SelectedIndexChanged);
  205. //
  206. // label2
  207. //
  208. this.label2.AutoSize = true;
  209. this.label2.Location = new System.Drawing.Point(536, 15);
  210. this.label2.Name = "label2";
  211. this.label2.Size = new System.Drawing.Size(233, 23);
  212. this.label2.TabIndex = 6;
  213. this.label2.Text = "Выберите пункт выдачи";
  214. //
  215. // bookClubKMADataSet1
  216. //
  217. this.bookClubKMADataSet1.DataSetName = "BookClubKMADataSet";
  218. this.bookClubKMADataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  219. //
  220. // BSPickUpPoint
  221. //
  222. this.BSPickUpPoint.DataMember = "PickupPoint";
  223. this.BSPickUpPoint.DataSource = this.bookClubKMADataSet1;
  224. //
  225. // pickupPointTableAdapter
  226. //
  227. this.pickupPointTableAdapter.ClearBeforeFill = true;
  228. //
  229. // SaveToPDF
  230. //
  231. this.SaveToPDF.DefaultExt = "pdf";
  232. //
  233. // FormOrder
  234. //
  235. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 23F);
  236. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  237. this.BackColor = System.Drawing.Color.White;
  238. this.ClientSize = new System.Drawing.Size(772, 584);
  239. this.Controls.Add(this.BtnDell);
  240. this.Controls.Add(this.PanelOrder);
  241. this.Controls.Add(this.DgvProductList);
  242. this.Controls.Add(this.panel1);
  243. this.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  244. this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  245. this.MinimumSize = new System.Drawing.Size(788, 608);
  246. this.Name = "FormOrder";
  247. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  248. this.Text = "СУБД \"Книжный клуб\"";
  249. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormOrder_FormClosing);
  250. this.Load += new System.EventHandler(this.FormOrder_Load);
  251. this.panel1.ResumeLayout(false);
  252. this.panel1.PerformLayout();
  253. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.DgvProductList)).EndInit();
  255. this.PanelOrder.ResumeLayout(false);
  256. this.PanelOrder.PerformLayout();
  257. ((System.ComponentModel.ISupportInitialize)(this.bookClubKMADataSet1)).EndInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.BSPickUpPoint)).EndInit();
  259. this.ResumeLayout(false);
  260. }
  261. #endregion
  262. private System.Windows.Forms.Panel panel1;
  263. private System.Windows.Forms.Label label1;
  264. private System.Windows.Forms.PictureBox pictureBox1;
  265. private System.Windows.Forms.DataGridView DgvProductList;
  266. private System.Windows.Forms.Panel PanelOrder;
  267. private System.Windows.Forms.Label LblSum;
  268. private System.Windows.Forms.Label LblDiscount;
  269. private System.Windows.Forms.Button BtnCheckOut;
  270. private System.Windows.Forms.DataGridViewImageColumn Column2;
  271. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  272. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  273. private System.Windows.Forms.Button BtnDell;
  274. private System.Windows.Forms.Label label2;
  275. private System.Windows.Forms.ComboBox CmbPickUpPoint;
  276. private BookClubKMADataSet bookClubKMADataSet1;
  277. private System.Windows.Forms.BindingSource BSPickUpPoint;
  278. private BookClubKMADataSetTableAdapters.PickupPointTableAdapter pickupPointTableAdapter;
  279. private System.Windows.Forms.SaveFileDialog SaveToPDF;
  280. }
  281. }