| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287 |
- namespace СУБД_Книжный_клуб
- {
- partial class FormOrder
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.DgvProductList = new System.Windows.Forms.DataGridView();
- this.Column2 = new System.Windows.Forms.DataGridViewImageColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PanelOrder = new System.Windows.Forms.Panel();
- this.LblSum = new System.Windows.Forms.Label();
- this.LblDiscount = new System.Windows.Forms.Label();
- this.BtnCheckOut = new System.Windows.Forms.Button();
- this.BtnDell = new System.Windows.Forms.Button();
- this.CmbPickUpPoint = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.bookClubKMADataSet1 = new СУБД_Книжный_клуб.BookClubKMADataSet();
- this.BSPickUpPoint = new System.Windows.Forms.BindingSource(this.components);
- this.pickupPointTableAdapter = new СУБД_Книжный_клуб.BookClubKMADataSetTableAdapters.PickupPointTableAdapter();
- this.SaveToPDF = new System.Windows.Forms.SaveFileDialog();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvProductList)).BeginInit();
- this.PanelOrder.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bookClubKMADataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BSPickUpPoint)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.DarkSalmon;
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(772, 67);
- this.panel1.TabIndex = 1;
- //
- // label1
- //
- this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Century", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(211, 9);
- this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(358, 34);
- this.label1.TabIndex = 1;
- this.label1.Text = "Список товаров в заказе";
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
- this.pictureBox1.Location = new System.Drawing.Point(652, 0);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(120, 67);
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // DgvProductList
- //
- this.DgvProductList.AllowUserToAddRows = false;
- this.DgvProductList.AllowUserToDeleteRows = false;
- this.DgvProductList.AllowUserToResizeColumns = false;
- this.DgvProductList.AllowUserToResizeRows = false;
- this.DgvProductList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.DgvProductList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvProductList.ColumnHeadersVisible = false;
- this.DgvProductList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column2,
- this.Column3,
- this.Column7});
- this.DgvProductList.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
- this.DgvProductList.Location = new System.Drawing.Point(16, 75);
- this.DgvProductList.MultiSelect = false;
- this.DgvProductList.Name = "DgvProductList";
- this.DgvProductList.RowHeadersVisible = false;
- this.DgvProductList.RowTemplate.Height = 100;
- this.DgvProductList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DgvProductList.Size = new System.Drawing.Size(748, 328);
- this.DgvProductList.TabIndex = 2;
- this.DgvProductList.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvProductList_CellValueChanged);
- //
- // Column2
- //
- this.Column2.HeaderText = "Photo";
- this.Column2.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- this.Column2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
- //
- // Column3
- //
- this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.Column3.DefaultCellStyle = dataGridViewCellStyle1;
- this.Column3.HeaderText = "Info";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- //
- // Column7
- //
- this.Column7.HeaderText = "ProductCount";
- this.Column7.Name = "Column7";
- //
- // PanelOrder
- //
- this.PanelOrder.Controls.Add(this.label2);
- this.PanelOrder.Controls.Add(this.CmbPickUpPoint);
- this.PanelOrder.Controls.Add(this.LblSum);
- this.PanelOrder.Controls.Add(this.LblDiscount);
- this.PanelOrder.Controls.Add(this.BtnCheckOut);
- this.PanelOrder.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.PanelOrder.Location = new System.Drawing.Point(0, 468);
- this.PanelOrder.Name = "PanelOrder";
- this.PanelOrder.Size = new System.Drawing.Size(772, 116);
- this.PanelOrder.TabIndex = 3;
- //
- // LblSum
- //
- this.LblSum.AutoSize = true;
- this.LblSum.Location = new System.Drawing.Point(3, 90);
- this.LblSum.Name = "LblSum";
- this.LblSum.Size = new System.Drawing.Size(65, 23);
- this.LblSum.TabIndex = 2;
- this.LblSum.Text = "label3";
- //
- // LblDiscount
- //
- this.LblDiscount.AutoSize = true;
- this.LblDiscount.Location = new System.Drawing.Point(358, 90);
- this.LblDiscount.Name = "LblDiscount";
- this.LblDiscount.Size = new System.Drawing.Size(65, 23);
- this.LblDiscount.TabIndex = 1;
- this.LblDiscount.Text = "label2";
- //
- // BtnCheckOut
- //
- this.BtnCheckOut.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnCheckOut.Location = new System.Drawing.Point(540, 73);
- this.BtnCheckOut.Name = "BtnCheckOut";
- this.BtnCheckOut.Size = new System.Drawing.Size(229, 40);
- this.BtnCheckOut.TabIndex = 0;
- this.BtnCheckOut.Text = "Сформировать заказ";
- this.BtnCheckOut.UseVisualStyleBackColor = true;
- this.BtnCheckOut.Click += new System.EventHandler(this.BtnCheckOut_Click);
- //
- // BtnDell
- //
- this.BtnDell.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.BtnDell.Location = new System.Drawing.Point(12, 422);
- this.BtnDell.Name = "BtnDell";
- this.BtnDell.Size = new System.Drawing.Size(254, 40);
- this.BtnDell.TabIndex = 4;
- this.BtnDell.Text = "Удалить товар из заказа";
- this.BtnDell.UseVisualStyleBackColor = true;
- this.BtnDell.Click += new System.EventHandler(this.BtnDell_Click);
- //
- // CmbPickUpPoint
- //
- this.CmbPickUpPoint.DataSource = this.BSPickUpPoint;
- this.CmbPickUpPoint.DisplayMember = "AddressPickupPoint";
- this.CmbPickUpPoint.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.CmbPickUpPoint.FormattingEnabled = true;
- this.CmbPickUpPoint.Location = new System.Drawing.Point(540, 38);
- this.CmbPickUpPoint.Name = "CmbPickUpPoint";
- this.CmbPickUpPoint.Size = new System.Drawing.Size(229, 31);
- this.CmbPickUpPoint.TabIndex = 5;
- this.CmbPickUpPoint.ValueMember = "IdPickupPoint";
- this.CmbPickUpPoint.SelectedIndexChanged += new System.EventHandler(this.CmbPickUpPoint_SelectedIndexChanged);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(536, 15);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(233, 23);
- this.label2.TabIndex = 6;
- this.label2.Text = "Выберите пункт выдачи";
- //
- // bookClubKMADataSet1
- //
- this.bookClubKMADataSet1.DataSetName = "BookClubKMADataSet";
- this.bookClubKMADataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // BSPickUpPoint
- //
- this.BSPickUpPoint.DataMember = "PickupPoint";
- this.BSPickUpPoint.DataSource = this.bookClubKMADataSet1;
- //
- // pickupPointTableAdapter
- //
- this.pickupPointTableAdapter.ClearBeforeFill = true;
- //
- // SaveToPDF
- //
- this.SaveToPDF.DefaultExt = "pdf";
- //
- // FormOrder
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 23F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(772, 584);
- this.Controls.Add(this.BtnDell);
- this.Controls.Add(this.PanelOrder);
- this.Controls.Add(this.DgvProductList);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
- this.MinimumSize = new System.Drawing.Size(788, 608);
- this.Name = "FormOrder";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "СУБД \"Книжный клуб\"";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormOrder_FormClosing);
- this.Load += new System.EventHandler(this.FormOrder_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvProductList)).EndInit();
- this.PanelOrder.ResumeLayout(false);
- this.PanelOrder.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bookClubKMADataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BSPickUpPoint)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.DataGridView DgvProductList;
- private System.Windows.Forms.Panel PanelOrder;
- private System.Windows.Forms.Label LblSum;
- private System.Windows.Forms.Label LblDiscount;
- private System.Windows.Forms.Button BtnCheckOut;
- private System.Windows.Forms.DataGridViewImageColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
- private System.Windows.Forms.Button BtnDell;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ComboBox CmbPickUpPoint;
- private BookClubKMADataSet bookClubKMADataSet1;
- private System.Windows.Forms.BindingSource BSPickUpPoint;
- private BookClubKMADataSetTableAdapters.PickupPointTableAdapter pickupPointTableAdapter;
- private System.Windows.Forms.SaveFileDialog SaveToPDF;
- }
- }
|