namespace AMP12_1633_StockTakipProgram.pages { partial class frmSatisDetaylari { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSatisDetaylari)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.grdSatislar = new System.Windows.Forms.DataGridView(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.grdSatilanUrunler = new System.Windows.Forms.DataGridView(); this.btnSatisIptal = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.txtSatisToplam = new System.Windows.Forms.TextBox(); this.ımageList1 = new System.Windows.Forms.ImageList(this.components); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdSatislar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSatilanUrunler)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.btnSatisIptal); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.grdSatislar); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(776, 263); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Satış Listesi"; // // grdSatislar // this.grdSatislar.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdSatislar.Location = new System.Drawing.Point(6, 19); this.grdSatislar.Name = "grdSatislar"; this.grdSatislar.Size = new System.Drawing.Size(533, 233); this.grdSatislar.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(556, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(74, 13); this.label1.TabIndex = 1; this.label1.Text = "Satış Detayları"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(773, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(76, 13); this.label2.TabIndex = 2; this.label2.Text = "Satılan Ürünler"; // // grdSatilanUrunler // this.grdSatilanUrunler.BackgroundColor = System.Drawing.SystemColors.GradientActiveCaption; this.grdSatilanUrunler.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdSatilanUrunler.GridColor = System.Drawing.SystemColors.ActiveCaption; this.grdSatilanUrunler.Location = new System.Drawing.Point(571, 92); this.grdSatilanUrunler.Name = "grdSatilanUrunler"; this.grdSatilanUrunler.Size = new System.Drawing.Size(493, 117); this.grdSatilanUrunler.TabIndex = 3; // // btnSatisIptal // this.btnSatisIptal.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.btnSatisIptal.ImageKey = "remove-from-cart.png"; this.btnSatisIptal.ImageList = this.ımageList1; this.btnSatisIptal.Location = new System.Drawing.Point(579, 216); this.btnSatisIptal.Name = "btnSatisIptal"; this.btnSatisIptal.Size = new System.Drawing.Size(125, 36); this.btnSatisIptal.TabIndex = 4; this.btnSatisIptal.Text = "Satışı İptal Et"; this.btnSatisIptal.UseVisualStyleBackColor = true; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(773, 236); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(93, 13); this.label3.TabIndex = 5; this.label3.Text = "Satış Toplam Fiyat"; // // txtSatisToplam // this.txtSatisToplam.Enabled = false; this.txtSatisToplam.Location = new System.Drawing.Point(881, 236); this.txtSatisToplam.Name = "txtSatisToplam"; this.txtSatisToplam.Size = new System.Drawing.Size(100, 20); this.txtSatisToplam.TabIndex = 6; // // ımageList1 // this.ımageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ımageList1.ImageStream"))); this.ımageList1.TransparentColor = System.Drawing.Color.Transparent; this.ımageList1.Images.SetKeyName(0, "remove-from-cart.png"); // // frmSatisDetaylari // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1076, 276); this.Controls.Add(this.label3); this.Controls.Add(this.txtSatisToplam); this.Controls.Add(this.grdSatilanUrunler); this.Controls.Add(this.label2); this.Controls.Add(this.groupBox1); this.Name = "frmSatisDetaylari"; this.Text = "frmSatisDetaylari"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdSatislar)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSatilanUrunler)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.DataGridView grdSatislar; private System.Windows.Forms.Button btnSatisIptal; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.DataGridView grdSatilanUrunler; private System.Windows.Forms.ImageList ımageList1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtSatisToplam; } }