예제 #1
0
        /// <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();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Kategoriler));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            this.grdKategoriler    = new ArsLib.Controls.ArsGrid();
            this.grdKATEGORI_KODU  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdKATEGORI_ADI   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pnlKategoriler    = new ArsLib.Controls.ArsPanel();
            this.RENK_KODU         = new DevExpress.XtraEditors.ColorEdit();
            this.AKTIF_MI          = new ArsLib.Controls.ArsComboBox();
            this.arsLabel5         = new ArsLib.Controls.ArsLabel();
            this.BtnTemizle        = new DevExpress.XtraEditors.SimpleButton();
            this.btnSil            = new DevExpress.XtraEditors.SimpleButton();
            this.btnKaydet         = new DevExpress.XtraEditors.SimpleButton();
            this.arsLabel3         = new ArsLib.Controls.ArsLabel();
            this.KATEGORI_ADI      = new ArsLib.Controls.ArsEdit();
            this.arsLabel2         = new ArsLib.Controls.ArsLabel();
            this.btnKategoriRehber = new ArsLib.Controls.ArsButton();
            this.KATEGORI_KODU     = new ArsLib.Controls.ArsEdit();
            this.arsLabel1         = new ArsLib.Controls.ArsLabel();
            ((System.ComponentModel.ISupportInitialize)(this.grdKategoriler)).BeginInit();
            this.pnlKategoriler.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.RENK_KODU.Properties)).BeginInit();
            this.SuspendLayout();
            //
            // grdKategoriler
            //
            this.grdKategoriler.AllowUserToAddRows = false;
            this.grdKategoriler.ArName             = "";
            this.grdKategoriler.ArTag                         = -1;
            this.grdKategoriler.BackgroundColor               = System.Drawing.Color.White;
            this.grdKategoriler.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment                  = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor                  = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font                       = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor                  = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor         = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor         = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode                   = System.Windows.Forms.DataGridViewTriState.True;
            this.grdKategoriler.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdKategoriler.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdKategoriler.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdKATEGORI_KODU,
                this.grdKATEGORI_ADI
            });
            dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font               = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
            this.grdKategoriler.DefaultCellStyle      = dataGridViewCellStyle2;
            this.grdKategoriler.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdKategoriler.EnableHeadersVisualStyles = false;
            this.grdKategoriler.FocusPanel            = this.pnlKategoriler;
            this.grdKategoriler.IsArtezDB             = false;
            this.grdKategoriler.KeyValue              = "KATEGORI_KODU";
            this.grdKategoriler.Location              = new System.Drawing.Point(413, 32);
            this.grdKategoriler.MultiSelect           = false;
            this.grdKategoriler.Name                  = "grdKategoriler";
            this.grdKategoriler.PanelSQL              = "";
            this.grdKategoriler.ReadOnly              = true;
            this.grdKategoriler.RowHeadersVisible     = false;
            this.grdKategoriler.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.grdKategoriler.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdKategoriler.Size                  = new System.Drawing.Size(387, 418);
            this.grdKategoriler.SpecialDesign         = false;
            this.grdKategoriler.SQLText               = "SELECT KATEGORI_KODU, KATEGORI_ADI FROM [TBLKATEGORI]";
            this.grdKategoriler.TabIndex              = 5;
            this.grdKategoriler.ArsDoubleClick       += new ArsLib.Controls.ArsGrid.ArsAfterDoubleClickEventHandler(this.grdKategoriler_ArsDoubleClick);
            //
            // grdKATEGORI_KODU
            //
            this.grdKATEGORI_KODU.DataPropertyName = "KATEGORI_KODU";
            this.grdKATEGORI_KODU.DividerWidth     = 1;
            this.grdKATEGORI_KODU.HeaderText       = "Kategori Kodu";
            this.grdKATEGORI_KODU.Name             = "grdKATEGORI_KODU";
            this.grdKATEGORI_KODU.ReadOnly         = true;
            //
            // grdKATEGORI_ADI
            //
            this.grdKATEGORI_ADI.DataPropertyName = "KATEGORI_ADI";
            this.grdKATEGORI_ADI.DividerWidth     = 1;
            this.grdKATEGORI_ADI.HeaderText       = "Kategori Adı";
            this.grdKATEGORI_ADI.Name             = "grdKATEGORI_ADI";
            this.grdKATEGORI_ADI.ReadOnly         = true;
            //
            // pnlKategoriler
            //
            this.pnlKategoriler.ArName         = "";
            this.pnlKategoriler.ArsOrientation = EnmPanelOrientation.Vertical;
            this.pnlKategoriler.ArTag          = -1;
            this.pnlKategoriler.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlKategoriler.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlKategoriler.CanPaint       = true;
            this.pnlKategoriler.Controls.Add(this.RENK_KODU);
            this.pnlKategoriler.Controls.Add(this.AKTIF_MI);
            this.pnlKategoriler.Controls.Add(this.arsLabel5);
            this.pnlKategoriler.Controls.Add(this.BtnTemizle);
            this.pnlKategoriler.Controls.Add(this.btnSil);
            this.pnlKategoriler.Controls.Add(this.btnKaydet);
            this.pnlKategoriler.Controls.Add(this.arsLabel3);
            this.pnlKategoriler.Controls.Add(this.KATEGORI_ADI);
            this.pnlKategoriler.Controls.Add(this.arsLabel2);
            this.pnlKategoriler.Controls.Add(this.btnKategoriRehber);
            this.pnlKategoriler.Controls.Add(this.KATEGORI_KODU);
            this.pnlKategoriler.Controls.Add(this.arsLabel1);
            this.pnlKategoriler.Dock         = System.Windows.Forms.DockStyle.Left;
            this.pnlKategoriler.DrawLastEdit = true;
            this.pnlKategoriler.Location     = new System.Drawing.Point(0, 32);
            this.pnlKategoriler.Name         = "pnlKategoriler";
            this.pnlKategoriler.Size         = new System.Drawing.Size(413, 418);
            this.pnlKategoriler.TabIndex     = 4;
            //
            // RENK_KODU
            //
            this.RENK_KODU.EditValue = System.Drawing.Color.Empty;
            this.RENK_KODU.Location  = new System.Drawing.Point(117, 89);
            this.RENK_KODU.Name      = "RENK_KODU";
            this.RENK_KODU.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
            });
            this.RENK_KODU.Properties.ShowSystemColors = false;
            this.RENK_KODU.Properties.ShowWebColors    = false;
            this.RENK_KODU.Size     = new System.Drawing.Size(121, 20);
            this.RENK_KODU.TabIndex = 135;
            //
            // AKTIF_MI
            //
            this.AKTIF_MI.ArEnable  = true;
            this.AKTIF_MI.ArExItems = new string[] {
                "True",
                "False"
            };
            this.AKTIF_MI.ArItems = new string[] {
                "Aktif",
                "Pasif"
            };
            this.AKTIF_MI.ArName            = "AKTIF_MI";
            this.AKTIF_MI.ArsChar           = "";
            this.AKTIF_MI.ArTag             = -1;
            this.AKTIF_MI.ArVisible         = true;
            this.AKTIF_MI.CanNull           = false;
            this.AKTIF_MI.ComboType         = EnmComboType.ExItem;
            this.AKTIF_MI.DefaultIndex      = -1;
            this.AKTIF_MI.FontSize          = MetroFramework.MetroComboBoxSize.Small;
            this.AKTIF_MI.FormattingEnabled = true;
            this.AKTIF_MI.ItemHeight        = 19;
            this.AKTIF_MI.Items.AddRange(new object[] {
                "Aktif",
                "Pasif"
            });
            this.AKTIF_MI.LoadString    = "";
            this.AKTIF_MI.Location      = new System.Drawing.Point(117, 58);
            this.AKTIF_MI.Name          = "AKTIF_MI";
            this.AKTIF_MI.Size          = new System.Drawing.Size(121, 25);
            this.AKTIF_MI.SQLText       = "";
            this.AKTIF_MI.TabIndex      = 2;
            this.AKTIF_MI.UseSelectable = true;
            //
            // arsLabel5
            //
            this.arsLabel5.ArFocusView  = this.AKTIF_MI;
            this.arsLabel5.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel5.ArName       = "";
            this.arsLabel5.ArTag        = 2;
            this.arsLabel5.CharLimit    = 0;
            this.arsLabel5.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel5.FontSize     = EnmFontSize.Normal;
            this.arsLabel5.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel5.FullText     = "Durum";
            this.arsLabel5.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel5.Name         = "arsLabel5";
            this.arsLabel5.PrivateValue = "";
            this.arsLabel5.Size         = new System.Drawing.Size(97, 21);
            this.arsLabel5.TabIndex     = 4;
            this.arsLabel5.Text         = "Durum";
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(311, 115);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 132;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // btnSil
            //
            this.btnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.btnSil.Appearance.Options.UseFont = true;
            this.btnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("btnSil.ImageOptions.Image")));
            this.btnSil.Location = new System.Drawing.Point(214, 115);
            this.btnSil.Name     = "btnSil";
            this.btnSil.Size     = new System.Drawing.Size(91, 39);
            this.btnSil.TabIndex = 133;
            this.btnSil.Text     = "Sil";
            this.btnSil.Click   += new System.EventHandler(this.btnSil_Click);
            //
            // btnKaydet
            //
            this.btnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.btnKaydet.Appearance.Options.UseFont = true;
            this.btnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("btnKaydet.ImageOptions.Image")));
            this.btnKaydet.Location = new System.Drawing.Point(117, 115);
            this.btnKaydet.Name     = "btnKaydet";
            this.btnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.btnKaydet.TabIndex = 134;
            this.btnKaydet.Text     = "Kaydet";
            this.btnKaydet.Click   += new System.EventHandler(this.btnKaydet_Click);
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = null;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 3;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Kategori Rengi";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 86);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(97, 21);
            this.arsLabel3.TabIndex     = 101;
            this.arsLabel3.Text         = "Kategori Rengi";
            //
            // KATEGORI_ADI
            //
            this.KATEGORI_ADI.ArEnable           = true;
            this.KATEGORI_ADI.ArFocusView        = null;
            this.KATEGORI_ADI.ArName             = "KATEGORI_ADI";
            this.KATEGORI_ADI.ArTag              = -1;
            this.KATEGORI_ADI.ArVisible          = true;
            this.KATEGORI_ADI.CanNull            = false;
            this.KATEGORI_ADI.DecimalCount       = 2;
            this.KATEGORI_ADI.DefaultValue       = "";
            this.KATEGORI_ADI.DotDigit           = true;
            this.KATEGORI_ADI.EditType           = EnmEditType.String;
            this.KATEGORI_ADI.ExitCheck          = false;
            this.KATEGORI_ADI.ExitError          = false;
            this.KATEGORI_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.KATEGORI_ADI.FontSize           = EnmFontSize.Normal;
            this.KATEGORI_ADI.GuideEdit          = null;
            this.KATEGORI_ADI.GuideTitle         = "";
            this.KATEGORI_ADI.Location           = new System.Drawing.Point(117, 34);
            this.KATEGORI_ADI.Name               = "KATEGORI_ADI";
            this.KATEGORI_ADI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.KATEGORI_ADI.PrivateName        = "";
            this.KATEGORI_ADI.PrivateValue       = "";
            this.KATEGORI_ADI.Size               = new System.Drawing.Size(285, 21);
            this.KATEGORI_ADI.TabIndex           = 1;
            this.KATEGORI_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.KATEGORI_ADI;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Kategori Adı";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(97, 21);
            this.arsLabel2.TabIndex     = 100;
            this.arsLabel2.Text         = "Kategori Adı";
            //
            // btnKategoriRehber
            //
            this.btnKategoriRehber.ArControlView             = this.KATEGORI_KODU;
            this.btnKategoriRehber.ArName                    = "";
            this.btnKategoriRehber.ArTag                     = -1;
            this.btnKategoriRehber.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnKategoriRehber.BackgroundImage")));
            this.btnKategoriRehber.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.btnKategoriRehber.BigGuide                  = false;
            this.btnKategoriRehber.ButtonType                = EnmButtonType.Guide;
            this.btnKategoriRehber.FlatAppearance.BorderSize = 0;
            this.btnKategoriRehber.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "RADYO_KODU";
            guideField1.Text = "Radyo Kodu";
            guideField2.Name = "RADYO_ADI";
            guideField2.Text = "Radyo Adı";
            this.btnKategoriRehber.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.btnKategoriRehber.IsArtezDB = false;
            this.btnKategoriRehber.Location  = new System.Drawing.Point(379, 10);
            this.btnKategoriRehber.Name      = "btnKategoriRehber";
            this.btnKategoriRehber.Size      = new System.Drawing.Size(21, 21);
            this.btnKategoriRehber.SQLText   = "SELECT KATEGORI_KODU, KATEGORI_ADI FROM [TBLKATEGORI]";
            this.btnKategoriRehber.TabIndex  = 99;
            this.btnKategoriRehber.TabStop   = false;
            this.btnKategoriRehber.UseVisualStyleBackColor = true;
            //
            // KATEGORI_KODU
            //
            this.KATEGORI_KODU.ArEnable           = true;
            this.KATEGORI_KODU.ArFocusView        = null;
            this.KATEGORI_KODU.ArName             = "KATEGORI_KODU";
            this.KATEGORI_KODU.ArTag              = 1;
            this.KATEGORI_KODU.ArVisible          = true;
            this.KATEGORI_KODU.CanNull            = false;
            this.KATEGORI_KODU.DecimalCount       = 2;
            this.KATEGORI_KODU.DefaultValue       = "";
            this.KATEGORI_KODU.DotDigit           = true;
            this.KATEGORI_KODU.EditType           = EnmEditType.String;
            this.KATEGORI_KODU.ExitCheck          = false;
            this.KATEGORI_KODU.ExitError          = false;
            this.KATEGORI_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.KATEGORI_KODU.FontSize           = EnmFontSize.Normal;
            this.KATEGORI_KODU.GuideEdit          = null;
            this.KATEGORI_KODU.GuideTitle         = "";
            this.KATEGORI_KODU.Location           = new System.Drawing.Point(117, 10);
            this.KATEGORI_KODU.Name               = "KATEGORI_KODU";
            this.KATEGORI_KODU.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.KATEGORI_KODU.PrivateName        = "";
            this.KATEGORI_KODU.PrivateValue       = "";
            this.KATEGORI_KODU.Size               = new System.Drawing.Size(259, 21);
            this.KATEGORI_KODU.TabIndex           = 0;
            this.KATEGORI_KODU.UseVirtualKeyboard = false;
            this.KATEGORI_KODU.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.KATEGORI_KODU_ArsExit);
            this.KATEGORI_KODU.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.KATEGORI_KODU_KeyDown);
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.KATEGORI_KODU;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Kategori Kodu";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(97, 21);
            this.arsLabel1.TabIndex     = 1;
            this.arsLabel1.Text         = "Kategori Kodu";
            //
            // Kategoriler
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BtnClear            = this.BtnTemizle;
            this.BtnDel     = this.btnSil;
            this.BtnSave    = this.btnKaydet;
            this.CanPaint   = true;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.grdKategoriler);
            this.Controls.Add(this.pnlKategoriler);
            this.KeyControl = this.KATEGORI_KODU;
            this.KeyField   = "KATEGORI_KODU";
            this.MenuTitle  = "Kategoriler";
            this.Name       = "Kategoriler";
            this.RecordForm = true;
            this.TableName  = "TBLKATEGORI";
            this.Text       = "Kategoriler";
            this.Load      += new System.EventHandler(this.Kategoriler_Load);
            this.Controls.SetChildIndex(this.pnlKategoriler, 0);
            this.Controls.SetChildIndex(this.grdKategoriler, 0);
            ((System.ComponentModel.ISupportInitialize)(this.grdKategoriler)).EndInit();
            this.pnlKategoriler.ResumeLayout(false);
            this.pnlKategoriler.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.RENK_KODU.Properties)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #2
0
        /// <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     dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CariHareketRaporu));
            GuideField guideField3 = new GuideField();
            GuideField guideField4 = new GuideField();

            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1  = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5  = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
            this.grdCariHareketRaporu = new ArsLib.Controls.ArsGrid();
            this.grdTARIH             = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBELGE_NO          = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdMODUL             = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdISLEM             = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdEVRAK_NO          = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdVADE_TARIHI       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBORC                     = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdALACAK                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBAKIYE                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdCARI_KODU                = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdCARI_ADI                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdOLUSTURMA_TARIH          = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cmsRapor                    = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.miPDFOlustur                = new System.Windows.Forms.ToolStripMenuItem();
            this.miExcellAktar               = new System.Windows.Forms.ToolStripMenuItem();
            this.pnlFiltre                   = new ArsLib.Controls.ArsPanel();
            this.HAREKET_TIPI                = new ArsLib.Controls.ArsComboBox();
            this.arsLabel5                   = new ArsLib.Controls.ArsLabel();
            this.btnFiltrele                 = new DevExpress.XtraEditors.SimpleButton();
            this.BIT_TAR                     = new ArsLib.Controls.ArsDateTime();
            this.arsLabel4                   = new ArsLib.Controls.ArsLabel();
            this.BAS_TAR                     = new ArsLib.Controls.ArsDateTime();
            this.arsLabel3                   = new ArsLib.Controls.ArsLabel();
            this.CARI_ADI                    = new ArsLib.Controls.ArsEdit();
            this.arsLabel2                   = new ArsLib.Controls.ArsLabel();
            this.btnCARI_KODURehber          = new ArsLib.Controls.ArsButton();
            this.CARI_KODU                   = new ArsLib.Controls.ArsEdit();
            this.arsLabel1                   = new ArsLib.Controls.ArsLabel();
            this.tcCariHareketRaporu         = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1                = new DevExpress.XtraTab.XtraTabPage();
            this.xtraTabPage2                = new DevExpress.XtraTab.XtraTabPage();
            this.grdKalemListe               = new ArsLib.Controls.ArsGrid();
            this.dataGridViewTextBoxColumn1  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn6  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn7  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn8  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.grdCariHareketRaporu)).BeginInit();
            this.cmsRapor.SuspendLayout();
            this.pnlFiltre.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcCariHareketRaporu)).BeginInit();
            this.tcCariHareketRaporu.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdKalemListe)).BeginInit();
            this.SuspendLayout();
            //
            // grdCariHareketRaporu
            //
            this.grdCariHareketRaporu.AllowUserToAddRows = false;
            this.grdCariHareketRaporu.ArName             = "";
            this.grdCariHareketRaporu.ArTag                    = -1;
            this.grdCariHareketRaporu.BackgroundColor          = System.Drawing.Color.White;
            this.grdCariHareketRaporu.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle11.Alignment                  = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle11.BackColor                  = System.Drawing.Color.Gray;
            dataGridViewCellStyle11.Font               = new System.Drawing.Font("Tahoma", 8.25F);
            dataGridViewCellStyle11.ForeColor          = System.Drawing.Color.White;
            dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle11.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
            this.grdCariHareketRaporu.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
            this.grdCariHareketRaporu.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdCariHareketRaporu.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdTARIH,
                this.grdBELGE_NO,
                this.grdMODUL,
                this.grdISLEM,
                this.grdEVRAK_NO,
                this.grdVADE_TARIHI,
                this.grdBORC,
                this.grdALACAK,
                this.grdBAKIYE,
                this.grdCARI_KODU,
                this.grdCARI_ADI,
                this.grdOLUSTURMA_TARIH
            });
            dataGridViewCellStyle15.Alignment                      = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle15.BackColor                      = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle15.Font                           = new System.Drawing.Font("Tahoma", 8.25F);
            dataGridViewCellStyle15.ForeColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
            dataGridViewCellStyle15.SelectionBackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle15.SelectionForeColor             = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle15.WrapMode                       = System.Windows.Forms.DataGridViewTriState.False;
            this.grdCariHareketRaporu.DefaultCellStyle             = dataGridViewCellStyle15;
            this.grdCariHareketRaporu.Dock                         = System.Windows.Forms.DockStyle.Fill;
            this.grdCariHareketRaporu.EnableHeadersVisualStyles    = false;
            this.grdCariHareketRaporu.FocusPanel                   = null;
            this.grdCariHareketRaporu.IsArtezDB                    = false;
            this.grdCariHareketRaporu.KeyValue                     = "";
            this.grdCariHareketRaporu.Location                     = new System.Drawing.Point(0, 0);
            this.grdCariHareketRaporu.MultiSelect                  = false;
            this.grdCariHareketRaporu.Name                         = "grdCariHareketRaporu";
            this.grdCariHareketRaporu.OtoHeader                    = false;
            this.grdCariHareketRaporu.OtoSize                      = true;
            this.grdCariHareketRaporu.PanelSQL                     = "";
            this.grdCariHareketRaporu.ReadOnly                     = true;
            this.grdCariHareketRaporu.RowHeadersVisible            = false;
            this.grdCariHareketRaporu.RowTemplate.ContextMenuStrip = this.cmsRapor;
            this.grdCariHareketRaporu.RowTemplate.Resizable        = System.Windows.Forms.DataGridViewTriState.False;
            this.grdCariHareketRaporu.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdCariHareketRaporu.Size                         = new System.Drawing.Size(843, 208);
            this.grdCariHareketRaporu.SpecialDesign                = false;
            this.grdCariHareketRaporu.SQLText                      = "";
            this.grdCariHareketRaporu.TabIndex                     = 0;
            this.grdCariHareketRaporu.DataBindingComplete         += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.grdCariHareketRaporu_DataBindingComplete);
            this.grdCariHareketRaporu.DoubleClick                 += new System.EventHandler(this.grdCariHareketRaporu_DoubleClick);
            //
            // grdTARIH
            //
            this.grdTARIH.DataPropertyName = "TARIH";
            this.grdTARIH.DividerWidth     = 1;
            this.grdTARIH.HeaderText       = "Tarih";
            this.grdTARIH.Name             = "grdTARIH";
            this.grdTARIH.ReadOnly         = true;
            //
            // grdBELGE_NO
            //
            this.grdBELGE_NO.DataPropertyName = "BELGE_NO";
            this.grdBELGE_NO.DividerWidth     = 1;
            this.grdBELGE_NO.HeaderText       = "Belge No";
            this.grdBELGE_NO.Name             = "grdBELGE_NO";
            this.grdBELGE_NO.ReadOnly         = true;
            //
            // grdMODUL
            //
            this.grdMODUL.DataPropertyName = "MODUL";
            this.grdMODUL.DividerWidth     = 1;
            this.grdMODUL.HeaderText       = "Modül";
            this.grdMODUL.Name             = "grdMODUL";
            this.grdMODUL.ReadOnly         = true;
            //
            // grdISLEM
            //
            this.grdISLEM.DataPropertyName = "ISLEM";
            this.grdISLEM.DividerWidth     = 1;
            this.grdISLEM.HeaderText       = "İşlem";
            this.grdISLEM.Name             = "grdISLEM";
            this.grdISLEM.ReadOnly         = true;
            //
            // grdEVRAK_NO
            //
            this.grdEVRAK_NO.DataPropertyName = "EVRAK_NO";
            this.grdEVRAK_NO.DividerWidth     = 1;
            this.grdEVRAK_NO.HeaderText       = "Evrak No";
            this.grdEVRAK_NO.Name             = "grdEVRAK_NO";
            this.grdEVRAK_NO.ReadOnly         = true;
            //
            // grdVADE_TARIHI
            //
            this.grdVADE_TARIHI.DataPropertyName = "VADE_TARIHI";
            this.grdVADE_TARIHI.DividerWidth     = 1;
            this.grdVADE_TARIHI.HeaderText       = "Vade Tarihi";
            this.grdVADE_TARIHI.Name             = "grdVADE_TARIHI";
            this.grdVADE_TARIHI.ReadOnly         = true;
            //
            // grdBORC
            //
            this.grdBORC.DataPropertyName     = "BORC";
            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle12.Format    = "N2";
            dataGridViewCellStyle12.NullValue = "0";
            this.grdBORC.DefaultCellStyle     = dataGridViewCellStyle12;
            this.grdBORC.DividerWidth         = 1;
            this.grdBORC.HeaderText           = "Borç";
            this.grdBORC.Name     = "grdBORC";
            this.grdBORC.ReadOnly = true;
            //
            // grdALACAK
            //
            this.grdALACAK.DataPropertyName   = "ALACAK";
            dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle13.Format    = "N2";
            dataGridViewCellStyle13.NullValue = "0";
            this.grdALACAK.DefaultCellStyle   = dataGridViewCellStyle13;
            this.grdALACAK.DividerWidth       = 1;
            this.grdALACAK.HeaderText         = "Alacak";
            this.grdALACAK.Name     = "grdALACAK";
            this.grdALACAK.ReadOnly = true;
            //
            // grdBAKIYE
            //
            this.grdBAKIYE.DataPropertyName   = "BAKIYE";
            dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle14.Format    = "N2";
            dataGridViewCellStyle14.NullValue = "0";
            this.grdBAKIYE.DefaultCellStyle   = dataGridViewCellStyle14;
            this.grdBAKIYE.DividerWidth       = 1;
            this.grdBAKIYE.HeaderText         = "Bakiye";
            this.grdBAKIYE.Name     = "grdBAKIYE";
            this.grdBAKIYE.ReadOnly = true;
            //
            // grdCARI_KODU
            //
            this.grdCARI_KODU.DataPropertyName = "CARI_KODU";
            this.grdCARI_KODU.DividerWidth     = 1;
            this.grdCARI_KODU.HeaderText       = "Cari Kodu";
            this.grdCARI_KODU.Name             = "grdCARI_KODU";
            this.grdCARI_KODU.ReadOnly         = true;
            this.grdCARI_KODU.Visible          = false;
            //
            // grdCARI_ADI
            //
            this.grdCARI_ADI.DataPropertyName = "CARI_ADI";
            this.grdCARI_ADI.DividerWidth     = 1;
            this.grdCARI_ADI.HeaderText       = "Cari Adı";
            this.grdCARI_ADI.Name             = "grdCARI_ADI";
            this.grdCARI_ADI.ReadOnly         = true;
            this.grdCARI_ADI.Visible          = false;
            //
            // grdOLUSTURMA_TARIH
            //
            this.grdOLUSTURMA_TARIH.DataPropertyName = "OLUSTURMA_TARIH";
            this.grdOLUSTURMA_TARIH.DividerWidth     = 1;
            this.grdOLUSTURMA_TARIH.HeaderText       = "Oluşturma Tarihi";
            this.grdOLUSTURMA_TARIH.Name             = "grdOLUSTURMA_TARIH";
            this.grdOLUSTURMA_TARIH.ReadOnly         = true;
            this.grdOLUSTURMA_TARIH.Visible          = false;
            //
            // cmsRapor
            //
            this.cmsRapor.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.miPDFOlustur,
                this.miExcellAktar
            });
            this.cmsRapor.Name = "cmsRapor";
            this.cmsRapor.Size = new System.Drawing.Size(145, 48);
            //
            // miPDFOlustur
            //
            this.miPDFOlustur.Name   = "miPDFOlustur";
            this.miPDFOlustur.Size   = new System.Drawing.Size(144, 22);
            this.miPDFOlustur.Text   = "PDF Oluştur";
            this.miPDFOlustur.Click += new System.EventHandler(this.miPDFOlustur_Click);
            //
            // miExcellAktar
            //
            this.miExcellAktar.Name   = "miExcellAktar";
            this.miExcellAktar.Size   = new System.Drawing.Size(144, 22);
            this.miExcellAktar.Text   = "Excell\'e Aktar";
            this.miExcellAktar.Click += new System.EventHandler(this.miExcellAktar_Click);
            //
            // pnlFiltre
            //
            this.pnlFiltre.ArName         = "";
            this.pnlFiltre.ArsOrientation = EnmPanelOrientation.Vertical;
            this.pnlFiltre.ArTag          = -1;
            this.pnlFiltre.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlFiltre.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlFiltre.CanPaint       = true;
            this.pnlFiltre.Controls.Add(this.HAREKET_TIPI);
            this.pnlFiltre.Controls.Add(this.arsLabel5);
            this.pnlFiltre.Controls.Add(this.btnFiltrele);
            this.pnlFiltre.Controls.Add(this.BIT_TAR);
            this.pnlFiltre.Controls.Add(this.arsLabel4);
            this.pnlFiltre.Controls.Add(this.BAS_TAR);
            this.pnlFiltre.Controls.Add(this.arsLabel3);
            this.pnlFiltre.Controls.Add(this.CARI_ADI);
            this.pnlFiltre.Controls.Add(this.arsLabel2);
            this.pnlFiltre.Controls.Add(this.btnCARI_KODURehber);
            this.pnlFiltre.Controls.Add(this.CARI_KODU);
            this.pnlFiltre.Controls.Add(this.arsLabel1);
            this.pnlFiltre.Dock         = System.Windows.Forms.DockStyle.Top;
            this.pnlFiltre.DrawLastEdit = true;
            this.pnlFiltre.Location     = new System.Drawing.Point(0, 32);
            this.pnlFiltre.Name         = "pnlFiltre";
            this.pnlFiltre.Size         = new System.Drawing.Size(849, 182);
            this.pnlFiltre.TabIndex     = 2;
            //
            // HAREKET_TIPI
            //
            this.HAREKET_TIPI.ArEnable  = true;
            this.HAREKET_TIPI.ArExItems = null;
            this.HAREKET_TIPI.ArItems   = new string[] {
                "Hepsi",
                "Borç",
                "Alacak"
            };
            this.HAREKET_TIPI.ArName            = "HAREKET_TIPI";
            this.HAREKET_TIPI.ArsChar           = "";
            this.HAREKET_TIPI.ArTag             = -1;
            this.HAREKET_TIPI.ArVisible         = true;
            this.HAREKET_TIPI.CanNull           = true;
            this.HAREKET_TIPI.ComboType         = EnmComboType.Index;
            this.HAREKET_TIPI.DefaultIndex      = 0;
            this.HAREKET_TIPI.FontSize          = MetroFramework.MetroComboBoxSize.Small;
            this.HAREKET_TIPI.FormattingEnabled = true;
            this.HAREKET_TIPI.ItemHeight        = 19;
            this.HAREKET_TIPI.Items.AddRange(new object[] {
                "Hepsi",
                "Borç",
                "Alacak"
            });
            this.HAREKET_TIPI.LoadString    = "";
            this.HAREKET_TIPI.Location      = new System.Drawing.Point(122, 106);
            this.HAREKET_TIPI.Name          = "HAREKET_TIPI";
            this.HAREKET_TIPI.Size          = new System.Drawing.Size(110, 25);
            this.HAREKET_TIPI.SQLText       = "";
            this.HAREKET_TIPI.TabIndex      = 4;
            this.HAREKET_TIPI.UseSelectable = true;
            //
            // arsLabel5
            //
            this.arsLabel5.ArFocusView  = this.HAREKET_TIPI;
            this.arsLabel5.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel5.ArName       = "";
            this.arsLabel5.ArTag        = 4;
            this.arsLabel5.CharLimit    = 0;
            this.arsLabel5.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel5.FontSize     = EnmFontSize.Normal;
            this.arsLabel5.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel5.FullText     = "Hareket Tipi";
            this.arsLabel5.Location     = new System.Drawing.Point(15, 106);
            this.arsLabel5.Name         = "arsLabel5";
            this.arsLabel5.PrivateValue = "";
            this.arsLabel5.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel5.TabIndex     = 105;
            this.arsLabel5.Text         = "Hareket Tipi";
            //
            // btnFiltrele
            //
            this.btnFiltrele.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnFiltrele.ImageOptions.Image")));
            this.btnFiltrele.Location           = new System.Drawing.Point(122, 137);
            this.btnFiltrele.Name     = "btnFiltrele";
            this.btnFiltrele.Size     = new System.Drawing.Size(110, 36);
            this.btnFiltrele.TabIndex = 104;
            this.btnFiltrele.Text     = "Filtrele";
            this.btnFiltrele.Click   += new System.EventHandler(this.btnFiltrele_Click);
            //
            // BIT_TAR
            //
            this.BIT_TAR.ArEnable     = true;
            this.BIT_TAR.ArFocusView  = null;
            this.BIT_TAR.ArName       = "BIT_TAR";
            this.BIT_TAR.ArTag        = -1;
            this.BIT_TAR.ArVisible    = true;
            this.BIT_TAR.CanNull      = true;
            this.BIT_TAR.CustomFormat = "HH:mm";
            this.BIT_TAR.DateTimeType = EnmDateTimeType.Date;
            this.BIT_TAR.DefaultValue = "";
            this.BIT_TAR.Font         = new System.Drawing.Font("Arial", 9F);
            this.BIT_TAR.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.BIT_TAR.Location     = new System.Drawing.Point(122, 82);
            this.BIT_TAR.Name         = "BIT_TAR";
            this.BIT_TAR.Size         = new System.Drawing.Size(110, 21);
            this.BIT_TAR.TabIndex     = 3;
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.BIT_TAR;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 3;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel4.FontSize     = EnmFontSize.Normal;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Bitiş Tarihi";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 82);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel4.TabIndex     = 103;
            this.arsLabel4.Text         = "Bitiş Tarihi";
            //
            // BAS_TAR
            //
            this.BAS_TAR.ArEnable     = true;
            this.BAS_TAR.ArFocusView  = null;
            this.BAS_TAR.ArName       = "BAS_TAR";
            this.BAS_TAR.ArTag        = -1;
            this.BAS_TAR.ArVisible    = true;
            this.BAS_TAR.CanNull      = true;
            this.BAS_TAR.CustomFormat = "HH:mm";
            this.BAS_TAR.DateTimeType = EnmDateTimeType.Date;
            this.BAS_TAR.DefaultValue = "";
            this.BAS_TAR.Font         = new System.Drawing.Font("Arial", 9F);
            this.BAS_TAR.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.BAS_TAR.Location     = new System.Drawing.Point(122, 58);
            this.BAS_TAR.Name         = "BAS_TAR";
            this.BAS_TAR.Size         = new System.Drawing.Size(110, 21);
            this.BAS_TAR.TabIndex     = 2;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.BAS_TAR;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Başlangıç Tarihi";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel3.TabIndex     = 101;
            this.arsLabel3.Text         = "Başlangıç Tarihi";
            //
            // CARI_ADI
            //
            this.CARI_ADI.ArEnable           = false;
            this.CARI_ADI.ArFocusView        = null;
            this.CARI_ADI.ArName             = "CARI_ADI";
            this.CARI_ADI.ArTag              = -1;
            this.CARI_ADI.ArVisible          = true;
            this.CARI_ADI.CanNull            = true;
            this.CARI_ADI.DecimalCount       = 2;
            this.CARI_ADI.DefaultValue       = "";
            this.CARI_ADI.DotDigit           = true;
            this.CARI_ADI.EditType           = EnmEditType.String;
            this.CARI_ADI.ExitCheck          = false;
            this.CARI_ADI.ExitError          = false;
            this.CARI_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.CARI_ADI.FontSize           = EnmFontSize.Normal;
            this.CARI_ADI.GuideEdit          = null;
            this.CARI_ADI.GuideTitle         = "";
            this.CARI_ADI.Location           = new System.Drawing.Point(122, 34);
            this.CARI_ADI.Name               = "CARI_ADI";
            this.CARI_ADI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.CARI_ADI.PrivateName        = "";
            this.CARI_ADI.PrivateValue       = "";
            this.CARI_ADI.Size               = new System.Drawing.Size(224, 21);
            this.CARI_ADI.TabIndex           = 1;
            this.CARI_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.CARI_ADI;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Cari Adı";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel2.TabIndex     = 100;
            this.arsLabel2.Text         = "Cari Adı";
            //
            // btnCARI_KODURehber
            //
            this.btnCARI_KODURehber.ArControlView             = this.CARI_KODU;
            this.btnCARI_KODURehber.ArName                    = "";
            this.btnCARI_KODURehber.ArTag                     = -1;
            this.btnCARI_KODURehber.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnCARI_KODURehber.BackgroundImage")));
            this.btnCARI_KODURehber.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.btnCARI_KODURehber.BigGuide                  = false;
            this.btnCARI_KODURehber.ButtonType                = EnmButtonType.Guide;
            this.btnCARI_KODURehber.FlatAppearance.BorderSize = 0;
            this.btnCARI_KODURehber.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField3.Name = "CARI_KODU";
            guideField3.Text = "Cari Kodu";
            guideField4.Name = "CARI_ADI";
            guideField4.Text = "Cari Adı";
            this.btnCARI_KODURehber.GuideFieldList = new GuideField[] {
                guideField3,
                guideField4
            };
            this.btnCARI_KODURehber.IsArtezDB = false;
            this.btnCARI_KODURehber.Location  = new System.Drawing.Point(325, 10);
            this.btnCARI_KODURehber.Name      = "btnCARI_KODURehber";
            this.btnCARI_KODURehber.Size      = new System.Drawing.Size(21, 21);
            this.btnCARI_KODURehber.SQLText   = "SELECT CARI_KODU, CARI_ADI FROM [TBLCARI]";
            this.btnCARI_KODURehber.TabIndex  = 99;
            this.btnCARI_KODURehber.TabStop   = false;
            this.btnCARI_KODURehber.UseVisualStyleBackColor = true;
            //
            // CARI_KODU
            //
            this.CARI_KODU.ArEnable           = true;
            this.CARI_KODU.ArFocusView        = null;
            this.CARI_KODU.ArName             = "CARI_KODU";
            this.CARI_KODU.ArTag              = -1;
            this.CARI_KODU.ArVisible          = true;
            this.CARI_KODU.CanNull            = false;
            this.CARI_KODU.DecimalCount       = 2;
            this.CARI_KODU.DefaultValue       = "";
            this.CARI_KODU.DotDigit           = true;
            this.CARI_KODU.EditType           = EnmEditType.String;
            this.CARI_KODU.ExitCheck          = true;
            this.CARI_KODU.ExitError          = false;
            this.CARI_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.CARI_KODU.FontSize           = EnmFontSize.Normal;
            this.CARI_KODU.GuideEdit          = this.CARI_ADI;
            this.CARI_KODU.GuideTitle         = "";
            this.CARI_KODU.Location           = new System.Drawing.Point(122, 10);
            this.CARI_KODU.Name               = "CARI_KODU";
            this.CARI_KODU.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.CARI_KODU.PrivateName        = "";
            this.CARI_KODU.PrivateValue       = "";
            this.CARI_KODU.Size               = new System.Drawing.Size(200, 21);
            this.CARI_KODU.TabIndex           = 0;
            this.CARI_KODU.UseVirtualKeyboard = false;
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.CARI_KODU;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Cari Kodu";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel1.TabIndex     = 1;
            this.arsLabel1.Text         = "Cari Kodu";
            //
            // tcCariHareketRaporu
            //
            this.tcCariHareketRaporu.Dock            = System.Windows.Forms.DockStyle.Fill;
            this.tcCariHareketRaporu.Location        = new System.Drawing.Point(0, 214);
            this.tcCariHareketRaporu.Name            = "tcCariHareketRaporu";
            this.tcCariHareketRaporu.SelectedTabPage = this.xtraTabPage1;
            this.tcCariHareketRaporu.Size            = new System.Drawing.Size(849, 236);
            this.tcCariHareketRaporu.TabIndex        = 106;
            this.tcCariHareketRaporu.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
                this.xtraTabPage1,
                this.xtraTabPage2
            });
            //
            // xtraTabPage1
            //
            this.xtraTabPage1.Controls.Add(this.grdCariHareketRaporu);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(843, 208);
            this.xtraTabPage1.Text = "Rapor";
            //
            // xtraTabPage2
            //
            this.xtraTabPage2.Controls.Add(this.grdKalemListe);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(843, 208);
            this.xtraTabPage2.Text = "Detay";
            //
            // grdKalemListe
            //
            this.grdKalemListe.AllowUserToAddRows = false;
            this.grdKalemListe.ArName             = "grdKalem";
            this.grdKalemListe.ArTag                         = -1;
            this.grdKalemListe.BackgroundColor               = System.Drawing.Color.White;
            this.grdKalemListe.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
            this.grdKalemListe.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor                 = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font                      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor                 = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
            this.grdKalemListe.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdKalemListe.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdKalemListe.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.dataGridViewTextBoxColumn1,
                this.dataGridViewTextBoxColumn2,
                this.dataGridViewTextBoxColumn3,
                this.dataGridViewTextBoxColumn4,
                this.dataGridViewTextBoxColumn5,
                this.dataGridViewTextBoxColumn6,
                this.dataGridViewTextBoxColumn7,
                this.dataGridViewTextBoxColumn8,
                this.dataGridViewTextBoxColumn9,
                this.dataGridViewTextBoxColumn10
            });
            dataGridViewCellStyle18.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle18.BackColor          = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle18.Font               = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle18.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
            dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle18.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
            this.grdKalemListe.DefaultCellStyle        = dataGridViewCellStyle18;
            this.grdKalemListe.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdKalemListe.EnableHeadersVisualStyles = false;
            this.grdKalemListe.FocusPanel            = null;
            this.grdKalemListe.IsArtezDB             = false;
            this.grdKalemListe.KeyValue              = "REC_ID";
            this.grdKalemListe.Location              = new System.Drawing.Point(0, 0);
            this.grdKalemListe.MultiSelect           = false;
            this.grdKalemListe.Name                  = "grdKalemListe";
            this.grdKalemListe.OtoHeader             = false;
            this.grdKalemListe.OtoSize               = true;
            this.grdKalemListe.PanelSQL              = "";
            this.grdKalemListe.ReadOnly              = true;
            this.grdKalemListe.RowHeadersVisible     = false;
            this.grdKalemListe.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.grdKalemListe.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdKalemListe.Size                  = new System.Drawing.Size(843, 208);
            this.grdKalemListe.SpecialDesign         = false;
            this.grdKalemListe.SQLText               = "";
            this.grdKalemListe.TabIndex              = 2;
            //
            // dataGridViewTextBoxColumn1
            //
            this.dataGridViewTextBoxColumn1.DataPropertyName = "STOK_KODU";
            this.dataGridViewTextBoxColumn1.DividerWidth     = 1;
            this.dataGridViewTextBoxColumn1.HeaderText       = "Stok Kodu";
            this.dataGridViewTextBoxColumn1.Name             = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly         = true;
            //
            // dataGridViewTextBoxColumn2
            //
            this.dataGridViewTextBoxColumn2.DataPropertyName = "STOK_ISIM";
            this.dataGridViewTextBoxColumn2.DividerWidth     = 1;
            this.dataGridViewTextBoxColumn2.HeaderText       = "Stok Adı";
            this.dataGridViewTextBoxColumn2.Name             = "dataGridViewTextBoxColumn2";
            this.dataGridViewTextBoxColumn2.ReadOnly         = true;
            //
            // dataGridViewTextBoxColumn3
            //
            this.dataGridViewTextBoxColumn3.DataPropertyName = "MIKTAR";
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle5.Format    = "N2";
            dataGridViewCellStyle5.NullValue = null;
            this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle5;
            this.dataGridViewTextBoxColumn3.DividerWidth     = 1;
            this.dataGridViewTextBoxColumn3.HeaderText       = "Miktar";
            this.dataGridViewTextBoxColumn3.Name             = "dataGridViewTextBoxColumn3";
            this.dataGridViewTextBoxColumn3.ReadOnly         = true;
            //
            // dataGridViewTextBoxColumn4
            //
            this.dataGridViewTextBoxColumn4.DataPropertyName = "BIRIM_FIYAT";
            dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle16.Format    = "#,##0.00";
            dataGridViewCellStyle16.NullValue = null;
            this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle16;
            this.dataGridViewTextBoxColumn4.DividerWidth     = 1;
            this.dataGridViewTextBoxColumn4.HeaderText       = "Birim Fiyat";
            this.dataGridViewTextBoxColumn4.Name             = "dataGridViewTextBoxColumn4";
            this.dataGridViewTextBoxColumn4.ReadOnly         = true;
            //
            // dataGridViewTextBoxColumn5
            //
            this.dataGridViewTextBoxColumn5.DataPropertyName = "KALEM_ISK1_TIP";
            this.dataGridViewTextBoxColumn5.DividerWidth     = 1;
            this.dataGridViewTextBoxColumn5.HeaderText       = "İsk1 Tip";
            this.dataGridViewTextBoxColumn5.Name             = "dataGridViewTextBoxColumn5";
            this.dataGridViewTextBoxColumn5.ReadOnly         = true;
            this.dataGridViewTextBoxColumn5.Visible          = false;
            //
            // dataGridViewTextBoxColumn6
            //
            this.dataGridViewTextBoxColumn6.DataPropertyName = "KALEM_ISK1";
            this.dataGridViewTextBoxColumn6.DividerWidth     = 1;
            this.dataGridViewTextBoxColumn6.HeaderText       = "İsk 1";
            this.dataGridViewTextBoxColumn6.Name             = "dataGridViewTextBoxColumn6";
            this.dataGridViewTextBoxColumn6.ReadOnly         = true;
            this.dataGridViewTextBoxColumn6.Visible          = false;
            //
            // dataGridViewTextBoxColumn7
            //
            this.dataGridViewTextBoxColumn7.DataPropertyName = "KALEM_ISK2_TIP";
            this.dataGridViewTextBoxColumn7.DividerWidth     = 1;
            this.dataGridViewTextBoxColumn7.HeaderText       = "İsk2 Tip";
            this.dataGridViewTextBoxColumn7.Name             = "dataGridViewTextBoxColumn7";
            this.dataGridViewTextBoxColumn7.ReadOnly         = true;
            this.dataGridViewTextBoxColumn7.Visible          = false;
            //
            // dataGridViewTextBoxColumn8
            //
            this.dataGridViewTextBoxColumn8.DataPropertyName = "KALEM_ISK2";
            this.dataGridViewTextBoxColumn8.DividerWidth     = 1;
            this.dataGridViewTextBoxColumn8.HeaderText       = "İsk 2";
            this.dataGridViewTextBoxColumn8.Name             = "dataGridViewTextBoxColumn8";
            this.dataGridViewTextBoxColumn8.ReadOnly         = true;
            this.dataGridViewTextBoxColumn8.Visible          = false;
            //
            // dataGridViewTextBoxColumn9
            //
            this.dataGridViewTextBoxColumn9.DataPropertyName = "TUTAR";
            dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle17.Format    = "#,##0.00";
            dataGridViewCellStyle17.NullValue = null;
            this.dataGridViewTextBoxColumn9.DefaultCellStyle = dataGridViewCellStyle17;
            this.dataGridViewTextBoxColumn9.DividerWidth     = 1;
            this.dataGridViewTextBoxColumn9.HeaderText       = "Tutar";
            this.dataGridViewTextBoxColumn9.Name             = "dataGridViewTextBoxColumn9";
            this.dataGridViewTextBoxColumn9.ReadOnly         = true;
            //
            // dataGridViewTextBoxColumn10
            //
            this.dataGridViewTextBoxColumn10.DataPropertyName = "REC_ID";
            this.dataGridViewTextBoxColumn10.DividerWidth     = 1;
            this.dataGridViewTextBoxColumn10.HeaderText       = "Kayıt No";
            this.dataGridViewTextBoxColumn10.Name             = "dataGridViewTextBoxColumn10";
            this.dataGridViewTextBoxColumn10.ReadOnly         = true;
            this.dataGridViewTextBoxColumn10.Visible          = false;
            //
            // CariHareketRaporu
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.CanPaint            = true;
            this.ClientSize          = new System.Drawing.Size(849, 450);
            this.Controls.Add(this.tcCariHareketRaporu);
            this.Controls.Add(this.pnlFiltre);
            this.MaximizeBox = false;
            this.MenuAdi     = "Cari Hareket Raporu";
            this.MenuKodu    = "Ictm\'İçukmğx\'Şçşuşx";
            this.MinimizeBox = false;
            this.Name        = "CariHareketRaporu";
            this.Text        = "";
            this.Load       += new System.EventHandler(this.CariHareketRaporu_Load);
            this.Controls.SetChildIndex(this.pnlFiltre, 0);
            this.Controls.SetChildIndex(this.tcCariHareketRaporu, 0);
            ((System.ComponentModel.ISupportInitialize)(this.grdCariHareketRaporu)).EndInit();
            this.cmsRapor.ResumeLayout(false);
            this.pnlFiltre.ResumeLayout(false);
            this.pnlFiltre.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcCariHareketRaporu)).EndInit();
            this.tcCariHareketRaporu.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            this.xtraTabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grdKalemListe)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #3
0
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Stoklar));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            this.pnlStoklar        = new ArsLib.Controls.ArsPanel();
            this.GRUP              = new ArsLib.Controls.ArsEdit();
            this.btnTvGrupEkle     = new System.Windows.Forms.Button();
            this.tvGrup            = new System.Windows.Forms.TreeView();
            this.label1            = new System.Windows.Forms.Label();
            this.SATIS_FIYAT       = new ArsLib.Controls.ArsEdit();
            this.arsLabel7         = new ArsLib.Controls.ArsLabel();
            this.DEMIR_STR_1       = new ArsLib.Controls.ArsEdit();
            this.arsLabel6         = new ArsLib.Controls.ArsLabel();
            this.BtnTemizle        = new DevExpress.XtraEditors.SimpleButton();
            this.BtnSil            = new DevExpress.XtraEditors.SimpleButton();
            this.BtnKaydet         = new DevExpress.XtraEditors.SimpleButton();
            this.STOK_RESIM        = new System.Windows.Forms.PictureBox();
            this.arsLabel5         = new ArsLib.Controls.ArsLabel();
            this.GRUP_KODU         = new ArsLib.Controls.ArsComboBox();
            this.arsLabel4         = new ArsLib.Controls.ArsLabel();
            this.STOK_ADI          = new ArsLib.Controls.ArsEdit();
            this.arsLabel3         = new ArsLib.Controls.ArsLabel();
            this.BtnStokKoduRehber = new ArsLib.Controls.ArsButton();
            this.STOK_KODU         = new ArsLib.Controls.ArsEdit();
            this.arsLabel2         = new ArsLib.Controls.ArsLabel();
            this.arsLabel1         = new ArsLib.Controls.ArsLabel();
            this.grdStoklar        = new ArsLib.Controls.ArsGrid();
            this.grdSTOK_KODU      = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdSTOK_ADI       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdGRUP_TANIMI    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pnlArama          = new System.Windows.Forms.Panel();
            this.tbSearch          = new System.Windows.Forms.TextBox();
            this.pnlStoklar.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.STOK_RESIM)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdStoklar)).BeginInit();
            this.pnlArama.SuspendLayout();
            this.SuspendLayout();
            //
            // pnlStoklar
            //
            this.pnlStoklar.ArName         = "";
            this.pnlStoklar.ArsOrientation = EnmPanelOrientation.Vertical;
            this.pnlStoklar.ArTag          = -1;
            this.pnlStoklar.AutoScroll     = true;
            this.pnlStoklar.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlStoklar.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlStoklar.CanPaint       = true;
            this.pnlStoklar.Controls.Add(this.GRUP);
            this.pnlStoklar.Controls.Add(this.btnTvGrupEkle);
            this.pnlStoklar.Controls.Add(this.tvGrup);
            this.pnlStoklar.Controls.Add(this.label1);
            this.pnlStoklar.Controls.Add(this.SATIS_FIYAT);
            this.pnlStoklar.Controls.Add(this.arsLabel7);
            this.pnlStoklar.Controls.Add(this.DEMIR_STR_1);
            this.pnlStoklar.Controls.Add(this.arsLabel6);
            this.pnlStoklar.Controls.Add(this.BtnTemizle);
            this.pnlStoklar.Controls.Add(this.BtnSil);
            this.pnlStoklar.Controls.Add(this.BtnKaydet);
            this.pnlStoklar.Controls.Add(this.STOK_RESIM);
            this.pnlStoklar.Controls.Add(this.arsLabel5);
            this.pnlStoklar.Controls.Add(this.GRUP_KODU);
            this.pnlStoklar.Controls.Add(this.arsLabel4);
            this.pnlStoklar.Controls.Add(this.STOK_ADI);
            this.pnlStoklar.Controls.Add(this.arsLabel3);
            this.pnlStoklar.Controls.Add(this.BtnStokKoduRehber);
            this.pnlStoklar.Controls.Add(this.STOK_KODU);
            this.pnlStoklar.Controls.Add(this.arsLabel2);
            this.pnlStoklar.Controls.Add(this.arsLabel1);
            this.pnlStoklar.Dock         = System.Windows.Forms.DockStyle.Left;
            this.pnlStoklar.DrawLastEdit = true;
            this.pnlStoklar.Location     = new System.Drawing.Point(0, 32);
            this.pnlStoklar.Name         = "pnlStoklar";
            this.pnlStoklar.Size         = new System.Drawing.Size(393, 499);
            this.pnlStoklar.TabIndex     = 0;
            //
            // GRUP
            //
            this.GRUP.ArEnable           = true;
            this.GRUP.ArFocusView        = null;
            this.GRUP.ArName             = "";
            this.GRUP.ArTag              = -1;
            this.GRUP.ArVisible          = true;
            this.GRUP.CanNull            = true;
            this.GRUP.DecimalCount       = 2;
            this.GRUP.DefaultValue       = "";
            this.GRUP.DotDigit           = true;
            this.GRUP.EditType           = EnmEditType.String;
            this.GRUP.ExitCheck          = false;
            this.GRUP.ExitError          = false;
            this.GRUP.Font               = new System.Drawing.Font("Arial", 9F);
            this.GRUP.FontSize           = EnmFontSize.Normal;
            this.GRUP.GuideEdit          = null;
            this.GRUP.GuideTitle         = "";
            this.GRUP.Location           = new System.Drawing.Point(100, 397);
            this.GRUP.Name               = "GRUP";
            this.GRUP.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.GRUP.PrivateName        = "";
            this.GRUP.PrivateValue       = "";
            this.GRUP.Size               = new System.Drawing.Size(156, 21);
            this.GRUP.TabIndex           = 166;
            this.GRUP.UseVirtualKeyboard = false;
            //
            // btnTvGrupEkle
            //
            this.btnTvGrupEkle.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnTvGrupEkle.BackgroundImage")));
            this.btnTvGrupEkle.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Zoom;
            this.btnTvGrupEkle.FlatAppearance.BorderSize = 0;
            this.btnTvGrupEkle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnTvGrupEkle.Location  = new System.Drawing.Point(262, 397);
            this.btnTvGrupEkle.Name      = "btnTvGrupEkle";
            this.btnTvGrupEkle.Size      = new System.Drawing.Size(21, 24);
            this.btnTvGrupEkle.TabIndex  = 165;
            this.btnTvGrupEkle.UseVisualStyleBackColor = true;
            this.btnTvGrupEkle.Click += new System.EventHandler(this.btnTvGrupEkle_Click);
            //
            // tvGrup
            //
            this.tvGrup.Location      = new System.Drawing.Point(100, 245);
            this.tvGrup.Name          = "tvGrup";
            this.tvGrup.Size          = new System.Drawing.Size(189, 146);
            this.tvGrup.TabIndex      = 164;
            this.tvGrup.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvGrup_BeforeSelect);
            this.tvGrup.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.tvGrup_AfterSelect);
            this.tvGrup.Click        += new System.EventHandler(this.tvGrup_Click);
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.label1.Location = new System.Drawing.Point(18, 277);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(34, 15);
            this.label1.TabIndex = 163;
            this.label1.Text     = "Grup";
            //
            // SATIS_FIYAT
            //
            this.SATIS_FIYAT.ArEnable           = true;
            this.SATIS_FIYAT.ArFocusView        = null;
            this.SATIS_FIYAT.ArName             = "SATIS_FIYAT";
            this.SATIS_FIYAT.ArTag              = -1;
            this.SATIS_FIYAT.ArVisible          = true;
            this.SATIS_FIYAT.CanNull            = true;
            this.SATIS_FIYAT.DecimalCount       = 2;
            this.SATIS_FIYAT.DefaultValue       = "";
            this.SATIS_FIYAT.DotDigit           = true;
            this.SATIS_FIYAT.EditType           = EnmEditType.Decimal;
            this.SATIS_FIYAT.ExitCheck          = false;
            this.SATIS_FIYAT.ExitError          = false;
            this.SATIS_FIYAT.Font               = new System.Drawing.Font("Arial", 9F);
            this.SATIS_FIYAT.FontSize           = EnmFontSize.Normal;
            this.SATIS_FIYAT.GuideEdit          = null;
            this.SATIS_FIYAT.GuideTitle         = "";
            this.SATIS_FIYAT.Location           = new System.Drawing.Point(100, 93);
            this.SATIS_FIYAT.Name               = "SATIS_FIYAT";
            this.SATIS_FIYAT.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.SATIS_FIYAT.PrivateName        = "";
            this.SATIS_FIYAT.PrivateValue       = "";
            this.SATIS_FIYAT.Size               = new System.Drawing.Size(189, 21);
            this.SATIS_FIYAT.TabIndex           = 2;
            this.SATIS_FIYAT.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
            this.SATIS_FIYAT.UseVirtualKeyboard = false;
            //
            // arsLabel7
            //
            this.arsLabel7.ArFocusView  = this.SATIS_FIYAT;
            this.arsLabel7.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel7.ArName       = "";
            this.arsLabel7.ArTag        = 3;
            this.arsLabel7.CharLimit    = 0;
            this.arsLabel7.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel7.FontSize     = EnmFontSize.Normal;
            this.arsLabel7.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel7.FullText     = "Fiyat";
            this.arsLabel7.Location     = new System.Drawing.Point(15, 93);
            this.arsLabel7.Name         = "arsLabel7";
            this.arsLabel7.PrivateValue = "";
            this.arsLabel7.Size         = new System.Drawing.Size(80, 21);
            this.arsLabel7.TabIndex     = 162;
            this.arsLabel7.Text         = "Fiyat";
            //
            // DEMIR_STR_1
            //
            this.DEMIR_STR_1.ArEnable           = true;
            this.DEMIR_STR_1.ArFocusView        = null;
            this.DEMIR_STR_1.ArName             = "DEMIR_STR_1";
            this.DEMIR_STR_1.ArTag              = -1;
            this.DEMIR_STR_1.ArVisible          = true;
            this.DEMIR_STR_1.CanNull            = true;
            this.DEMIR_STR_1.DecimalCount       = 2;
            this.DEMIR_STR_1.DefaultValue       = "";
            this.DEMIR_STR_1.DotDigit           = true;
            this.DEMIR_STR_1.EditType           = EnmEditType.String;
            this.DEMIR_STR_1.ExitCheck          = false;
            this.DEMIR_STR_1.ExitError          = false;
            this.DEMIR_STR_1.Font               = new System.Drawing.Font("Arial", 9F);
            this.DEMIR_STR_1.FontSize           = EnmFontSize.Normal;
            this.DEMIR_STR_1.GuideEdit          = null;
            this.DEMIR_STR_1.GuideTitle         = "";
            this.DEMIR_STR_1.Location           = new System.Drawing.Point(100, 117);
            this.DEMIR_STR_1.Name               = "DEMIR_STR_1";
            this.DEMIR_STR_1.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.DEMIR_STR_1.PrivateName        = "";
            this.DEMIR_STR_1.PrivateValue       = "";
            this.DEMIR_STR_1.Size               = new System.Drawing.Size(188, 21);
            this.DEMIR_STR_1.TabIndex           = 3;
            this.DEMIR_STR_1.UseVirtualKeyboard = false;
            //
            // arsLabel6
            //
            this.arsLabel6.ArFocusView  = this.DEMIR_STR_1;
            this.arsLabel6.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel6.ArName       = "";
            this.arsLabel6.ArTag        = 4;
            this.arsLabel6.CharLimit    = 0;
            this.arsLabel6.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel6.FontSize     = EnmFontSize.Normal;
            this.arsLabel6.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel6.FullText     = "Barkod";
            this.arsLabel6.Location     = new System.Drawing.Point(15, 117);
            this.arsLabel6.Name         = "arsLabel6";
            this.arsLabel6.PrivateValue = "";
            this.arsLabel6.Size         = new System.Drawing.Size(80, 21);
            this.arsLabel6.TabIndex     = 161;
            this.arsLabel6.Text         = "Barkod";
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(295, 446);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 158;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // BtnSil
            //
            this.BtnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnSil.Appearance.Options.UseFont = true;
            this.BtnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnSil.ImageOptions.Image")));
            this.BtnSil.Location = new System.Drawing.Point(197, 446);
            this.BtnSil.Name     = "BtnSil";
            this.BtnSil.Size     = new System.Drawing.Size(91, 39);
            this.BtnSil.TabIndex = 159;
            this.BtnSil.Text     = "Sil";
            this.BtnSil.Click   += new System.EventHandler(this.BtnSil_Click);
            //
            // BtnKaydet
            //
            this.BtnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnKaydet.Appearance.Options.UseFont = true;
            this.BtnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnKaydet.ImageOptions.Image")));
            this.BtnKaydet.Location = new System.Drawing.Point(100, 446);
            this.BtnKaydet.Name     = "BtnKaydet";
            this.BtnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.BtnKaydet.TabIndex = 160;
            this.BtnKaydet.Text     = "Kaydet";
            this.BtnKaydet.Click   += new System.EventHandler(this.BtnKaydet_Click);
            //
            // STOK_RESIM
            //
            this.STOK_RESIM.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.STOK_RESIM.Location    = new System.Drawing.Point(100, 144);
            this.STOK_RESIM.Name        = "STOK_RESIM";
            this.STOK_RESIM.Size        = new System.Drawing.Size(142, 95);
            this.STOK_RESIM.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.STOK_RESIM.TabIndex    = 103;
            this.STOK_RESIM.TabStop     = false;
            this.STOK_RESIM.Click      += new System.EventHandler(this.STOK_RESIM_Click);
            //
            // arsLabel5
            //
            this.arsLabel5.ArFocusView  = null;
            this.arsLabel5.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel5.ArName       = "";
            this.arsLabel5.ArTag        = 6;
            this.arsLabel5.CharLimit    = 0;
            this.arsLabel5.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel5.FontSize     = EnmFontSize.Normal;
            this.arsLabel5.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel5.FullText     = "Resim";
            this.arsLabel5.Location     = new System.Drawing.Point(15, 141);
            this.arsLabel5.Name         = "arsLabel5";
            this.arsLabel5.PrivateValue = "";
            this.arsLabel5.Size         = new System.Drawing.Size(80, 21);
            this.arsLabel5.TabIndex     = 102;
            this.arsLabel5.Text         = "Resim";
            //
            // GRUP_KODU
            //
            this.GRUP_KODU.ArEnable          = true;
            this.GRUP_KODU.ArExItems         = null;
            this.GRUP_KODU.ArItems           = null;
            this.GRUP_KODU.ArName            = "GRUP_KODU";
            this.GRUP_KODU.ArsChar           = "";
            this.GRUP_KODU.ArTag             = -1;
            this.GRUP_KODU.ArVisible         = false;
            this.GRUP_KODU.CanNull           = false;
            this.GRUP_KODU.ComboType         = EnmComboType.ExItem;
            this.GRUP_KODU.DefaultIndex      = -1;
            this.GRUP_KODU.DropDownHeight    = 100;
            this.GRUP_KODU.FontSize          = MetroFramework.MetroComboBoxSize.Small;
            this.GRUP_KODU.FormattingEnabled = true;
            this.GRUP_KODU.IntegralHeight    = false;
            this.GRUP_KODU.ItemHeight        = 19;
            this.GRUP_KODU.LoadString        = "";
            this.GRUP_KODU.Location          = new System.Drawing.Point(100, 93);
            this.GRUP_KODU.Name          = "GRUP_KODU";
            this.GRUP_KODU.Size          = new System.Drawing.Size(188, 25);
            this.GRUP_KODU.SQLText       = "SELECT GRUP_KODU, GRUP_TANIMI FROM [TBLSTOKGRUP]";
            this.GRUP_KODU.TabIndex      = 2;
            this.GRUP_KODU.UseSelectable = true;
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.GRUP_KODU;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 3;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel4.FontSize     = EnmFontSize.Normal;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Grubu";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 93);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(80, 21);
            this.arsLabel4.TabIndex     = 101;
            this.arsLabel4.Text         = "Grubu";
            //
            // STOK_ADI
            //
            this.STOK_ADI.ArEnable           = true;
            this.STOK_ADI.ArFocusView        = null;
            this.STOK_ADI.ArName             = "STOK_ADI";
            this.STOK_ADI.ArTag              = -1;
            this.STOK_ADI.ArVisible          = true;
            this.STOK_ADI.CanNull            = false;
            this.STOK_ADI.DecimalCount       = 2;
            this.STOK_ADI.DefaultValue       = "";
            this.STOK_ADI.DotDigit           = true;
            this.STOK_ADI.EditType           = EnmEditType.String;
            this.STOK_ADI.ExitCheck          = false;
            this.STOK_ADI.ExitError          = false;
            this.STOK_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.STOK_ADI.FontSize           = EnmFontSize.Normal;
            this.STOK_ADI.GuideEdit          = null;
            this.STOK_ADI.GuideTitle         = "";
            this.STOK_ADI.Location           = new System.Drawing.Point(100, 69);
            this.STOK_ADI.Name               = "STOK_ADI";
            this.STOK_ADI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.STOK_ADI.PrivateName        = "";
            this.STOK_ADI.PrivateValue       = "";
            this.STOK_ADI.Size               = new System.Drawing.Size(285, 21);
            this.STOK_ADI.TabIndex           = 1;
            this.STOK_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.STOK_ADI;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Stok Adı";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 69);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(80, 21);
            this.arsLabel3.TabIndex     = 100;
            this.arsLabel3.Text         = "Stok Adı";
            //
            // BtnStokKoduRehber
            //
            this.BtnStokKoduRehber.ArControlView             = this.STOK_KODU;
            this.BtnStokKoduRehber.ArName                    = "";
            this.BtnStokKoduRehber.ArTag                     = -1;
            this.BtnStokKoduRehber.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("BtnStokKoduRehber.BackgroundImage")));
            this.BtnStokKoduRehber.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.BtnStokKoduRehber.BigGuide                  = false;
            this.BtnStokKoduRehber.ButtonType                = EnmButtonType.Guide;
            this.BtnStokKoduRehber.FlatAppearance.BorderSize = 0;
            this.BtnStokKoduRehber.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.IsDecimal = false;
            guideField1.Name      = "STOK_KODU";
            guideField1.Text      = "Stok Kodu";
            guideField2.IsDecimal = false;
            guideField2.Name      = "STOK_ADI";
            guideField2.Text      = "Stok Adı";
            this.BtnStokKoduRehber.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.BtnStokKoduRehber.IsArtezDB = false;
            this.BtnStokKoduRehber.Location  = new System.Drawing.Point(363, 45);
            this.BtnStokKoduRehber.Name      = "BtnStokKoduRehber";
            this.BtnStokKoduRehber.Size      = new System.Drawing.Size(21, 21);
            this.BtnStokKoduRehber.SQLText   = "";
            this.BtnStokKoduRehber.TabIndex  = 99;
            this.BtnStokKoduRehber.TabStop   = false;
            this.BtnStokKoduRehber.UseVisualStyleBackColor = true;
            this.BtnStokKoduRehber.AfterGuide += new System.EventHandler(this.BtnStokKoduRehber_AfterGuide);
            //
            // STOK_KODU
            //
            this.STOK_KODU.ArEnable           = true;
            this.STOK_KODU.ArFocusView        = null;
            this.STOK_KODU.ArName             = "STOK_KODU";
            this.STOK_KODU.ArTag              = 1;
            this.STOK_KODU.ArVisible          = true;
            this.STOK_KODU.CanNull            = false;
            this.STOK_KODU.DecimalCount       = 2;
            this.STOK_KODU.DefaultValue       = "";
            this.STOK_KODU.DotDigit           = true;
            this.STOK_KODU.EditType           = EnmEditType.String;
            this.STOK_KODU.ExitCheck          = false;
            this.STOK_KODU.ExitError          = false;
            this.STOK_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.STOK_KODU.FontSize           = EnmFontSize.Normal;
            this.STOK_KODU.GuideEdit          = null;
            this.STOK_KODU.GuideTitle         = "";
            this.STOK_KODU.Location           = new System.Drawing.Point(100, 45);
            this.STOK_KODU.Name               = "STOK_KODU";
            this.STOK_KODU.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.STOK_KODU.PrivateName        = "";
            this.STOK_KODU.PrivateValue       = "";
            this.STOK_KODU.Size               = new System.Drawing.Size(260, 21);
            this.STOK_KODU.TabIndex           = 0;
            this.STOK_KODU.UseVirtualKeyboard = false;
            this.STOK_KODU.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.STOK_KODU_ArsExit);
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.STOK_KODU;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Stok Kodu";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 45);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(80, 21);
            this.arsLabel2.TabIndex     = 2;
            this.arsLabel2.Text         = "Stok Kodu";
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = null;
            this.arsLabel1.ArLabelType  = EnmLabelType.Header;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(95)))), ((int)(((byte)(95)))));
            this.arsLabel1.FullText     = "Stoklar";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(89, 25);
            this.arsLabel1.TabIndex     = 1;
            this.arsLabel1.Text         = "Stoklar";
            //
            // grdStoklar
            //
            this.grdStoklar.AllowUserToAddRows      = false;
            this.grdStoklar.AllowUserToDeleteRows   = false;
            this.grdStoklar.AllowUserToOrderColumns = true;
            this.grdStoklar.AllowUserToResizeRows   = false;
            this.grdStoklar.ArName                        = "";
            this.grdStoklar.ArTag                         = -1;
            this.grdStoklar.BackgroundColor               = System.Drawing.Color.White;
            this.grdStoklar.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor              = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font                   = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor              = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor     = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.SelectionForeColor     = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode               = System.Windows.Forms.DataGridViewTriState.True;
            this.grdStoklar.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdStoklar.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdStoklar.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdSTOK_KODU,
                this.grdSTOK_ADI,
                this.grdGRUP_TANIMI
            });
            dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font               = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
            this.grdStoklar.DefaultCellStyle          = dataGridViewCellStyle2;
            this.grdStoklar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdStoklar.EnableHeadersVisualStyles = false;
            this.grdStoklar.FocusPanel                 = this.pnlStoklar;
            this.grdStoklar.IsArtezDB                  = false;
            this.grdStoklar.KeyValue                   = "STOK_KODU";
            this.grdStoklar.Location                   = new System.Drawing.Point(393, 57);
            this.grdStoklar.MultiSelect                = false;
            this.grdStoklar.Name                       = "grdStoklar";
            this.grdStoklar.OtoHeader                  = false;
            this.grdStoklar.OtoSize                    = true;
            this.grdStoklar.PanelSQL                   = "";
            this.grdStoklar.ReadOnly                   = true;
            this.grdStoklar.RowHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle3.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor           = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle3.Font                = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            dataGridViewCellStyle3.ForeColor           = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle3.SelectionBackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle3.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
            this.grdStoklar.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
            this.grdStoklar.RowHeadersWidth            = 55;
            this.grdStoklar.RowHeadersWidthSizeMode    = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
            this.grdStoklar.RowTemplate.Resizable      = System.Windows.Forms.DataGridViewTriState.False;
            this.grdStoklar.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdStoklar.Size                       = new System.Drawing.Size(340, 474);
            this.grdStoklar.SpecialDesign              = true;
            this.grdStoklar.SQLText                    = "";
            this.grdStoklar.TabIndex                   = 1;
            this.grdStoklar.ArsDoubleClick            += new ArsLib.Controls.ArsGrid.ArsAfterDoubleClickEventHandler(this.grdStoklar_ArsDoubleClick);
            this.grdStoklar.DataBindingComplete       += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.grdStoklar_DataBindingComplete);
            //
            // grdSTOK_KODU
            //
            this.grdSTOK_KODU.DataPropertyName = "STOK_KODU";
            this.grdSTOK_KODU.DividerWidth     = 1;
            this.grdSTOK_KODU.HeaderText       = "Stok Kodu";
            this.grdSTOK_KODU.Name             = "grdSTOK_KODU";
            this.grdSTOK_KODU.ReadOnly         = true;
            //
            // grdSTOK_ADI
            //
            this.grdSTOK_ADI.DataPropertyName = "STOK_ADI";
            this.grdSTOK_ADI.DividerWidth     = 1;
            this.grdSTOK_ADI.HeaderText       = "Stok Adı";
            this.grdSTOK_ADI.Name             = "grdSTOK_ADI";
            this.grdSTOK_ADI.ReadOnly         = true;
            //
            // grdGRUP_TANIMI
            //
            this.grdGRUP_TANIMI.DataPropertyName = "GRUP_TANIMI";
            this.grdGRUP_TANIMI.DividerWidth     = 1;
            this.grdGRUP_TANIMI.HeaderText       = "Grubu";
            this.grdGRUP_TANIMI.Name             = "grdGRUP_TANIMI";
            this.grdGRUP_TANIMI.ReadOnly         = true;
            //
            // pnlArama
            //
            this.pnlArama.Controls.Add(this.tbSearch);
            this.pnlArama.Dock     = System.Windows.Forms.DockStyle.Top;
            this.pnlArama.Location = new System.Drawing.Point(393, 32);
            this.pnlArama.Name     = "pnlArama";
            this.pnlArama.Size     = new System.Drawing.Size(340, 25);
            this.pnlArama.TabIndex = 2;
            //
            // tbSearch
            //
            this.tbSearch.Dock         = System.Windows.Forms.DockStyle.Fill;
            this.tbSearch.Font         = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.tbSearch.Location     = new System.Drawing.Point(0, 0);
            this.tbSearch.Name         = "tbSearch";
            this.tbSearch.Size         = new System.Drawing.Size(340, 24);
            this.tbSearch.TabIndex     = 0;
            this.tbSearch.TextChanged += new System.EventHandler(this.tbSearch_TextChanged);
            //
            // Stoklar
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BtnClear            = this.BtnTemizle;
            this.BtnDel     = this.BtnSil;
            this.BtnSave    = this.BtnKaydet;
            this.CanPaint   = true;
            this.ClientSize = new System.Drawing.Size(733, 531);
            this.Controls.Add(this.grdStoklar);
            this.Controls.Add(this.pnlArama);
            this.Controls.Add(this.pnlStoklar);
            this.MenuTitle = "Stoklar";
            this.Name      = "Stoklar";
            this.Text      = "Stoklar";
            this.Load     += new System.EventHandler(this.Stoklar_Load);
            this.Controls.SetChildIndex(this.pnlStoklar, 0);
            this.Controls.SetChildIndex(this.pnlArama, 0);
            this.Controls.SetChildIndex(this.grdStoklar, 0);
            this.pnlStoklar.ResumeLayout(false);
            this.pnlStoklar.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.STOK_RESIM)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdStoklar)).EndInit();
            this.pnlArama.ResumeLayout(false);
            this.pnlArama.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        /// <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();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StokBirimTanımlama));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            this.pnlBirimTanim      = new ArsLib.Controls.ArsPanel();
            this.BtnTemizle         = new DevExpress.XtraEditors.SimpleButton();
            this.BtnSil             = new DevExpress.XtraEditors.SimpleButton();
            this.btnKaydet          = new DevExpress.XtraEditors.SimpleButton();
            this.ACIKLAMA           = new ArsLib.Controls.ArsEdit();
            this.BIRIM_TANIMI       = new ArsLib.Controls.ArsEdit();
            this.BIRIM_KODU         = new ArsLib.Controls.ArsEdit();
            this.arsLabel3          = new ArsLib.Controls.ArsLabel();
            this.arsLabel2          = new ArsLib.Controls.ArsLabel();
            this.arsLabel1          = new ArsLib.Controls.ArsLabel();
            this.grdStokBirimListe  = new ArsLib.Controls.ArsGrid();
            this.grdBIRIM_KODU      = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBIRIM_TANIMI    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdACIKLAMA        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdREC_ID          = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.btnBirimKoduRehber = new ArsLib.Controls.ArsButton();
            this.pnlBirimTanim.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdStokBirimListe)).BeginInit();
            this.SuspendLayout();
            //
            // pnlBirimTanim
            //
            this.pnlBirimTanim.ArName         = "";
            this.pnlBirimTanim.ArsOrientation = EnmPanelOrientation.Vertical;
            this.pnlBirimTanim.ArTag          = -1;
            this.pnlBirimTanim.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlBirimTanim.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlBirimTanim.CanPaint       = true;
            this.pnlBirimTanim.Controls.Add(this.btnBirimKoduRehber);
            this.pnlBirimTanim.Controls.Add(this.BtnTemizle);
            this.pnlBirimTanim.Controls.Add(this.BtnSil);
            this.pnlBirimTanim.Controls.Add(this.btnKaydet);
            this.pnlBirimTanim.Controls.Add(this.ACIKLAMA);
            this.pnlBirimTanim.Controls.Add(this.BIRIM_TANIMI);
            this.pnlBirimTanim.Controls.Add(this.BIRIM_KODU);
            this.pnlBirimTanim.Controls.Add(this.arsLabel3);
            this.pnlBirimTanim.Controls.Add(this.arsLabel2);
            this.pnlBirimTanim.Controls.Add(this.arsLabel1);
            this.pnlBirimTanim.Dock         = System.Windows.Forms.DockStyle.Top;
            this.pnlBirimTanim.DrawLastEdit = true;
            this.pnlBirimTanim.Location     = new System.Drawing.Point(0, 32);
            this.pnlBirimTanim.Name         = "pnlBirimTanim";
            this.pnlBirimTanim.Size         = new System.Drawing.Size(800, 176);
            this.pnlBirimTanim.TabIndex     = 2;
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(306, 114);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 41);
            this.BtnTemizle.TabIndex = 164;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // BtnSil
            //
            this.BtnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnSil.Appearance.Options.UseFont = true;
            this.BtnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnSil.ImageOptions.Image")));
            this.BtnSil.Location = new System.Drawing.Point(209, 114);
            this.BtnSil.Name     = "BtnSil";
            this.BtnSil.Size     = new System.Drawing.Size(91, 41);
            this.BtnSil.TabIndex = 165;
            this.BtnSil.Text     = "Sil";
            this.BtnSil.Click   += new System.EventHandler(this.BtnSil_Click);
            //
            // btnKaydet
            //
            this.btnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.btnKaydet.Appearance.Options.UseFont = true;
            this.btnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("btnKaydet.ImageOptions.Image")));
            this.btnKaydet.Location = new System.Drawing.Point(112, 114);
            this.btnKaydet.Name     = "btnKaydet";
            this.btnKaydet.Size     = new System.Drawing.Size(91, 41);
            this.btnKaydet.TabIndex = 166;
            this.btnKaydet.Text     = "Kaydet";
            this.btnKaydet.Click   += new System.EventHandler(this.btnKaydet_Click);
            //
            // ACIKLAMA
            //
            this.ACIKLAMA.ArEnable           = true;
            this.ACIKLAMA.ArFocusView        = null;
            this.ACIKLAMA.ArName             = "ACIKLAMA";
            this.ACIKLAMA.ArTag              = -1;
            this.ACIKLAMA.ArVisible          = true;
            this.ACIKLAMA.CanNull            = true;
            this.ACIKLAMA.DecimalCount       = 2;
            this.ACIKLAMA.DefaultValue       = "";
            this.ACIKLAMA.DotDigit           = true;
            this.ACIKLAMA.EditType           = EnmEditType.MultiLine;
            this.ACIKLAMA.ExitCheck          = false;
            this.ACIKLAMA.ExitError          = false;
            this.ACIKLAMA.Font               = new System.Drawing.Font("Arial", 9F);
            this.ACIKLAMA.FontSize           = EnmFontSize.Normal;
            this.ACIKLAMA.GuideEdit          = null;
            this.ACIKLAMA.GuideTitle         = "";
            this.ACIKLAMA.Location           = new System.Drawing.Point(112, 58);
            this.ACIKLAMA.Multiline          = true;
            this.ACIKLAMA.Name               = "ACIKLAMA";
            this.ACIKLAMA.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.ACIKLAMA.PrivateName        = "";
            this.ACIKLAMA.PrivateValue       = "";
            this.ACIKLAMA.ScrollBars         = System.Windows.Forms.ScrollBars.Both;
            this.ACIKLAMA.Size               = new System.Drawing.Size(285, 50);
            this.ACIKLAMA.TabIndex           = 2;
            this.ACIKLAMA.UseVirtualKeyboard = false;
            //
            // BIRIM_TANIMI
            //
            this.BIRIM_TANIMI.ArEnable           = true;
            this.BIRIM_TANIMI.ArFocusView        = null;
            this.BIRIM_TANIMI.ArName             = "BIRIM_TANIMI";
            this.BIRIM_TANIMI.ArTag              = -1;
            this.BIRIM_TANIMI.ArVisible          = true;
            this.BIRIM_TANIMI.CanNull            = true;
            this.BIRIM_TANIMI.DecimalCount       = 2;
            this.BIRIM_TANIMI.DefaultValue       = "";
            this.BIRIM_TANIMI.DotDigit           = true;
            this.BIRIM_TANIMI.EditType           = EnmEditType.String;
            this.BIRIM_TANIMI.ExitCheck          = false;
            this.BIRIM_TANIMI.ExitError          = false;
            this.BIRIM_TANIMI.Font               = new System.Drawing.Font("Arial", 9F);
            this.BIRIM_TANIMI.FontSize           = EnmFontSize.Normal;
            this.BIRIM_TANIMI.GuideEdit          = null;
            this.BIRIM_TANIMI.GuideTitle         = "";
            this.BIRIM_TANIMI.Location           = new System.Drawing.Point(112, 34);
            this.BIRIM_TANIMI.Name               = "BIRIM_TANIMI";
            this.BIRIM_TANIMI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.BIRIM_TANIMI.PrivateName        = "";
            this.BIRIM_TANIMI.PrivateValue       = "";
            this.BIRIM_TANIMI.Size               = new System.Drawing.Size(285, 21);
            this.BIRIM_TANIMI.TabIndex           = 1;
            this.BIRIM_TANIMI.UseVirtualKeyboard = false;
            //
            // BIRIM_KODU
            //
            this.BIRIM_KODU.ArEnable           = true;
            this.BIRIM_KODU.ArFocusView        = null;
            this.BIRIM_KODU.ArName             = "BIRIM_KODU";
            this.BIRIM_KODU.ArTag              = 0;
            this.BIRIM_KODU.ArVisible          = true;
            this.BIRIM_KODU.CanNull            = true;
            this.BIRIM_KODU.DecimalCount       = 2;
            this.BIRIM_KODU.DefaultValue       = "";
            this.BIRIM_KODU.DotDigit           = true;
            this.BIRIM_KODU.EditType           = EnmEditType.String;
            this.BIRIM_KODU.ExitCheck          = false;
            this.BIRIM_KODU.ExitError          = false;
            this.BIRIM_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.BIRIM_KODU.FontSize           = EnmFontSize.Normal;
            this.BIRIM_KODU.GuideEdit          = null;
            this.BIRIM_KODU.GuideTitle         = "";
            this.BIRIM_KODU.Location           = new System.Drawing.Point(112, 10);
            this.BIRIM_KODU.Name               = "BIRIM_KODU";
            this.BIRIM_KODU.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.BIRIM_KODU.PrivateName        = "";
            this.BIRIM_KODU.PrivateValue       = "";
            this.BIRIM_KODU.Size               = new System.Drawing.Size(263, 21);
            this.BIRIM_KODU.TabIndex           = 0;
            this.BIRIM_KODU.UseVirtualKeyboard = false;
            this.BIRIM_KODU.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.BIRIM_KODU_ArsExit);
            this.BIRIM_KODU.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.BIRIM_KODU_KeyDown);
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.ACIKLAMA;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 5;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel3.TabIndex     = 2;
            this.arsLabel3.Text         = "Açıklama";
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.BIRIM_TANIMI;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 3;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel2.TabIndex     = 1;
            this.arsLabel2.Text         = "Birim Tanımı";
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.BIRIM_KODU;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 1;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel1.TabIndex     = 0;
            this.arsLabel1.Text         = "Birim Kodu";
            //
            // grdStokBirimListe
            //
            this.grdStokBirimListe.AllowUserToAddRows = false;
            this.grdStokBirimListe.ArName             = "";
            this.grdStokBirimListe.ArTag                    = -1;
            this.grdStokBirimListe.BackgroundColor          = System.Drawing.Color.White;
            this.grdStokBirimListe.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment                = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor                = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font                          = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor                     = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor            = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor            = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode                      = System.Windows.Forms.DataGridViewTriState.True;
            this.grdStokBirimListe.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdStokBirimListe.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdStokBirimListe.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdBIRIM_KODU,
                this.grdBIRIM_TANIMI,
                this.grdACIKLAMA,
                this.grdREC_ID
            });
            dataGridViewCellStyle2.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor                 = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font                      = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle2.ForeColor                 = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle2.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode                  = System.Windows.Forms.DataGridViewTriState.False;
            this.grdStokBirimListe.DefaultCellStyle          = dataGridViewCellStyle2;
            this.grdStokBirimListe.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.grdStokBirimListe.EnableHeadersVisualStyles = false;
            this.grdStokBirimListe.FocusPanel                = null;
            this.grdStokBirimListe.IsArtezDB                 = false;
            this.grdStokBirimListe.KeyValue                  = "";
            this.grdStokBirimListe.Location                  = new System.Drawing.Point(0, 208);
            this.grdStokBirimListe.MultiSelect               = false;
            this.grdStokBirimListe.Name                      = "grdStokBirimListe";
            this.grdStokBirimListe.OtoHeader                 = false;
            this.grdStokBirimListe.OtoSize                   = false;
            this.grdStokBirimListe.PanelSQL                  = "";
            this.grdStokBirimListe.ReadOnly                  = true;
            this.grdStokBirimListe.RowHeadersVisible         = false;
            this.grdStokBirimListe.RowTemplate.Resizable     = System.Windows.Forms.DataGridViewTriState.False;
            this.grdStokBirimListe.SelectionMode             = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdStokBirimListe.Size                      = new System.Drawing.Size(800, 242);
            this.grdStokBirimListe.SpecialDesign             = false;
            this.grdStokBirimListe.SQLText                   = "";
            this.grdStokBirimListe.TabIndex                  = 4;
            this.grdStokBirimListe.CellDoubleClick          += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdStokBirimListe_CellDoubleClick);
            //
            // grdBIRIM_KODU
            //
            this.grdBIRIM_KODU.DataPropertyName = "BIRIM_KODU";
            this.grdBIRIM_KODU.DividerWidth     = 1;
            this.grdBIRIM_KODU.HeaderText       = "Birim Kodu";
            this.grdBIRIM_KODU.Name             = "grdBIRIM_KODU";
            this.grdBIRIM_KODU.ReadOnly         = true;
            //
            // grdBIRIM_TANIMI
            //
            this.grdBIRIM_TANIMI.DataPropertyName = "BIRIM_TANIMI";
            this.grdBIRIM_TANIMI.DividerWidth     = 1;
            this.grdBIRIM_TANIMI.HeaderText       = "Birim Tanımı";
            this.grdBIRIM_TANIMI.Name             = "grdBIRIM_TANIMI";
            this.grdBIRIM_TANIMI.ReadOnly         = true;
            //
            // grdACIKLAMA
            //
            this.grdACIKLAMA.DataPropertyName = "ACIKLAMA";
            this.grdACIKLAMA.DividerWidth     = 1;
            this.grdACIKLAMA.HeaderText       = "Açıklama";
            this.grdACIKLAMA.Name             = "grdACIKLAMA";
            this.grdACIKLAMA.ReadOnly         = true;
            //
            // grdREC_ID
            //
            this.grdREC_ID.DataPropertyName = "REC_ID";
            this.grdREC_ID.DividerWidth     = 1;
            this.grdREC_ID.HeaderText       = "REC_ID";
            this.grdREC_ID.Name             = "grdREC_ID";
            this.grdREC_ID.ReadOnly         = true;
            this.grdREC_ID.Visible          = false;
            //
            // btnBirimKoduRehber
            //
            this.btnBirimKoduRehber.ArControlView             = this.BIRIM_KODU;
            this.btnBirimKoduRehber.ArName                    = "";
            this.btnBirimKoduRehber.ArTag                     = -1;
            this.btnBirimKoduRehber.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnBirimKoduRehber.BackgroundImage")));
            this.btnBirimKoduRehber.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.btnBirimKoduRehber.BigGuide                  = false;
            this.btnBirimKoduRehber.ButtonType                = EnmButtonType.Guide;
            this.btnBirimKoduRehber.FlatAppearance.BorderSize = 0;
            this.btnBirimKoduRehber.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "BIRIM_KODU";
            guideField1.Text = "Birim Kodu";
            guideField2.Name = "BIRIM_TANIMI";
            guideField2.Text = "Birim Tanımı";
            this.btnBirimKoduRehber.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.btnBirimKoduRehber.IsArtezDB = false;
            this.btnBirimKoduRehber.Location  = new System.Drawing.Point(378, 10);
            this.btnBirimKoduRehber.Name      = "btnBirimKoduRehber";
            this.btnBirimKoduRehber.Size      = new System.Drawing.Size(21, 21);
            this.btnBirimKoduRehber.SQLText   = "SELECT BIRIM_KODU, BIRIM_TANIMI FROM [TBLSTOKBIRIM]";
            this.btnBirimKoduRehber.TabIndex  = 99;
            this.btnBirimKoduRehber.TabStop   = false;
            this.btnBirimKoduRehber.UseVisualStyleBackColor = true;
            //
            // StokBirimTanımlama
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BtnClear            = this.BtnTemizle;
            this.BtnDel     = this.BtnSil;
            this.BtnSave    = this.btnKaydet;
            this.CanPaint   = true;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.grdStokBirimListe);
            this.Controls.Add(this.pnlBirimTanim);
            this.KeyControl = this.BIRIM_KODU;
            this.KeyField   = "BIRIM_KODU";
            this.MenuAdi    = "Stok Birim Tanım";
            this.MenuKodu   = "Züqo\'Çlupo:Xğökp";
            this.Name       = "StokBirimTanımlama";
            this.RecordForm = true;
            this.TableName  = "TBLSTOKBIRIM";
            this.Text       = "";
            this.Load      += new System.EventHandler(this.StokBirimTanımlama_Load);
            this.Controls.SetChildIndex(this.pnlBirimTanim, 0);
            this.Controls.SetChildIndex(this.grdStokBirimListe, 0);
            this.pnlBirimTanim.ResumeLayout(false);
            this.pnlBirimTanim.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdStokBirimListe)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #5
0
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KullaniciTanim));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.pnlKullanici     = new ArsLib.Controls.ArsPanel();
            this.BtnTemizle       = new DevExpress.XtraEditors.SimpleButton();
            this.btnSil           = new DevExpress.XtraEditors.SimpleButton();
            this.btnKaydet        = new DevExpress.XtraEditors.SimpleButton();
            this.SIFRE            = new ArsLib.Controls.ArsEdit();
            this.arsLabel4        = new ArsLib.Controls.ArsLabel();
            this.ADMIN_MI         = new ArsLib.Controls.ArsCheck();
            this.arsLabel3        = new ArsLib.Controls.ArsLabel();
            this.KULLANICI_ADI    = new ArsLib.Controls.ArsEdit();
            this.arsLabel2        = new ArsLib.Controls.ArsLabel();
            this.arsButton1       = new ArsLib.Controls.ArsButton();
            this.KULLANICI_NO     = new ArsLib.Controls.ArsEdit();
            this.arsLabel1        = new ArsLib.Controls.ArsLabel();
            this.grdKullanici     = new ArsLib.Controls.ArsGrid();
            this.grdKULLANICI_NO  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdKULLANICI_ADI = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdADMIN_MI      = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pnlKullanici.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdKullanici)).BeginInit();
            this.SuspendLayout();
            //
            // pnlKullanici
            //
            this.pnlKullanici.ArName         = "";
            this.pnlKullanici.ArsOrientation = EnmPanelOrientation.Vertical;
            this.pnlKullanici.ArTag          = -1;
            this.pnlKullanici.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlKullanici.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlKullanici.CanPaint       = true;
            this.pnlKullanici.Controls.Add(this.BtnTemizle);
            this.pnlKullanici.Controls.Add(this.btnSil);
            this.pnlKullanici.Controls.Add(this.btnKaydet);
            this.pnlKullanici.Controls.Add(this.SIFRE);
            this.pnlKullanici.Controls.Add(this.arsLabel4);
            this.pnlKullanici.Controls.Add(this.ADMIN_MI);
            this.pnlKullanici.Controls.Add(this.arsLabel3);
            this.pnlKullanici.Controls.Add(this.KULLANICI_ADI);
            this.pnlKullanici.Controls.Add(this.arsLabel2);
            this.pnlKullanici.Controls.Add(this.arsButton1);
            this.pnlKullanici.Controls.Add(this.KULLANICI_NO);
            this.pnlKullanici.Controls.Add(this.arsLabel1);
            this.pnlKullanici.Dock         = System.Windows.Forms.DockStyle.Left;
            this.pnlKullanici.DrawLastEdit = true;
            this.pnlKullanici.Location     = new System.Drawing.Point(0, 32);
            this.pnlKullanici.Name         = "pnlKullanici";
            this.pnlKullanici.Size         = new System.Drawing.Size(396, 418);
            this.pnlKullanici.TabIndex     = 2;
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(293, 107);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 132;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // btnSil
            //
            this.btnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.btnSil.Appearance.Options.UseFont = true;
            this.btnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("btnSil.ImageOptions.Image")));
            this.btnSil.Location = new System.Drawing.Point(196, 107);
            this.btnSil.Name     = "btnSil";
            this.btnSil.Size     = new System.Drawing.Size(91, 39);
            this.btnSil.TabIndex = 133;
            this.btnSil.Text     = "Sil";
            this.btnSil.Click   += new System.EventHandler(this.btnSil_Click);
            //
            // btnKaydet
            //
            this.btnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.btnKaydet.Appearance.Options.UseFont = true;
            this.btnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("btnKaydet.ImageOptions.Image")));
            this.btnKaydet.Location = new System.Drawing.Point(99, 107);
            this.btnKaydet.Name     = "btnKaydet";
            this.btnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.btnKaydet.TabIndex = 134;
            this.btnKaydet.Text     = "Kaydet";
            this.btnKaydet.Click   += new System.EventHandler(this.btnKaydet_Click);
            //
            // SIFRE
            //
            this.SIFRE.ArEnable           = true;
            this.SIFRE.ArFocusView        = null;
            this.SIFRE.ArName             = "SIFRE";
            this.SIFRE.ArTag              = -1;
            this.SIFRE.ArVisible          = true;
            this.SIFRE.CanNull            = false;
            this.SIFRE.DecimalCount       = 2;
            this.SIFRE.DefaultValue       = "";
            this.SIFRE.DotDigit           = true;
            this.SIFRE.EditType           = EnmEditType.String;
            this.SIFRE.ExitCheck          = false;
            this.SIFRE.ExitError          = false;
            this.SIFRE.Font               = new System.Drawing.Font("Arial", 9F);
            this.SIFRE.FontSize           = EnmFontSize.Normal;
            this.SIFRE.GuideEdit          = null;
            this.SIFRE.GuideTitle         = "";
            this.SIFRE.Location           = new System.Drawing.Point(99, 80);
            this.SIFRE.Name               = "SIFRE";
            this.SIFRE.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.SIFRE.PasswordChar       = '*';
            this.SIFRE.PrivateName        = "";
            this.SIFRE.PrivateValue       = "";
            this.SIFRE.Size               = new System.Drawing.Size(200, 21);
            this.SIFRE.TabIndex           = 3;
            this.SIFRE.UseVirtualKeyboard = false;
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.SIFRE;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 3;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel4.FontSize     = EnmFontSize.Normal;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Şifre";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 80);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(79, 21);
            this.arsLabel4.TabIndex     = 102;
            this.arsLabel4.Text         = "Şifre";
            //
            // ADMIN_MI
            //
            this.ADMIN_MI.ArEnable                = true;
            this.ADMIN_MI.ArName                  = "ADMIN_MI";
            this.ADMIN_MI.ArTag                   = -1;
            this.ADMIN_MI.ArVisible               = true;
            this.ADMIN_MI.AutoSize                = true;
            this.ADMIN_MI.CanNull                 = true;
            this.ADMIN_MI.CheckedText             = "Evet";
            this.ADMIN_MI.CheckedValue            = "1";
            this.ADMIN_MI.Font                    = new System.Drawing.Font("Arial", 9F);
            this.ADMIN_MI.Location                = new System.Drawing.Point(99, 58);
            this.ADMIN_MI.Name                    = "ADMIN_MI";
            this.ADMIN_MI.Size                    = new System.Drawing.Size(54, 19);
            this.ADMIN_MI.TabIndex                = 2;
            this.ADMIN_MI.Text                    = "Hayır";
            this.ADMIN_MI.UnCheckedText           = "Hayır";
            this.ADMIN_MI.UnCheckedValue          = "0";
            this.ADMIN_MI.UseVisualStyleBackColor = true;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.ADMIN_MI;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Admin Mi";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(79, 21);
            this.arsLabel3.TabIndex     = 101;
            this.arsLabel3.Text         = "Admin Mi";
            //
            // KULLANICI_ADI
            //
            this.KULLANICI_ADI.ArEnable           = true;
            this.KULLANICI_ADI.ArFocusView        = null;
            this.KULLANICI_ADI.ArName             = "KULLANICI_ADI";
            this.KULLANICI_ADI.ArTag              = -1;
            this.KULLANICI_ADI.ArVisible          = true;
            this.KULLANICI_ADI.CanNull            = false;
            this.KULLANICI_ADI.DecimalCount       = 2;
            this.KULLANICI_ADI.DefaultValue       = "";
            this.KULLANICI_ADI.DotDigit           = true;
            this.KULLANICI_ADI.EditType           = EnmEditType.String;
            this.KULLANICI_ADI.ExitCheck          = false;
            this.KULLANICI_ADI.ExitError          = false;
            this.KULLANICI_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.KULLANICI_ADI.FontSize           = EnmFontSize.Normal;
            this.KULLANICI_ADI.GuideEdit          = null;
            this.KULLANICI_ADI.GuideTitle         = "";
            this.KULLANICI_ADI.Location           = new System.Drawing.Point(99, 34);
            this.KULLANICI_ADI.Name               = "KULLANICI_ADI";
            this.KULLANICI_ADI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.KULLANICI_ADI.PrivateName        = "";
            this.KULLANICI_ADI.PrivateValue       = "";
            this.KULLANICI_ADI.Size               = new System.Drawing.Size(285, 21);
            this.KULLANICI_ADI.TabIndex           = 1;
            this.KULLANICI_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.KULLANICI_ADI;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Kullanıcı Adı";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(79, 21);
            this.arsLabel2.TabIndex     = 100;
            this.arsLabel2.Text         = "Kullanıcı Adı";
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.KULLANICI_NO;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "KULLANICI_NO";
            guideField1.Text = "Kullanıcı No";
            guideField2.Name = "KULLANICI_ADI";
            guideField2.Text = "Kullanıcı Adı";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.arsButton1.IsArtezDB = true;
            this.arsButton1.Location  = new System.Drawing.Point(364, 10);
            this.arsButton1.Name      = "arsButton1";
            this.arsButton1.Size      = new System.Drawing.Size(21, 21);
            this.arsButton1.SQLText   = "SELECT KULLANICI_NO, KULLANICI_ADI FROM [TBLKULLANICI]";
            this.arsButton1.TabIndex  = 99;
            this.arsButton1.TabStop   = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // KULLANICI_NO
            //
            this.KULLANICI_NO.ArEnable           = true;
            this.KULLANICI_NO.ArFocusView        = null;
            this.KULLANICI_NO.ArName             = "KULLANICI_NO";
            this.KULLANICI_NO.ArTag              = 1;
            this.KULLANICI_NO.ArVisible          = true;
            this.KULLANICI_NO.CanNull            = false;
            this.KULLANICI_NO.DecimalCount       = 2;
            this.KULLANICI_NO.DefaultValue       = "";
            this.KULLANICI_NO.DotDigit           = false;
            this.KULLANICI_NO.EditType           = EnmEditType.Numeric;
            this.KULLANICI_NO.ExitCheck          = false;
            this.KULLANICI_NO.ExitError          = false;
            this.KULLANICI_NO.Font               = new System.Drawing.Font("Arial", 9F);
            this.KULLANICI_NO.FontSize           = EnmFontSize.Normal;
            this.KULLANICI_NO.GuideEdit          = null;
            this.KULLANICI_NO.GuideTitle         = "";
            this.KULLANICI_NO.Location           = new System.Drawing.Point(99, 10);
            this.KULLANICI_NO.Name               = "KULLANICI_NO";
            this.KULLANICI_NO.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Left;
            this.KULLANICI_NO.PrivateName        = "";
            this.KULLANICI_NO.PrivateValue       = "";
            this.KULLANICI_NO.Size               = new System.Drawing.Size(262, 21);
            this.KULLANICI_NO.TabIndex           = 0;
            this.KULLANICI_NO.UseVirtualKeyboard = false;
            this.KULLANICI_NO.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.KULLANICI_NO_ArsExit);
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.KULLANICI_NO;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Kullanıcı No";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(79, 21);
            this.arsLabel1.TabIndex     = 1;
            this.arsLabel1.Text         = "Kullanıcı No";
            //
            // grdKullanici
            //
            this.grdKullanici.AllowUserToAddRows = false;
            this.grdKullanici.ArName             = "";
            this.grdKullanici.ArTag                         = -1;
            this.grdKullanici.BackgroundColor               = System.Drawing.Color.White;
            this.grdKullanici.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment                = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor                = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font                     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor                = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor       = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor       = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode                 = System.Windows.Forms.DataGridViewTriState.True;
            this.grdKullanici.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdKullanici.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdKullanici.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdKULLANICI_NO,
                this.grdKULLANICI_ADI,
                this.grdADMIN_MI
            });
            dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font               = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
            this.grdKullanici.DefaultCellStyle        = dataGridViewCellStyle2;
            this.grdKullanici.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdKullanici.EnableHeadersVisualStyles = false;
            this.grdKullanici.FocusPanel            = this.pnlKullanici;
            this.grdKullanici.IsArtezDB             = true;
            this.grdKullanici.KeyValue              = "KULLANICI_NO";
            this.grdKullanici.Location              = new System.Drawing.Point(396, 32);
            this.grdKullanici.MultiSelect           = false;
            this.grdKullanici.Name                  = "grdKullanici";
            this.grdKullanici.PanelSQL              = "";
            this.grdKullanici.ReadOnly              = true;
            this.grdKullanici.RowHeadersVisible     = false;
            this.grdKullanici.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.grdKullanici.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdKullanici.Size                  = new System.Drawing.Size(312, 418);
            this.grdKullanici.SpecialDesign         = false;
            this.grdKullanici.SQLText               = "SELECT KULLANICI_NO, KULLANICI_ADI, CASE WHEN ADMIN_MI = 1 THEN \'Evet\' ELSE \'Hayı" +
                                                      "r\' END AS ADMIN_MI FROM [TBLKULLANICI]";
            this.grdKullanici.TabIndex = 3;
            //
            // grdKULLANICI_NO
            //
            this.grdKULLANICI_NO.DataPropertyName = "KULLANICI_NO";
            this.grdKULLANICI_NO.DividerWidth     = 1;
            this.grdKULLANICI_NO.HeaderText       = "Kullanıcı No";
            this.grdKULLANICI_NO.Name             = "grdKULLANICI_NO";
            this.grdKULLANICI_NO.ReadOnly         = true;
            //
            // grdKULLANICI_ADI
            //
            this.grdKULLANICI_ADI.DataPropertyName = "KULLANICI_ADI";
            this.grdKULLANICI_ADI.DividerWidth     = 1;
            this.grdKULLANICI_ADI.HeaderText       = "Kullanıcı Adı";
            this.grdKULLANICI_ADI.Name             = "grdKULLANICI_ADI";
            this.grdKULLANICI_ADI.ReadOnly         = true;
            //
            // grdADMIN_MI
            //
            this.grdADMIN_MI.DataPropertyName = "ADMIN_MI";
            this.grdADMIN_MI.DividerWidth     = 1;
            this.grdADMIN_MI.HeaderText       = "Admin Mi";
            this.grdADMIN_MI.Name             = "grdADMIN_MI";
            this.grdADMIN_MI.ReadOnly         = true;
            //
            // KullaniciTanim
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BtnClear            = this.BtnTemizle;
            this.BtnDel     = this.btnSil;
            this.BtnSave    = this.btnKaydet;
            this.CanPaint   = true;
            this.ClientSize = new System.Drawing.Size(708, 450);
            this.Controls.Add(this.grdKullanici);
            this.Controls.Add(this.pnlKullanici);
            this.IsArtezDB  = true;
            this.KeyControl = this.KULLANICI_NO;
            this.KeyField   = "KULLANICI_NO";
            this.MenuAdi    = "Kullanıcı Tanım";
            this.MenuKodu   = "Rvoöğökfö=Vdtjö";
            this.MenuTitle  = "Kullanıcı Tanım";
            this.Name       = "KullaniciTanim";
            this.RecordForm = true;
            this.TableName  = "TBLKULLANICI";
            this.Text       = "Kullanıcı Tanım";
            this.Load      += new System.EventHandler(this.KullaniciTanim_Load);
            this.Controls.SetChildIndex(this.pnlKullanici, 0);
            this.Controls.SetChildIndex(this.grdKullanici, 0);
            this.pnlKullanici.ResumeLayout(false);
            this.pnlKullanici.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdKullanici)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #6
0
        private void BtnEkstraEkle_Click(object sender, EventArgs e)
        {
            ArsEdit edtStokKodu = new ArsEdit();

            edtStokKodu.ArName      = "STOK_ADI";
            edtStokKodu.PrivateName = "STOK_KODU";
            edtStokKodu.ArTag       = ekstraTag;

            ArsLabel lblStokKodu = new ArsLabel();

            lblStokKodu.FullText    = "Stok";
            lblStokKodu.ArTag       = ekstraTag;
            lblStokKodu.ArFocusView = edtStokKodu;

            ArsButton btnStokKodu = new ArsButton();

            btnStokKodu.AfterGuide   += StokAfterGuide;
            btnStokKodu.ButtonType    = EnmButtonType.Guide;
            btnStokKodu.ArTag         = ekstraTag;
            btnStokKodu.ArControlView = edtStokKodu;
            ekstraTag++;

            btnStokKodu.SQLText = "SELECT STOK_KODU, STOK_ADI FROM [TBLSTOK]";
            GuideField[] guideFieldList = new GuideField[2];
            guideFieldList[0]          = new GuideField();
            guideFieldList[0].Name     = "STOK_KODU";
            guideFieldList[0].Text     = "Stok Kodu";
            guideFieldList[1]          = new GuideField();
            guideFieldList[1].Name     = "STOK_ADI";
            guideFieldList[1].Text     = "Stok Adı";
            btnStokKodu.GuideFieldList = guideFieldList;

            ArsEdit edtStokTutar = new ArsEdit();

            edtStokTutar.ArName      = "STOK_TUTAR";
            edtStokTutar.EditType    = EnmEditType.Decimal;
            edtStokTutar.ArFocusView = edtStokKodu;
            edtStokTutar.ArTag       = ekstraTag;

            ArsLabel lblStokTutar = new ArsLabel();

            lblStokTutar.FullText    = "";
            lblStokTutar.ArTag       = ekstraTag;
            lblStokTutar.ArFocusView = edtStokTutar;

            ArsButton btnStokSil = new ArsButton();

            btnStokSil.ButtonType    = EnmButtonType.Delete;
            btnStokSil.ArTag         = ekstraTag;
            btnStokSil.Click        += EkstraSil;
            btnStokSil.ArControlView = edtStokTutar;
            ekstraTag++;

            pnlRezervasyon.Controls.Add(edtStokKodu);
            pnlRezervasyon.Controls.Add(lblStokKodu);
            pnlRezervasyon.Controls.Add(btnStokKodu);
            pnlRezervasyon.Controls.Add(edtStokTutar);
            pnlRezervasyon.Controls.Add(lblStokTutar);
            pnlRezervasyon.Controls.Add(btnStokSil);

            lblStokTutar.Size = new Size(1, lblStokTutar.Size.Height);
            edtStokTutar.Size = new Size(165, edtStokTutar.Size.Height);

            pnlRezervasyon.Setup();

            btnEkstraEkle.Location = new Point(btnEkstraEkle.Location.X, btnEkstraEkle.Location.Y + 25);
            cbYazdir.Location      = new Point(cbYazdir.Location.X, cbYazdir.Location.Y + 25);
            BtnKaydet.Location     = new Point(BtnKaydet.Location.X, BtnKaydet.Location.Y + 25);
            BtnTemizle.Location    = new Point(BtnTemizle.Location.X, BtnTemizle.Location.Y + 25);

            if (Size.Height + 25 < Parent.Size.Height)
            {
                Size = new Size(Size.Width, Size.Height + 25);
            }

            edtStokKodu.Focus();
        }
예제 #7
0
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RezervasyonYer));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.pnlRezervasyonYer = new ArsLib.Controls.ArsPanel();
            this.BtnTemizle        = new DevExpress.XtraEditors.SimpleButton();
            this.BtnSil            = new DevExpress.XtraEditors.SimpleButton();
            this.BtnKaydet         = new DevExpress.XtraEditors.SimpleButton();
            this.ACIKLAMA          = new ArsLib.Controls.ArsEdit();
            this.arsLabel4         = new ArsLib.Controls.ArsLabel();
            this.btnYER_KODUGuide  = new ArsLib.Controls.ArsButton();
            this.YER_KODU          = new ArsLib.Controls.ArsEdit();
            this.YER_TANIMI        = new ArsLib.Controls.ArsEdit();
            this.arsLabel2         = new ArsLib.Controls.ArsLabel();
            this.arsLabel1         = new ArsLib.Controls.ArsLabel();
            this.panel1            = new System.Windows.Forms.Panel();
            this.grdRezervasyonYer = new ArsLib.Controls.ArsGrid();
            this.grdYER_KODU       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdYER_TANIMI     = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdACIKLAMA       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pnlRezervasyonYer.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdRezervasyonYer)).BeginInit();
            this.SuspendLayout();
            //
            // pnlRezervasyonYer
            //
            this.pnlRezervasyonYer.ArName         = "";
            this.pnlRezervasyonYer.ArsOrientation = EnmPanelOrientation.Vertical;
            this.pnlRezervasyonYer.ArTag          = -1;
            this.pnlRezervasyonYer.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlRezervasyonYer.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlRezervasyonYer.CanPaint       = true;
            this.pnlRezervasyonYer.Controls.Add(this.BtnTemizle);
            this.pnlRezervasyonYer.Controls.Add(this.BtnSil);
            this.pnlRezervasyonYer.Controls.Add(this.BtnKaydet);
            this.pnlRezervasyonYer.Controls.Add(this.ACIKLAMA);
            this.pnlRezervasyonYer.Controls.Add(this.arsLabel4);
            this.pnlRezervasyonYer.Controls.Add(this.btnYER_KODUGuide);
            this.pnlRezervasyonYer.Controls.Add(this.YER_TANIMI);
            this.pnlRezervasyonYer.Controls.Add(this.arsLabel2);
            this.pnlRezervasyonYer.Controls.Add(this.YER_KODU);
            this.pnlRezervasyonYer.Controls.Add(this.arsLabel1);
            this.pnlRezervasyonYer.Dock         = System.Windows.Forms.DockStyle.Top;
            this.pnlRezervasyonYer.DrawLastEdit = true;
            this.pnlRezervasyonYer.Location     = new System.Drawing.Point(0, 0);
            this.pnlRezervasyonYer.Name         = "pnlRezervasyonYer";
            this.pnlRezervasyonYer.Size         = new System.Drawing.Size(439, 184);
            this.pnlRezervasyonYer.TabIndex     = 0;
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(298, 114);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 155;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // BtnSil
            //
            this.BtnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnSil.Appearance.Options.UseFont = true;
            this.BtnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnSil.ImageOptions.Image")));
            this.BtnSil.Location = new System.Drawing.Point(201, 114);
            this.BtnSil.Name     = "BtnSil";
            this.BtnSil.Size     = new System.Drawing.Size(91, 39);
            this.BtnSil.TabIndex = 156;
            this.BtnSil.Text     = "Sil";
            this.BtnSil.Click   += new System.EventHandler(this.BtnSil_Click);
            //
            // BtnKaydet
            //
            this.BtnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnKaydet.Appearance.Options.UseFont = true;
            this.BtnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnKaydet.ImageOptions.Image")));
            this.BtnKaydet.Location = new System.Drawing.Point(104, 114);
            this.BtnKaydet.Name     = "BtnKaydet";
            this.BtnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.BtnKaydet.TabIndex = 157;
            this.BtnKaydet.Text     = "Kaydet";
            this.BtnKaydet.Click   += new System.EventHandler(this.BtnKaydet_Click);
            //
            // ACIKLAMA
            //
            this.ACIKLAMA.ArEnable           = true;
            this.ACIKLAMA.ArFocusView        = null;
            this.ACIKLAMA.ArName             = "ACIKLAMA";
            this.ACIKLAMA.ArTag              = -1;
            this.ACIKLAMA.ArVisible          = true;
            this.ACIKLAMA.CanNull            = true;
            this.ACIKLAMA.DecimalCount       = 2;
            this.ACIKLAMA.DefaultValue       = "";
            this.ACIKLAMA.EditType           = EnmEditType.MultiLine;
            this.ACIKLAMA.ExitCheck          = false;
            this.ACIKLAMA.ExitError          = false;
            this.ACIKLAMA.Font               = new System.Drawing.Font("Arial", 9F);
            this.ACIKLAMA.FontSize           = EnmFontSize.Normal;
            this.ACIKLAMA.GuideEdit          = null;
            this.ACIKLAMA.GuideTitle         = "";
            this.ACIKLAMA.Location           = new System.Drawing.Point(104, 58);
            this.ACIKLAMA.Multiline          = true;
            this.ACIKLAMA.Name               = "ACIKLAMA";
            this.ACIKLAMA.PrivateName        = "";
            this.ACIKLAMA.PrivateValue       = "";
            this.ACIKLAMA.ScrollBars         = System.Windows.Forms.ScrollBars.Both;
            this.ACIKLAMA.Size               = new System.Drawing.Size(285, 50);
            this.ACIKLAMA.TabIndex           = 2;
            this.ACIKLAMA.UseVirtualKeyboard = false;
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.ACIKLAMA;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 4;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel4.FontSize     = EnmFontSize.Normal;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Açıklama";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(84, 21);
            this.arsLabel4.TabIndex     = 102;
            this.arsLabel4.Text         = "Açıklama";
            //
            // btnYER_KODUGuide
            //
            this.btnYER_KODUGuide.ArControlView             = this.YER_KODU;
            this.btnYER_KODUGuide.ArName                    = "";
            this.btnYER_KODUGuide.ArTag                     = -1;
            this.btnYER_KODUGuide.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnYER_KODUGuide.BackgroundImage")));
            this.btnYER_KODUGuide.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.btnYER_KODUGuide.BigGuide                  = false;
            this.btnYER_KODUGuide.ButtonType                = EnmButtonType.Guide;
            this.btnYER_KODUGuide.FlatAppearance.BorderSize = 0;
            this.btnYER_KODUGuide.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "YER_KODU";
            guideField1.Text = "Yer Kodu";
            guideField2.Name = "YER_TANIMI";
            guideField2.Text = "Yer Tanımı";
            this.btnYER_KODUGuide.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.btnYER_KODUGuide.Location = new System.Drawing.Point(364, 10);
            this.btnYER_KODUGuide.Name     = "btnYER_KODUGuide";
            this.btnYER_KODUGuide.Size     = new System.Drawing.Size(21, 21);
            this.btnYER_KODUGuide.SQLText  = "SELECT YER_KODU, YER_TANIMI FROM [TBLREZERVASYONYER]";
            this.btnYER_KODUGuide.TabIndex = 99;
            this.btnYER_KODUGuide.TabStop  = false;
            this.btnYER_KODUGuide.UseVisualStyleBackColor = true;
            //
            // YER_KODU
            //
            this.YER_KODU.ArEnable           = true;
            this.YER_KODU.ArFocusView        = null;
            this.YER_KODU.ArName             = "YER_KODU";
            this.YER_KODU.ArTag              = 0;
            this.YER_KODU.ArVisible          = true;
            this.YER_KODU.CanNull            = false;
            this.YER_KODU.DecimalCount       = 2;
            this.YER_KODU.DefaultValue       = "";
            this.YER_KODU.EditType           = EnmEditType.String;
            this.YER_KODU.ExitCheck          = false;
            this.YER_KODU.ExitError          = false;
            this.YER_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.YER_KODU.FontSize           = EnmFontSize.Normal;
            this.YER_KODU.GuideEdit          = null;
            this.YER_KODU.GuideTitle         = "";
            this.YER_KODU.Location           = new System.Drawing.Point(104, 10);
            this.YER_KODU.Name               = "YER_KODU";
            this.YER_KODU.PrivateName        = "";
            this.YER_KODU.PrivateValue       = "";
            this.YER_KODU.Size               = new System.Drawing.Size(257, 21);
            this.YER_KODU.TabIndex           = 0;
            this.YER_KODU.UseVirtualKeyboard = false;
            this.YER_KODU.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.YER_KODU_ArsExit);
            //
            // YER_TANIMI
            //
            this.YER_TANIMI.ArEnable           = true;
            this.YER_TANIMI.ArFocusView        = null;
            this.YER_TANIMI.ArName             = "YER_TANIMI";
            this.YER_TANIMI.ArTag              = -1;
            this.YER_TANIMI.ArVisible          = true;
            this.YER_TANIMI.CanNull            = false;
            this.YER_TANIMI.DecimalCount       = 2;
            this.YER_TANIMI.DefaultValue       = "";
            this.YER_TANIMI.EditType           = EnmEditType.String;
            this.YER_TANIMI.ExitCheck          = false;
            this.YER_TANIMI.ExitError          = false;
            this.YER_TANIMI.Font               = new System.Drawing.Font("Arial", 9F);
            this.YER_TANIMI.FontSize           = EnmFontSize.Normal;
            this.YER_TANIMI.GuideEdit          = null;
            this.YER_TANIMI.GuideTitle         = "";
            this.YER_TANIMI.Location           = new System.Drawing.Point(104, 34);
            this.YER_TANIMI.Name               = "YER_TANIMI";
            this.YER_TANIMI.PrivateName        = "";
            this.YER_TANIMI.PrivateValue       = "";
            this.YER_TANIMI.Size               = new System.Drawing.Size(257, 21);
            this.YER_TANIMI.TabIndex           = 1;
            this.YER_TANIMI.UseVirtualKeyboard = false;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.YER_TANIMI;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Yer Tanımı";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(84, 21);
            this.arsLabel2.TabIndex     = 2;
            this.arsLabel2.Text         = "Yer Tanımı";
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.YER_KODU;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Yer Kodu";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(84, 21);
            this.arsLabel1.TabIndex     = 0;
            this.arsLabel1.Text         = "Yer Kodu";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.grdRezervasyonYer);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 184);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(439, 285);
            this.panel1.TabIndex = 1;
            //
            // grdRezervasyonYer
            //
            this.grdRezervasyonYer.AllowUserToAddRows       = false;
            this.grdRezervasyonYer.AllowUserToDeleteRows    = false;
            this.grdRezervasyonYer.AllowUserToResizeColumns = false;
            this.grdRezervasyonYer.AllowUserToResizeRows    = false;
            this.grdRezervasyonYer.ArName = "";
            this.grdRezervasyonYer.ArTag  = -1;
            this.grdRezervasyonYer.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.grdRezervasyonYer.BackgroundColor     = System.Drawing.Color.White;
            this.grdRezervasyonYer.BorderStyle         = System.Windows.Forms.BorderStyle.Fixed3D;
            this.grdRezervasyonYer.CellBorderStyle     = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
            dataGridViewCellStyle1.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor           = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font                          = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            dataGridViewCellStyle1.ForeColor                     = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.SelectionBackColor            = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.SelectionForeColor            = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.WrapMode                      = System.Windows.Forms.DataGridViewTriState.True;
            this.grdRezervasyonYer.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdRezervasyonYer.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdRezervasyonYer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdYER_KODU,
                this.grdYER_TANIMI,
                this.grdACIKLAMA
            });
            dataGridViewCellStyle2.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor                 = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font                      = new System.Drawing.Font("Arial", 11F);
            dataGridViewCellStyle2.ForeColor                 = System.Drawing.Color.Gray;
            dataGridViewCellStyle2.SelectionBackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle2.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode                  = System.Windows.Forms.DataGridViewTriState.False;
            this.grdRezervasyonYer.DefaultCellStyle          = dataGridViewCellStyle2;
            this.grdRezervasyonYer.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.grdRezervasyonYer.EnableHeadersVisualStyles = false;
            this.grdRezervasyonYer.FocusPanel                = this.pnlRezervasyonYer;
            this.grdRezervasyonYer.GridColor                 = System.Drawing.SystemColors.ActiveBorder;
            this.grdRezervasyonYer.KeyValue                  = "YER_KODU";
            this.grdRezervasyonYer.Location                  = new System.Drawing.Point(0, 0);
            this.grdRezervasyonYer.MultiSelect               = false;
            this.grdRezervasyonYer.Name                      = "grdRezervasyonYer";
            this.grdRezervasyonYer.PanelSQL                  = "";
            this.grdRezervasyonYer.ReadOnly                  = true;
            this.grdRezervasyonYer.RowHeadersBorderStyle     = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            this.grdRezervasyonYer.RowHeadersVisible         = false;
            this.grdRezervasyonYer.RowTemplate.Height        = 25;
            this.grdRezervasyonYer.RowTemplate.Resizable     = System.Windows.Forms.DataGridViewTriState.False;
            this.grdRezervasyonYer.SelectionMode             = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdRezervasyonYer.Size                      = new System.Drawing.Size(439, 285);
            this.grdRezervasyonYer.SpecialDesign             = true;
            this.grdRezervasyonYer.SQLText                   = "SELECT YER_KODU, YER_TANIMI, ACIKLAMA FROM [TBLREZERVASYONYER]";
            this.grdRezervasyonYer.TabIndex                  = 2;
            //
            // grdYER_KODU
            //
            this.grdYER_KODU.DataPropertyName = "YER_KODU";
            this.grdYER_KODU.HeaderText       = "Yer Kodu";
            this.grdYER_KODU.Name             = "grdYER_KODU";
            this.grdYER_KODU.ReadOnly         = true;
            //
            // grdYER_TANIMI
            //
            this.grdYER_TANIMI.DataPropertyName = "YER_TANIMI";
            this.grdYER_TANIMI.HeaderText       = "Yer Tanımı";
            this.grdYER_TANIMI.Name             = "grdYER_TANIMI";
            this.grdYER_TANIMI.ReadOnly         = true;
            //
            // grdACIKLAMA
            //
            this.grdACIKLAMA.DataPropertyName = "ACIKLAMA";
            this.grdACIKLAMA.HeaderText       = "Açıklama";
            this.grdACIKLAMA.Name             = "grdACIKLAMA";
            this.grdACIKLAMA.ReadOnly         = true;
            this.grdACIKLAMA.Visible          = false;
            //
            // RezervasyonYer
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BtnClear            = this.BtnTemizle;
            this.BtnDel     = this.BtnSil;
            this.BtnSave    = this.BtnKaydet;
            this.CanPaint   = true;
            this.ClientSize = new System.Drawing.Size(439, 469);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.pnlRezervasyonYer);
            this.MaximizeBox = false;
            this.MenuAdi     = "Rezervasyon Yer Tanım";
            this.MenuKodu    = "Yg1hyyçü5pp(egt(acplş";
            this.MinimizeBox = false;
            this.Name        = "RezervasyonYer";
            this.Text        = "";
            this.Load       += new System.EventHandler(this.RezervasyonYer_Load);
            this.pnlRezervasyonYer.ResumeLayout(false);
            this.pnlRezervasyonYer.PerformLayout();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grdRezervasyonYer)).EndInit();
            this.ResumeLayout(false);
        }
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Siparisler));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            this.panel1          = new System.Windows.Forms.Panel();
            this.arsPanel1       = new ArsLib.Controls.ArsPanel();
            this.btnFiltrele     = new DevExpress.XtraEditors.SimpleButton();
            this.BIT_TAR         = new ArsLib.Controls.ArsDateTime();
            this.arsLabel3       = new ArsLib.Controls.ArsLabel();
            this.BAS_TAR         = new ArsLib.Controls.ArsDateTime();
            this.arsLabel2       = new ArsLib.Controls.ArsLabel();
            this.arsButton1      = new ArsLib.Controls.ArsButton();
            this.FIRMA_ADI       = new ArsLib.Controls.ArsEdit();
            this.arsLabel1       = new ArsLib.Controls.ArsLabel();
            this.panel2          = new System.Windows.Forms.Panel();
            this.grdSipDetay     = new ArsLib.Controls.ArsGrid();
            this.grdSTOK_KODU    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdSTOK_ADI     = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdMIKTAR       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdDetayTUTAR   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBIRIM_FIYAT  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdSipListe     = new ArsLib.Controls.ArsGrid();
            this.grdREC_ID       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBELGE_NO     = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdFIRMA_ADI    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdTarih        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdTUTAR        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdODEME_TURU   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdDURUM        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdSipDurum     = new System.Windows.Forms.DataGridViewButtonColumn();
            this.cmsSiparisDurum = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.miSiparisAlindi = new System.Windows.Forms.ToolStripMenuItem();
            this.miKargoda       = new System.Windows.Forms.ToolStripMenuItem();
            this.miTeslimEdildi  = new System.Windows.Forms.ToolStripMenuItem();
            this.panel1.SuspendLayout();
            this.arsPanel1.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdSipDetay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdSipListe)).BeginInit();
            this.cmsSiparisDurum.SuspendLayout();
            this.SuspendLayout();
            //
            // panel1
            //
            this.panel1.Controls.Add(this.arsPanel1);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(800, 124);
            this.panel1.TabIndex = 0;
            //
            // arsPanel1
            //
            this.arsPanel1.ArName         = "";
            this.arsPanel1.ArsOrientation = EnmPanelOrientation.Vertical;
            this.arsPanel1.ArTag          = -1;
            this.arsPanel1.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.arsPanel1.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.arsPanel1.CanPaint       = true;
            this.arsPanel1.Controls.Add(this.btnFiltrele);
            this.arsPanel1.Controls.Add(this.BIT_TAR);
            this.arsPanel1.Controls.Add(this.arsLabel3);
            this.arsPanel1.Controls.Add(this.BAS_TAR);
            this.arsPanel1.Controls.Add(this.arsLabel2);
            this.arsPanel1.Controls.Add(this.arsButton1);
            this.arsPanel1.Controls.Add(this.FIRMA_ADI);
            this.arsPanel1.Controls.Add(this.arsLabel1);
            this.arsPanel1.Dock         = System.Windows.Forms.DockStyle.Fill;
            this.arsPanel1.DrawLastEdit = true;
            this.arsPanel1.Location     = new System.Drawing.Point(0, 0);
            this.arsPanel1.Name         = "arsPanel1";
            this.arsPanel1.Size         = new System.Drawing.Size(800, 124);
            this.arsPanel1.TabIndex     = 0;
            //
            // btnFiltrele
            //
            this.btnFiltrele.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnFiltrele.ImageOptions.Image")));
            this.btnFiltrele.Location           = new System.Drawing.Point(90, 86);
            this.btnFiltrele.Name     = "btnFiltrele";
            this.btnFiltrele.Size     = new System.Drawing.Size(140, 30);
            this.btnFiltrele.TabIndex = 102;
            this.btnFiltrele.Text     = "Filtrele";
            this.btnFiltrele.Click   += new System.EventHandler(this.btnFiltrele_Click);
            //
            // BIT_TAR
            //
            this.BIT_TAR.ArEnable     = true;
            this.BIT_TAR.ArFocusView  = null;
            this.BIT_TAR.ArName       = "BIT_TAR";
            this.BIT_TAR.ArTag        = -1;
            this.BIT_TAR.ArVisible    = true;
            this.BIT_TAR.CanNull      = true;
            this.BIT_TAR.CustomFormat = "HH:mm";
            this.BIT_TAR.DateTimeType = EnmDateTimeType.Date;
            this.BIT_TAR.DefaultValue = "";
            this.BIT_TAR.Font         = new System.Drawing.Font("Arial", 9F);
            this.BIT_TAR.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.BIT_TAR.Location     = new System.Drawing.Point(90, 58);
            this.BIT_TAR.Name         = "BIT_TAR";
            this.BIT_TAR.Size         = new System.Drawing.Size(140, 21);
            this.BIT_TAR.TabIndex     = 2;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.BIT_TAR;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Bit. Tarihi";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(70, 21);
            this.arsLabel3.TabIndex     = 101;
            this.arsLabel3.Text         = "Bit. Tarihi";
            //
            // BAS_TAR
            //
            this.BAS_TAR.ArEnable     = true;
            this.BAS_TAR.ArFocusView  = null;
            this.BAS_TAR.ArName       = "BAS_TAR";
            this.BAS_TAR.ArTag        = -1;
            this.BAS_TAR.ArVisible    = true;
            this.BAS_TAR.CanNull      = true;
            this.BAS_TAR.CustomFormat = "MM";
            this.BAS_TAR.DateTimeType = EnmDateTimeType.Date;
            this.BAS_TAR.DefaultValue = "";
            this.BAS_TAR.Font         = new System.Drawing.Font("Arial", 9F);
            this.BAS_TAR.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.BAS_TAR.Location     = new System.Drawing.Point(90, 34);
            this.BAS_TAR.Name         = "BAS_TAR";
            this.BAS_TAR.Size         = new System.Drawing.Size(140, 21);
            this.BAS_TAR.TabIndex     = 1;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.BAS_TAR;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Baş. Tarihi";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(70, 21);
            this.arsLabel2.TabIndex     = 100;
            this.arsLabel2.Text         = "Baş. Tarihi";
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.FIRMA_ADI;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.IsDecimal                     = false;
            guideField1.Name               = "FIRMA_ADI";
            guideField1.Text               = "Firma Adı";
            guideField2.IsDecimal          = false;
            guideField2.Name               = "YETKILI_AD_SOYAD";
            guideField2.Text               = "Yetkili";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.arsButton1.IsArtezDB = false;
            this.arsButton1.Location  = new System.Drawing.Point(293, 10);
            this.arsButton1.Name      = "arsButton1";
            this.arsButton1.Size      = new System.Drawing.Size(21, 21);
            this.arsButton1.SQLText   = "SELECT FIRMA_ADI, YETKILI_AD_SOYAD FROM TBLKULLANICI WHERE /*WS*/DEMIR_FLOAT_1 = " +
                                        "1/*WE*/";
            this.arsButton1.TabIndex = 99;
            this.arsButton1.TabStop  = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // FIRMA_ADI
            //
            this.FIRMA_ADI.ArEnable           = true;
            this.FIRMA_ADI.ArFocusView        = null;
            this.FIRMA_ADI.ArName             = "FIRMA_ADI";
            this.FIRMA_ADI.ArTag              = -1;
            this.FIRMA_ADI.ArVisible          = true;
            this.FIRMA_ADI.CanNull            = true;
            this.FIRMA_ADI.DecimalCount       = 2;
            this.FIRMA_ADI.DefaultValue       = "";
            this.FIRMA_ADI.DotDigit           = true;
            this.FIRMA_ADI.EditType           = EnmEditType.String;
            this.FIRMA_ADI.ExitCheck          = false;
            this.FIRMA_ADI.ExitError          = false;
            this.FIRMA_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.FIRMA_ADI.FontSize           = EnmFontSize.Normal;
            this.FIRMA_ADI.GuideEdit          = null;
            this.FIRMA_ADI.GuideTitle         = "";
            this.FIRMA_ADI.Location           = new System.Drawing.Point(90, 10);
            this.FIRMA_ADI.Name               = "FIRMA_ADI";
            this.FIRMA_ADI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.FIRMA_ADI.PrivateName        = "";
            this.FIRMA_ADI.PrivateValue       = "";
            this.FIRMA_ADI.Size               = new System.Drawing.Size(200, 21);
            this.FIRMA_ADI.TabIndex           = 0;
            this.FIRMA_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.FIRMA_ADI;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Firma";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(70, 21);
            this.arsLabel1.TabIndex     = 1;
            this.arsLabel1.Text         = "Firma";
            //
            // panel2
            //
            this.panel2.Controls.Add(this.grdSipDetay);
            this.panel2.Controls.Add(this.grdSipListe);
            this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 124);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(800, 326);
            this.panel2.TabIndex = 1;
            //
            // grdSipDetay
            //
            this.grdSipDetay.AllowUserToAddRows = false;
            this.grdSipDetay.ArName             = "";
            this.grdSipDetay.ArTag                         = -1;
            this.grdSipDetay.BackgroundColor               = System.Drawing.Color.White;
            this.grdSipDetay.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment               = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor               = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font                    = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor               = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor      = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor      = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode                = System.Windows.Forms.DataGridViewTriState.True;
            this.grdSipDetay.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdSipDetay.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdSipDetay.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdSTOK_KODU,
                this.grdSTOK_ADI,
                this.grdMIKTAR,
                this.grdDetayTUTAR,
                this.grdBIRIM_FIYAT
            });
            dataGridViewCellStyle5.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle5.BackColor          = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle5.Font               = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle5.ForeColor          = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle5.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
            this.grdSipDetay.DefaultCellStyle         = dataGridViewCellStyle5;
            this.grdSipDetay.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdSipDetay.EnableHeadersVisualStyles = false;
            this.grdSipDetay.FocusPanel            = null;
            this.grdSipDetay.IsArtezDB             = false;
            this.grdSipDetay.KeyValue              = "";
            this.grdSipDetay.Location              = new System.Drawing.Point(0, 175);
            this.grdSipDetay.MultiSelect           = false;
            this.grdSipDetay.Name                  = "grdSipDetay";
            this.grdSipDetay.OtoHeader             = false;
            this.grdSipDetay.OtoSize               = true;
            this.grdSipDetay.PanelSQL              = "";
            this.grdSipDetay.ReadOnly              = true;
            this.grdSipDetay.RowHeadersVisible     = false;
            this.grdSipDetay.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.grdSipDetay.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdSipDetay.Size                  = new System.Drawing.Size(800, 151);
            this.grdSipDetay.SpecialDesign         = false;
            this.grdSipDetay.SQLText               = "";
            this.grdSipDetay.TabIndex              = 1;
            //
            // grdSTOK_KODU
            //
            this.grdSTOK_KODU.DataPropertyName = "STOK_KODU";
            this.grdSTOK_KODU.DividerWidth     = 1;
            this.grdSTOK_KODU.HeaderText       = "Stok Kodu";
            this.grdSTOK_KODU.Name             = "grdSTOK_KODU";
            this.grdSTOK_KODU.ReadOnly         = true;
            //
            // grdSTOK_ADI
            //
            this.grdSTOK_ADI.DataPropertyName = "STOK_ADI";
            this.grdSTOK_ADI.DividerWidth     = 1;
            this.grdSTOK_ADI.HeaderText       = "Stok Adı";
            this.grdSTOK_ADI.Name             = "grdSTOK_ADI";
            this.grdSTOK_ADI.ReadOnly         = true;
            //
            // grdMIKTAR
            //
            this.grdMIKTAR.DataPropertyName  = "MIKTAR";
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle2.Format    = "N0";
            dataGridViewCellStyle2.NullValue = "0";
            this.grdMIKTAR.DefaultCellStyle  = dataGridViewCellStyle2;
            this.grdMIKTAR.DividerWidth      = 1;
            this.grdMIKTAR.HeaderText        = "Miktar";
            this.grdMIKTAR.Name     = "grdMIKTAR";
            this.grdMIKTAR.ReadOnly = true;
            //
            // grdDetayTUTAR
            //
            this.grdDetayTUTAR.DataPropertyName = "TUTAR";
            dataGridViewCellStyle3.Alignment    = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle3.Format       = "N2";
            dataGridViewCellStyle3.NullValue    = "0";
            this.grdDetayTUTAR.DefaultCellStyle = dataGridViewCellStyle3;
            this.grdDetayTUTAR.DividerWidth     = 1;
            this.grdDetayTUTAR.HeaderText       = "Tutar";
            this.grdDetayTUTAR.Name             = "grdDetayTUTAR";
            this.grdDetayTUTAR.ReadOnly         = true;
            //
            // grdBIRIM_FIYAT
            //
            this.grdBIRIM_FIYAT.DataPropertyName = "BIRIM_FIYAT";
            dataGridViewCellStyle4.Alignment     = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle4.Format        = "N2";
            dataGridViewCellStyle4.NullValue     = "0";
            this.grdBIRIM_FIYAT.DefaultCellStyle = dataGridViewCellStyle4;
            this.grdBIRIM_FIYAT.DividerWidth     = 1;
            this.grdBIRIM_FIYAT.HeaderText       = "Birim Fiyat";
            this.grdBIRIM_FIYAT.Name             = "grdBIRIM_FIYAT";
            this.grdBIRIM_FIYAT.ReadOnly         = true;
            //
            // grdSipListe
            //
            this.grdSipListe.AllowUserToAddRows = false;
            this.grdSipListe.ArName             = "";
            this.grdSipListe.ArTag                         = -1;
            this.grdSipListe.BackgroundColor               = System.Drawing.Color.White;
            this.grdSipListe.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle6.Alignment               = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle6.BackColor               = System.Drawing.Color.Gray;
            dataGridViewCellStyle6.Font                    = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle6.ForeColor               = System.Drawing.Color.White;
            dataGridViewCellStyle6.SelectionBackColor      = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle6.SelectionForeColor      = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle6.WrapMode                = System.Windows.Forms.DataGridViewTriState.True;
            this.grdSipListe.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
            this.grdSipListe.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdSipListe.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdREC_ID,
                this.grdBELGE_NO,
                this.grdFIRMA_ADI,
                this.grdTarih,
                this.grdTUTAR,
                this.grdODEME_TURU,
                this.grdDURUM,
                this.grdSipDurum
            });
            dataGridViewCellStyle8.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle8.BackColor          = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle8.Font               = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle8.ForeColor          = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle8.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
            this.grdSipListe.DefaultCellStyle         = dataGridViewCellStyle8;
            this.grdSipListe.Dock = System.Windows.Forms.DockStyle.Top;
            this.grdSipListe.EnableHeadersVisualStyles = false;
            this.grdSipListe.FocusPanel            = null;
            this.grdSipListe.IsArtezDB             = false;
            this.grdSipListe.KeyValue              = "";
            this.grdSipListe.Location              = new System.Drawing.Point(0, 0);
            this.grdSipListe.MultiSelect           = false;
            this.grdSipListe.Name                  = "grdSipListe";
            this.grdSipListe.OtoHeader             = false;
            this.grdSipListe.OtoSize               = true;
            this.grdSipListe.PanelSQL              = "";
            this.grdSipListe.ReadOnly              = true;
            this.grdSipListe.RowHeadersVisible     = false;
            this.grdSipListe.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.grdSipListe.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdSipListe.Size                  = new System.Drawing.Size(800, 175);
            this.grdSipListe.SpecialDesign         = false;
            this.grdSipListe.SQLText               = "";
            this.grdSipListe.TabIndex              = 0;
            this.grdSipListe.ArsDoubleClick       += new ArsLib.Controls.ArsGrid.ArsAfterDoubleClickEventHandler(this.grdSipListe_ArsDoubleClick);
            this.grdSipListe.CellClick            += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdSipListe_CellClick);
            this.grdSipListe.DataBindingComplete  += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.grdSipListe_DataBindingComplete);
            this.grdSipListe.Click                += new System.EventHandler(this.grdSipListe_Click);
            //
            // grdREC_ID
            //
            this.grdREC_ID.DataPropertyName = "REC_ID";
            this.grdREC_ID.DividerWidth     = 1;
            this.grdREC_ID.HeaderText       = "Kayıt No";
            this.grdREC_ID.Name             = "grdREC_ID";
            this.grdREC_ID.ReadOnly         = true;
            this.grdREC_ID.Visible          = false;
            //
            // grdBELGE_NO
            //
            this.grdBELGE_NO.DataPropertyName = "BELGE_NO";
            this.grdBELGE_NO.DividerWidth     = 1;
            this.grdBELGE_NO.HeaderText       = "Belge No";
            this.grdBELGE_NO.Name             = "grdBELGE_NO";
            this.grdBELGE_NO.ReadOnly         = true;
            //
            // grdFIRMA_ADI
            //
            this.grdFIRMA_ADI.DataPropertyName = "FIRMA_ADI";
            this.grdFIRMA_ADI.DividerWidth     = 1;
            this.grdFIRMA_ADI.HeaderText       = "Firma Adı";
            this.grdFIRMA_ADI.Name             = "grdFIRMA_ADI";
            this.grdFIRMA_ADI.ReadOnly         = true;
            //
            // grdTarih
            //
            this.grdTarih.DataPropertyName = "Tarih";
            this.grdTarih.DividerWidth     = 1;
            this.grdTarih.HeaderText       = "Tarih";
            this.grdTarih.Name             = "grdTarih";
            this.grdTarih.ReadOnly         = true;
            //
            // grdTUTAR
            //
            this.grdTUTAR.DataPropertyName   = "TUTAR";
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle7.Format    = "N2";
            dataGridViewCellStyle7.NullValue = "0";
            this.grdTUTAR.DefaultCellStyle   = dataGridViewCellStyle7;
            this.grdTUTAR.DividerWidth       = 1;
            this.grdTUTAR.HeaderText         = "Tutar";
            this.grdTUTAR.Name     = "grdTUTAR";
            this.grdTUTAR.ReadOnly = true;
            //
            // grdODEME_TURU
            //
            this.grdODEME_TURU.DataPropertyName = "ODEME_TURU";
            this.grdODEME_TURU.DividerWidth     = 1;
            this.grdODEME_TURU.HeaderText       = "Ödeme Türü";
            this.grdODEME_TURU.Name             = "grdODEME_TURU";
            this.grdODEME_TURU.ReadOnly         = true;
            //
            // grdDURUM
            //
            this.grdDURUM.DataPropertyName = "DURUM";
            this.grdDURUM.DividerWidth     = 1;
            this.grdDURUM.HeaderText       = "Durum";
            this.grdDURUM.Name             = "grdDURUM";
            this.grdDURUM.ReadOnly         = true;
            this.grdDURUM.Width            = 120;
            //
            // grdSipDurum
            //
            this.grdSipDurum.ContextMenuStrip = this.cmsSiparisDurum;
            this.grdSipDurum.DataPropertyName = "SIP_DURUM";
            this.grdSipDurum.DividerWidth     = 1;
            this.grdSipDurum.HeaderText       = "";
            this.grdSipDurum.Name             = "grdSipDurum";
            this.grdSipDurum.ReadOnly         = true;
            this.grdSipDurum.Width            = 120;
            //
            // cmsSiparisDurum
            //
            this.cmsSiparisDurum.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.miSiparisAlindi,
                this.miKargoda,
                this.miTeslimEdildi
            });
            this.cmsSiparisDurum.Name = "contextMenuStrip1";
            this.cmsSiparisDurum.Size = new System.Drawing.Size(143, 70);
            //
            // miSiparisAlindi
            //
            this.miSiparisAlindi.Name   = "miSiparisAlindi";
            this.miSiparisAlindi.Size   = new System.Drawing.Size(142, 22);
            this.miSiparisAlindi.Text   = "Sipariş Alındı";
            this.miSiparisAlindi.Click += new System.EventHandler(this.miSiparisAlindi_Click);
            //
            // miKargoda
            //
            this.miKargoda.Name   = "miKargoda";
            this.miKargoda.Size   = new System.Drawing.Size(142, 22);
            this.miKargoda.Text   = "Kargoda";
            this.miKargoda.Click += new System.EventHandler(this.miKargoda_Click);
            //
            // miTeslimEdildi
            //
            this.miTeslimEdildi.Name   = "miTeslimEdildi";
            this.miTeslimEdildi.Size   = new System.Drawing.Size(142, 22);
            this.miTeslimEdildi.Text   = "Teslim Edildi";
            this.miTeslimEdildi.Click += new System.EventHandler(this.miTeslimEdildi_Click);
            //
            // Siparisler
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.CanPaint            = true;
            this.ClientSize          = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.MenuTitle = "Aktif Siparişler";
            this.Name      = "Siparisler";
            this.Text      = "Aktif Siparişler";
            this.Load     += new System.EventHandler(this.AktifSiparisler_Load);
            this.Controls.SetChildIndex(this.panel1, 0);
            this.Controls.SetChildIndex(this.panel2, 0);
            this.panel1.ResumeLayout(false);
            this.arsPanel1.ResumeLayout(false);
            this.arsPanel1.PerformLayout();
            this.panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grdSipDetay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdSipListe)).EndInit();
            this.cmsSiparisDurum.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #9
0
        /// <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();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GarsonTanim));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            this.grdGarson            = new ArsLib.Controls.ArsGrid();
            this.grdGARSON_KODU       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdGARSON_ADI        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PnlGarson            = new ArsLib.Controls.ArsPanel();
            this.BtnTemizle           = new DevExpress.XtraEditors.SimpleButton();
            this.BtnSil               = new DevExpress.XtraEditors.SimpleButton();
            this.BtnKaydet            = new DevExpress.XtraEditors.SimpleButton();
            this.SIFRE                = new ArsLib.Controls.ArsEdit();
            this.arsLabel4            = new ArsLib.Controls.ArsLabel();
            this.btnGARSON_KODURehber = new ArsLib.Controls.ArsButton();
            this.GARSON_KODU          = new ArsLib.Controls.ArsEdit();
            this.GARSON_ADI           = new ArsLib.Controls.ArsEdit();
            this.arsLabel2            = new ArsLib.Controls.ArsLabel();
            this.arsLabel1            = new ArsLib.Controls.ArsLabel();
            ((System.ComponentModel.ISupportInitialize)(this.grdGarson)).BeginInit();
            this.PnlGarson.SuspendLayout();
            this.SuspendLayout();
            //
            // grdGarson
            //
            this.grdGarson.AllowUserToAddRows = false;
            this.grdGarson.ArName             = "";
            this.grdGarson.ArTag                         = -1;
            this.grdGarson.BackgroundColor               = System.Drawing.Color.White;
            this.grdGarson.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment             = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor             = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font                  = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor             = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor    = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor    = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode              = System.Windows.Forms.DataGridViewTriState.True;
            this.grdGarson.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdGarson.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdGarson.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdGARSON_KODU,
                this.grdGARSON_ADI
            });
            dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font               = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
            this.grdGarson.DefaultCellStyle           = dataGridViewCellStyle2;
            this.grdGarson.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdGarson.EnableHeadersVisualStyles = false;
            this.grdGarson.FocusPanel            = this.PnlGarson;
            this.grdGarson.IsArtezDB             = false;
            this.grdGarson.KeyValue              = "GARSON_KODU";
            this.grdGarson.Location              = new System.Drawing.Point(446, 32);
            this.grdGarson.MultiSelect           = false;
            this.grdGarson.Name                  = "grdGarson";
            this.grdGarson.PanelSQL              = "";
            this.grdGarson.ReadOnly              = true;
            this.grdGarson.RowHeadersVisible     = false;
            this.grdGarson.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.grdGarson.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdGarson.Size                  = new System.Drawing.Size(305, 365);
            this.grdGarson.SpecialDesign         = false;
            this.grdGarson.SQLText               = "SELECT GARSON_KODU, GARSON_ADI FROM [TBLBLUEGARSON]";
            this.grdGarson.TabIndex              = 5;
            //
            // grdGARSON_KODU
            //
            this.grdGARSON_KODU.DataPropertyName = "GARSON_KODU";
            this.grdGARSON_KODU.DividerWidth     = 1;
            this.grdGARSON_KODU.HeaderText       = "Garson Kodu";
            this.grdGARSON_KODU.Name             = "grdGARSON_KODU";
            this.grdGARSON_KODU.ReadOnly         = true;
            //
            // grdGARSON_ADI
            //
            this.grdGARSON_ADI.DataPropertyName = "GARSON_ADI";
            this.grdGARSON_ADI.DividerWidth     = 1;
            this.grdGARSON_ADI.HeaderText       = "Garson Adı";
            this.grdGARSON_ADI.Name             = "grdGARSON_ADI";
            this.grdGARSON_ADI.ReadOnly         = true;
            //
            // PnlGarson
            //
            this.PnlGarson.ArName         = "";
            this.PnlGarson.ArsOrientation = EnmPanelOrientation.Vertical;
            this.PnlGarson.ArTag          = -1;
            this.PnlGarson.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.PnlGarson.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.PnlGarson.CanPaint       = true;
            this.PnlGarson.Controls.Add(this.BtnTemizle);
            this.PnlGarson.Controls.Add(this.BtnSil);
            this.PnlGarson.Controls.Add(this.BtnKaydet);
            this.PnlGarson.Controls.Add(this.SIFRE);
            this.PnlGarson.Controls.Add(this.arsLabel4);
            this.PnlGarson.Controls.Add(this.btnGARSON_KODURehber);
            this.PnlGarson.Controls.Add(this.GARSON_ADI);
            this.PnlGarson.Controls.Add(this.arsLabel2);
            this.PnlGarson.Controls.Add(this.GARSON_KODU);
            this.PnlGarson.Controls.Add(this.arsLabel1);
            this.PnlGarson.Dock         = System.Windows.Forms.DockStyle.Left;
            this.PnlGarson.DrawLastEdit = true;
            this.PnlGarson.Location     = new System.Drawing.Point(0, 32);
            this.PnlGarson.Name         = "PnlGarson";
            this.PnlGarson.Size         = new System.Drawing.Size(446, 365);
            this.PnlGarson.TabIndex     = 4;
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(317, 100);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 155;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // BtnSil
            //
            this.BtnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnSil.Appearance.Options.UseFont = true;
            this.BtnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnSil.ImageOptions.Image")));
            this.BtnSil.Location = new System.Drawing.Point(220, 100);
            this.BtnSil.Name     = "BtnSil";
            this.BtnSil.Size     = new System.Drawing.Size(91, 39);
            this.BtnSil.TabIndex = 156;
            this.BtnSil.Text     = "Sil";
            this.BtnSil.Click   += new System.EventHandler(this.BtnSil_Click);
            //
            // BtnKaydet
            //
            this.BtnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnKaydet.Appearance.Options.UseFont = true;
            this.BtnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnKaydet.ImageOptions.Image")));
            this.BtnKaydet.Location = new System.Drawing.Point(123, 100);
            this.BtnKaydet.Name     = "BtnKaydet";
            this.BtnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.BtnKaydet.TabIndex = 157;
            this.BtnKaydet.Text     = "Kaydet";
            this.BtnKaydet.Click   += new System.EventHandler(this.BtnKaydet_Click);
            //
            // SIFRE
            //
            this.SIFRE.ArEnable           = true;
            this.SIFRE.ArFocusView        = null;
            this.SIFRE.ArName             = "SIFRE";
            this.SIFRE.ArTag              = -1;
            this.SIFRE.ArVisible          = true;
            this.SIFRE.CanNull            = false;
            this.SIFRE.DecimalCount       = 2;
            this.SIFRE.DefaultValue       = "";
            this.SIFRE.DotDigit           = false;
            this.SIFRE.EditType           = EnmEditType.Numeric;
            this.SIFRE.ExitCheck          = false;
            this.SIFRE.ExitError          = false;
            this.SIFRE.Font               = new System.Drawing.Font("Arial", 12F);
            this.SIFRE.FontSize           = EnmFontSize.Medium;
            this.SIFRE.GuideEdit          = null;
            this.SIFRE.GuideTitle         = "";
            this.SIFRE.Location           = new System.Drawing.Point(123, 68);
            this.SIFRE.MaxLength          = 4;
            this.SIFRE.Name               = "SIFRE";
            this.SIFRE.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Left;
            this.SIFRE.PasswordChar       = '*';
            this.SIFRE.PrivateName        = "";
            this.SIFRE.PrivateValue       = "";
            this.SIFRE.Size               = new System.Drawing.Size(285, 26);
            this.SIFRE.TabIndex           = 2;
            this.SIFRE.UseVirtualKeyboard = false;
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.SIFRE;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 2;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 12F);
            this.arsLabel4.FontSize     = EnmFontSize.Medium;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Şifre";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 68);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(103, 26);
            this.arsLabel4.TabIndex     = 100;
            this.arsLabel4.Text         = "Şifre";
            //
            // btnGARSON_KODURehber
            //
            this.btnGARSON_KODURehber.ArControlView             = this.GARSON_KODU;
            this.btnGARSON_KODURehber.ArName                    = "";
            this.btnGARSON_KODURehber.ArTag                     = -1;
            this.btnGARSON_KODURehber.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnGARSON_KODURehber.BackgroundImage")));
            this.btnGARSON_KODURehber.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.btnGARSON_KODURehber.BigGuide                  = false;
            this.btnGARSON_KODURehber.ButtonType                = EnmButtonType.Guide;
            this.btnGARSON_KODURehber.FlatAppearance.BorderSize = 0;
            this.btnGARSON_KODURehber.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "GARSON_KODU";
            guideField1.Text = "Garson Kodu";
            guideField2.Name = "GARSON_ADI";
            guideField2.Text = "Garson Adı";
            this.btnGARSON_KODURehber.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.btnGARSON_KODURehber.IsArtezDB = false;
            this.btnGARSON_KODURehber.Location  = new System.Drawing.Point(379, 10);
            this.btnGARSON_KODURehber.Name      = "btnGARSON_KODURehber";
            this.btnGARSON_KODURehber.Size      = new System.Drawing.Size(26, 26);
            this.btnGARSON_KODURehber.SQLText   = "SELECT GARSON_KODU, GARSON_ADI FROM [TBLBLUEGARSON]";
            this.btnGARSON_KODURehber.TabIndex  = 99;
            this.btnGARSON_KODURehber.TabStop   = false;
            this.btnGARSON_KODURehber.UseVisualStyleBackColor = true;
            //
            // GARSON_KODU
            //
            this.GARSON_KODU.ArEnable           = true;
            this.GARSON_KODU.ArFocusView        = null;
            this.GARSON_KODU.ArName             = "GARSON_KODU";
            this.GARSON_KODU.ArTag              = 0;
            this.GARSON_KODU.ArVisible          = true;
            this.GARSON_KODU.CanNull            = false;
            this.GARSON_KODU.DecimalCount       = 2;
            this.GARSON_KODU.DefaultValue       = "";
            this.GARSON_KODU.DotDigit           = true;
            this.GARSON_KODU.EditType           = EnmEditType.String;
            this.GARSON_KODU.ExitCheck          = false;
            this.GARSON_KODU.ExitError          = false;
            this.GARSON_KODU.Font               = new System.Drawing.Font("Arial", 12F);
            this.GARSON_KODU.FontSize           = EnmFontSize.Medium;
            this.GARSON_KODU.GuideEdit          = null;
            this.GARSON_KODU.GuideTitle         = "";
            this.GARSON_KODU.Location           = new System.Drawing.Point(123, 10);
            this.GARSON_KODU.Name               = "GARSON_KODU";
            this.GARSON_KODU.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.GARSON_KODU.PrivateName        = "";
            this.GARSON_KODU.PrivateValue       = "";
            this.GARSON_KODU.Size               = new System.Drawing.Size(253, 26);
            this.GARSON_KODU.TabIndex           = 0;
            this.GARSON_KODU.UseVirtualKeyboard = false;
            this.GARSON_KODU.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.GARSON_KODU_ArsExit);
            this.GARSON_KODU.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.GARSON_KODU_KeyDown);
            //
            // GARSON_ADI
            //
            this.GARSON_ADI.ArEnable           = true;
            this.GARSON_ADI.ArFocusView        = null;
            this.GARSON_ADI.ArName             = "GARSON_ADI";
            this.GARSON_ADI.ArTag              = 0;
            this.GARSON_ADI.ArVisible          = true;
            this.GARSON_ADI.CanNull            = false;
            this.GARSON_ADI.DecimalCount       = 2;
            this.GARSON_ADI.DefaultValue       = "";
            this.GARSON_ADI.DotDigit           = true;
            this.GARSON_ADI.EditType           = EnmEditType.String;
            this.GARSON_ADI.ExitCheck          = false;
            this.GARSON_ADI.ExitError          = false;
            this.GARSON_ADI.Font               = new System.Drawing.Font("Arial", 12F);
            this.GARSON_ADI.FontSize           = EnmFontSize.Medium;
            this.GARSON_ADI.GuideEdit          = null;
            this.GARSON_ADI.GuideTitle         = "";
            this.GARSON_ADI.Location           = new System.Drawing.Point(123, 39);
            this.GARSON_ADI.Name               = "GARSON_ADI";
            this.GARSON_ADI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.GARSON_ADI.PrivateName        = "";
            this.GARSON_ADI.PrivateValue       = "";
            this.GARSON_ADI.Size               = new System.Drawing.Size(285, 26);
            this.GARSON_ADI.TabIndex           = 1;
            this.GARSON_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.GARSON_ADI;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 12F);
            this.arsLabel2.FontSize     = EnmFontSize.Medium;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Garson Adı";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 39);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(103, 26);
            this.arsLabel2.TabIndex     = 2;
            this.arsLabel2.Text         = "Garson Adı";
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.GARSON_KODU;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 12F);
            this.arsLabel1.FontSize     = EnmFontSize.Medium;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Garson Kodu";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(103, 26);
            this.arsLabel1.TabIndex     = 1;
            this.arsLabel1.Text         = "Garson Kodu";
            //
            // GarsonTanim
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BtnClear            = this.BtnTemizle;
            this.BtnDel     = this.BtnSil;
            this.BtnSave    = this.BtnKaydet;
            this.CanPaint   = true;
            this.ClientSize = new System.Drawing.Size(751, 397);
            this.Controls.Add(this.grdGarson);
            this.Controls.Add(this.PnlGarson);
            this.MenuAdi   = "Blue Garson Tanım";
            this.MenuKodu  = "Hnxh\'Hçuzpp(acplş";
            this.MenuTitle = "Garson Tanımları";
            this.Name      = "GarsonTanim";
            this.Text      = "Garson Tanımları";
            this.Load     += new System.EventHandler(this.GarsonTanim_Load);
            this.Controls.SetChildIndex(this.PnlGarson, 0);
            this.Controls.SetChildIndex(this.grdGarson, 0);
            ((System.ComponentModel.ISupportInitialize)(this.grdGarson)).EndInit();
            this.PnlGarson.ResumeLayout(false);
            this.PnlGarson.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #10
0
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SiteTanimlama));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            this.pnlSiteTanimlama = new ArsLib.Controls.ArsPanel();
            this.btnTemizle       = new DevExpress.XtraEditors.SimpleButton();
            this.btnSil           = new DevExpress.XtraEditors.SimpleButton();
            this.btnKaydet        = new DevExpress.XtraEditors.SimpleButton();
            this.ACIKLAMA         = new ArsLib.Controls.ArsEdit();
            this.arsLabel1        = new ArsLib.Controls.ArsLabel();
            this.SITE_ADI         = new ArsLib.Controls.ArsEdit();
            this.arsLabel3        = new ArsLib.Controls.ArsLabel();
            this.arsButton1       = new ArsLib.Controls.ArsButton();
            this.pnlSiteTanimlama.SuspendLayout();
            this.SuspendLayout();
            //
            // pnlSiteTanimlama
            //
            this.pnlSiteTanimlama.ArName         = "";
            this.pnlSiteTanimlama.ArsOrientation = EnmPanelOrientation.Vertical;
            this.pnlSiteTanimlama.ArTag          = -1;
            this.pnlSiteTanimlama.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlSiteTanimlama.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlSiteTanimlama.CanPaint       = true;
            this.pnlSiteTanimlama.Controls.Add(this.arsButton1);
            this.pnlSiteTanimlama.Controls.Add(this.btnTemizle);
            this.pnlSiteTanimlama.Controls.Add(this.btnSil);
            this.pnlSiteTanimlama.Controls.Add(this.btnKaydet);
            this.pnlSiteTanimlama.Controls.Add(this.ACIKLAMA);
            this.pnlSiteTanimlama.Controls.Add(this.arsLabel1);
            this.pnlSiteTanimlama.Controls.Add(this.SITE_ADI);
            this.pnlSiteTanimlama.Controls.Add(this.arsLabel3);
            this.pnlSiteTanimlama.Dock         = System.Windows.Forms.DockStyle.Fill;
            this.pnlSiteTanimlama.DrawLastEdit = true;
            this.pnlSiteTanimlama.Location     = new System.Drawing.Point(0, 32);
            this.pnlSiteTanimlama.Name         = "pnlSiteTanimlama";
            this.pnlSiteTanimlama.Size         = new System.Drawing.Size(800, 418);
            this.pnlSiteTanimlama.TabIndex     = 3;
            //
            // btnTemizle
            //
            this.btnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.btnTemizle.Appearance.Options.UseFont = true;
            this.btnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("btnTemizle.ImageOptions.Image")));
            this.btnTemizle.Location = new System.Drawing.Point(337, 89);
            this.btnTemizle.Name     = "btnTemizle";
            this.btnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.btnTemizle.TabIndex = 135;
            this.btnTemizle.Text     = "Temizle";
            this.btnTemizle.Click   += new System.EventHandler(this.btnTemizle_Click);
            //
            // btnSil
            //
            this.btnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.btnSil.Appearance.Options.UseFont = true;
            this.btnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("btnSil.ImageOptions.Image")));
            this.btnSil.Location = new System.Drawing.Point(240, 89);
            this.btnSil.Name     = "btnSil";
            this.btnSil.Size     = new System.Drawing.Size(91, 39);
            this.btnSil.TabIndex = 136;
            this.btnSil.Text     = "Sil";
            this.btnSil.Click   += new System.EventHandler(this.btnSil_Click);
            //
            // btnKaydet
            //
            this.btnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.btnKaydet.Appearance.Options.UseFont = true;
            this.btnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("btnKaydet.ImageOptions.Image")));
            this.btnKaydet.Location = new System.Drawing.Point(143, 89);
            this.btnKaydet.Name     = "btnKaydet";
            this.btnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.btnKaydet.TabIndex = 137;
            this.btnKaydet.Text     = "Kaydet";
            this.btnKaydet.Click   += new System.EventHandler(this.btnKaydet_Click);
            //
            // ACIKLAMA
            //
            this.ACIKLAMA.ArEnable           = true;
            this.ACIKLAMA.ArFocusView        = null;
            this.ACIKLAMA.ArName             = "ACIKLAMA";
            this.ACIKLAMA.ArTag              = -1;
            this.ACIKLAMA.ArVisible          = true;
            this.ACIKLAMA.CanNull            = true;
            this.ACIKLAMA.DecimalCount       = 2;
            this.ACIKLAMA.DefaultValue       = "";
            this.ACIKLAMA.DotDigit           = true;
            this.ACIKLAMA.EditType           = EnmEditType.MultiLine;
            this.ACIKLAMA.ExitCheck          = false;
            this.ACIKLAMA.ExitError          = false;
            this.ACIKLAMA.Font               = new System.Drawing.Font("Arial", 9F);
            this.ACIKLAMA.FontSize           = EnmFontSize.Normal;
            this.ACIKLAMA.GuideEdit          = null;
            this.ACIKLAMA.GuideTitle         = "";
            this.ACIKLAMA.Location           = new System.Drawing.Point(143, 34);
            this.ACIKLAMA.Margin             = new System.Windows.Forms.Padding(2);
            this.ACIKLAMA.Multiline          = true;
            this.ACIKLAMA.Name               = "ACIKLAMA";
            this.ACIKLAMA.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.ACIKLAMA.PrivateName        = "";
            this.ACIKLAMA.PrivateValue       = "";
            this.ACIKLAMA.ScrollBars         = System.Windows.Forms.ScrollBars.Both;
            this.ACIKLAMA.Size               = new System.Drawing.Size(285, 50);
            this.ACIKLAMA.TabIndex           = 1;
            this.ACIKLAMA.UseVirtualKeyboard = false;
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.ACIKLAMA;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 3;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel1.Margin       = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(123, 21);
            this.arsLabel1.TabIndex     = 134;
            this.arsLabel1.Text         = "Açıklama";
            //
            // SITE_ADI
            //
            this.SITE_ADI.ArEnable           = true;
            this.SITE_ADI.ArFocusView        = null;
            this.SITE_ADI.ArName             = "SITE_ADI";
            this.SITE_ADI.ArTag              = -1;
            this.SITE_ADI.ArVisible          = true;
            this.SITE_ADI.CanNull            = false;
            this.SITE_ADI.DecimalCount       = 3;
            this.SITE_ADI.DefaultValue       = "";
            this.SITE_ADI.DotDigit           = true;
            this.SITE_ADI.EditType           = EnmEditType.String;
            this.SITE_ADI.ExitCheck          = false;
            this.SITE_ADI.ExitError          = false;
            this.SITE_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.SITE_ADI.FontSize           = EnmFontSize.Normal;
            this.SITE_ADI.GuideEdit          = null;
            this.SITE_ADI.GuideTitle         = "";
            this.SITE_ADI.Location           = new System.Drawing.Point(143, 10);
            this.SITE_ADI.Name               = "SITE_ADI";
            this.SITE_ADI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.SITE_ADI.PrivateName        = "";
            this.SITE_ADI.PrivateValue       = "";
            this.SITE_ADI.Size               = new System.Drawing.Size(257, 21);
            this.SITE_ADI.TabIndex           = 0;
            this.SITE_ADI.UseVirtualKeyboard = false;
            this.SITE_ADI.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.SITE_ADI_ArsExit);
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.SITE_ADI;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Site Adı";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(123, 21);
            this.arsLabel3.TabIndex     = 133;
            this.arsLabel3.Text         = "Site Adı";
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.SITE_ADI;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "SITE_ADI";
            guideField1.Text = "Site Adı";
            guideField2.Name = "ACIKLAMA";
            guideField2.Text = "Açıklama";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.arsButton1.IsArtezDB = false;
            this.arsButton1.Location  = new System.Drawing.Point(403, 10);
            this.arsButton1.Name      = "arsButton1";
            this.arsButton1.Size      = new System.Drawing.Size(21, 21);
            this.arsButton1.SQLText   = "SELECT SITE_ADI, ACIKLAMA FROM [TBLSITE]";
            this.arsButton1.TabIndex  = 99;
            this.arsButton1.TabStop   = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // SiteTanimlama
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.CanPaint            = true;
            this.ClientSize          = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.pnlSiteTanimlama);
            this.MenuAdi   = "Site Tanımlama";
            this.MenuKodu  = "Zkvh\'Üçqöoodşc";
            this.MenuTitle = "Site Tanımlama";
            this.Name      = "SiteTanimlama";
            this.Text      = "Site Tanımlama";
            this.Controls.SetChildIndex(this.pnlSiteTanimlama, 0);
            this.pnlSiteTanimlama.ResumeLayout(false);
            this.pnlSiteTanimlama.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #11
0
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BelgeTipTanim));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.pnlBelgeTipTanim   = new ArsLib.Controls.ArsPanel();
            this.BtnTemizle         = new DevExpress.XtraEditors.SimpleButton();
            this.btnSil             = new DevExpress.XtraEditors.SimpleButton();
            this.btnKaydet          = new DevExpress.XtraEditors.SimpleButton();
            this.EVRAK_NO_UZUNLUK   = new ArsLib.Controls.ArsEdit();
            this.arsLabel5          = new ArsLib.Controls.ArsLabel();
            this.OTOMATIK_NUMARA_MI = new ArsLib.Controls.ArsCheck();
            this.arsLabel4          = new ArsLib.Controls.ArsLabel();
            this.GC                    = new ArsLib.Controls.ArsComboBox();
            this.arsLabel3             = new ArsLib.Controls.ArsLabel();
            this.BELGE_ADI             = new ArsLib.Controls.ArsEdit();
            this.arsLabel2             = new ArsLib.Controls.ArsLabel();
            this.arsButton1            = new ArsLib.Controls.ArsButton();
            this.BELGE_TIPI            = new ArsLib.Controls.ArsEdit();
            this.arsLabel1             = new ArsLib.Controls.ArsLabel();
            this.grdBelgeTipTanim      = new ArsLib.Controls.ArsGrid();
            this.grdBELGE_TIPI         = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBELGE_ADI          = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdGC                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdOTOMATIK_NUMARA_MI = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdEVRAK_NO_UZUNLUK   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pnlBelgeTipTanim.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdBelgeTipTanim)).BeginInit();
            this.SuspendLayout();
            //
            // pnlBelgeTipTanim
            //
            this.pnlBelgeTipTanim.ArName         = "";
            this.pnlBelgeTipTanim.ArsOrientation = EnmPanelOrientation.Vertical;
            this.pnlBelgeTipTanim.ArTag          = -1;
            this.pnlBelgeTipTanim.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlBelgeTipTanim.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlBelgeTipTanim.CanPaint       = true;
            this.pnlBelgeTipTanim.Controls.Add(this.BtnTemizle);
            this.pnlBelgeTipTanim.Controls.Add(this.btnSil);
            this.pnlBelgeTipTanim.Controls.Add(this.btnKaydet);
            this.pnlBelgeTipTanim.Controls.Add(this.EVRAK_NO_UZUNLUK);
            this.pnlBelgeTipTanim.Controls.Add(this.arsLabel5);
            this.pnlBelgeTipTanim.Controls.Add(this.OTOMATIK_NUMARA_MI);
            this.pnlBelgeTipTanim.Controls.Add(this.arsLabel4);
            this.pnlBelgeTipTanim.Controls.Add(this.GC);
            this.pnlBelgeTipTanim.Controls.Add(this.arsLabel3);
            this.pnlBelgeTipTanim.Controls.Add(this.BELGE_ADI);
            this.pnlBelgeTipTanim.Controls.Add(this.arsLabel2);
            this.pnlBelgeTipTanim.Controls.Add(this.arsButton1);
            this.pnlBelgeTipTanim.Controls.Add(this.BELGE_TIPI);
            this.pnlBelgeTipTanim.Controls.Add(this.arsLabel1);
            this.pnlBelgeTipTanim.Dock         = System.Windows.Forms.DockStyle.Left;
            this.pnlBelgeTipTanim.DrawLastEdit = true;
            this.pnlBelgeTipTanim.Location     = new System.Drawing.Point(0, 32);
            this.pnlBelgeTipTanim.Name         = "pnlBelgeTipTanim";
            this.pnlBelgeTipTanim.Size         = new System.Drawing.Size(419, 418);
            this.pnlBelgeTipTanim.TabIndex     = 2;
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(320, 135);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 129;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // btnSil
            //
            this.btnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.btnSil.Appearance.Options.UseFont = true;
            this.btnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("btnSil.ImageOptions.Image")));
            this.btnSil.Location = new System.Drawing.Point(223, 135);
            this.btnSil.Name     = "btnSil";
            this.btnSil.Size     = new System.Drawing.Size(91, 39);
            this.btnSil.TabIndex = 130;
            this.btnSil.Text     = "Sil";
            this.btnSil.Click   += new System.EventHandler(this.btnSil_Click);
            //
            // btnKaydet
            //
            this.btnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.btnKaydet.Appearance.Options.UseFont = true;
            this.btnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("btnKaydet.ImageOptions.Image")));
            this.btnKaydet.Location = new System.Drawing.Point(126, 135);
            this.btnKaydet.Name     = "btnKaydet";
            this.btnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.btnKaydet.TabIndex = 131;
            this.btnKaydet.Text     = "Kaydet";
            this.btnKaydet.Click   += new System.EventHandler(this.btnKaydet_Click);
            //
            // EVRAK_NO_UZUNLUK
            //
            this.EVRAK_NO_UZUNLUK.ArEnable           = true;
            this.EVRAK_NO_UZUNLUK.ArFocusView        = null;
            this.EVRAK_NO_UZUNLUK.ArName             = "EVRAK_NO_UZUNLUK";
            this.EVRAK_NO_UZUNLUK.ArTag              = -1;
            this.EVRAK_NO_UZUNLUK.ArVisible          = true;
            this.EVRAK_NO_UZUNLUK.CanNull            = false;
            this.EVRAK_NO_UZUNLUK.DecimalCount       = 2;
            this.EVRAK_NO_UZUNLUK.DefaultValue       = "";
            this.EVRAK_NO_UZUNLUK.DotDigit           = false;
            this.EVRAK_NO_UZUNLUK.EditType           = EnmEditType.Numeric;
            this.EVRAK_NO_UZUNLUK.ExitCheck          = false;
            this.EVRAK_NO_UZUNLUK.ExitError          = false;
            this.EVRAK_NO_UZUNLUK.Font               = new System.Drawing.Font("Arial", 9F);
            this.EVRAK_NO_UZUNLUK.FontSize           = EnmFontSize.Normal;
            this.EVRAK_NO_UZUNLUK.GuideEdit          = null;
            this.EVRAK_NO_UZUNLUK.GuideTitle         = "";
            this.EVRAK_NO_UZUNLUK.Location           = new System.Drawing.Point(126, 108);
            this.EVRAK_NO_UZUNLUK.Name               = "EVRAK_NO_UZUNLUK";
            this.EVRAK_NO_UZUNLUK.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.EVRAK_NO_UZUNLUK.PrivateName        = "";
            this.EVRAK_NO_UZUNLUK.PrivateValue       = "";
            this.EVRAK_NO_UZUNLUK.Size               = new System.Drawing.Size(130, 21);
            this.EVRAK_NO_UZUNLUK.TabIndex           = 4;
            this.EVRAK_NO_UZUNLUK.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
            this.EVRAK_NO_UZUNLUK.UseVirtualKeyboard = false;
            //
            // arsLabel5
            //
            this.arsLabel5.ArFocusView  = this.EVRAK_NO_UZUNLUK;
            this.arsLabel5.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel5.ArName       = "";
            this.arsLabel5.ArTag        = 4;
            this.arsLabel5.CharLimit    = 0;
            this.arsLabel5.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel5.FontSize     = EnmFontSize.Normal;
            this.arsLabel5.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel5.FullText     = "Evrak No Uzunluk";
            this.arsLabel5.Location     = new System.Drawing.Point(15, 108);
            this.arsLabel5.Name         = "arsLabel5";
            this.arsLabel5.PrivateValue = "";
            this.arsLabel5.Size         = new System.Drawing.Size(106, 21);
            this.arsLabel5.TabIndex     = 103;
            this.arsLabel5.Text         = "Evrak No Uzunluk";
            //
            // OTOMATIK_NUMARA_MI
            //
            this.OTOMATIK_NUMARA_MI.ArEnable                = true;
            this.OTOMATIK_NUMARA_MI.ArName                  = "OTOMATIK_NUMARA_MI";
            this.OTOMATIK_NUMARA_MI.ArTag                   = -1;
            this.OTOMATIK_NUMARA_MI.ArVisible               = true;
            this.OTOMATIK_NUMARA_MI.AutoSize                = true;
            this.OTOMATIK_NUMARA_MI.CanNull                 = true;
            this.OTOMATIK_NUMARA_MI.CheckedText             = "Evet";
            this.OTOMATIK_NUMARA_MI.CheckedValue            = "1";
            this.OTOMATIK_NUMARA_MI.Font                    = new System.Drawing.Font("Arial", 9F);
            this.OTOMATIK_NUMARA_MI.Location                = new System.Drawing.Point(126, 86);
            this.OTOMATIK_NUMARA_MI.Name                    = "OTOMATIK_NUMARA_MI";
            this.OTOMATIK_NUMARA_MI.Size                    = new System.Drawing.Size(54, 19);
            this.OTOMATIK_NUMARA_MI.TabIndex                = 3;
            this.OTOMATIK_NUMARA_MI.Text                    = "Hayır";
            this.OTOMATIK_NUMARA_MI.UnCheckedText           = "Hayır";
            this.OTOMATIK_NUMARA_MI.UnCheckedValue          = "0";
            this.OTOMATIK_NUMARA_MI.UseVisualStyleBackColor = true;
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.OTOMATIK_NUMARA_MI;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 3;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel4.FontSize     = EnmFontSize.Normal;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Otomatik Numara";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 86);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(106, 21);
            this.arsLabel4.TabIndex     = 102;
            this.arsLabel4.Text         = "Otomatik Numara";
            //
            // GC
            //
            this.GC.ArEnable  = true;
            this.GC.ArExItems = new string[] {
                "G",
                "C"
            };
            this.GC.ArItems = new string[] {
                "Giriş",
                "Çıkış"
            };
            this.GC.ArName            = "GC";
            this.GC.ArsChar           = "";
            this.GC.ArTag             = -1;
            this.GC.ArVisible         = true;
            this.GC.CanNull           = false;
            this.GC.ComboType         = EnmComboType.ExItem;
            this.GC.DefaultIndex      = -1;
            this.GC.FontSize          = MetroFramework.MetroComboBoxSize.Small;
            this.GC.FormattingEnabled = true;
            this.GC.ItemHeight        = 19;
            this.GC.Items.AddRange(new object[] {
                "Giriş",
                "Çıkış"
            });
            this.GC.LoadString    = "";
            this.GC.Location      = new System.Drawing.Point(126, 58);
            this.GC.Name          = "GC";
            this.GC.Size          = new System.Drawing.Size(130, 25);
            this.GC.SQLText       = "";
            this.GC.TabIndex      = 2;
            this.GC.UseSelectable = true;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.GC;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Giriş/Çıkış";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(106, 21);
            this.arsLabel3.TabIndex     = 101;
            this.arsLabel3.Text         = "Giriş/Çıkış";
            //
            // BELGE_ADI
            //
            this.BELGE_ADI.ArEnable           = false;
            this.BELGE_ADI.ArFocusView        = null;
            this.BELGE_ADI.ArName             = "BELGE_ADI";
            this.BELGE_ADI.ArTag              = -1;
            this.BELGE_ADI.ArVisible          = true;
            this.BELGE_ADI.CanNull            = false;
            this.BELGE_ADI.DecimalCount       = 2;
            this.BELGE_ADI.DefaultValue       = "";
            this.BELGE_ADI.DotDigit           = true;
            this.BELGE_ADI.EditType           = EnmEditType.String;
            this.BELGE_ADI.ExitCheck          = false;
            this.BELGE_ADI.ExitError          = false;
            this.BELGE_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.BELGE_ADI.FontSize           = EnmFontSize.Normal;
            this.BELGE_ADI.GuideEdit          = null;
            this.BELGE_ADI.GuideTitle         = "";
            this.BELGE_ADI.Location           = new System.Drawing.Point(126, 34);
            this.BELGE_ADI.Name               = "BELGE_ADI";
            this.BELGE_ADI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.BELGE_ADI.PrivateName        = "";
            this.BELGE_ADI.PrivateValue       = "";
            this.BELGE_ADI.Size               = new System.Drawing.Size(285, 21);
            this.BELGE_ADI.TabIndex           = 1;
            this.BELGE_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.BELGE_ADI;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Belge Adı";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(106, 21);
            this.arsLabel2.TabIndex     = 100;
            this.arsLabel2.Text         = "Belge Adı";
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.BELGE_TIPI;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "BELGE_TIPI";
            guideField1.Text = "Belge Tipi";
            guideField2.Name = "BELGE_ADI";
            guideField2.Text = "Belge Adı";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.arsButton1.IsArtezDB = false;
            this.arsButton1.Location  = new System.Drawing.Point(391, 10);
            this.arsButton1.Name      = "arsButton1";
            this.arsButton1.Size      = new System.Drawing.Size(21, 21);
            this.arsButton1.SQLText   = "SELECT BELGE_TIPI, BELGE_ADI FROM TBLBELGETIP WHERE /*WS*/AKTIF_MI = 1/*WE*/";
            this.arsButton1.TabIndex  = 99;
            this.arsButton1.TabStop   = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // BELGE_TIPI
            //
            this.BELGE_TIPI.ArEnable           = true;
            this.BELGE_TIPI.ArFocusView        = null;
            this.BELGE_TIPI.ArName             = "BELGE_TIPI";
            this.BELGE_TIPI.ArTag              = 1;
            this.BELGE_TIPI.ArVisible          = true;
            this.BELGE_TIPI.CanNull            = false;
            this.BELGE_TIPI.DecimalCount       = 2;
            this.BELGE_TIPI.DefaultValue       = "";
            this.BELGE_TIPI.DotDigit           = true;
            this.BELGE_TIPI.EditType           = EnmEditType.Numeric;
            this.BELGE_TIPI.ExitCheck          = false;
            this.BELGE_TIPI.ExitError          = false;
            this.BELGE_TIPI.Font               = new System.Drawing.Font("Arial", 9F);
            this.BELGE_TIPI.FontSize           = EnmFontSize.Normal;
            this.BELGE_TIPI.GuideEdit          = this.BELGE_ADI;
            this.BELGE_TIPI.GuideTitle         = "";
            this.BELGE_TIPI.Location           = new System.Drawing.Point(126, 10);
            this.BELGE_TIPI.Name               = "BELGE_TIPI";
            this.BELGE_TIPI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Left;
            this.BELGE_TIPI.PrivateName        = "";
            this.BELGE_TIPI.PrivateValue       = "";
            this.BELGE_TIPI.Size               = new System.Drawing.Size(262, 21);
            this.BELGE_TIPI.TabIndex           = 0;
            this.BELGE_TIPI.UseVirtualKeyboard = false;
            this.BELGE_TIPI.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.BELGE_TIPI_ArsExit);
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.BELGE_TIPI;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Belge Tipi";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(106, 21);
            this.arsLabel1.TabIndex     = 0;
            this.arsLabel1.Text         = "Belge Tipi";
            //
            // grdBelgeTipTanim
            //
            this.grdBelgeTipTanim.AllowUserToAddRows = false;
            this.grdBelgeTipTanim.ArName             = "";
            this.grdBelgeTipTanim.ArTag                         = -1;
            this.grdBelgeTipTanim.BackgroundColor               = System.Drawing.Color.White;
            this.grdBelgeTipTanim.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment                    = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor                    = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font                         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor                    = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor           = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor           = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode                     = System.Windows.Forms.DataGridViewTriState.True;
            this.grdBelgeTipTanim.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdBelgeTipTanim.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdBelgeTipTanim.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdBELGE_TIPI,
                this.grdBELGE_ADI,
                this.grdGC,
                this.grdOTOMATIK_NUMARA_MI,
                this.grdEVRAK_NO_UZUNLUK
            });
            dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font               = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
            this.grdBelgeTipTanim.DefaultCellStyle    = dataGridViewCellStyle2;
            this.grdBelgeTipTanim.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdBelgeTipTanim.EnableHeadersVisualStyles = false;
            this.grdBelgeTipTanim.FocusPanel            = this.pnlBelgeTipTanim;
            this.grdBelgeTipTanim.IsArtezDB             = false;
            this.grdBelgeTipTanim.KeyValue              = "BELGE_TIPI";
            this.grdBelgeTipTanim.Location              = new System.Drawing.Point(419, 32);
            this.grdBelgeTipTanim.MultiSelect           = false;
            this.grdBelgeTipTanim.Name                  = "grdBelgeTipTanim";
            this.grdBelgeTipTanim.PanelSQL              = "";
            this.grdBelgeTipTanim.ReadOnly              = true;
            this.grdBelgeTipTanim.RowHeadersVisible     = false;
            this.grdBelgeTipTanim.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.grdBelgeTipTanim.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdBelgeTipTanim.Size                  = new System.Drawing.Size(444, 418);
            this.grdBelgeTipTanim.SpecialDesign         = false;
            this.grdBelgeTipTanim.SQLText               = "SELECT BELGE_TIPI, BELGE_ADI, GC, CASE WHEN OTOMATIK_NUMARA_MI = 1 THEN \'Evet\' EL" +
                                                          "SE \'Hayır\' END AS OTOMATIK_NUMARA_MI, EVRAK_NO_UZUNLUK FROM [TBLBELGETIP] WHERE " +
                                                          "/*WS*/AKTIF_MI = 1/*WE*/";
            this.grdBelgeTipTanim.TabIndex = 3;
            //
            // grdBELGE_TIPI
            //
            this.grdBELGE_TIPI.DataPropertyName = "BELGE_TIPI";
            this.grdBELGE_TIPI.DividerWidth     = 1;
            this.grdBELGE_TIPI.HeaderText       = "Belge Tip";
            this.grdBELGE_TIPI.Name             = "grdBELGE_TIPI";
            this.grdBELGE_TIPI.ReadOnly         = true;
            this.grdBELGE_TIPI.Visible          = false;
            //
            // grdBELGE_ADI
            //
            this.grdBELGE_ADI.DataPropertyName = "BELGE_ADI";
            this.grdBELGE_ADI.DividerWidth     = 1;
            this.grdBELGE_ADI.HeaderText       = "Belge Adı";
            this.grdBELGE_ADI.Name             = "grdBELGE_ADI";
            this.grdBELGE_ADI.ReadOnly         = true;
            //
            // grdGC
            //
            this.grdGC.DataPropertyName = "GC";
            this.grdGC.DividerWidth     = 1;
            this.grdGC.HeaderText       = "GC";
            this.grdGC.Name             = "grdGC";
            this.grdGC.ReadOnly         = true;
            //
            // grdOTOMATIK_NUMARA_MI
            //
            this.grdOTOMATIK_NUMARA_MI.DataPropertyName = "OTOMATIK_NUMARA_MI";
            this.grdOTOMATIK_NUMARA_MI.DividerWidth     = 1;
            this.grdOTOMATIK_NUMARA_MI.HeaderText       = "Otomatik Numara Mı";
            this.grdOTOMATIK_NUMARA_MI.Name             = "grdOTOMATIK_NUMARA_MI";
            this.grdOTOMATIK_NUMARA_MI.ReadOnly         = true;
            //
            // grdEVRAK_NO_UZUNLUK
            //
            this.grdEVRAK_NO_UZUNLUK.DataPropertyName = "EVRAK_NO_UZUNLUK";
            this.grdEVRAK_NO_UZUNLUK.DividerWidth     = 1;
            this.grdEVRAK_NO_UZUNLUK.HeaderText       = "Evrak No Uzunluk";
            this.grdEVRAK_NO_UZUNLUK.Name             = "grdEVRAK_NO_UZUNLUK";
            this.grdEVRAK_NO_UZUNLUK.ReadOnly         = true;
            //
            // BelgeTipTanim
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BtnClear            = this.BtnTemizle;
            this.BtnDel     = this.btnSil;
            this.BtnSave    = this.btnKaydet;
            this.CanPaint   = true;
            this.ClientSize = new System.Drawing.Size(863, 450);
            this.Controls.Add(this.grdBelgeTipTanim);
            this.Controls.Add(this.pnlBelgeTipTanim);
            this.KeyControl = this.BELGE_TIPI;
            this.KeyField   = "BELGE_TIPI";
            this.MenuAdi    = "Belge Tip Tanım";
            this.MenuKodu   = "Hgoik=Vmv=Vdtjö";
            this.MenuTitle  = "Belge Tip Tanım";
            this.Name       = "BelgeTipTanim";
            this.RecordForm = true;
            this.TableName  = "TBLBELGETIP";
            this.Text       = "Belge Tip Tanım";
            this.Load      += new System.EventHandler(this.BelgeTipTanim_Load);
            this.Controls.SetChildIndex(this.pnlBelgeTipTanim, 0);
            this.Controls.SetChildIndex(this.grdBelgeTipTanim, 0);
            this.pnlBelgeTipTanim.ResumeLayout(false);
            this.pnlBelgeTipTanim.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdBelgeTipTanim)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #12
0
        /// <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();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BirimTanim));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            this.grdBirim            = new ArsLib.Controls.ArsGrid();
            this.grdBIRIM_KODU       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBIRIM_TANIMI     = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PnlBirim            = new ArsLib.Controls.ArsPanel();
            this.BtnTemizle          = new DevExpress.XtraEditors.SimpleButton();
            this.BtnSil              = new DevExpress.XtraEditors.SimpleButton();
            this.BtnKaydet           = new DevExpress.XtraEditors.SimpleButton();
            this.ACIKLAMA            = new ArsLib.Controls.ArsEdit();
            this.arsLabel4           = new ArsLib.Controls.ArsLabel();
            this.btnBIRIM_KODURehber = new ArsLib.Controls.ArsButton();
            this.BIRIM_KODU          = new ArsLib.Controls.ArsEdit();
            this.BIRIM_TANIMI        = new ArsLib.Controls.ArsEdit();
            this.arsLabel2           = new ArsLib.Controls.ArsLabel();
            this.arsLabel1           = new ArsLib.Controls.ArsLabel();
            ((System.ComponentModel.ISupportInitialize)(this.grdBirim)).BeginInit();
            this.PnlBirim.SuspendLayout();
            this.SuspendLayout();
            //
            // grdBirim
            //
            this.grdBirim.AllowUserToAddRows = false;
            this.grdBirim.ArName             = "";
            this.grdBirim.ArTag                         = -1;
            this.grdBirim.BackgroundColor               = System.Drawing.Color.White;
            this.grdBirim.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment            = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor            = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font                 = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor            = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor   = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor   = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode             = System.Windows.Forms.DataGridViewTriState.True;
            this.grdBirim.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdBirim.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdBirim.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdBIRIM_KODU,
                this.grdBIRIM_TANIMI
            });
            dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font               = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
            this.grdBirim.DefaultCellStyle            = dataGridViewCellStyle2;
            this.grdBirim.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdBirim.EnableHeadersVisualStyles = false;
            this.grdBirim.FocusPanel            = this.PnlBirim;
            this.grdBirim.KeyValue              = "BIRIM_KODU";
            this.grdBirim.Location              = new System.Drawing.Point(418, 0);
            this.grdBirim.MultiSelect           = false;
            this.grdBirim.Name                  = "grdBirim";
            this.grdBirim.PanelSQL              = "";
            this.grdBirim.ReadOnly              = true;
            this.grdBirim.RowHeadersVisible     = false;
            this.grdBirim.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.grdBirim.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdBirim.Size                  = new System.Drawing.Size(329, 392);
            this.grdBirim.SpecialDesign         = false;
            this.grdBirim.SQLText               = "SELECT BIRIM_KODU, BIRIM_TANIMI FROM [TBLBLUEBIRIM]";
            this.grdBirim.TabIndex              = 3;
            //
            // grdBIRIM_KODU
            //
            this.grdBIRIM_KODU.DataPropertyName = "BIRIM_KODU";
            this.grdBIRIM_KODU.DividerWidth     = 1;
            this.grdBIRIM_KODU.HeaderText       = "Birim Kodu";
            this.grdBIRIM_KODU.Name             = "grdBIRIM_KODU";
            this.grdBIRIM_KODU.ReadOnly         = true;
            //
            // grdBIRIM_TANIMI
            //
            this.grdBIRIM_TANIMI.DataPropertyName = "BIRIM_TANIMI";
            this.grdBIRIM_TANIMI.DividerWidth     = 1;
            this.grdBIRIM_TANIMI.HeaderText       = "Birim Tanımı";
            this.grdBIRIM_TANIMI.Name             = "grdBIRIM_TANIMI";
            this.grdBIRIM_TANIMI.ReadOnly         = true;
            //
            // PnlBirim
            //
            this.PnlBirim.ArName         = "";
            this.PnlBirim.ArsOrientation = EnmPanelOrientation.Vertical;
            this.PnlBirim.ArTag          = -1;
            this.PnlBirim.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.PnlBirim.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.PnlBirim.CanPaint       = true;
            this.PnlBirim.Controls.Add(this.BtnTemizle);
            this.PnlBirim.Controls.Add(this.BtnSil);
            this.PnlBirim.Controls.Add(this.BtnKaydet);
            this.PnlBirim.Controls.Add(this.ACIKLAMA);
            this.PnlBirim.Controls.Add(this.arsLabel4);
            this.PnlBirim.Controls.Add(this.btnBIRIM_KODURehber);
            this.PnlBirim.Controls.Add(this.BIRIM_TANIMI);
            this.PnlBirim.Controls.Add(this.arsLabel2);
            this.PnlBirim.Controls.Add(this.BIRIM_KODU);
            this.PnlBirim.Controls.Add(this.arsLabel1);
            this.PnlBirim.Dock         = System.Windows.Forms.DockStyle.Left;
            this.PnlBirim.DrawLastEdit = true;
            this.PnlBirim.Location     = new System.Drawing.Point(0, 0);
            this.PnlBirim.Name         = "PnlBirim";
            this.PnlBirim.Size         = new System.Drawing.Size(418, 392);
            this.PnlBirim.TabIndex     = 2;
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(306, 100);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 155;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // BtnSil
            //
            this.BtnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnSil.Appearance.Options.UseFont = true;
            this.BtnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnSil.ImageOptions.Image")));
            this.BtnSil.Location = new System.Drawing.Point(209, 100);
            this.BtnSil.Name     = "BtnSil";
            this.BtnSil.Size     = new System.Drawing.Size(91, 39);
            this.BtnSil.TabIndex = 156;
            this.BtnSil.Text     = "Sil";
            this.BtnSil.Click   += new System.EventHandler(this.BtnSil_Click);
            //
            // BtnKaydet
            //
            this.BtnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnKaydet.Appearance.Options.UseFont = true;
            this.BtnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnKaydet.ImageOptions.Image")));
            this.BtnKaydet.Location = new System.Drawing.Point(112, 100);
            this.BtnKaydet.Name     = "BtnKaydet";
            this.BtnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.BtnKaydet.TabIndex = 157;
            this.BtnKaydet.Text     = "Kaydet";
            this.BtnKaydet.Click   += new System.EventHandler(this.BtnKaydet_Click);
            //
            // ACIKLAMA
            //
            this.ACIKLAMA.ArEnable           = true;
            this.ACIKLAMA.ArFocusView        = null;
            this.ACIKLAMA.ArName             = "ACIKLAMA";
            this.ACIKLAMA.ArTag              = -1;
            this.ACIKLAMA.ArVisible          = true;
            this.ACIKLAMA.CanNull            = true;
            this.ACIKLAMA.DecimalCount       = 2;
            this.ACIKLAMA.DefaultValue       = "";
            this.ACIKLAMA.EditType           = EnmEditType.String;
            this.ACIKLAMA.ExitCheck          = false;
            this.ACIKLAMA.ExitError          = false;
            this.ACIKLAMA.Font               = new System.Drawing.Font("Arial", 12F);
            this.ACIKLAMA.FontSize           = EnmFontSize.Medium;
            this.ACIKLAMA.GuideEdit          = null;
            this.ACIKLAMA.GuideTitle         = "";
            this.ACIKLAMA.Location           = new System.Drawing.Point(112, 68);
            this.ACIKLAMA.Name               = "ACIKLAMA";
            this.ACIKLAMA.PrivateName        = "";
            this.ACIKLAMA.PrivateValue       = "";
            this.ACIKLAMA.Size               = new System.Drawing.Size(285, 26);
            this.ACIKLAMA.TabIndex           = 2;
            this.ACIKLAMA.UseVirtualKeyboard = false;
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.ACIKLAMA;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 2;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 12F);
            this.arsLabel4.FontSize     = EnmFontSize.Medium;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Açıklama";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 68);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(92, 26);
            this.arsLabel4.TabIndex     = 100;
            this.arsLabel4.Text         = "Açıklama";
            //
            // btnBIRIM_KODURehber
            //
            this.btnBIRIM_KODURehber.ArControlView             = this.BIRIM_KODU;
            this.btnBIRIM_KODURehber.ArName                    = "";
            this.btnBIRIM_KODURehber.ArTag                     = -1;
            this.btnBIRIM_KODURehber.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnBIRIM_KODURehber.BackgroundImage")));
            this.btnBIRIM_KODURehber.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.btnBIRIM_KODURehber.BigGuide                  = false;
            this.btnBIRIM_KODURehber.ButtonType                = EnmButtonType.Guide;
            this.btnBIRIM_KODURehber.FlatAppearance.BorderSize = 0;
            this.btnBIRIM_KODURehber.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "BIRIM_KODU";
            guideField1.Text = "Birim Kodu";
            guideField2.Name = "BIRIM_TANIMI";
            guideField2.Text = "Birim Tanımı";
            this.btnBIRIM_KODURehber.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.btnBIRIM_KODURehber.Location = new System.Drawing.Point(367, 10);
            this.btnBIRIM_KODURehber.Name     = "btnBIRIM_KODURehber";
            this.btnBIRIM_KODURehber.Size     = new System.Drawing.Size(26, 26);
            this.btnBIRIM_KODURehber.SQLText  = "SELECT BIRIM_KODU, BIRIM_TANIMI FROM [TBLBLUEBIRIM]";
            this.btnBIRIM_KODURehber.TabIndex = 99;
            this.btnBIRIM_KODURehber.TabStop  = false;
            this.btnBIRIM_KODURehber.UseVisualStyleBackColor = true;
            //
            // BIRIM_KODU
            //
            this.BIRIM_KODU.ArEnable           = true;
            this.BIRIM_KODU.ArFocusView        = null;
            this.BIRIM_KODU.ArName             = "BIRIM_KODU";
            this.BIRIM_KODU.ArTag              = 0;
            this.BIRIM_KODU.ArVisible          = true;
            this.BIRIM_KODU.CanNull            = false;
            this.BIRIM_KODU.DecimalCount       = 2;
            this.BIRIM_KODU.DefaultValue       = "";
            this.BIRIM_KODU.EditType           = EnmEditType.String;
            this.BIRIM_KODU.ExitCheck          = false;
            this.BIRIM_KODU.ExitError          = false;
            this.BIRIM_KODU.Font               = new System.Drawing.Font("Arial", 12F);
            this.BIRIM_KODU.FontSize           = EnmFontSize.Medium;
            this.BIRIM_KODU.GuideEdit          = null;
            this.BIRIM_KODU.GuideTitle         = "";
            this.BIRIM_KODU.Location           = new System.Drawing.Point(112, 10);
            this.BIRIM_KODU.Name               = "BIRIM_KODU";
            this.BIRIM_KODU.PrivateName        = "";
            this.BIRIM_KODU.PrivateValue       = "";
            this.BIRIM_KODU.Size               = new System.Drawing.Size(252, 26);
            this.BIRIM_KODU.TabIndex           = 0;
            this.BIRIM_KODU.UseVirtualKeyboard = true;
            this.BIRIM_KODU.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.BIRIM_KODU_ArsExit);
            this.BIRIM_KODU.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.BIRIM_KODU_KeyDown);
            //
            // BIRIM_TANIMI
            //
            this.BIRIM_TANIMI.ArEnable           = true;
            this.BIRIM_TANIMI.ArFocusView        = null;
            this.BIRIM_TANIMI.ArName             = "BIRIM_TANIMI";
            this.BIRIM_TANIMI.ArTag              = 0;
            this.BIRIM_TANIMI.ArVisible          = true;
            this.BIRIM_TANIMI.CanNull            = false;
            this.BIRIM_TANIMI.DecimalCount       = 2;
            this.BIRIM_TANIMI.DefaultValue       = "";
            this.BIRIM_TANIMI.EditType           = EnmEditType.String;
            this.BIRIM_TANIMI.ExitCheck          = false;
            this.BIRIM_TANIMI.ExitError          = false;
            this.BIRIM_TANIMI.Font               = new System.Drawing.Font("Arial", 12F);
            this.BIRIM_TANIMI.FontSize           = EnmFontSize.Medium;
            this.BIRIM_TANIMI.GuideEdit          = null;
            this.BIRIM_TANIMI.GuideTitle         = "";
            this.BIRIM_TANIMI.Location           = new System.Drawing.Point(112, 39);
            this.BIRIM_TANIMI.Name               = "BIRIM_TANIMI";
            this.BIRIM_TANIMI.PrivateName        = "";
            this.BIRIM_TANIMI.PrivateValue       = "";
            this.BIRIM_TANIMI.Size               = new System.Drawing.Size(253, 26);
            this.BIRIM_TANIMI.TabIndex           = 1;
            this.BIRIM_TANIMI.UseVirtualKeyboard = false;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.BIRIM_TANIMI;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 12F);
            this.arsLabel2.FontSize     = EnmFontSize.Medium;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Birim Tanımı";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 39);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(92, 26);
            this.arsLabel2.TabIndex     = 2;
            this.arsLabel2.Text         = "Birim Tanımı";
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.BIRIM_KODU;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 12F);
            this.arsLabel1.FontSize     = EnmFontSize.Medium;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Birim Kodu";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(92, 26);
            this.arsLabel1.TabIndex     = 1;
            this.arsLabel1.Text         = "Birim Kodu";
            //
            // BirimTanim
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.CanPaint            = true;
            this.ClientSize          = new System.Drawing.Size(747, 392);
            this.Controls.Add(this.grdBirim);
            this.Controls.Add(this.PnlBirim);
            this.MenuAdi   = "Blue Birim Tanım";
            this.MenuKodu  = "Hnxh\'Çlupo:Xğökp";
            this.MenuTitle = "Birim Tanımı";
            this.Name      = "BirimTanim";
            this.Text      = "Birim Tanımı";
            this.Load     += new System.EventHandler(this.BirimTanim_Load);
            ((System.ComponentModel.ISupportInitialize)(this.grdBirim)).EndInit();
            this.PnlBirim.ResumeLayout(false);
            this.PnlBirim.PerformLayout();
            this.ResumeLayout(false);
        }
예제 #13
0
        /// <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();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BlueIptalUrunRaporu));
            GuideField guideField1 = new GuideField();

            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            this.grdIptalStok     = new ArsLib.Controls.ArsGrid();
            this.cmsRapor         = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.miPDFOlustur     = new System.Windows.Forms.ToolStripMenuItem();
            this.miExcellOlustur  = new System.Windows.Forms.ToolStripMenuItem();
            this.arsPanel1        = new ArsLib.Controls.ArsPanel();
            this.BIT_SAAT         = new ArsLib.Controls.ArsDateTime();
            this.arsLabel5        = new ArsLib.Controls.ArsLabel();
            this.BAS_SAAT         = new ArsLib.Controls.ArsDateTime();
            this.arsLabel2        = new ArsLib.Controls.ArsLabel();
            this.BIT_TAR          = new ArsLib.Controls.ArsDateTime();
            this.arsLabel4        = new ArsLib.Controls.ArsLabel();
            this.BAS_TAR          = new ArsLib.Controls.ArsDateTime();
            this.arsLabel3        = new ArsLib.Controls.ArsLabel();
            this.BtnFiltrele      = new DevExpress.XtraEditors.SimpleButton();
            this.arsButton1       = new ArsLib.Controls.ArsButton();
            this.MASA_TANIMI      = new ArsLib.Controls.ArsEdit();
            this.arsLabel1        = new ArsLib.Controls.ArsLabel();
            this.pnlDipToplam     = new ArsLib.Controls.ArsPanel();
            this.ACIK_MASA_SAYISI = new ArsLib.Controls.ArsEdit();
            this.arsLabel8        = new ArsLib.Controls.ArsLabel();
            this.TOPLAM_TUTAR     = new ArsLib.Controls.ArsEdit();
            this.arsLabel7        = new ArsLib.Controls.ArsLabel();
            this.grdMASA_TANIMI   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdSTOK_ADI      = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdMIKTAR        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdTUTAR         = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdTARIH         = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdACIKLAMA      = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdGARSON        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.grdIptalStok)).BeginInit();
            this.cmsRapor.SuspendLayout();
            this.arsPanel1.SuspendLayout();
            this.pnlDipToplam.SuspendLayout();
            this.SuspendLayout();
            //
            // grdIptalStok
            //
            this.grdIptalStok.AllowUserToAddRows = false;
            this.grdIptalStok.ArName             = "";
            this.grdIptalStok.ArTag                         = -1;
            this.grdIptalStok.BackgroundColor               = System.Drawing.Color.White;
            this.grdIptalStok.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment                = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor                = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font                     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor                = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor       = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor       = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode                 = System.Windows.Forms.DataGridViewTriState.True;
            this.grdIptalStok.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdIptalStok.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdIptalStok.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdMASA_TANIMI,
                this.grdSTOK_ADI,
                this.grdMIKTAR,
                this.grdTUTAR,
                this.grdTARIH,
                this.grdACIKLAMA,
                this.grdGARSON
            });
            dataGridViewCellStyle4.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor          = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle4.Font               = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle4.ForeColor          = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
            this.grdIptalStok.DefaultCellStyle        = dataGridViewCellStyle4;
            this.grdIptalStok.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdIptalStok.EnableHeadersVisualStyles = false;
            this.grdIptalStok.FocusPanel                   = null;
            this.grdIptalStok.IsArtezDB                    = false;
            this.grdIptalStok.KeyValue                     = "";
            this.grdIptalStok.Location                     = new System.Drawing.Point(0, 218);
            this.grdIptalStok.MultiSelect                  = false;
            this.grdIptalStok.Name                         = "grdIptalStok";
            this.grdIptalStok.OtoHeader                    = false;
            this.grdIptalStok.OtoSize                      = true;
            this.grdIptalStok.PanelSQL                     = "";
            this.grdIptalStok.ReadOnly                     = true;
            this.grdIptalStok.RowHeadersVisible            = false;
            this.grdIptalStok.RowTemplate.ContextMenuStrip = this.cmsRapor;
            this.grdIptalStok.RowTemplate.Resizable        = System.Windows.Forms.DataGridViewTriState.False;
            this.grdIptalStok.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdIptalStok.Size                         = new System.Drawing.Size(800, 168);
            this.grdIptalStok.SpecialDesign                = false;
            this.grdIptalStok.SQLText                      = "";
            this.grdIptalStok.TabIndex                     = 9;
            this.grdIptalStok.DataBindingComplete         += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.grdIptalStok_DataBindingComplete);
            //
            // cmsRapor
            //
            this.cmsRapor.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.miPDFOlustur,
                this.miExcellOlustur
            });
            this.cmsRapor.Name = "cmsRapor";
            this.cmsRapor.Size = new System.Drawing.Size(147, 48);
            //
            // miPDFOlustur
            //
            this.miPDFOlustur.Name   = "miPDFOlustur";
            this.miPDFOlustur.Size   = new System.Drawing.Size(146, 22);
            this.miPDFOlustur.Text   = "PDF Oluştur";
            this.miPDFOlustur.Click += new System.EventHandler(this.miPDFOlustur_Click);
            //
            // miExcellOlustur
            //
            this.miExcellOlustur.Name   = "miExcellOlustur";
            this.miExcellOlustur.Size   = new System.Drawing.Size(146, 22);
            this.miExcellOlustur.Text   = "Excell Oluştur";
            this.miExcellOlustur.Click += new System.EventHandler(this.miExcellOlustur_Click);
            //
            // arsPanel1
            //
            this.arsPanel1.ArName         = "";
            this.arsPanel1.ArsOrientation = EnmPanelOrientation.Vertical;
            this.arsPanel1.ArTag          = -1;
            this.arsPanel1.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.arsPanel1.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.arsPanel1.CanPaint       = true;
            this.arsPanel1.Controls.Add(this.BIT_SAAT);
            this.arsPanel1.Controls.Add(this.arsLabel5);
            this.arsPanel1.Controls.Add(this.BAS_SAAT);
            this.arsPanel1.Controls.Add(this.arsLabel2);
            this.arsPanel1.Controls.Add(this.BIT_TAR);
            this.arsPanel1.Controls.Add(this.arsLabel4);
            this.arsPanel1.Controls.Add(this.BAS_TAR);
            this.arsPanel1.Controls.Add(this.arsLabel3);
            this.arsPanel1.Controls.Add(this.BtnFiltrele);
            this.arsPanel1.Controls.Add(this.arsButton1);
            this.arsPanel1.Controls.Add(this.MASA_TANIMI);
            this.arsPanel1.Controls.Add(this.arsLabel1);
            this.arsPanel1.Dock         = System.Windows.Forms.DockStyle.Top;
            this.arsPanel1.DrawLastEdit = true;
            this.arsPanel1.Location     = new System.Drawing.Point(0, 32);
            this.arsPanel1.Name         = "arsPanel1";
            this.arsPanel1.Size         = new System.Drawing.Size(800, 186);
            this.arsPanel1.TabIndex     = 8;
            //
            // BIT_SAAT
            //
            this.BIT_SAAT.ArEnable     = true;
            this.BIT_SAAT.ArFocusView  = null;
            this.BIT_SAAT.ArName       = "BIT_SAAT";
            this.BIT_SAAT.ArTag        = -1;
            this.BIT_SAAT.ArVisible    = true;
            this.BIT_SAAT.CanNull      = true;
            this.BIT_SAAT.CustomFormat = "HH:mm";
            this.BIT_SAAT.DateTimeType = EnmDateTimeType.Time;
            this.BIT_SAAT.DefaultValue = "";
            this.BIT_SAAT.Font         = new System.Drawing.Font("Arial", 9F);
            this.BIT_SAAT.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.BIT_SAAT.Location     = new System.Drawing.Point(125, 106);
            this.BIT_SAAT.Name         = "BIT_SAAT";
            this.BIT_SAAT.ShowUpDown   = true;
            this.BIT_SAAT.Size         = new System.Drawing.Size(78, 21);
            this.BIT_SAAT.TabIndex     = 4;
            //
            // arsLabel5
            //
            this.arsLabel5.ArFocusView  = this.BIT_SAAT;
            this.arsLabel5.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel5.ArName       = "";
            this.arsLabel5.ArTag        = 5;
            this.arsLabel5.CharLimit    = 0;
            this.arsLabel5.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel5.FontSize     = EnmFontSize.Normal;
            this.arsLabel5.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel5.FullText     = "Bitiş Saati";
            this.arsLabel5.Location     = new System.Drawing.Point(15, 106);
            this.arsLabel5.Name         = "arsLabel5";
            this.arsLabel5.PrivateValue = "";
            this.arsLabel5.Size         = new System.Drawing.Size(105, 21);
            this.arsLabel5.TabIndex     = 148;
            this.arsLabel5.Text         = "Bitiş Saati";
            //
            // BAS_SAAT
            //
            this.BAS_SAAT.ArEnable     = true;
            this.BAS_SAAT.ArFocusView  = null;
            this.BAS_SAAT.ArName       = "BAS_SAAT";
            this.BAS_SAAT.ArTag        = -1;
            this.BAS_SAAT.ArVisible    = true;
            this.BAS_SAAT.CanNull      = true;
            this.BAS_SAAT.CustomFormat = "HH:mm";
            this.BAS_SAAT.DateTimeType = EnmDateTimeType.Time;
            this.BAS_SAAT.DefaultValue = "";
            this.BAS_SAAT.Font         = new System.Drawing.Font("Arial", 9F);
            this.BAS_SAAT.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.BAS_SAAT.Location     = new System.Drawing.Point(125, 58);
            this.BAS_SAAT.Name         = "BAS_SAAT";
            this.BAS_SAAT.ShowUpDown   = true;
            this.BAS_SAAT.Size         = new System.Drawing.Size(78, 21);
            this.BAS_SAAT.TabIndex     = 2;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.BAS_SAAT;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 2;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Başlangıç Saati";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(105, 21);
            this.arsLabel2.TabIndex     = 147;
            this.arsLabel2.Text         = "Başlangıç Saati";
            //
            // BIT_TAR
            //
            this.BIT_TAR.ArEnable     = true;
            this.BIT_TAR.ArFocusView  = null;
            this.BIT_TAR.ArName       = "BIT_TAR";
            this.BIT_TAR.ArTag        = -1;
            this.BIT_TAR.ArVisible    = true;
            this.BIT_TAR.CanNull      = true;
            this.BIT_TAR.CustomFormat = "HH:mm";
            this.BIT_TAR.DateTimeType = EnmDateTimeType.Date;
            this.BIT_TAR.DefaultValue = "";
            this.BIT_TAR.Font         = new System.Drawing.Font("Arial", 9F);
            this.BIT_TAR.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.BIT_TAR.Location     = new System.Drawing.Point(125, 82);
            this.BIT_TAR.Name         = "BIT_TAR";
            this.BIT_TAR.Size         = new System.Drawing.Size(106, 21);
            this.BIT_TAR.TabIndex     = 3;
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.BIT_TAR;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 3;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel4.FontSize     = EnmFontSize.Normal;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Bit. Tarihi";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 82);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(105, 21);
            this.arsLabel4.TabIndex     = 138;
            this.arsLabel4.Text         = "Bit. Tarihi";
            //
            // BAS_TAR
            //
            this.BAS_TAR.ArEnable     = true;
            this.BAS_TAR.ArFocusView  = null;
            this.BAS_TAR.ArName       = "BAS_TAR";
            this.BAS_TAR.ArTag        = -1;
            this.BAS_TAR.ArVisible    = true;
            this.BAS_TAR.CanNull      = true;
            this.BAS_TAR.CustomFormat = "HH:mm";
            this.BAS_TAR.DateTimeType = EnmDateTimeType.Date;
            this.BAS_TAR.DefaultValue = "";
            this.BAS_TAR.Font         = new System.Drawing.Font("Arial", 9F);
            this.BAS_TAR.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.BAS_TAR.Location     = new System.Drawing.Point(125, 34);
            this.BAS_TAR.Name         = "BAS_TAR";
            this.BAS_TAR.Size         = new System.Drawing.Size(106, 21);
            this.BAS_TAR.TabIndex     = 1;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.BAS_TAR;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Baş. Tarihi";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(105, 21);
            this.arsLabel3.TabIndex     = 137;
            this.arsLabel3.Text         = "Baş. Tarihi";
            //
            // BtnFiltrele
            //
            this.BtnFiltrele.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("BtnFiltrele.ImageOptions.Image")));
            this.BtnFiltrele.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
            this.BtnFiltrele.Location = new System.Drawing.Point(125, 133);
            this.BtnFiltrele.Name     = "BtnFiltrele";
            this.BtnFiltrele.Size     = new System.Drawing.Size(106, 39);
            this.BtnFiltrele.TabIndex = 135;
            this.BtnFiltrele.Text     = "Filtrele";
            this.BtnFiltrele.Click   += new System.EventHandler(this.BtnFiltrele_Click);
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.MASA_TANIMI;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "MASA_TANIMI";
            guideField1.Text = "Masa Adı";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField1
            };
            this.arsButton1.IsArtezDB = false;
            this.arsButton1.Location  = new System.Drawing.Point(328, 10);
            this.arsButton1.Name      = "arsButton1";
            this.arsButton1.Size      = new System.Drawing.Size(21, 21);
            this.arsButton1.SQLText   = "SELECT MASA_TANIMI FROM [TBLBLUEMASA]";
            this.arsButton1.TabIndex  = 99;
            this.arsButton1.TabStop   = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // MASA_TANIMI
            //
            this.MASA_TANIMI.ArEnable           = true;
            this.MASA_TANIMI.ArFocusView        = null;
            this.MASA_TANIMI.ArName             = "MASA_TANIMI";
            this.MASA_TANIMI.ArTag              = -1;
            this.MASA_TANIMI.ArVisible          = true;
            this.MASA_TANIMI.CanNull            = true;
            this.MASA_TANIMI.DecimalCount       = 2;
            this.MASA_TANIMI.DefaultValue       = "";
            this.MASA_TANIMI.DotDigit           = true;
            this.MASA_TANIMI.EditType           = EnmEditType.String;
            this.MASA_TANIMI.ExitCheck          = true;
            this.MASA_TANIMI.ExitError          = false;
            this.MASA_TANIMI.Font               = new System.Drawing.Font("Arial", 9F);
            this.MASA_TANIMI.FontSize           = EnmFontSize.Normal;
            this.MASA_TANIMI.GuideEdit          = null;
            this.MASA_TANIMI.GuideTitle         = "";
            this.MASA_TANIMI.Location           = new System.Drawing.Point(125, 10);
            this.MASA_TANIMI.Name               = "MASA_TANIMI";
            this.MASA_TANIMI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.MASA_TANIMI.PrivateName        = "";
            this.MASA_TANIMI.PrivateValue       = "";
            this.MASA_TANIMI.Size               = new System.Drawing.Size(200, 21);
            this.MASA_TANIMI.TabIndex           = 0;
            this.MASA_TANIMI.UseVirtualKeyboard = false;
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.MASA_TANIMI;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Masa Adı";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(105, 21);
            this.arsLabel1.TabIndex     = 0;
            this.arsLabel1.Text         = "Masa Adı";
            //
            // pnlDipToplam
            //
            this.pnlDipToplam.ArName         = "";
            this.pnlDipToplam.ArsOrientation = EnmPanelOrientation.Horizontal;
            this.pnlDipToplam.ArTag          = -1;
            this.pnlDipToplam.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlDipToplam.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlDipToplam.CanPaint       = true;
            this.pnlDipToplam.Controls.Add(this.ACIK_MASA_SAYISI);
            this.pnlDipToplam.Controls.Add(this.arsLabel8);
            this.pnlDipToplam.Controls.Add(this.TOPLAM_TUTAR);
            this.pnlDipToplam.Controls.Add(this.arsLabel7);
            this.pnlDipToplam.Dock         = System.Windows.Forms.DockStyle.Bottom;
            this.pnlDipToplam.DrawLastEdit = true;
            this.pnlDipToplam.Location     = new System.Drawing.Point(0, 386);
            this.pnlDipToplam.Name         = "pnlDipToplam";
            this.pnlDipToplam.Size         = new System.Drawing.Size(800, 64);
            this.pnlDipToplam.TabIndex     = 12;
            //
            // ACIK_MASA_SAYISI
            //
            this.ACIK_MASA_SAYISI.ArEnable           = false;
            this.ACIK_MASA_SAYISI.ArFocusView        = null;
            this.ACIK_MASA_SAYISI.ArName             = "ACIK_MASA_SAYISI";
            this.ACIK_MASA_SAYISI.ArTag              = -1;
            this.ACIK_MASA_SAYISI.ArVisible          = true;
            this.ACIK_MASA_SAYISI.CanNull            = true;
            this.ACIK_MASA_SAYISI.DecimalCount       = 2;
            this.ACIK_MASA_SAYISI.DefaultValue       = "";
            this.ACIK_MASA_SAYISI.DotDigit           = true;
            this.ACIK_MASA_SAYISI.EditType           = EnmEditType.Numeric;
            this.ACIK_MASA_SAYISI.ExitCheck          = false;
            this.ACIK_MASA_SAYISI.ExitError          = false;
            this.ACIK_MASA_SAYISI.Font               = new System.Drawing.Font("Arial", 9F);
            this.ACIK_MASA_SAYISI.FontSize           = EnmFontSize.Normal;
            this.ACIK_MASA_SAYISI.GuideEdit          = null;
            this.ACIK_MASA_SAYISI.GuideTitle         = "";
            this.ACIK_MASA_SAYISI.Location           = new System.Drawing.Point(15, 36);
            this.ACIK_MASA_SAYISI.Name               = "ACIK_MASA_SAYISI";
            this.ACIK_MASA_SAYISI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.ACIK_MASA_SAYISI.PrivateName        = "";
            this.ACIK_MASA_SAYISI.PrivateValue       = "";
            this.ACIK_MASA_SAYISI.Size               = new System.Drawing.Size(102, 21);
            this.ACIK_MASA_SAYISI.TabIndex           = 0;
            this.ACIK_MASA_SAYISI.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
            this.ACIK_MASA_SAYISI.UseVirtualKeyboard = false;
            //
            // arsLabel8
            //
            this.arsLabel8.ArFocusView  = this.ACIK_MASA_SAYISI;
            this.arsLabel8.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel8.ArName       = "";
            this.arsLabel8.ArTag        = 0;
            this.arsLabel8.CharLimit    = 0;
            this.arsLabel8.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel8.FontSize     = EnmFontSize.Normal;
            this.arsLabel8.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel8.FullText     = "Açık Masa Sayısı";
            this.arsLabel8.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel8.Name         = "arsLabel8";
            this.arsLabel8.PrivateValue = "";
            this.arsLabel8.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel8.TabIndex     = 5;
            this.arsLabel8.Text         = "İptal Ürün Sayısı";
            //
            // TOPLAM_TUTAR
            //
            this.TOPLAM_TUTAR.ArEnable           = false;
            this.TOPLAM_TUTAR.ArFocusView        = null;
            this.TOPLAM_TUTAR.ArName             = "TOPLAM_TUTAR";
            this.TOPLAM_TUTAR.ArTag              = -1;
            this.TOPLAM_TUTAR.ArVisible          = true;
            this.TOPLAM_TUTAR.CanNull            = true;
            this.TOPLAM_TUTAR.DecimalCount       = 2;
            this.TOPLAM_TUTAR.DefaultValue       = "";
            this.TOPLAM_TUTAR.DotDigit           = true;
            this.TOPLAM_TUTAR.EditType           = EnmEditType.Decimal;
            this.TOPLAM_TUTAR.ExitCheck          = false;
            this.TOPLAM_TUTAR.ExitError          = false;
            this.TOPLAM_TUTAR.Font               = new System.Drawing.Font("Arial", 9F);
            this.TOPLAM_TUTAR.FontSize           = EnmFontSize.Normal;
            this.TOPLAM_TUTAR.GuideEdit          = null;
            this.TOPLAM_TUTAR.GuideTitle         = "";
            this.TOPLAM_TUTAR.Location           = new System.Drawing.Point(122, 36);
            this.TOPLAM_TUTAR.Name               = "TOPLAM_TUTAR";
            this.TOPLAM_TUTAR.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.TOPLAM_TUTAR.PrivateName        = "";
            this.TOPLAM_TUTAR.PrivateValue       = "";
            this.TOPLAM_TUTAR.Size               = new System.Drawing.Size(102, 21);
            this.TOPLAM_TUTAR.TabIndex           = 1;
            this.TOPLAM_TUTAR.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
            this.TOPLAM_TUTAR.UseVirtualKeyboard = false;
            //
            // arsLabel7
            //
            this.arsLabel7.ArFocusView  = this.TOPLAM_TUTAR;
            this.arsLabel7.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel7.ArName       = "";
            this.arsLabel7.ArTag        = 1;
            this.arsLabel7.CharLimit    = 0;
            this.arsLabel7.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel7.FontSize     = EnmFontSize.Normal;
            this.arsLabel7.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel7.FullText     = "Toplam Tutar";
            this.arsLabel7.Location     = new System.Drawing.Point(122, 10);
            this.arsLabel7.Name         = "arsLabel7";
            this.arsLabel7.PrivateValue = "";
            this.arsLabel7.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel7.TabIndex     = 3;
            this.arsLabel7.Text         = "Toplam Tutar";
            //
            // grdMASA_TANIMI
            //
            this.grdMASA_TANIMI.DataPropertyName = "MASA_TANIMI";
            this.grdMASA_TANIMI.DividerWidth     = 1;
            this.grdMASA_TANIMI.HeaderText       = "Masa";
            this.grdMASA_TANIMI.Name             = "grdMASA_TANIMI";
            this.grdMASA_TANIMI.ReadOnly         = true;
            //
            // grdSTOK_ADI
            //
            this.grdSTOK_ADI.DataPropertyName = "STOK_ADI";
            this.grdSTOK_ADI.DividerWidth     = 1;
            this.grdSTOK_ADI.HeaderText       = "Stok Adı";
            this.grdSTOK_ADI.Name             = "grdSTOK_ADI";
            this.grdSTOK_ADI.ReadOnly         = true;
            //
            // grdMIKTAR
            //
            this.grdMIKTAR.DataPropertyName  = "MIKTAR";
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle2.Format    = "#,###.00";
            dataGridViewCellStyle2.NullValue = "0";
            this.grdMIKTAR.DefaultCellStyle  = dataGridViewCellStyle2;
            this.grdMIKTAR.DividerWidth      = 1;
            this.grdMIKTAR.HeaderText        = "İptal Miktarı";
            this.grdMIKTAR.Name     = "grdMIKTAR";
            this.grdMIKTAR.ReadOnly = true;
            //
            // grdTUTAR
            //
            this.grdTUTAR.DataPropertyName   = "TUTAR";
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle3.Format    = "N2";
            dataGridViewCellStyle3.NullValue = "0";
            this.grdTUTAR.DefaultCellStyle   = dataGridViewCellStyle3;
            this.grdTUTAR.DividerWidth       = 1;
            this.grdTUTAR.HeaderText         = "Tutar";
            this.grdTUTAR.Name     = "grdTUTAR";
            this.grdTUTAR.ReadOnly = true;
            //
            // grdTARIH
            //
            this.grdTARIH.DataPropertyName = "TARIH";
            this.grdTARIH.DividerWidth     = 1;
            this.grdTARIH.HeaderText       = "Tarih";
            this.grdTARIH.Name             = "grdTARIH";
            this.grdTARIH.ReadOnly         = true;
            //
            // grdACIKLAMA
            //
            this.grdACIKLAMA.DataPropertyName = "ACIKLAMA";
            this.grdACIKLAMA.DividerWidth     = 1;
            this.grdACIKLAMA.HeaderText       = "Açıklama";
            this.grdACIKLAMA.Name             = "grdACIKLAMA";
            this.grdACIKLAMA.ReadOnly         = true;
            //
            // grdGARSON
            //
            this.grdGARSON.DataPropertyName = "GARSON_ADI";
            this.grdGARSON.HeaderText       = "Garson";
            this.grdGARSON.Name             = "grdGARSON";
            this.grdGARSON.ReadOnly         = true;
            //
            // BlueIptalUrunRaporu
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.grdIptalStok);
            this.Controls.Add(this.pnlDipToplam);
            this.Controls.Add(this.arsPanel1);
            this.MenuAdi   = "Blue Iptal Urun Raporu";
            this.MenuKodu  = "Hnxh\'Jsxğn:Yyvp(Ycsryv";
            this.MenuTitle = "Iptal Urun Raporu";
            this.Name      = "BlueIptalUrunRaporu";
            this.Text      = "Iptal Urun Raporu";
            this.Load     += new System.EventHandler(this.BlueIptalUrunRaporu_Load);
            this.Controls.SetChildIndex(this.arsPanel1, 0);
            this.Controls.SetChildIndex(this.pnlDipToplam, 0);
            this.Controls.SetChildIndex(this.grdIptalStok, 0);
            ((System.ComponentModel.ISupportInitialize)(this.grdIptalStok)).EndInit();
            this.cmsRapor.ResumeLayout(false);
            this.arsPanel1.ResumeLayout(false);
            this.arsPanel1.PerformLayout();
            this.pnlDipToplam.ResumeLayout(false);
            this.pnlDipToplam.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #14
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle6  = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle7  = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle8  = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle9  = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StokHareketRaporu));
            GuideField guideField3 = new GuideField();
            GuideField guideField4 = new GuideField();

            this.grdStokHareketRaporu = new ArsLib.Controls.ArsGrid();
            this.grdTARIH             = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBELGE_NO          = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdISLEM             = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdEVRAK_NO          = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdVADE_TARIHI       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdCIKIS             = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdGIRIS             = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBAKIYE            = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pnlFiltre            = new ArsLib.Controls.ArsPanel();
            this.btnFiltrele          = new DevExpress.XtraEditors.SimpleButton();
            this.BIT_TAR            = new ArsLib.Controls.ArsDateTime();
            this.arsLabel4          = new ArsLib.Controls.ArsLabel();
            this.BAS_TAR            = new ArsLib.Controls.ArsDateTime();
            this.arsLabel3          = new ArsLib.Controls.ArsLabel();
            this.STOK_ADI           = new ArsLib.Controls.ArsEdit();
            this.arsLabel2          = new ArsLib.Controls.ArsLabel();
            this.btnCARI_KODURehber = new ArsLib.Controls.ArsButton();
            this.STOK_KODU          = new ArsLib.Controls.ArsEdit();
            this.arsLabel1          = new ArsLib.Controls.ArsLabel();
            ((System.ComponentModel.ISupportInitialize)(this.grdStokHareketRaporu)).BeginInit();
            this.pnlFiltre.SuspendLayout();
            this.SuspendLayout();
            //
            // grdStokHareketRaporu
            //
            this.grdStokHareketRaporu.AllowUserToAddRows = false;
            this.grdStokHareketRaporu.ArName             = "";
            this.grdStokHareketRaporu.ArTag                    = -1;
            this.grdStokHareketRaporu.BackgroundColor          = System.Drawing.Color.White;
            this.grdStokHareketRaporu.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle6.Alignment                   = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle6.BackColor                   = System.Drawing.Color.Gray;
            dataGridViewCellStyle6.Font               = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle6.ForeColor          = System.Drawing.Color.White;
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle6.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
            this.grdStokHareketRaporu.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
            this.grdStokHareketRaporu.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdStokHareketRaporu.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdTARIH,
                this.grdBELGE_NO,
                this.grdISLEM,
                this.grdEVRAK_NO,
                this.grdVADE_TARIHI,
                this.grdCIKIS,
                this.grdGIRIS,
                this.grdBAKIYE
            });
            dataGridViewCellStyle10.Alignment                   = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle10.BackColor                   = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle10.Font                        = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle10.ForeColor                   = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle10.SelectionBackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle10.SelectionForeColor          = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle10.WrapMode                    = System.Windows.Forms.DataGridViewTriState.False;
            this.grdStokHareketRaporu.DefaultCellStyle          = dataGridViewCellStyle10;
            this.grdStokHareketRaporu.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.grdStokHareketRaporu.EnableHeadersVisualStyles = false;
            this.grdStokHareketRaporu.FocusPanel                = null;
            this.grdStokHareketRaporu.IsArtezDB                 = false;
            this.grdStokHareketRaporu.KeyValue                  = "";
            this.grdStokHareketRaporu.Location                  = new System.Drawing.Point(0, 188);
            this.grdStokHareketRaporu.MultiSelect               = false;
            this.grdStokHareketRaporu.Name                      = "grdStokHareketRaporu";
            this.grdStokHareketRaporu.PanelSQL                  = "";
            this.grdStokHareketRaporu.ReadOnly                  = true;
            this.grdStokHareketRaporu.RowHeadersVisible         = false;
            this.grdStokHareketRaporu.RowTemplate.Resizable     = System.Windows.Forms.DataGridViewTriState.False;
            this.grdStokHareketRaporu.SelectionMode             = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdStokHareketRaporu.Size                      = new System.Drawing.Size(921, 262);
            this.grdStokHareketRaporu.SpecialDesign             = false;
            this.grdStokHareketRaporu.SQLText                   = "";
            this.grdStokHareketRaporu.TabIndex                  = 1;
            this.grdStokHareketRaporu.DataBindingComplete      += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.grdStokHareketRaporu_DataBindingComplete);
            //
            // grdTARIH
            //
            this.grdTARIH.DataPropertyName = "TARIH";
            this.grdTARIH.DividerWidth     = 1;
            this.grdTARIH.HeaderText       = "Tarih";
            this.grdTARIH.Name             = "grdTARIH";
            this.grdTARIH.ReadOnly         = true;
            //
            // grdBELGE_NO
            //
            this.grdBELGE_NO.DataPropertyName = "BELGE_NO";
            this.grdBELGE_NO.DividerWidth     = 1;
            this.grdBELGE_NO.HeaderText       = "Belge No";
            this.grdBELGE_NO.Name             = "grdBELGE_NO";
            this.grdBELGE_NO.ReadOnly         = true;
            //
            // grdISLEM
            //
            this.grdISLEM.DataPropertyName = "ISLEM";
            this.grdISLEM.DividerWidth     = 1;
            this.grdISLEM.HeaderText       = "İşlem";
            this.grdISLEM.Name             = "grdISLEM";
            this.grdISLEM.ReadOnly         = true;
            //
            // grdEVRAK_NO
            //
            this.grdEVRAK_NO.DataPropertyName = "EVRAK_NO";
            this.grdEVRAK_NO.DividerWidth     = 1;
            this.grdEVRAK_NO.HeaderText       = "Evrak No";
            this.grdEVRAK_NO.Name             = "grdEVRAK_NO";
            this.grdEVRAK_NO.ReadOnly         = true;
            //
            // grdVADE_TARIHI
            //
            this.grdVADE_TARIHI.DataPropertyName = "VADE_TARIHI";
            this.grdVADE_TARIHI.DividerWidth     = 1;
            this.grdVADE_TARIHI.HeaderText       = "Vade Tarihi";
            this.grdVADE_TARIHI.Name             = "grdVADE_TARIHI";
            this.grdVADE_TARIHI.ReadOnly         = true;
            //
            // grdCIKIS
            //
            this.grdCIKIS.DataPropertyName   = "CIKIS";
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle7.Format    = "N2";
            dataGridViewCellStyle7.NullValue = "0";
            this.grdCIKIS.DefaultCellStyle   = dataGridViewCellStyle7;
            this.grdCIKIS.DividerWidth       = 1;
            this.grdCIKIS.HeaderText         = "Çıkış";
            this.grdCIKIS.Name     = "grdCIKIS";
            this.grdCIKIS.ReadOnly = true;
            //
            // grdGIRIS
            //
            this.grdGIRIS.DataPropertyName   = "GIRIS";
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle8.Format    = "N2";
            dataGridViewCellStyle8.NullValue = "0";
            this.grdGIRIS.DefaultCellStyle   = dataGridViewCellStyle8;
            this.grdGIRIS.DividerWidth       = 1;
            this.grdGIRIS.HeaderText         = "Giriş";
            this.grdGIRIS.Name     = "grdGIRIS";
            this.grdGIRIS.ReadOnly = true;
            //
            // grdBAKIYE
            //
            this.grdBAKIYE.DataPropertyName  = "BAKIYE";
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle9.Format    = "N2";
            dataGridViewCellStyle9.NullValue = "0";
            this.grdBAKIYE.DefaultCellStyle  = dataGridViewCellStyle9;
            this.grdBAKIYE.DividerWidth      = 1;
            this.grdBAKIYE.HeaderText        = "Bakiye";
            this.grdBAKIYE.Name     = "grdBAKIYE";
            this.grdBAKIYE.ReadOnly = true;
            //
            // pnlFiltre
            //
            this.pnlFiltre.ArName         = "";
            this.pnlFiltre.ArsOrientation = EnmPanelOrientation.Vertical;
            this.pnlFiltre.ArTag          = -1;
            this.pnlFiltre.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlFiltre.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlFiltre.CanPaint       = true;
            this.pnlFiltre.Controls.Add(this.btnFiltrele);
            this.pnlFiltre.Controls.Add(this.BIT_TAR);
            this.pnlFiltre.Controls.Add(this.arsLabel4);
            this.pnlFiltre.Controls.Add(this.BAS_TAR);
            this.pnlFiltre.Controls.Add(this.arsLabel3);
            this.pnlFiltre.Controls.Add(this.STOK_ADI);
            this.pnlFiltre.Controls.Add(this.arsLabel2);
            this.pnlFiltre.Controls.Add(this.btnCARI_KODURehber);
            this.pnlFiltre.Controls.Add(this.STOK_KODU);
            this.pnlFiltre.Controls.Add(this.arsLabel1);
            this.pnlFiltre.Dock         = System.Windows.Forms.DockStyle.Top;
            this.pnlFiltre.DrawLastEdit = true;
            this.pnlFiltre.Location     = new System.Drawing.Point(0, 32);
            this.pnlFiltre.Name         = "pnlFiltre";
            this.pnlFiltre.Size         = new System.Drawing.Size(921, 156);
            this.pnlFiltre.TabIndex     = 3;
            //
            // btnFiltrele
            //
            this.btnFiltrele.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnFiltrele.ImageOptions.Image")));
            this.btnFiltrele.Location           = new System.Drawing.Point(122, 109);
            this.btnFiltrele.Name     = "btnFiltrele";
            this.btnFiltrele.Size     = new System.Drawing.Size(110, 36);
            this.btnFiltrele.TabIndex = 104;
            this.btnFiltrele.Text     = "Filtrele";
            this.btnFiltrele.Click   += new System.EventHandler(this.btnFiltrele_Click);
            //
            // BIT_TAR
            //
            this.BIT_TAR.ArEnable     = true;
            this.BIT_TAR.ArFocusView  = null;
            this.BIT_TAR.ArName       = "BIT_TAR";
            this.BIT_TAR.ArTag        = -1;
            this.BIT_TAR.ArVisible    = true;
            this.BIT_TAR.CanNull      = true;
            this.BIT_TAR.CustomFormat = "HH:mm";
            this.BIT_TAR.DateTimeType = EnmDateTimeType.Date;
            this.BIT_TAR.DefaultValue = "";
            this.BIT_TAR.Font         = new System.Drawing.Font("Arial", 9F);
            this.BIT_TAR.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.BIT_TAR.Location     = new System.Drawing.Point(122, 82);
            this.BIT_TAR.Name         = "BIT_TAR";
            this.BIT_TAR.Size         = new System.Drawing.Size(110, 21);
            this.BIT_TAR.TabIndex     = 3;
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.BIT_TAR;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 3;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel4.FontSize     = EnmFontSize.Normal;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Bitiş Tarihi";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 82);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel4.TabIndex     = 103;
            this.arsLabel4.Text         = "Bitiş Tarihi";
            //
            // BAS_TAR
            //
            this.BAS_TAR.ArEnable     = true;
            this.BAS_TAR.ArFocusView  = null;
            this.BAS_TAR.ArName       = "BAS_TAR";
            this.BAS_TAR.ArTag        = -1;
            this.BAS_TAR.ArVisible    = true;
            this.BAS_TAR.CanNull      = true;
            this.BAS_TAR.CustomFormat = "HH:mm";
            this.BAS_TAR.DateTimeType = EnmDateTimeType.Date;
            this.BAS_TAR.DefaultValue = "";
            this.BAS_TAR.Font         = new System.Drawing.Font("Arial", 9F);
            this.BAS_TAR.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.BAS_TAR.Location     = new System.Drawing.Point(122, 58);
            this.BAS_TAR.Name         = "BAS_TAR";
            this.BAS_TAR.Size         = new System.Drawing.Size(110, 21);
            this.BAS_TAR.TabIndex     = 2;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.BAS_TAR;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Başlangıç Tarihi";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel3.TabIndex     = 101;
            this.arsLabel3.Text         = "Başlangıç Tarihi";
            //
            // STOK_ADI
            //
            this.STOK_ADI.ArEnable           = false;
            this.STOK_ADI.ArFocusView        = null;
            this.STOK_ADI.ArName             = "STOK_ADI";
            this.STOK_ADI.ArTag              = -1;
            this.STOK_ADI.ArVisible          = true;
            this.STOK_ADI.CanNull            = true;
            this.STOK_ADI.DecimalCount       = 2;
            this.STOK_ADI.DefaultValue       = "";
            this.STOK_ADI.DotDigit           = true;
            this.STOK_ADI.EditType           = EnmEditType.String;
            this.STOK_ADI.ExitCheck          = false;
            this.STOK_ADI.ExitError          = false;
            this.STOK_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.STOK_ADI.FontSize           = EnmFontSize.Normal;
            this.STOK_ADI.GuideEdit          = null;
            this.STOK_ADI.GuideTitle         = "";
            this.STOK_ADI.Location           = new System.Drawing.Point(122, 34);
            this.STOK_ADI.Name               = "STOK_ADI";
            this.STOK_ADI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.STOK_ADI.PrivateName        = "";
            this.STOK_ADI.PrivateValue       = "";
            this.STOK_ADI.Size               = new System.Drawing.Size(224, 21);
            this.STOK_ADI.TabIndex           = 1;
            this.STOK_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.STOK_ADI;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Stok Adı";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel2.TabIndex     = 100;
            this.arsLabel2.Text         = "Stok Adı";
            //
            // btnCARI_KODURehber
            //
            this.btnCARI_KODURehber.ArControlView             = this.STOK_KODU;
            this.btnCARI_KODURehber.ArName                    = "";
            this.btnCARI_KODURehber.ArTag                     = -1;
            this.btnCARI_KODURehber.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnCARI_KODURehber.BackgroundImage")));
            this.btnCARI_KODURehber.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.btnCARI_KODURehber.BigGuide                  = false;
            this.btnCARI_KODURehber.ButtonType                = EnmButtonType.Guide;
            this.btnCARI_KODURehber.FlatAppearance.BorderSize = 0;
            this.btnCARI_KODURehber.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField3.Name = "STOK_KODU";
            guideField3.Text = "Stok Kodu";
            guideField4.Name = "STOK_ADI";
            guideField4.Text = "Stok Adı";
            this.btnCARI_KODURehber.GuideFieldList = new GuideField[] {
                guideField3,
                guideField4
            };
            this.btnCARI_KODURehber.IsArtezDB = false;
            this.btnCARI_KODURehber.Location  = new System.Drawing.Point(325, 10);
            this.btnCARI_KODURehber.Name      = "btnCARI_KODURehber";
            this.btnCARI_KODURehber.Size      = new System.Drawing.Size(21, 21);
            this.btnCARI_KODURehber.SQLText   = "SELECT STOK_KODU, STOK_ADI FROM [TBLSTOK]";
            this.btnCARI_KODURehber.TabIndex  = 99;
            this.btnCARI_KODURehber.TabStop   = false;
            this.btnCARI_KODURehber.UseVisualStyleBackColor = true;
            //
            // STOK_KODU
            //
            this.STOK_KODU.ArEnable           = true;
            this.STOK_KODU.ArFocusView        = null;
            this.STOK_KODU.ArName             = "STOK_KODU";
            this.STOK_KODU.ArTag              = -1;
            this.STOK_KODU.ArVisible          = true;
            this.STOK_KODU.CanNull            = false;
            this.STOK_KODU.DecimalCount       = 2;
            this.STOK_KODU.DefaultValue       = "";
            this.STOK_KODU.DotDigit           = true;
            this.STOK_KODU.EditType           = EnmEditType.String;
            this.STOK_KODU.ExitCheck          = true;
            this.STOK_KODU.ExitError          = false;
            this.STOK_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.STOK_KODU.FontSize           = EnmFontSize.Normal;
            this.STOK_KODU.GuideEdit          = this.STOK_ADI;
            this.STOK_KODU.GuideTitle         = "";
            this.STOK_KODU.Location           = new System.Drawing.Point(122, 10);
            this.STOK_KODU.Name               = "STOK_KODU";
            this.STOK_KODU.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.STOK_KODU.PrivateName        = "";
            this.STOK_KODU.PrivateValue       = "";
            this.STOK_KODU.Size               = new System.Drawing.Size(200, 21);
            this.STOK_KODU.TabIndex           = 0;
            this.STOK_KODU.UseVirtualKeyboard = false;
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.STOK_KODU;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Stok Kodu";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel1.TabIndex     = 1;
            this.arsLabel1.Text         = "Stok Kodu";
            //
            // StokHareketRaporu
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.CanPaint            = true;
            this.ClientSize          = new System.Drawing.Size(921, 450);
            this.Controls.Add(this.grdStokHareketRaporu);
            this.Controls.Add(this.pnlFiltre);
            this.MenuAdi  = "Stok Hareket Raporu";
            this.MenuKodu = "Züqo\'İçukmğx\'Şçşuşx";
            this.Name     = "StokHareketRaporu";
            this.Text     = "";
            this.Load    += new System.EventHandler(this.StokHareketRaporu_Load);
            this.Controls.SetChildIndex(this.pnlFiltre, 0);
            this.Controls.SetChildIndex(this.grdStokHareketRaporu, 0);
            ((System.ComponentModel.ISupportInitialize)(this.grdStokHareketRaporu)).EndInit();
            this.pnlFiltre.ResumeLayout(false);
            this.pnlFiltre.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #15
0
        /// <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();
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CariBakiyeRaporu));
            this.arsPanel1           = new ArsLib.Controls.ArsPanel();
            this.arsButton1          = new ArsLib.Controls.ArsButton();
            this.CARI_KODU           = new ArsLib.Controls.ArsEdit();
            this.arsLabel1           = new ArsLib.Controls.ArsLabel();
            this.grdStokBakiyeRaporu = new ArsLib.Controls.ArsGrid();
            this.grdCARI_KODU        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdCARI_ADI         = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBORC             = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdALACAK           = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBAKIYE           = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.BtnFiltrele         = new DevExpress.XtraEditors.SimpleButton();
            this.arsPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdStokBakiyeRaporu)).BeginInit();
            this.SuspendLayout();
            //
            // arsPanel1
            //
            this.arsPanel1.ArName         = "";
            this.arsPanel1.ArsOrientation = EnmPanelOrientation.Vertical;
            this.arsPanel1.ArTag          = -1;
            this.arsPanel1.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.arsPanel1.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.arsPanel1.CanPaint       = true;
            this.arsPanel1.Controls.Add(this.BtnFiltrele);
            this.arsPanel1.Controls.Add(this.arsButton1);
            this.arsPanel1.Controls.Add(this.CARI_KODU);
            this.arsPanel1.Controls.Add(this.arsLabel1);
            this.arsPanel1.Dock         = System.Windows.Forms.DockStyle.Top;
            this.arsPanel1.DrawLastEdit = true;
            this.arsPanel1.Location     = new System.Drawing.Point(0, 0);
            this.arsPanel1.Name         = "arsPanel1";
            this.arsPanel1.Size         = new System.Drawing.Size(800, 85);
            this.arsPanel1.TabIndex     = 1;
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.CARI_KODU;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "CARI_KODU";
            guideField1.Text = "Cari Kodu";
            guideField2.Name = "CARI_ADI";
            guideField2.Text = "Cari Adı";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.arsButton1.Location = new System.Drawing.Point(302, 10);
            this.arsButton1.Name     = "arsButton1";
            this.arsButton1.Size     = new System.Drawing.Size(21, 21);
            this.arsButton1.SQLText  = "SELECT CARI_KODU, CARI_ADI FROM [TBLCARI]";
            this.arsButton1.TabIndex = 99;
            this.arsButton1.TabStop  = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // CARI_KODU
            //
            this.CARI_KODU.ArEnable           = true;
            this.CARI_KODU.ArFocusView        = null;
            this.CARI_KODU.ArName             = "CARI_KODU";
            this.CARI_KODU.ArTag              = -1;
            this.CARI_KODU.ArVisible          = true;
            this.CARI_KODU.CanNull            = true;
            this.CARI_KODU.DecimalCount       = 2;
            this.CARI_KODU.DefaultValue       = "";
            this.CARI_KODU.EditType           = EnmEditType.String;
            this.CARI_KODU.ExitCheck          = false;
            this.CARI_KODU.ExitError          = false;
            this.CARI_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.CARI_KODU.FontSize           = EnmFontSize.Normal;
            this.CARI_KODU.GuideEdit          = null;
            this.CARI_KODU.GuideTitle         = "";
            this.CARI_KODU.Location           = new System.Drawing.Point(99, 10);
            this.CARI_KODU.Name               = "CARI_KODU";
            this.CARI_KODU.PrivateName        = "";
            this.CARI_KODU.PrivateValue       = "";
            this.CARI_KODU.Size               = new System.Drawing.Size(200, 21);
            this.CARI_KODU.TabIndex           = 0;
            this.CARI_KODU.UseVirtualKeyboard = false;
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.CARI_KODU;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = -1;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Cari Kodu";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(79, 21);
            this.arsLabel1.TabIndex     = 0;
            this.arsLabel1.Text         = "Cari Kodu";
            //
            // grdStokBakiyeRaporu
            //
            this.grdStokBakiyeRaporu.AllowUserToAddRows = false;
            this.grdStokBakiyeRaporu.ArName             = "";
            this.grdStokBakiyeRaporu.ArTag                    = -1;
            this.grdStokBakiyeRaporu.BackgroundColor          = System.Drawing.Color.White;
            this.grdStokBakiyeRaporu.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment                  = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor                  = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font               = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor          = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
            this.grdStokBakiyeRaporu.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdStokBakiyeRaporu.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdStokBakiyeRaporu.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdCARI_KODU,
                this.grdCARI_ADI,
                this.grdBORC,
                this.grdALACAK,
                this.grdBAKIYE
            });
            dataGridViewCellStyle5.Alignment                   = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle5.BackColor                   = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle5.Font                        = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle5.ForeColor                   = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle5.SelectionBackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle5.SelectionForeColor          = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle5.WrapMode                    = System.Windows.Forms.DataGridViewTriState.False;
            this.grdStokBakiyeRaporu.DefaultCellStyle          = dataGridViewCellStyle5;
            this.grdStokBakiyeRaporu.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.grdStokBakiyeRaporu.EnableHeadersVisualStyles = false;
            this.grdStokBakiyeRaporu.FocusPanel                = null;
            this.grdStokBakiyeRaporu.KeyValue                  = "";
            this.grdStokBakiyeRaporu.Location                  = new System.Drawing.Point(0, 85);
            this.grdStokBakiyeRaporu.MultiSelect               = false;
            this.grdStokBakiyeRaporu.Name                      = "grdStokBakiyeRaporu";
            this.grdStokBakiyeRaporu.PanelSQL                  = "";
            this.grdStokBakiyeRaporu.ReadOnly                  = true;
            this.grdStokBakiyeRaporu.RowHeadersVisible         = false;
            this.grdStokBakiyeRaporu.RowTemplate.Resizable     = System.Windows.Forms.DataGridViewTriState.False;
            this.grdStokBakiyeRaporu.SelectionMode             = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdStokBakiyeRaporu.Size                      = new System.Drawing.Size(800, 365);
            this.grdStokBakiyeRaporu.SpecialDesign             = false;
            this.grdStokBakiyeRaporu.SQLText                   = "";
            this.grdStokBakiyeRaporu.TabIndex                  = 2;
            //
            // grdCARI_KODU
            //
            this.grdCARI_KODU.DataPropertyName = "CARI_KODU";
            this.grdCARI_KODU.DividerWidth     = 1;
            this.grdCARI_KODU.HeaderText       = "Cari Kodu";
            this.grdCARI_KODU.Name             = "grdCARI_KODU";
            this.grdCARI_KODU.ReadOnly         = true;
            //
            // grdCARI_ADI
            //
            this.grdCARI_ADI.DataPropertyName = "CARI_ADI";
            this.grdCARI_ADI.DividerWidth     = 1;
            this.grdCARI_ADI.HeaderText       = "Cari Adı";
            this.grdCARI_ADI.Name             = "grdCARI_ADI";
            this.grdCARI_ADI.ReadOnly         = true;
            //
            // grdBORC
            //
            this.grdBORC.DataPropertyName    = "BORC";
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle2.Format    = "N2";
            dataGridViewCellStyle2.NullValue = "0";
            this.grdBORC.DefaultCellStyle    = dataGridViewCellStyle2;
            this.grdBORC.DividerWidth        = 1;
            this.grdBORC.HeaderText          = "Borç";
            this.grdBORC.Name     = "grdBORC";
            this.grdBORC.ReadOnly = true;
            //
            // grdALACAK
            //
            this.grdALACAK.DataPropertyName  = "ALACAK";
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle3.Format    = "N2";
            dataGridViewCellStyle3.NullValue = "0";
            this.grdALACAK.DefaultCellStyle  = dataGridViewCellStyle3;
            this.grdALACAK.DividerWidth      = 1;
            this.grdALACAK.HeaderText        = "Alacak";
            this.grdALACAK.Name     = "grdALACAK";
            this.grdALACAK.ReadOnly = true;
            //
            // grdBAKIYE
            //
            this.grdBAKIYE.DataPropertyName  = "BAKIYE";
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle4.Format    = "N2";
            dataGridViewCellStyle4.NullValue = "0";
            this.grdBAKIYE.DefaultCellStyle  = dataGridViewCellStyle4;
            this.grdBAKIYE.DividerWidth      = 1;
            this.grdBAKIYE.HeaderText        = "Bakiye";
            this.grdBAKIYE.Name     = "grdBAKIYE";
            this.grdBAKIYE.ReadOnly = true;
            //
            // BtnFiltrele
            //
            this.BtnFiltrele.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("BtnFiltrele.ImageOptions.Image")));
            this.BtnFiltrele.Location           = new System.Drawing.Point(224, 37);
            this.BtnFiltrele.Name     = "BtnFiltrele";
            this.BtnFiltrele.Size     = new System.Drawing.Size(75, 39);
            this.BtnFiltrele.TabIndex = 135;
            this.BtnFiltrele.Text     = "Filtrele";
            this.BtnFiltrele.Click   += new System.EventHandler(this.BtnFiltrele_Click);
            //
            // CariBakiyeRaporu
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.CanPaint            = true;
            this.ClientSize          = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.grdStokBakiyeRaporu);
            this.Controls.Add(this.arsPanel1);
            this.MaximizeBox = false;
            this.MenuAdi     = "Cari Bakiye Raporu";
            this.MenuKodu    = "Ictm\'Ççopwğ(Ycsryv";
            this.MinimizeBox = false;
            this.Name        = "CariBakiyeRaporu";
            this.Text        = "";
            this.Load       += new System.EventHandler(this.CariBakiyeRaporu_Load);
            this.arsPanel1.ResumeLayout(false);
            this.arsPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdStokBakiyeRaporu)).EndInit();
            this.ResumeLayout(false);
        }
예제 #16
0
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StokAltUrun));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();
            GuideField guideField3 = new GuideField();
            GuideField guideField4 = new GuideField();

            this.pnlStokAltUrun = new ArsLib.Controls.ArsPanel();
            this.ACIKLAMA       = new ArsLib.Controls.ArsEdit();
            this.arsLabel6      = new ArsLib.Controls.ArsLabel();
            this.BtnTemizle     = new DevExpress.XtraEditors.SimpleButton();
            this.BtnSil         = new DevExpress.XtraEditors.SimpleButton();
            this.BtnKaydet      = new DevExpress.XtraEditors.SimpleButton();
            this.MIKTAR         = new ArsLib.Controls.ArsEdit();
            this.arsLabel5      = new ArsLib.Controls.ArsLabel();
            this.ALT_STOK_ADI   = new ArsLib.Controls.ArsEdit();
            this.arsLabel4      = new ArsLib.Controls.ArsLabel();
            this.arsButton2     = new ArsLib.Controls.ArsButton();
            this.ALT_STOK_KODU  = new ArsLib.Controls.ArsEdit();
            this.arsLabel3      = new ArsLib.Controls.ArsLabel();
            this.STOK_ADI       = new ArsLib.Controls.ArsEdit();
            this.arsLabel2      = new ArsLib.Controls.ArsLabel();
            this.arsButton1     = new ArsLib.Controls.ArsButton();
            this.STOK_KODU      = new ArsLib.Controls.ArsEdit();
            this.arsLabel1      = new ArsLib.Controls.ArsLabel();
            this.pnlStokAltUrun.SuspendLayout();
            this.SuspendLayout();
            //
            // pnlStokAltUrun
            //
            this.pnlStokAltUrun.ArName         = "";
            this.pnlStokAltUrun.ArsOrientation = EnmPanelOrientation.Vertical;
            this.pnlStokAltUrun.ArTag          = -1;
            this.pnlStokAltUrun.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlStokAltUrun.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlStokAltUrun.CanPaint       = true;
            this.pnlStokAltUrun.Controls.Add(this.ACIKLAMA);
            this.pnlStokAltUrun.Controls.Add(this.arsLabel6);
            this.pnlStokAltUrun.Controls.Add(this.BtnTemizle);
            this.pnlStokAltUrun.Controls.Add(this.BtnSil);
            this.pnlStokAltUrun.Controls.Add(this.BtnKaydet);
            this.pnlStokAltUrun.Controls.Add(this.MIKTAR);
            this.pnlStokAltUrun.Controls.Add(this.arsLabel5);
            this.pnlStokAltUrun.Controls.Add(this.ALT_STOK_ADI);
            this.pnlStokAltUrun.Controls.Add(this.arsLabel4);
            this.pnlStokAltUrun.Controls.Add(this.arsButton2);
            this.pnlStokAltUrun.Controls.Add(this.ALT_STOK_KODU);
            this.pnlStokAltUrun.Controls.Add(this.arsLabel3);
            this.pnlStokAltUrun.Controls.Add(this.STOK_ADI);
            this.pnlStokAltUrun.Controls.Add(this.arsLabel2);
            this.pnlStokAltUrun.Controls.Add(this.arsButton1);
            this.pnlStokAltUrun.Controls.Add(this.STOK_KODU);
            this.pnlStokAltUrun.Controls.Add(this.arsLabel1);
            this.pnlStokAltUrun.Dock         = System.Windows.Forms.DockStyle.Left;
            this.pnlStokAltUrun.DrawLastEdit = true;
            this.pnlStokAltUrun.Location     = new System.Drawing.Point(0, 32);
            this.pnlStokAltUrun.Name         = "pnlStokAltUrun";
            this.pnlStokAltUrun.Size         = new System.Drawing.Size(406, 418);
            this.pnlStokAltUrun.TabIndex     = 2;
            //
            // ACIKLAMA
            //
            this.ACIKLAMA.ArEnable           = true;
            this.ACIKLAMA.ArFocusView        = null;
            this.ACIKLAMA.ArName             = "ACIKLAMA";
            this.ACIKLAMA.ArTag              = -1;
            this.ACIKLAMA.ArVisible          = true;
            this.ACIKLAMA.CanNull            = true;
            this.ACIKLAMA.DecimalCount       = 2;
            this.ACIKLAMA.DefaultValue       = "";
            this.ACIKLAMA.DotDigit           = true;
            this.ACIKLAMA.EditType           = EnmEditType.MultiLine;
            this.ACIKLAMA.ExitCheck          = false;
            this.ACIKLAMA.ExitError          = false;
            this.ACIKLAMA.Font               = new System.Drawing.Font("Arial", 9F);
            this.ACIKLAMA.FontSize           = EnmFontSize.Normal;
            this.ACIKLAMA.GuideEdit          = null;
            this.ACIKLAMA.GuideTitle         = "";
            this.ACIKLAMA.Location           = new System.Drawing.Point(112, 130);
            this.ACIKLAMA.Multiline          = true;
            this.ACIKLAMA.Name               = "ACIKLAMA";
            this.ACIKLAMA.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.ACIKLAMA.PrivateName        = "";
            this.ACIKLAMA.PrivateValue       = "";
            this.ACIKLAMA.ScrollBars         = System.Windows.Forms.ScrollBars.Both;
            this.ACIKLAMA.Size               = new System.Drawing.Size(285, 50);
            this.ACIKLAMA.TabIndex           = 5;
            this.ACIKLAMA.UseVirtualKeyboard = false;
            //
            // arsLabel6
            //
            this.arsLabel6.ArFocusView  = this.ACIKLAMA;
            this.arsLabel6.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel6.ArName       = "";
            this.arsLabel6.ArTag        = 5;
            this.arsLabel6.CharLimit    = 0;
            this.arsLabel6.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel6.FontSize     = EnmFontSize.Normal;
            this.arsLabel6.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel6.FullText     = "Açıklama";
            this.arsLabel6.Location     = new System.Drawing.Point(15, 130);
            this.arsLabel6.Name         = "arsLabel6";
            this.arsLabel6.PrivateValue = "";
            this.arsLabel6.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel6.TabIndex     = 161;
            this.arsLabel6.Text         = "Açıklama";
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(306, 186);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 158;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // BtnSil
            //
            this.BtnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnSil.Appearance.Options.UseFont = true;
            this.BtnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnSil.ImageOptions.Image")));
            this.BtnSil.Location = new System.Drawing.Point(209, 186);
            this.BtnSil.Name     = "BtnSil";
            this.BtnSil.Size     = new System.Drawing.Size(91, 39);
            this.BtnSil.TabIndex = 159;
            this.BtnSil.Text     = "Sil";
            this.BtnSil.Click   += new System.EventHandler(this.BtnSil_Click);
            //
            // BtnKaydet
            //
            this.BtnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnKaydet.Appearance.Options.UseFont = true;
            this.BtnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnKaydet.ImageOptions.Image")));
            this.BtnKaydet.Location = new System.Drawing.Point(112, 186);
            this.BtnKaydet.Name     = "BtnKaydet";
            this.BtnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.BtnKaydet.TabIndex = 160;
            this.BtnKaydet.Text     = "Kaydet";
            this.BtnKaydet.Click   += new System.EventHandler(this.BtnKaydet_Click);
            //
            // MIKTAR
            //
            this.MIKTAR.ArEnable           = true;
            this.MIKTAR.ArFocusView        = null;
            this.MIKTAR.ArName             = "MIKTAR";
            this.MIKTAR.ArTag              = -1;
            this.MIKTAR.ArVisible          = true;
            this.MIKTAR.CanNull            = false;
            this.MIKTAR.DecimalCount       = 2;
            this.MIKTAR.DefaultValue       = "";
            this.MIKTAR.DotDigit           = true;
            this.MIKTAR.EditType           = EnmEditType.Numeric;
            this.MIKTAR.ExitCheck          = false;
            this.MIKTAR.ExitError          = false;
            this.MIKTAR.Font               = new System.Drawing.Font("Arial", 9F);
            this.MIKTAR.FontSize           = EnmFontSize.Normal;
            this.MIKTAR.GuideEdit          = null;
            this.MIKTAR.GuideTitle         = "";
            this.MIKTAR.Location           = new System.Drawing.Point(112, 106);
            this.MIKTAR.Name               = "MIKTAR";
            this.MIKTAR.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.MIKTAR.PrivateName        = "";
            this.MIKTAR.PrivateValue       = "";
            this.MIKTAR.Size               = new System.Drawing.Size(130, 21);
            this.MIKTAR.TabIndex           = 4;
            this.MIKTAR.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
            this.MIKTAR.UseVirtualKeyboard = false;
            //
            // arsLabel5
            //
            this.arsLabel5.ArFocusView  = this.MIKTAR;
            this.arsLabel5.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel5.ArName       = "";
            this.arsLabel5.ArTag        = 4;
            this.arsLabel5.CharLimit    = 0;
            this.arsLabel5.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel5.FontSize     = EnmFontSize.Normal;
            this.arsLabel5.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel5.FullText     = "Miktar";
            this.arsLabel5.Location     = new System.Drawing.Point(15, 106);
            this.arsLabel5.Name         = "arsLabel5";
            this.arsLabel5.PrivateValue = "";
            this.arsLabel5.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel5.TabIndex     = 103;
            this.arsLabel5.Text         = "Miktar";
            //
            // ALT_STOK_ADI
            //
            this.ALT_STOK_ADI.ArEnable           = false;
            this.ALT_STOK_ADI.ArFocusView        = null;
            this.ALT_STOK_ADI.ArName             = "ALT_STOK_ADI";
            this.ALT_STOK_ADI.ArTag              = -1;
            this.ALT_STOK_ADI.ArVisible          = true;
            this.ALT_STOK_ADI.CanNull            = true;
            this.ALT_STOK_ADI.DecimalCount       = 2;
            this.ALT_STOK_ADI.DefaultValue       = "";
            this.ALT_STOK_ADI.DotDigit           = true;
            this.ALT_STOK_ADI.EditType           = EnmEditType.String;
            this.ALT_STOK_ADI.ExitCheck          = false;
            this.ALT_STOK_ADI.ExitError          = false;
            this.ALT_STOK_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.ALT_STOK_ADI.FontSize           = EnmFontSize.Normal;
            this.ALT_STOK_ADI.GuideEdit          = null;
            this.ALT_STOK_ADI.GuideTitle         = "";
            this.ALT_STOK_ADI.Location           = new System.Drawing.Point(112, 82);
            this.ALT_STOK_ADI.Name               = "ALT_STOK_ADI";
            this.ALT_STOK_ADI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.ALT_STOK_ADI.PrivateName        = "";
            this.ALT_STOK_ADI.PrivateValue       = "";
            this.ALT_STOK_ADI.Size               = new System.Drawing.Size(285, 21);
            this.ALT_STOK_ADI.TabIndex           = 3;
            this.ALT_STOK_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.ALT_STOK_ADI;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 3;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel4.FontSize     = EnmFontSize.Normal;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Alt Stok Adı";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 82);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel4.TabIndex     = 102;
            this.arsLabel4.Text         = "Alt Stok Adı";
            //
            // arsButton2
            //
            this.arsButton2.ArControlView             = this.ALT_STOK_KODU;
            this.arsButton2.ArName                    = "";
            this.arsButton2.ArTag                     = -1;
            this.arsButton2.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton2.BackgroundImage")));
            this.arsButton2.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton2.BigGuide                  = false;
            this.arsButton2.ButtonType                = EnmButtonType.Guide;
            this.arsButton2.FlatAppearance.BorderSize = 0;
            this.arsButton2.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "ALT_STOK_KODU";
            guideField1.Text = "Stok Kodu";
            guideField2.Name = "ALT_STOK_ADI";
            guideField2.Text = "Stok Adı";
            this.arsButton2.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.arsButton2.IsArtezDB = false;
            this.arsButton2.Location  = new System.Drawing.Point(378, 58);
            this.arsButton2.Name      = "arsButton2";
            this.arsButton2.Size      = new System.Drawing.Size(21, 21);
            this.arsButton2.SQLText   = "SELECT STOK_KODU AS ALT_STOK_KODU, STOK_ADI AS ALT_STOK_ADI FROM [TBLSTOK] WHERE " +
                                        "/*WS*/ISNULL(MENU_STOK, 0) = 0/*WE*/ ORDER BY STOK_KODU";
            this.arsButton2.TabIndex = 99;
            this.arsButton2.TabStop  = false;
            this.arsButton2.UseVisualStyleBackColor = true;
            //
            // ALT_STOK_KODU
            //
            this.ALT_STOK_KODU.ArEnable           = true;
            this.ALT_STOK_KODU.ArFocusView        = null;
            this.ALT_STOK_KODU.ArName             = "ALT_STOK_KODU";
            this.ALT_STOK_KODU.ArTag              = 1;
            this.ALT_STOK_KODU.ArVisible          = true;
            this.ALT_STOK_KODU.CanNull            = false;
            this.ALT_STOK_KODU.DecimalCount       = 2;
            this.ALT_STOK_KODU.DefaultValue       = "";
            this.ALT_STOK_KODU.DotDigit           = true;
            this.ALT_STOK_KODU.EditType           = EnmEditType.String;
            this.ALT_STOK_KODU.ExitCheck          = false;
            this.ALT_STOK_KODU.ExitError          = false;
            this.ALT_STOK_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.ALT_STOK_KODU.FontSize           = EnmFontSize.Normal;
            this.ALT_STOK_KODU.GuideEdit          = this.ALT_STOK_ADI;
            this.ALT_STOK_KODU.GuideTitle         = "";
            this.ALT_STOK_KODU.Location           = new System.Drawing.Point(112, 58);
            this.ALT_STOK_KODU.Name               = "ALT_STOK_KODU";
            this.ALT_STOK_KODU.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.ALT_STOK_KODU.PrivateName        = "";
            this.ALT_STOK_KODU.PrivateValue       = "";
            this.ALT_STOK_KODU.Size               = new System.Drawing.Size(263, 21);
            this.ALT_STOK_KODU.TabIndex           = 2;
            this.ALT_STOK_KODU.UseVirtualKeyboard = false;
            this.ALT_STOK_KODU.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.ALT_STOK_KODU_ArsExit);
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.ALT_STOK_KODU;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Alt Stok Kodu";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel3.TabIndex     = 101;
            this.arsLabel3.Text         = "Alt Stok Kodu";
            //
            // STOK_ADI
            //
            this.STOK_ADI.ArEnable           = false;
            this.STOK_ADI.ArFocusView        = null;
            this.STOK_ADI.ArName             = "STOK_ADI";
            this.STOK_ADI.ArTag              = -1;
            this.STOK_ADI.ArVisible          = true;
            this.STOK_ADI.CanNull            = true;
            this.STOK_ADI.DecimalCount       = 2;
            this.STOK_ADI.DefaultValue       = "";
            this.STOK_ADI.DotDigit           = true;
            this.STOK_ADI.EditType           = EnmEditType.String;
            this.STOK_ADI.ExitCheck          = false;
            this.STOK_ADI.ExitError          = false;
            this.STOK_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.STOK_ADI.FontSize           = EnmFontSize.Normal;
            this.STOK_ADI.GuideEdit          = null;
            this.STOK_ADI.GuideTitle         = "";
            this.STOK_ADI.Location           = new System.Drawing.Point(112, 34);
            this.STOK_ADI.Name               = "STOK_ADI";
            this.STOK_ADI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.STOK_ADI.PrivateName        = "";
            this.STOK_ADI.PrivateValue       = "";
            this.STOK_ADI.Size               = new System.Drawing.Size(285, 21);
            this.STOK_ADI.TabIndex           = 1;
            this.STOK_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.STOK_ADI;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Stok Adı";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel2.TabIndex     = 100;
            this.arsLabel2.Text         = "Stok Adı";
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.STOK_KODU;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField3.Name = "STOK_KODU";
            guideField3.Text = "Stok Kodu";
            guideField4.Name = "STOK_ADI";
            guideField4.Text = "Stok Adı";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField3,
                guideField4
            };
            this.arsButton1.IsArtezDB = false;
            this.arsButton1.Location  = new System.Drawing.Point(378, 10);
            this.arsButton1.Name      = "arsButton1";
            this.arsButton1.Size      = new System.Drawing.Size(21, 21);
            this.arsButton1.SQLText   = "SELECT STOK_KODU, STOK_ADI FROM [TBLSTOK] WHERE /*WS*/ISNULL(MENU_STOK, 0) = 1/*W" +
                                        "E*/ ORDER BY STOK_KODU";
            this.arsButton1.TabIndex = 99;
            this.arsButton1.TabStop  = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // STOK_KODU
            //
            this.STOK_KODU.ArEnable           = true;
            this.STOK_KODU.ArFocusView        = null;
            this.STOK_KODU.ArName             = "STOK_KODU";
            this.STOK_KODU.ArTag              = 0;
            this.STOK_KODU.ArVisible          = true;
            this.STOK_KODU.CanNull            = false;
            this.STOK_KODU.DecimalCount       = 2;
            this.STOK_KODU.DefaultValue       = "";
            this.STOK_KODU.DotDigit           = true;
            this.STOK_KODU.EditType           = EnmEditType.String;
            this.STOK_KODU.ExitCheck          = false;
            this.STOK_KODU.ExitError          = false;
            this.STOK_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.STOK_KODU.FontSize           = EnmFontSize.Normal;
            this.STOK_KODU.GuideEdit          = this.STOK_ADI;
            this.STOK_KODU.GuideTitle         = "";
            this.STOK_KODU.Location           = new System.Drawing.Point(112, 10);
            this.STOK_KODU.Name               = "STOK_KODU";
            this.STOK_KODU.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.STOK_KODU.PrivateName        = "";
            this.STOK_KODU.PrivateValue       = "";
            this.STOK_KODU.Size               = new System.Drawing.Size(263, 21);
            this.STOK_KODU.TabIndex           = 0;
            this.STOK_KODU.UseVirtualKeyboard = false;
            this.STOK_KODU.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.STOK_KODU_ArsExit);
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.STOK_KODU;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Stok Kodu";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel1.TabIndex     = 1;
            this.arsLabel1.Text         = "Stok Kodu";
            //
            // StokAltUrun
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BtnClear            = this.BtnTemizle;
            this.BtnDel     = this.BtnSil;
            this.BtnSave    = this.BtnKaydet;
            this.CanPaint   = true;
            this.ClientSize = new System.Drawing.Size(627, 450);
            this.Controls.Add(this.pnlStokAltUrun);
            this.MenuAdi  = "Stok Alt Ürün";
            this.MenuKodu = "Züqo\'Cox\'Xtzt";
            this.Name     = "StokAltUrun";
            this.Text     = "";
            this.Controls.SetChildIndex(this.pnlStokAltUrun, 0);
            this.pnlStokAltUrun.ResumeLayout(false);
            this.pnlStokAltUrun.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #17
0
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StokGrup));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            this.PnlStokGrup = new ArsLib.Controls.ArsPanel();
            this.BtnTemizle  = new DevExpress.XtraEditors.SimpleButton();
            this.BtnSil      = new DevExpress.XtraEditors.SimpleButton();
            this.BtnKaydet   = new DevExpress.XtraEditors.SimpleButton();
            this.ACIKLAMA    = new ArsLib.Controls.ArsEdit();
            this.arsLabel3   = new ArsLib.Controls.ArsLabel();
            this.GRUP_TANIMI = new ArsLib.Controls.ArsEdit();
            this.arsLabel2   = new ArsLib.Controls.ArsLabel();
            this.arsButton1  = new ArsLib.Controls.ArsButton();
            this.GRUP_KODU   = new ArsLib.Controls.ArsEdit();
            this.arsLabel1   = new ArsLib.Controls.ArsLabel();
            this.PnlStokGrup.SuspendLayout();
            this.SuspendLayout();
            //
            // PnlStokGrup
            //
            this.PnlStokGrup.ArName         = "";
            this.PnlStokGrup.ArsOrientation = EnmPanelOrientation.Vertical;
            this.PnlStokGrup.ArTag          = -1;
            this.PnlStokGrup.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.PnlStokGrup.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.PnlStokGrup.CanPaint       = true;
            this.PnlStokGrup.Controls.Add(this.BtnTemizle);
            this.PnlStokGrup.Controls.Add(this.BtnSil);
            this.PnlStokGrup.Controls.Add(this.BtnKaydet);
            this.PnlStokGrup.Controls.Add(this.ACIKLAMA);
            this.PnlStokGrup.Controls.Add(this.arsLabel3);
            this.PnlStokGrup.Controls.Add(this.GRUP_TANIMI);
            this.PnlStokGrup.Controls.Add(this.arsLabel2);
            this.PnlStokGrup.Controls.Add(this.arsButton1);
            this.PnlStokGrup.Controls.Add(this.GRUP_KODU);
            this.PnlStokGrup.Controls.Add(this.arsLabel1);
            this.PnlStokGrup.Dock         = System.Windows.Forms.DockStyle.Left;
            this.PnlStokGrup.DrawLastEdit = true;
            this.PnlStokGrup.Location     = new System.Drawing.Point(0, 0);
            this.PnlStokGrup.Name         = "PnlStokGrup";
            this.PnlStokGrup.Size         = new System.Drawing.Size(428, 302);
            this.PnlStokGrup.TabIndex     = 0;
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(294, 85);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 155;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // BtnSil
            //
            this.BtnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnSil.Appearance.Options.UseFont = true;
            this.BtnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnSil.ImageOptions.Image")));
            this.BtnSil.Location = new System.Drawing.Point(197, 85);
            this.BtnSil.Name     = "BtnSil";
            this.BtnSil.Size     = new System.Drawing.Size(91, 39);
            this.BtnSil.TabIndex = 156;
            this.BtnSil.Text     = "Sil";
            this.BtnSil.Click   += new System.EventHandler(this.BtnSil_Click);
            //
            // BtnKaydet
            //
            this.BtnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnKaydet.Appearance.Options.UseFont = true;
            this.BtnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnKaydet.ImageOptions.Image")));
            this.BtnKaydet.Location = new System.Drawing.Point(100, 85);
            this.BtnKaydet.Name     = "BtnKaydet";
            this.BtnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.BtnKaydet.TabIndex = 157;
            this.BtnKaydet.Text     = "Kaydet";
            this.BtnKaydet.Click   += new System.EventHandler(this.BtnKaydet_Click);
            //
            // ACIKLAMA
            //
            this.ACIKLAMA.ArEnable           = true;
            this.ACIKLAMA.ArFocusView        = null;
            this.ACIKLAMA.ArName             = "ACIKLAMA";
            this.ACIKLAMA.ArTag              = -1;
            this.ACIKLAMA.ArVisible          = true;
            this.ACIKLAMA.CanNull            = true;
            this.ACIKLAMA.DecimalCount       = 2;
            this.ACIKLAMA.DefaultValue       = "";
            this.ACIKLAMA.EditType           = EnmEditType.String;
            this.ACIKLAMA.ExitCheck          = false;
            this.ACIKLAMA.ExitError          = false;
            this.ACIKLAMA.Font               = new System.Drawing.Font("Arial", 9F);
            this.ACIKLAMA.FontSize           = EnmFontSize.Normal;
            this.ACIKLAMA.GuideEdit          = null;
            this.ACIKLAMA.GuideTitle         = "";
            this.ACIKLAMA.Location           = new System.Drawing.Point(100, 58);
            this.ACIKLAMA.Name               = "ACIKLAMA";
            this.ACIKLAMA.PrivateName        = "";
            this.ACIKLAMA.PrivateValue       = "";
            this.ACIKLAMA.Size               = new System.Drawing.Size(285, 21);
            this.ACIKLAMA.TabIndex           = 2;
            this.ACIKLAMA.UseVirtualKeyboard = false;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.ACIKLAMA;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Açıklama";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(80, 21);
            this.arsLabel3.TabIndex     = 101;
            this.arsLabel3.Text         = "Açıklama";
            //
            // GRUP_TANIMI
            //
            this.GRUP_TANIMI.ArEnable           = true;
            this.GRUP_TANIMI.ArFocusView        = null;
            this.GRUP_TANIMI.ArName             = "GRUP_TANIMI";
            this.GRUP_TANIMI.ArTag              = -1;
            this.GRUP_TANIMI.ArVisible          = true;
            this.GRUP_TANIMI.CanNull            = false;
            this.GRUP_TANIMI.DecimalCount       = 2;
            this.GRUP_TANIMI.DefaultValue       = "";
            this.GRUP_TANIMI.EditType           = EnmEditType.String;
            this.GRUP_TANIMI.ExitCheck          = false;
            this.GRUP_TANIMI.ExitError          = false;
            this.GRUP_TANIMI.Font               = new System.Drawing.Font("Arial", 9F);
            this.GRUP_TANIMI.FontSize           = EnmFontSize.Normal;
            this.GRUP_TANIMI.GuideEdit          = null;
            this.GRUP_TANIMI.GuideTitle         = "";
            this.GRUP_TANIMI.Location           = new System.Drawing.Point(100, 34);
            this.GRUP_TANIMI.Name               = "GRUP_TANIMI";
            this.GRUP_TANIMI.PrivateName        = "";
            this.GRUP_TANIMI.PrivateValue       = "";
            this.GRUP_TANIMI.Size               = new System.Drawing.Size(285, 21);
            this.GRUP_TANIMI.TabIndex           = 1;
            this.GRUP_TANIMI.UseVirtualKeyboard = false;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.GRUP_TANIMI;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Grup Tanımı";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(80, 21);
            this.arsLabel2.TabIndex     = 100;
            this.arsLabel2.Text         = "Grup Tanımı";
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.GRUP_KODU;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "GRUP_KODU";
            guideField1.Text = "Grup Kodu";
            guideField2.Name = "GRUP_TANIMI";
            guideField2.Text = "Grup Tanımı";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.arsButton1.Location = new System.Drawing.Point(388, 10);
            this.arsButton1.Name     = "arsButton1";
            this.arsButton1.Size     = new System.Drawing.Size(21, 21);
            this.arsButton1.SQLText  = "SELECT GRUP_KODU, GRUP_TANIMI FROM [TBLSTOKGRUP]";
            this.arsButton1.TabIndex = 99;
            this.arsButton1.TabStop  = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // GRUP_KODU
            //
            this.GRUP_KODU.ArEnable           = true;
            this.GRUP_KODU.ArFocusView        = null;
            this.GRUP_KODU.ArName             = "GRUP_KODU";
            this.GRUP_KODU.ArTag              = -1;
            this.GRUP_KODU.ArVisible          = true;
            this.GRUP_KODU.CanNull            = false;
            this.GRUP_KODU.DecimalCount       = 2;
            this.GRUP_KODU.DefaultValue       = "";
            this.GRUP_KODU.EditType           = EnmEditType.String;
            this.GRUP_KODU.ExitCheck          = false;
            this.GRUP_KODU.ExitError          = false;
            this.GRUP_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.GRUP_KODU.FontSize           = EnmFontSize.Normal;
            this.GRUP_KODU.GuideEdit          = null;
            this.GRUP_KODU.GuideTitle         = "";
            this.GRUP_KODU.Location           = new System.Drawing.Point(100, 10);
            this.GRUP_KODU.Name               = "GRUP_KODU";
            this.GRUP_KODU.PrivateName        = "";
            this.GRUP_KODU.PrivateValue       = "";
            this.GRUP_KODU.Size               = new System.Drawing.Size(285, 21);
            this.GRUP_KODU.TabIndex           = 0;
            this.GRUP_KODU.UseVirtualKeyboard = false;
            this.GRUP_KODU.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.GRUP_KODU_ArsExit);
            this.GRUP_KODU.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.GRUP_KODU_KeyDown);
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.GRUP_KODU;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Grup Kodu";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(80, 21);
            this.arsLabel1.TabIndex     = 1;
            this.arsLabel1.Text         = "Grup Kodu";
            //
            // StokGrup
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BtnClear            = this.BtnTemizle;
            this.BtnDel     = this.BtnSil;
            this.BtnSave    = this.BtnKaydet;
            this.CanPaint   = true;
            this.ClientSize = new System.Drawing.Size(621, 302);
            this.Controls.Add(this.PnlStokGrup);
            this.MenuAdi   = "Stok Grup Tanım";
            this.MenuKodu  = "Züqo\'Htyv=Vdtjö";
            this.MenuTitle = "Stok Grup Tanım";
            this.Name      = "StokGrup";
            this.Text      = "Stok Grup Tanım";
            this.PnlStokGrup.ResumeLayout(false);
            this.PnlStokGrup.PerformLayout();
            this.ResumeLayout(false);
        }
예제 #18
0
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KasaSabit));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.PnlKasaSabit      = new ArsLib.Controls.ArsPanel();
            this.BtnTemizle        = new DevExpress.XtraEditors.SimpleButton();
            this.btnSil            = new DevExpress.XtraEditors.SimpleButton();
            this.btnKaydet         = new DevExpress.XtraEditors.SimpleButton();
            this.ACIKLAMA          = new ArsLib.Controls.ArsEdit();
            this.arsLabel4         = new ArsLib.Controls.ArsLabel();
            this.KASA_ADI          = new ArsLib.Controls.ArsEdit();
            this.arsLabel3         = new ArsLib.Controls.ArsLabel();
            this.BtnKASA_KODUGuide = new ArsLib.Controls.ArsButton();
            this.KASA_KODU         = new ArsLib.Controls.ArsEdit();
            this.arsLabel2         = new ArsLib.Controls.ArsLabel();
            this.panel1            = new System.Windows.Forms.Panel();
            this.grdKasaSabit      = new ArsLib.Controls.ArsGrid();
            this.grdKASA_KODU      = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdKASA_ADI       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PnlKasaSabit.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdKasaSabit)).BeginInit();
            this.SuspendLayout();
            //
            // PnlKasaSabit
            //
            this.PnlKasaSabit.ArName         = "";
            this.PnlKasaSabit.ArsOrientation = EnmPanelOrientation.Vertical;
            this.PnlKasaSabit.ArTag          = -1;
            this.PnlKasaSabit.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.PnlKasaSabit.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.PnlKasaSabit.CanPaint       = true;
            this.PnlKasaSabit.Controls.Add(this.BtnTemizle);
            this.PnlKasaSabit.Controls.Add(this.btnSil);
            this.PnlKasaSabit.Controls.Add(this.btnKaydet);
            this.PnlKasaSabit.Controls.Add(this.ACIKLAMA);
            this.PnlKasaSabit.Controls.Add(this.arsLabel4);
            this.PnlKasaSabit.Controls.Add(this.KASA_ADI);
            this.PnlKasaSabit.Controls.Add(this.arsLabel3);
            this.PnlKasaSabit.Controls.Add(this.BtnKASA_KODUGuide);
            this.PnlKasaSabit.Controls.Add(this.KASA_KODU);
            this.PnlKasaSabit.Controls.Add(this.arsLabel2);
            this.PnlKasaSabit.Cursor       = System.Windows.Forms.Cursors.Default;
            this.PnlKasaSabit.Dock         = System.Windows.Forms.DockStyle.Left;
            this.PnlKasaSabit.DrawLastEdit = true;
            this.PnlKasaSabit.Location     = new System.Drawing.Point(0, 0);
            this.PnlKasaSabit.Name         = "PnlKasaSabit";
            this.PnlKasaSabit.Size         = new System.Drawing.Size(401, 336);
            this.PnlKasaSabit.TabIndex     = 0;
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(301, 114);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 129;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // btnSil
            //
            this.btnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.btnSil.Appearance.Options.UseFont = true;
            this.btnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("btnSil.ImageOptions.Image")));
            this.btnSil.Location = new System.Drawing.Point(204, 114);
            this.btnSil.Name     = "btnSil";
            this.btnSil.Size     = new System.Drawing.Size(91, 39);
            this.btnSil.TabIndex = 130;
            this.btnSil.Text     = "Sil";
            this.btnSil.Click   += new System.EventHandler(this.BtnSil_Click);
            //
            // btnKaydet
            //
            this.btnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.btnKaydet.Appearance.Options.UseFont = true;
            this.btnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("btnKaydet.ImageOptions.Image")));
            this.btnKaydet.Location = new System.Drawing.Point(107, 114);
            this.btnKaydet.Name     = "btnKaydet";
            this.btnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.btnKaydet.TabIndex = 131;
            this.btnKaydet.Text     = "Kaydet";
            this.btnKaydet.Click   += new System.EventHandler(this.BtnKaydet_Click);
            //
            // ACIKLAMA
            //
            this.ACIKLAMA.ArEnable           = true;
            this.ACIKLAMA.ArFocusView        = null;
            this.ACIKLAMA.ArName             = "ACIKLAMA";
            this.ACIKLAMA.ArTag              = -1;
            this.ACIKLAMA.ArVisible          = true;
            this.ACIKLAMA.CanNull            = true;
            this.ACIKLAMA.DecimalCount       = 3;
            this.ACIKLAMA.DefaultValue       = "";
            this.ACIKLAMA.DotDigit           = true;
            this.ACIKLAMA.EditType           = EnmEditType.MultiLine;
            this.ACIKLAMA.ExitCheck          = false;
            this.ACIKLAMA.ExitError          = false;
            this.ACIKLAMA.Font               = new System.Drawing.Font("Arial", 9F);
            this.ACIKLAMA.FontSize           = EnmFontSize.Normal;
            this.ACIKLAMA.GuideEdit          = null;
            this.ACIKLAMA.GuideTitle         = "";
            this.ACIKLAMA.Location           = new System.Drawing.Point(107, 58);
            this.ACIKLAMA.Multiline          = true;
            this.ACIKLAMA.Name               = "ACIKLAMA";
            this.ACIKLAMA.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.ACIKLAMA.PrivateName        = "";
            this.ACIKLAMA.PrivateValue       = "";
            this.ACIKLAMA.ScrollBars         = System.Windows.Forms.ScrollBars.Both;
            this.ACIKLAMA.Size               = new System.Drawing.Size(285, 50);
            this.ACIKLAMA.TabIndex           = 2;
            this.ACIKLAMA.UseVirtualKeyboard = false;
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.ACIKLAMA;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 3;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel4.FontSize     = EnmFontSize.Normal;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Açıklama";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(87, 21);
            this.arsLabel4.TabIndex     = 102;
            this.arsLabel4.Text         = "Açıklama";
            //
            // KASA_ADI
            //
            this.KASA_ADI.ArEnable           = true;
            this.KASA_ADI.ArFocusView        = null;
            this.KASA_ADI.ArName             = "KASA_ADI";
            this.KASA_ADI.ArTag              = -1;
            this.KASA_ADI.ArVisible          = true;
            this.KASA_ADI.CanNull            = false;
            this.KASA_ADI.DecimalCount       = 3;
            this.KASA_ADI.DefaultValue       = "";
            this.KASA_ADI.DotDigit           = true;
            this.KASA_ADI.EditType           = EnmEditType.String;
            this.KASA_ADI.ExitCheck          = false;
            this.KASA_ADI.ExitError          = false;
            this.KASA_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.KASA_ADI.FontSize           = EnmFontSize.Normal;
            this.KASA_ADI.GuideEdit          = null;
            this.KASA_ADI.GuideTitle         = "";
            this.KASA_ADI.Location           = new System.Drawing.Point(107, 34);
            this.KASA_ADI.Name               = "KASA_ADI";
            this.KASA_ADI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.KASA_ADI.PrivateName        = "";
            this.KASA_ADI.PrivateValue       = "";
            this.KASA_ADI.Size               = new System.Drawing.Size(285, 21);
            this.KASA_ADI.TabIndex           = 1;
            this.KASA_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.KASA_ADI;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Kasa Adı";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(87, 21);
            this.arsLabel3.TabIndex     = 100;
            this.arsLabel3.Text         = "Kasa Adı";
            //
            // BtnKASA_KODUGuide
            //
            this.BtnKASA_KODUGuide.ArControlView             = this.KASA_KODU;
            this.BtnKASA_KODUGuide.ArName                    = "";
            this.BtnKASA_KODUGuide.ArTag                     = -1;
            this.BtnKASA_KODUGuide.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("BtnKASA_KODUGuide.BackgroundImage")));
            this.BtnKASA_KODUGuide.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.BtnKASA_KODUGuide.BigGuide                  = false;
            this.BtnKASA_KODUGuide.ButtonType                = EnmButtonType.Guide;
            this.BtnKASA_KODUGuide.FlatAppearance.BorderSize = 0;
            this.BtnKASA_KODUGuide.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "KASA_KODU";
            guideField1.Text = "Kasa Kodu";
            guideField2.Name = "KASA_ADI";
            guideField2.Text = "Kasa Adı";
            this.BtnKASA_KODUGuide.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.BtnKASA_KODUGuide.IsArtezDB = false;
            this.BtnKASA_KODUGuide.Location  = new System.Drawing.Point(239, 10);
            this.BtnKASA_KODUGuide.Name      = "BtnKASA_KODUGuide";
            this.BtnKASA_KODUGuide.Size      = new System.Drawing.Size(21, 21);
            this.BtnKASA_KODUGuide.SQLText   = "SELECT KASA_KODU, KASA_ADI FROM [TBLKASA]";
            this.BtnKASA_KODUGuide.TabIndex  = 99;
            this.BtnKASA_KODUGuide.TabStop   = false;
            this.BtnKASA_KODUGuide.UseVisualStyleBackColor = true;
            //
            // KASA_KODU
            //
            this.KASA_KODU.ArEnable           = true;
            this.KASA_KODU.ArFocusView        = null;
            this.KASA_KODU.ArName             = "KASA_KODU";
            this.KASA_KODU.ArTag              = -1;
            this.KASA_KODU.ArVisible          = true;
            this.KASA_KODU.CanNull            = false;
            this.KASA_KODU.DecimalCount       = 3;
            this.KASA_KODU.DefaultValue       = "";
            this.KASA_KODU.DotDigit           = true;
            this.KASA_KODU.EditType           = EnmEditType.String;
            this.KASA_KODU.ExitCheck          = false;
            this.KASA_KODU.ExitError          = false;
            this.KASA_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.KASA_KODU.FontSize           = EnmFontSize.Normal;
            this.KASA_KODU.GuideEdit          = null;
            this.KASA_KODU.GuideTitle         = "";
            this.KASA_KODU.Location           = new System.Drawing.Point(107, 10);
            this.KASA_KODU.Name               = "KASA_KODU";
            this.KASA_KODU.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.KASA_KODU.PrivateName        = "";
            this.KASA_KODU.PrivateValue       = "";
            this.KASA_KODU.Size               = new System.Drawing.Size(129, 21);
            this.KASA_KODU.TabIndex           = 0;
            this.KASA_KODU.UseVirtualKeyboard = false;
            this.KASA_KODU.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.KASA_KODU_ArsExit);
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.KASA_KODU;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Kasa Kodu";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(87, 21);
            this.arsLabel2.TabIndex     = 1;
            this.arsLabel2.Text         = "Kasa Kodu";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.grdKasaSabit);
            this.panel1.Cursor   = System.Windows.Forms.Cursors.Default;
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(401, 0);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(292, 336);
            this.panel1.TabIndex = 1;
            this.panel1.Visible  = false;
            //
            // grdKasaSabit
            //
            this.grdKasaSabit.AllowUserToAddRows = false;
            this.grdKasaSabit.ArName             = "";
            this.grdKasaSabit.ArTag                         = -1;
            this.grdKasaSabit.BackgroundColor               = System.Drawing.Color.White;
            this.grdKasaSabit.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment                = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor                = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font                     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor                = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor       = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor       = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode                 = System.Windows.Forms.DataGridViewTriState.True;
            this.grdKasaSabit.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdKasaSabit.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdKasaSabit.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdKASA_KODU,
                this.grdKASA_ADI
            });
            this.grdKasaSabit.Cursor                  = System.Windows.Forms.Cursors.Default;
            dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font               = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
            this.grdKasaSabit.DefaultCellStyle        = dataGridViewCellStyle2;
            this.grdKasaSabit.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdKasaSabit.EnableHeadersVisualStyles = false;
            this.grdKasaSabit.FocusPanel            = this.PnlKasaSabit;
            this.grdKasaSabit.IsArtezDB             = false;
            this.grdKasaSabit.KeyValue              = "KASA_KODU";
            this.grdKasaSabit.Location              = new System.Drawing.Point(0, 0);
            this.grdKasaSabit.MultiSelect           = false;
            this.grdKasaSabit.Name                  = "grdKasaSabit";
            this.grdKasaSabit.PanelSQL              = "";
            this.grdKasaSabit.ReadOnly              = true;
            this.grdKasaSabit.RowHeadersVisible     = false;
            this.grdKasaSabit.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.grdKasaSabit.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdKasaSabit.Size                  = new System.Drawing.Size(292, 336);
            this.grdKasaSabit.SpecialDesign         = false;
            this.grdKasaSabit.SQLText               = "SELECT KASA_KODU, KASA_ADI FROM [TBLKASA]";
            this.grdKasaSabit.TabIndex              = 0;
            //
            // grdKASA_KODU
            //
            this.grdKASA_KODU.DataPropertyName = "KASA_KODU";
            this.grdKASA_KODU.DividerWidth     = 1;
            this.grdKASA_KODU.HeaderText       = "Kasa Kodu";
            this.grdKASA_KODU.Name             = "grdKASA_KODU";
            this.grdKASA_KODU.ReadOnly         = true;
            //
            // grdKASA_ADI
            //
            this.grdKASA_ADI.DataPropertyName = "KASA_ADI";
            this.grdKASA_ADI.DividerWidth     = 1;
            this.grdKASA_ADI.HeaderText       = "Kasa Adı";
            this.grdKASA_ADI.Name             = "grdKASA_ADI";
            this.grdKASA_ADI.ReadOnly         = true;
            //
            // KasaSabit
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BtnClear            = this.BtnTemizle;
            this.BtnDel     = this.btnSil;
            this.BtnSave    = this.btnKaydet;
            this.CanPaint   = true;
            this.ClientSize = new System.Drawing.Size(693, 336);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.PnlKasaSabit);
            this.KeyControl  = this.KASA_KODU;
            this.KeyField    = "KASA_KODU";
            this.MaximizeBox = false;
            this.MenuAdi     = "Kasa Sabit";
            this.MenuKodu    = "Rcud\'Tçepü";
            this.MenuTitle   = "Kasa Sabit Tanımları";
            this.MinimizeBox = false;
            this.Name        = "KasaSabit";
            this.RecordForm  = true;
            this.TableName   = "TBLKASA";
            this.Text        = "Kasa Sabit Tanımları";
            this.Load       += new System.EventHandler(this.KasaSabit_Load);
            this.Controls.SetChildIndex(this.PnlKasaSabit, 0);
            this.Controls.SetChildIndex(this.panel1, 0);
            this.PnlKasaSabit.ResumeLayout(false);
            this.PnlKasaSabit.PerformLayout();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grdKasaSabit)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #19
0
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StokBakiyeRaporu));
            GuideField guideField3 = new GuideField();
            GuideField guideField4 = new GuideField();

            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6  = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7  = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8  = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9  = new System.Windows.Forms.DataGridViewCellStyle();
            this.arsPanel1           = new ArsLib.Controls.ArsPanel();
            this.arsPanel2           = new ArsLib.Controls.ArsPanel();
            this.arsLabel3           = new ArsLib.Controls.ArsLabel();
            this.tbSearch            = new System.Windows.Forms.TextBox();
            this.UYARI_DURUMU        = new ArsLib.Controls.ArsCheck();
            this.arsLabel2           = new ArsLib.Controls.ArsLabel();
            this.btnFiltrele         = new DevExpress.XtraEditors.SimpleButton();
            this.arsButton1          = new ArsLib.Controls.ArsButton();
            this.STOK_KODU           = new ArsLib.Controls.ArsEdit();
            this.arsLabel1           = new ArsLib.Controls.ArsLabel();
            this.grdStokBakiyeRaporu = new ArsLib.Controls.ArsGrid();
            this.grdSTOK_KODU        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdSTOK_ADI         = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdGIRIS_MIKTAR     = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdCIKIS_MIKTAR     = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBAKIYE           = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.arsPanel1.SuspendLayout();
            this.arsPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdStokBakiyeRaporu)).BeginInit();
            this.SuspendLayout();
            //
            // arsPanel1
            //
            this.arsPanel1.ArName         = "";
            this.arsPanel1.ArsOrientation = EnmPanelOrientation.Vertical;
            this.arsPanel1.ArTag          = -1;
            this.arsPanel1.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.arsPanel1.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.arsPanel1.CanPaint       = true;
            this.arsPanel1.Controls.Add(this.arsPanel2);
            this.arsPanel1.Controls.Add(this.UYARI_DURUMU);
            this.arsPanel1.Controls.Add(this.arsLabel2);
            this.arsPanel1.Controls.Add(this.btnFiltrele);
            this.arsPanel1.Controls.Add(this.arsButton1);
            this.arsPanel1.Controls.Add(this.STOK_KODU);
            this.arsPanel1.Controls.Add(this.arsLabel1);
            this.arsPanel1.Dock         = System.Windows.Forms.DockStyle.Top;
            this.arsPanel1.DrawLastEdit = true;
            this.arsPanel1.Location     = new System.Drawing.Point(0, 32);
            this.arsPanel1.Name         = "arsPanel1";
            this.arsPanel1.Size         = new System.Drawing.Size(552, 149);
            this.arsPanel1.TabIndex     = 0;
            //
            // arsPanel2
            //
            this.arsPanel2.ArName         = "";
            this.arsPanel2.ArsOrientation = EnmPanelOrientation.Vertical;
            this.arsPanel2.ArTag          = -1;
            this.arsPanel2.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.arsPanel2.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.arsPanel2.CanPaint       = true;
            this.arsPanel2.Controls.Add(this.arsLabel3);
            this.arsPanel2.Controls.Add(this.tbSearch);
            this.arsPanel2.Dock         = System.Windows.Forms.DockStyle.Bottom;
            this.arsPanel2.DrawLastEdit = true;
            this.arsPanel2.Location     = new System.Drawing.Point(0, 111);
            this.arsPanel2.Name         = "arsPanel2";
            this.arsPanel2.Size         = new System.Drawing.Size(548, 34);
            this.arsPanel2.TabIndex     = 137;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = null;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = -1;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(46, 21);
            this.arsLabel3.TabIndex     = 134;
            this.arsLabel3.Text         = "Ara";
            //
            // tbSearch
            //
            this.tbSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
            this.tbSearch.Font         = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.tbSearch.Location     = new System.Drawing.Point(67, 3);
            this.tbSearch.Name         = "tbSearch";
            this.tbSearch.Size         = new System.Drawing.Size(458, 24);
            this.tbSearch.TabIndex     = 133;
            this.tbSearch.TextChanged += new System.EventHandler(this.tbSearch_TextChanged);
            //
            // UYARI_DURUMU
            //
            this.UYARI_DURUMU.ArEnable                = true;
            this.UYARI_DURUMU.ArName                  = "UYARI_DURUMU";
            this.UYARI_DURUMU.ArTag                   = -1;
            this.UYARI_DURUMU.ArVisible               = true;
            this.UYARI_DURUMU.AutoSize                = true;
            this.UYARI_DURUMU.CanNull                 = true;
            this.UYARI_DURUMU.CheckedText             = "Üstündekiler";
            this.UYARI_DURUMU.CheckedValue            = "U";
            this.UYARI_DURUMU.Font                    = new System.Drawing.Font("Arial", 9F);
            this.UYARI_DURUMU.Location                = new System.Drawing.Point(112, 34);
            this.UYARI_DURUMU.Name                    = "UYARI_DURUMU";
            this.UYARI_DURUMU.Size                    = new System.Drawing.Size(86, 19);
            this.UYARI_DURUMU.TabIndex                = 1;
            this.UYARI_DURUMU.Text                    = "Altındakiler";
            this.UYARI_DURUMU.UnCheckedText           = "Altındakiler";
            this.UYARI_DURUMU.UnCheckedValue          = "A";
            this.UYARI_DURUMU.UseVisualStyleBackColor = true;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.UYARI_DURUMU;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Uyarı Durumu";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel2.TabIndex     = 136;
            this.arsLabel2.Text         = "Uyarı Durumu";
            //
            // btnFiltrele
            //
            this.btnFiltrele.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnFiltrele.ImageOptions.Image")));
            this.btnFiltrele.Location           = new System.Drawing.Point(112, 59);
            this.btnFiltrele.Name     = "btnFiltrele";
            this.btnFiltrele.Size     = new System.Drawing.Size(75, 39);
            this.btnFiltrele.TabIndex = 135;
            this.btnFiltrele.Text     = "Filtrele";
            this.btnFiltrele.Click   += new System.EventHandler(this.BtnFiltrele_Click);
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.STOK_KODU;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField3.IsDecimal                     = false;
            guideField3.Name               = "STOK_KODU";
            guideField3.Text               = "Stok Kodu";
            guideField4.IsDecimal          = false;
            guideField4.Name               = "STOK_ADI";
            guideField4.Text               = "Stok Adı";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField3,
                guideField4
            };
            this.arsButton1.IsArtezDB = false;
            this.arsButton1.Location  = new System.Drawing.Point(315, 10);
            this.arsButton1.Name      = "arsButton1";
            this.arsButton1.Size      = new System.Drawing.Size(21, 21);
            this.arsButton1.SQLText   = "SELECT STOK_KODU, STOK_ADI FROM [TBLSTOK]";
            this.arsButton1.TabIndex  = 99;
            this.arsButton1.TabStop   = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // STOK_KODU
            //
            this.STOK_KODU.ArEnable           = true;
            this.STOK_KODU.ArFocusView        = null;
            this.STOK_KODU.ArName             = "STOK_KODU";
            this.STOK_KODU.ArTag              = -1;
            this.STOK_KODU.ArVisible          = true;
            this.STOK_KODU.CanNull            = true;
            this.STOK_KODU.DecimalCount       = 2;
            this.STOK_KODU.DefaultValue       = "";
            this.STOK_KODU.DotDigit           = true;
            this.STOK_KODU.EditType           = EnmEditType.String;
            this.STOK_KODU.ExitCheck          = false;
            this.STOK_KODU.ExitError          = false;
            this.STOK_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.STOK_KODU.FontSize           = EnmFontSize.Normal;
            this.STOK_KODU.GuideEdit          = null;
            this.STOK_KODU.GuideTitle         = "";
            this.STOK_KODU.Location           = new System.Drawing.Point(112, 10);
            this.STOK_KODU.Name               = "STOK_KODU";
            this.STOK_KODU.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.STOK_KODU.PrivateName        = "";
            this.STOK_KODU.PrivateValue       = "";
            this.STOK_KODU.Size               = new System.Drawing.Size(200, 21);
            this.STOK_KODU.TabIndex           = 0;
            this.STOK_KODU.UseVirtualKeyboard = false;
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.STOK_KODU;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = -1;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Stok Kodu";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel1.TabIndex     = 0;
            this.arsLabel1.Text         = "Stok Kodu";
            //
            // grdStokBakiyeRaporu
            //
            this.grdStokBakiyeRaporu.AllowUserToAddRows = false;
            this.grdStokBakiyeRaporu.ArName             = "";
            this.grdStokBakiyeRaporu.ArTag                    = -1;
            this.grdStokBakiyeRaporu.BackgroundColor          = System.Drawing.Color.White;
            this.grdStokBakiyeRaporu.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle6.Alignment                  = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle6.BackColor                  = System.Drawing.Color.Gray;
            dataGridViewCellStyle6.Font               = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle6.ForeColor          = System.Drawing.Color.White;
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle6.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
            this.grdStokBakiyeRaporu.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
            this.grdStokBakiyeRaporu.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdStokBakiyeRaporu.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdSTOK_KODU,
                this.grdSTOK_ADI,
                this.grdGIRIS_MIKTAR,
                this.grdCIKIS_MIKTAR,
                this.grdBAKIYE
            });
            dataGridViewCellStyle10.Alignment                  = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle10.BackColor                  = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle10.Font                       = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle10.ForeColor                  = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle10.SelectionBackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle10.SelectionForeColor         = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle10.WrapMode                   = System.Windows.Forms.DataGridViewTriState.False;
            this.grdStokBakiyeRaporu.DefaultCellStyle          = dataGridViewCellStyle10;
            this.grdStokBakiyeRaporu.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.grdStokBakiyeRaporu.EnableHeadersVisualStyles = false;
            this.grdStokBakiyeRaporu.FocusPanel                = null;
            this.grdStokBakiyeRaporu.IsArtezDB                 = false;
            this.grdStokBakiyeRaporu.KeyValue                  = "";
            this.grdStokBakiyeRaporu.Location                  = new System.Drawing.Point(0, 181);
            this.grdStokBakiyeRaporu.MultiSelect               = false;
            this.grdStokBakiyeRaporu.Name                      = "grdStokBakiyeRaporu";
            this.grdStokBakiyeRaporu.OtoHeader                 = false;
            this.grdStokBakiyeRaporu.OtoSize                   = true;
            this.grdStokBakiyeRaporu.PanelSQL                  = "";
            this.grdStokBakiyeRaporu.ReadOnly                  = true;
            this.grdStokBakiyeRaporu.RowHeadersVisible         = false;
            this.grdStokBakiyeRaporu.RowTemplate.Resizable     = System.Windows.Forms.DataGridViewTriState.False;
            this.grdStokBakiyeRaporu.SelectionMode             = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdStokBakiyeRaporu.Size                      = new System.Drawing.Size(552, 269);
            this.grdStokBakiyeRaporu.SpecialDesign             = false;
            this.grdStokBakiyeRaporu.SQLText                   = "";
            this.grdStokBakiyeRaporu.TabIndex                  = 1;
            //
            // grdSTOK_KODU
            //
            this.grdSTOK_KODU.DataPropertyName = "STOK_KODU";
            this.grdSTOK_KODU.DividerWidth     = 1;
            this.grdSTOK_KODU.HeaderText       = "Stok Kodu";
            this.grdSTOK_KODU.Name             = "grdSTOK_KODU";
            this.grdSTOK_KODU.ReadOnly         = true;
            //
            // grdSTOK_ADI
            //
            this.grdSTOK_ADI.DataPropertyName = "STOK_ADI";
            this.grdSTOK_ADI.DividerWidth     = 1;
            this.grdSTOK_ADI.HeaderText       = "Stok Adı";
            this.grdSTOK_ADI.Name             = "grdSTOK_ADI";
            this.grdSTOK_ADI.ReadOnly         = true;
            //
            // grdGIRIS_MIKTAR
            //
            this.grdGIRIS_MIKTAR.DataPropertyName = "GIRIS_MIKTAR";
            dataGridViewCellStyle7.Alignment      = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle7.Format         = "N2";
            dataGridViewCellStyle7.NullValue      = "0";
            this.grdGIRIS_MIKTAR.DefaultCellStyle = dataGridViewCellStyle7;
            this.grdGIRIS_MIKTAR.DividerWidth     = 1;
            this.grdGIRIS_MIKTAR.HeaderText       = "Giriş Miktar";
            this.grdGIRIS_MIKTAR.Name             = "grdGIRIS_MIKTAR";
            this.grdGIRIS_MIKTAR.ReadOnly         = true;
            //
            // grdCIKIS_MIKTAR
            //
            this.grdCIKIS_MIKTAR.DataPropertyName = "CIKIS_MIKTAR";
            dataGridViewCellStyle8.Alignment      = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle8.Format         = "N2";
            dataGridViewCellStyle8.NullValue      = "0";
            this.grdCIKIS_MIKTAR.DefaultCellStyle = dataGridViewCellStyle8;
            this.grdCIKIS_MIKTAR.DividerWidth     = 1;
            this.grdCIKIS_MIKTAR.HeaderText       = "Çıkış Miktar";
            this.grdCIKIS_MIKTAR.Name             = "grdCIKIS_MIKTAR";
            this.grdCIKIS_MIKTAR.ReadOnly         = true;
            //
            // grdBAKIYE
            //
            this.grdBAKIYE.DataPropertyName  = "BAKIYE";
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle9.Format    = "N2";
            dataGridViewCellStyle9.NullValue = "0";
            this.grdBAKIYE.DefaultCellStyle  = dataGridViewCellStyle9;
            this.grdBAKIYE.DividerWidth      = 1;
            this.grdBAKIYE.HeaderText        = "Bakiye";
            this.grdBAKIYE.Name     = "grdBAKIYE";
            this.grdBAKIYE.ReadOnly = true;
            //
            // StokBakiyeRaporu
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.CanPaint            = true;
            this.ClientSize          = new System.Drawing.Size(552, 450);
            this.Controls.Add(this.grdStokBakiyeRaporu);
            this.Controls.Add(this.arsPanel1);
            this.MaximizeBox = false;
            this.MenuAdi     = "Stok Bakiye Raporu";
            this.MenuKodu    = "Züqo\'Ççopwğ(Ycsryv";
            this.MinimizeBox = false;
            this.Name        = "StokBakiyeRaporu";
            this.Text        = "";
            this.Load       += new System.EventHandler(this.StokBakiye_Load);
            this.Controls.SetChildIndex(this.arsPanel1, 0);
            this.Controls.SetChildIndex(this.grdStokBakiyeRaporu, 0);
            this.arsPanel1.ResumeLayout(false);
            this.arsPanel1.PerformLayout();
            this.arsPanel2.ResumeLayout(false);
            this.arsPanel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdStokBakiyeRaporu)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Musteriler));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();
            GuideField guideField3 = new GuideField();

            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.pnlMusteriler       = new ArsLib.Controls.ArsPanel();
            this.KULLANICI_KODU      = new ArsLib.Controls.ArsEdit();
            this.CEP_TEL             = new ArsLib.Controls.ArsMaskEdit();
            this.BtnTemizle          = new DevExpress.XtraEditors.SimpleButton();
            this.BtnSil              = new DevExpress.XtraEditors.SimpleButton();
            this.BtnKaydet           = new DevExpress.XtraEditors.SimpleButton();
            this.KULLANICI_ADI       = new ArsLib.Controls.ArsEdit();
            this.arsLabel7           = new ArsLib.Controls.ArsLabel();
            this.btnFirmaRehber      = new ArsLib.Controls.ArsButton();
            this.FIRMA_ADI           = new ArsLib.Controls.ArsEdit();
            this.arsLabel6           = new ArsLib.Controls.ArsLabel();
            this.YETKILI_AD_SOYAD    = new ArsLib.Controls.ArsEdit();
            this.arsLabel5           = new ArsLib.Controls.ArsLabel();
            this.arsLabel4           = new ArsLib.Controls.ArsLabel();
            this.VERGI_NO            = new ArsLib.Controls.ArsEdit();
            this.arsLabel3           = new ArsLib.Controls.ArsLabel();
            this.VERGI_DAIRESI       = new ArsLib.Controls.ArsEdit();
            this.arsLabel2           = new ArsLib.Controls.ArsLabel();
            this.arsLabel1           = new ArsLib.Controls.ArsLabel();
            this.grdMusteriler       = new ArsLib.Controls.ArsGrid();
            this.grdFIRMA_ADI        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdYETKILI_AD_SOYAD = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdKULLANICI_KODU   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pnlMusteriler.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdMusteriler)).BeginInit();
            this.SuspendLayout();
            //
            // pnlMusteriler
            //
            this.pnlMusteriler.ArName         = "";
            this.pnlMusteriler.ArsOrientation = EnmPanelOrientation.Vertical;
            this.pnlMusteriler.ArTag          = -1;
            this.pnlMusteriler.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlMusteriler.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlMusteriler.CanPaint       = true;
            this.pnlMusteriler.Controls.Add(this.KULLANICI_KODU);
            this.pnlMusteriler.Controls.Add(this.CEP_TEL);
            this.pnlMusteriler.Controls.Add(this.BtnTemizle);
            this.pnlMusteriler.Controls.Add(this.BtnSil);
            this.pnlMusteriler.Controls.Add(this.BtnKaydet);
            this.pnlMusteriler.Controls.Add(this.KULLANICI_ADI);
            this.pnlMusteriler.Controls.Add(this.arsLabel7);
            this.pnlMusteriler.Controls.Add(this.btnFirmaRehber);
            this.pnlMusteriler.Controls.Add(this.arsLabel6);
            this.pnlMusteriler.Controls.Add(this.YETKILI_AD_SOYAD);
            this.pnlMusteriler.Controls.Add(this.arsLabel5);
            this.pnlMusteriler.Controls.Add(this.arsLabel4);
            this.pnlMusteriler.Controls.Add(this.VERGI_NO);
            this.pnlMusteriler.Controls.Add(this.arsLabel3);
            this.pnlMusteriler.Controls.Add(this.VERGI_DAIRESI);
            this.pnlMusteriler.Controls.Add(this.FIRMA_ADI);
            this.pnlMusteriler.Controls.Add(this.arsLabel2);
            this.pnlMusteriler.Controls.Add(this.arsLabel1);
            this.pnlMusteriler.Dock         = System.Windows.Forms.DockStyle.Left;
            this.pnlMusteriler.DrawLastEdit = true;
            this.pnlMusteriler.Location     = new System.Drawing.Point(0, 32);
            this.pnlMusteriler.Name         = "pnlMusteriler";
            this.pnlMusteriler.Size         = new System.Drawing.Size(421, 418);
            this.pnlMusteriler.TabIndex     = 0;
            //
            // KULLANICI_KODU
            //
            this.KULLANICI_KODU.ArEnable           = true;
            this.KULLANICI_KODU.ArFocusView        = null;
            this.KULLANICI_KODU.ArName             = "KULLANICI_KODU";
            this.KULLANICI_KODU.ArTag              = -1;
            this.KULLANICI_KODU.ArVisible          = false;
            this.KULLANICI_KODU.CanNull            = true;
            this.KULLANICI_KODU.DecimalCount       = 2;
            this.KULLANICI_KODU.DefaultValue       = "";
            this.KULLANICI_KODU.DotDigit           = true;
            this.KULLANICI_KODU.EditType           = EnmEditType.String;
            this.KULLANICI_KODU.ExitCheck          = false;
            this.KULLANICI_KODU.ExitError          = false;
            this.KULLANICI_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.KULLANICI_KODU.FontSize           = EnmFontSize.Normal;
            this.KULLANICI_KODU.GuideEdit          = null;
            this.KULLANICI_KODU.GuideTitle         = "";
            this.KULLANICI_KODU.Location           = new System.Drawing.Point(138, 269);
            this.KULLANICI_KODU.Name               = "KULLANICI_KODU";
            this.KULLANICI_KODU.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.KULLANICI_KODU.PrivateName        = "";
            this.KULLANICI_KODU.PrivateValue       = "";
            this.KULLANICI_KODU.Size               = new System.Drawing.Size(200, 21);
            this.KULLANICI_KODU.TabIndex           = 164;
            this.KULLANICI_KODU.UseVirtualKeyboard = false;
            //
            // CEP_TEL
            //
            this.CEP_TEL.ArEnable     = true;
            this.CEP_TEL.ArFocusView  = null;
            this.CEP_TEL.ArName       = "CEP_TEL";
            this.CEP_TEL.ArTag        = -1;
            this.CEP_TEL.ArVisible    = true;
            this.CEP_TEL.CanNull      = true;
            this.CEP_TEL.DefaultValue = "";
            this.CEP_TEL.EditType     = EnmMaskEditType.Phone;
            this.CEP_TEL.ExitCheck    = false;
            this.CEP_TEL.ExitError    = false;
            this.CEP_TEL.Font         = new System.Drawing.Font("Arial", 9F);
            this.CEP_TEL.Location     = new System.Drawing.Point(127, 141);
            this.CEP_TEL.Mask         = "(999) 000-0000";
            this.CEP_TEL.Name         = "CEP_TEL";
            this.CEP_TEL.PrivateName  = "";
            this.CEP_TEL.PrivateValue = "";
            this.CEP_TEL.Size         = new System.Drawing.Size(108, 21);
            this.CEP_TEL.TabIndex     = 4;
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(322, 192);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 161;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // BtnSil
            //
            this.BtnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnSil.Appearance.Options.UseFont = true;
            this.BtnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnSil.ImageOptions.Image")));
            this.BtnSil.Location = new System.Drawing.Point(224, 192);
            this.BtnSil.Name     = "BtnSil";
            this.BtnSil.Size     = new System.Drawing.Size(91, 39);
            this.BtnSil.TabIndex = 162;
            this.BtnSil.Text     = "Sil";
            this.BtnSil.Click   += new System.EventHandler(this.BtnSil_Click);
            //
            // BtnKaydet
            //
            this.BtnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnKaydet.Appearance.Options.UseFont = true;
            this.BtnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnKaydet.ImageOptions.Image")));
            this.BtnKaydet.Location = new System.Drawing.Point(127, 192);
            this.BtnKaydet.Name     = "BtnKaydet";
            this.BtnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.BtnKaydet.TabIndex = 163;
            this.BtnKaydet.Text     = "Kaydet";
            this.BtnKaydet.Click   += new System.EventHandler(this.BtnKaydet_Click);
            //
            // KULLANICI_ADI
            //
            this.KULLANICI_ADI.ArEnable           = true;
            this.KULLANICI_ADI.ArFocusView        = null;
            this.KULLANICI_ADI.ArName             = "KULLANICI_ADI";
            this.KULLANICI_ADI.ArTag              = -1;
            this.KULLANICI_ADI.ArVisible          = true;
            this.KULLANICI_ADI.CanNull            = true;
            this.KULLANICI_ADI.DecimalCount       = 2;
            this.KULLANICI_ADI.DefaultValue       = "";
            this.KULLANICI_ADI.DotDigit           = true;
            this.KULLANICI_ADI.EditType           = EnmEditType.String;
            this.KULLANICI_ADI.ExitCheck          = false;
            this.KULLANICI_ADI.ExitError          = false;
            this.KULLANICI_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.KULLANICI_ADI.FontSize           = EnmFontSize.Normal;
            this.KULLANICI_ADI.GuideEdit          = null;
            this.KULLANICI_ADI.GuideTitle         = "";
            this.KULLANICI_ADI.Location           = new System.Drawing.Point(127, 165);
            this.KULLANICI_ADI.Name               = "KULLANICI_ADI";
            this.KULLANICI_ADI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.KULLANICI_ADI.PrivateName        = "";
            this.KULLANICI_ADI.PrivateValue       = "";
            this.KULLANICI_ADI.Size               = new System.Drawing.Size(286, 21);
            this.KULLANICI_ADI.TabIndex           = 5;
            this.KULLANICI_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel7
            //
            this.arsLabel7.ArFocusView  = this.KULLANICI_ADI;
            this.arsLabel7.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel7.ArName       = "";
            this.arsLabel7.ArTag        = 6;
            this.arsLabel7.CharLimit    = 0;
            this.arsLabel7.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel7.FontSize     = EnmFontSize.Normal;
            this.arsLabel7.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel7.FullText     = "Mobil Kullanıcı Adı";
            this.arsLabel7.Location     = new System.Drawing.Point(15, 165);
            this.arsLabel7.Name         = "arsLabel7";
            this.arsLabel7.PrivateValue = "";
            this.arsLabel7.Size         = new System.Drawing.Size(107, 21);
            this.arsLabel7.TabIndex     = 100;
            this.arsLabel7.Text         = "Mobil Kullanıcı Adı";
            //
            // btnFirmaRehber
            //
            this.btnFirmaRehber.ArControlView             = this.FIRMA_ADI;
            this.btnFirmaRehber.ArName                    = "";
            this.btnFirmaRehber.ArTag                     = -1;
            this.btnFirmaRehber.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnFirmaRehber.BackgroundImage")));
            this.btnFirmaRehber.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.btnFirmaRehber.BigGuide                  = false;
            this.btnFirmaRehber.ButtonType                = EnmButtonType.Guide;
            this.btnFirmaRehber.FlatAppearance.BorderSize = 0;
            this.btnFirmaRehber.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.IsDecimal = false;
            guideField1.Name      = "FIRMA_ADI";
            guideField1.Text      = "Firma Adı";
            guideField2.IsDecimal = false;
            guideField2.Name      = "YETKILI_AD_SOYAD";
            guideField2.Text      = "Yetkili";
            guideField3.IsDecimal = false;
            guideField3.Name      = "REC_ID";
            guideField3.Text      = "Kayı No";
            this.btnFirmaRehber.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2,
                guideField3
            };
            this.btnFirmaRehber.IsArtezDB = false;
            this.btnFirmaRehber.Location  = new System.Drawing.Point(389, 45);
            this.btnFirmaRehber.Name      = "btnFirmaRehber";
            this.btnFirmaRehber.Size      = new System.Drawing.Size(21, 21);
            this.btnFirmaRehber.SQLText   = "SELECT REC_ID, FIRMA_ADI, YETKILI_AD_SOYAD FROM [TBLKULLANICI] WHERE /*WS*/KULLAN" +
                                            "ICI_TIPI = 1 AND DEMIR_FLOAT_1 = 1/*WE*/";
            this.btnFirmaRehber.TabIndex = 99;
            this.btnFirmaRehber.TabStop  = false;
            this.btnFirmaRehber.UseVisualStyleBackColor = true;
            this.btnFirmaRehber.AfterGuide += new System.EventHandler(this.btnFirmaRehber_AfterGuide);
            //
            // FIRMA_ADI
            //
            this.FIRMA_ADI.ArEnable           = true;
            this.FIRMA_ADI.ArFocusView        = null;
            this.FIRMA_ADI.ArName             = "FIRMA_ADI";
            this.FIRMA_ADI.ArTag              = 1;
            this.FIRMA_ADI.ArVisible          = true;
            this.FIRMA_ADI.CanNull            = true;
            this.FIRMA_ADI.DecimalCount       = 2;
            this.FIRMA_ADI.DefaultValue       = "";
            this.FIRMA_ADI.DotDigit           = true;
            this.FIRMA_ADI.EditType           = EnmEditType.String;
            this.FIRMA_ADI.ExitCheck          = false;
            this.FIRMA_ADI.ExitError          = false;
            this.FIRMA_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.FIRMA_ADI.FontSize           = EnmFontSize.Normal;
            this.FIRMA_ADI.GuideEdit          = null;
            this.FIRMA_ADI.GuideTitle         = "";
            this.FIRMA_ADI.Location           = new System.Drawing.Point(127, 45);
            this.FIRMA_ADI.Name               = "FIRMA_ADI";
            this.FIRMA_ADI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.FIRMA_ADI.PrivateName        = "";
            this.FIRMA_ADI.PrivateValue       = "";
            this.FIRMA_ADI.Size               = new System.Drawing.Size(259, 21);
            this.FIRMA_ADI.TabIndex           = 0;
            this.FIRMA_ADI.UseVirtualKeyboard = false;
            this.FIRMA_ADI.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.FIRMA_ADI_ArsExit);
            //
            // arsLabel6
            //
            this.arsLabel6.ArFocusView  = this.CEP_TEL;
            this.arsLabel6.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel6.ArName       = "";
            this.arsLabel6.ArTag        = 5;
            this.arsLabel6.CharLimit    = 0;
            this.arsLabel6.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel6.FontSize     = EnmFontSize.Normal;
            this.arsLabel6.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel6.FullText     = "Yetkili Cep Tel";
            this.arsLabel6.Location     = new System.Drawing.Point(15, 141);
            this.arsLabel6.Name         = "arsLabel6";
            this.arsLabel6.PrivateValue = "";
            this.arsLabel6.Size         = new System.Drawing.Size(107, 21);
            this.arsLabel6.TabIndex     = 9;
            this.arsLabel6.Text         = "Yetkili Cep Tel";
            //
            // YETKILI_AD_SOYAD
            //
            this.YETKILI_AD_SOYAD.ArEnable           = true;
            this.YETKILI_AD_SOYAD.ArFocusView        = null;
            this.YETKILI_AD_SOYAD.ArName             = "YETKILI_AD_SOYAD";
            this.YETKILI_AD_SOYAD.ArTag              = -1;
            this.YETKILI_AD_SOYAD.ArVisible          = true;
            this.YETKILI_AD_SOYAD.CanNull            = true;
            this.YETKILI_AD_SOYAD.DecimalCount       = 2;
            this.YETKILI_AD_SOYAD.DefaultValue       = "";
            this.YETKILI_AD_SOYAD.DotDigit           = true;
            this.YETKILI_AD_SOYAD.EditType           = EnmEditType.String;
            this.YETKILI_AD_SOYAD.ExitCheck          = false;
            this.YETKILI_AD_SOYAD.ExitError          = false;
            this.YETKILI_AD_SOYAD.Font               = new System.Drawing.Font("Arial", 9F);
            this.YETKILI_AD_SOYAD.FontSize           = EnmFontSize.Normal;
            this.YETKILI_AD_SOYAD.GuideEdit          = null;
            this.YETKILI_AD_SOYAD.GuideTitle         = "";
            this.YETKILI_AD_SOYAD.Location           = new System.Drawing.Point(127, 117);
            this.YETKILI_AD_SOYAD.Name               = "YETKILI_AD_SOYAD";
            this.YETKILI_AD_SOYAD.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.YETKILI_AD_SOYAD.PrivateName        = "";
            this.YETKILI_AD_SOYAD.PrivateValue       = "";
            this.YETKILI_AD_SOYAD.Size               = new System.Drawing.Size(286, 21);
            this.YETKILI_AD_SOYAD.TabIndex           = 3;
            this.YETKILI_AD_SOYAD.UseVirtualKeyboard = false;
            //
            // arsLabel5
            //
            this.arsLabel5.ArFocusView  = this.YETKILI_AD_SOYAD;
            this.arsLabel5.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel5.ArName       = "";
            this.arsLabel5.ArTag        = 4;
            this.arsLabel5.CharLimit    = 0;
            this.arsLabel5.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel5.FontSize     = EnmFontSize.Normal;
            this.arsLabel5.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel5.FullText     = "Yetkili";
            this.arsLabel5.Location     = new System.Drawing.Point(15, 117);
            this.arsLabel5.Name         = "arsLabel5";
            this.arsLabel5.PrivateValue = "";
            this.arsLabel5.Size         = new System.Drawing.Size(107, 21);
            this.arsLabel5.TabIndex     = 7;
            this.arsLabel5.Text         = "Yetkili";
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.VERGI_NO;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 3;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel4.FontSize     = EnmFontSize.Normal;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Vergi No";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 93);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(107, 21);
            this.arsLabel4.TabIndex     = 6;
            this.arsLabel4.Text         = "Vergi No";
            //
            // VERGI_NO
            //
            this.VERGI_NO.ArEnable           = true;
            this.VERGI_NO.ArFocusView        = null;
            this.VERGI_NO.ArName             = "VERGI_NO";
            this.VERGI_NO.ArTag              = -1;
            this.VERGI_NO.ArVisible          = true;
            this.VERGI_NO.CanNull            = true;
            this.VERGI_NO.DecimalCount       = 2;
            this.VERGI_NO.DefaultValue       = "";
            this.VERGI_NO.DotDigit           = true;
            this.VERGI_NO.EditType           = EnmEditType.String;
            this.VERGI_NO.ExitCheck          = false;
            this.VERGI_NO.ExitError          = false;
            this.VERGI_NO.Font               = new System.Drawing.Font("Arial", 9F);
            this.VERGI_NO.FontSize           = EnmFontSize.Normal;
            this.VERGI_NO.GuideEdit          = null;
            this.VERGI_NO.GuideTitle         = "";
            this.VERGI_NO.Location           = new System.Drawing.Point(127, 93);
            this.VERGI_NO.Name               = "VERGI_NO";
            this.VERGI_NO.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.VERGI_NO.PrivateName        = "";
            this.VERGI_NO.PrivateValue       = "";
            this.VERGI_NO.Size               = new System.Drawing.Size(122, 21);
            this.VERGI_NO.TabIndex           = 2;
            this.VERGI_NO.UseVirtualKeyboard = false;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.VERGI_DAIRESI;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Vergi Dairesi";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 69);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(107, 21);
            this.arsLabel3.TabIndex     = 4;
            this.arsLabel3.Text         = "Vergi Dairesi";
            //
            // VERGI_DAIRESI
            //
            this.VERGI_DAIRESI.ArEnable           = true;
            this.VERGI_DAIRESI.ArFocusView        = null;
            this.VERGI_DAIRESI.ArName             = "VERGI_DAIRESI";
            this.VERGI_DAIRESI.ArTag              = -1;
            this.VERGI_DAIRESI.ArVisible          = true;
            this.VERGI_DAIRESI.CanNull            = true;
            this.VERGI_DAIRESI.DecimalCount       = 2;
            this.VERGI_DAIRESI.DefaultValue       = "";
            this.VERGI_DAIRESI.DotDigit           = true;
            this.VERGI_DAIRESI.EditType           = EnmEditType.String;
            this.VERGI_DAIRESI.ExitCheck          = false;
            this.VERGI_DAIRESI.ExitError          = false;
            this.VERGI_DAIRESI.Font               = new System.Drawing.Font("Arial", 9F);
            this.VERGI_DAIRESI.FontSize           = EnmFontSize.Normal;
            this.VERGI_DAIRESI.GuideEdit          = null;
            this.VERGI_DAIRESI.GuideTitle         = "";
            this.VERGI_DAIRESI.Location           = new System.Drawing.Point(127, 69);
            this.VERGI_DAIRESI.Name               = "VERGI_DAIRESI";
            this.VERGI_DAIRESI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.VERGI_DAIRESI.PrivateName        = "";
            this.VERGI_DAIRESI.PrivateValue       = "";
            this.VERGI_DAIRESI.Size               = new System.Drawing.Size(286, 21);
            this.VERGI_DAIRESI.TabIndex           = 1;
            this.VERGI_DAIRESI.UseVirtualKeyboard = false;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.FIRMA_ADI;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Firma Adı";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 45);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(107, 21);
            this.arsLabel2.TabIndex     = 2;
            this.arsLabel2.Text         = "Firma Adı";
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = null;
            this.arsLabel1.ArLabelType  = EnmLabelType.Header;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = -1;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(95)))), ((int)(((byte)(95)))));
            this.arsLabel1.FullText     = "Müşteriler";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(177, 25);
            this.arsLabel1.TabIndex     = 1;
            this.arsLabel1.Text         = "Müşteriler";
            //
            // grdMusteriler
            //
            this.grdMusteriler.AllowUserToAddRows = false;
            this.grdMusteriler.ArName             = "";
            this.grdMusteriler.ArTag                         = -1;
            this.grdMusteriler.BackgroundColor               = System.Drawing.Color.White;
            this.grdMusteriler.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor                 = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font                      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor                 = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor        = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
            this.grdMusteriler.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdMusteriler.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdMusteriler.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdFIRMA_ADI,
                this.grdYETKILI_AD_SOYAD,
                this.grdKULLANICI_KODU
            });
            dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font               = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
            this.grdMusteriler.DefaultCellStyle       = dataGridViewCellStyle2;
            this.grdMusteriler.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdMusteriler.EnableHeadersVisualStyles = false;
            this.grdMusteriler.FocusPanel            = this.pnlMusteriler;
            this.grdMusteriler.IsArtezDB             = false;
            this.grdMusteriler.KeyValue              = "KULLANICI_KODU";
            this.grdMusteriler.Location              = new System.Drawing.Point(421, 32);
            this.grdMusteriler.MultiSelect           = false;
            this.grdMusteriler.Name                  = "grdMusteriler";
            this.grdMusteriler.OtoHeader             = false;
            this.grdMusteriler.OtoSize               = true;
            this.grdMusteriler.PanelSQL              = "";
            this.grdMusteriler.ReadOnly              = true;
            this.grdMusteriler.RowHeadersVisible     = false;
            this.grdMusteriler.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.grdMusteriler.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdMusteriler.Size                  = new System.Drawing.Size(284, 418);
            this.grdMusteriler.SpecialDesign         = false;
            this.grdMusteriler.SQLText               = "SELECT FIRMA_ADI, YETKILI_AD_SOYAD, KULLANICI_KODU FROM [TBLKULLANICI] WHERE /*WS" +
                                                       "*/KULLANICI_TIPI = 1 AND DEMIR_FLOAT_1 = 1/*WE*/";
            this.grdMusteriler.TabIndex = 1;
            //
            // grdFIRMA_ADI
            //
            this.grdFIRMA_ADI.DataPropertyName = "FIRMA_ADI";
            this.grdFIRMA_ADI.DividerWidth     = 1;
            this.grdFIRMA_ADI.HeaderText       = "Firma Adı";
            this.grdFIRMA_ADI.Name             = "grdFIRMA_ADI";
            this.grdFIRMA_ADI.ReadOnly         = true;
            //
            // grdYETKILI_AD_SOYAD
            //
            this.grdYETKILI_AD_SOYAD.DataPropertyName = "YETKILI_AD_SOYAD";
            this.grdYETKILI_AD_SOYAD.DividerWidth     = 1;
            this.grdYETKILI_AD_SOYAD.HeaderText       = "Yetkili";
            this.grdYETKILI_AD_SOYAD.Name             = "grdYETKILI_AD_SOYAD";
            this.grdYETKILI_AD_SOYAD.ReadOnly         = true;
            //
            // grdKULLANICI_KODU
            //
            this.grdKULLANICI_KODU.DataPropertyName = "KULLANICI_KODU";
            this.grdKULLANICI_KODU.DividerWidth     = 1;
            this.grdKULLANICI_KODU.HeaderText       = "Kullanıcı Kodu";
            this.grdKULLANICI_KODU.Name             = "grdKULLANICI_KODU";
            this.grdKULLANICI_KODU.ReadOnly         = true;
            this.grdKULLANICI_KODU.Visible          = false;
            //
            // Musteriler
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BtnClear            = this.BtnTemizle;
            this.BtnDel     = this.BtnSil;
            this.BtnSave    = this.BtnKaydet;
            this.CanPaint   = true;
            this.ClientSize = new System.Drawing.Size(705, 450);
            this.Controls.Add(this.grdMusteriler);
            this.Controls.Add(this.pnlMusteriler);
            this.MenuTitle  = "Müşteriler";
            this.Name       = "Musteriler";
            this.Text       = "Müşteriler";
            this.Activated += new System.EventHandler(this.Musteriler_Activated);
            this.Load      += new System.EventHandler(this.Musteriler_Load);
            this.Controls.SetChildIndex(this.pnlMusteriler, 0);
            this.Controls.SetChildIndex(this.grdMusteriler, 0);
            this.pnlMusteriler.ResumeLayout(false);
            this.pnlMusteriler.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdMusteriler)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #21
0
        /// <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();
            GuideField guideField3 = new GuideField();
            GuideField guideField4 = new GuideField();

            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IlSabit));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            this.PnlILSabit      = new ArsLib.Controls.ArsPanel();
            this.btnIlKoduRehber = new ArsLib.Controls.ArsButton();
            this.IL_KODU         = new ArsLib.Controls.ArsEdit();
            this.BtnTemizle      = new DevExpress.XtraEditors.SimpleButton();
            this.btnSil          = new DevExpress.XtraEditors.SimpleButton();
            this.btnKaydet       = new DevExpress.XtraEditors.SimpleButton();
            this.arsLabel4       = new ArsLib.Controls.ArsLabel();
            this.ULKE_KODU       = new ArsLib.Controls.ArsEdit();
            this.arsLabel3       = new ArsLib.Controls.ArsLabel();
            this.IL_ADI          = new ArsLib.Controls.ArsEdit();
            this.arsLabel1       = new ArsLib.Controls.ArsLabel();
            this.arsLabel2       = new ArsLib.Controls.ArsLabel();
            this.arsButton1      = new ArsLib.Controls.ArsButton();
            this.PnlILSabit.SuspendLayout();
            this.SuspendLayout();
            //
            // PnlILSabit
            //
            this.PnlILSabit.ArName         = "";
            this.PnlILSabit.ArsOrientation = EnmPanelOrientation.Vertical;
            this.PnlILSabit.ArTag          = -1;
            this.PnlILSabit.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.PnlILSabit.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.PnlILSabit.CanPaint       = true;
            this.PnlILSabit.Controls.Add(this.arsButton1);
            this.PnlILSabit.Controls.Add(this.btnIlKoduRehber);
            this.PnlILSabit.Controls.Add(this.BtnTemizle);
            this.PnlILSabit.Controls.Add(this.btnSil);
            this.PnlILSabit.Controls.Add(this.btnKaydet);
            this.PnlILSabit.Controls.Add(this.arsLabel4);
            this.PnlILSabit.Controls.Add(this.arsLabel3);
            this.PnlILSabit.Controls.Add(this.arsLabel1);
            this.PnlILSabit.Controls.Add(this.ULKE_KODU);
            this.PnlILSabit.Controls.Add(this.IL_ADI);
            this.PnlILSabit.Controls.Add(this.arsLabel2);
            this.PnlILSabit.Controls.Add(this.IL_KODU);
            this.PnlILSabit.Dock         = System.Windows.Forms.DockStyle.Left;
            this.PnlILSabit.DrawLastEdit = true;
            this.PnlILSabit.Location     = new System.Drawing.Point(0, 32);
            this.PnlILSabit.Name         = "PnlILSabit";
            this.PnlILSabit.Size         = new System.Drawing.Size(425, 418);
            this.PnlILSabit.TabIndex     = 2;
            //
            // btnIlKoduRehber
            //
            this.btnIlKoduRehber.ArControlView             = this.IL_KODU;
            this.btnIlKoduRehber.ArName                    = "IL_KODU";
            this.btnIlKoduRehber.ArTag                     = -1;
            this.btnIlKoduRehber.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnIlKoduRehber.BackgroundImage")));
            this.btnIlKoduRehber.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.btnIlKoduRehber.BigGuide                  = false;
            this.btnIlKoduRehber.ButtonType                = EnmButtonType.Guide;
            this.btnIlKoduRehber.FlatAppearance.BorderSize = 0;
            this.btnIlKoduRehber.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField3.Name = "IL_KODU";
            guideField3.Text = "İl Kodu";
            guideField4.Name = "IL_ADI";
            guideField4.Text = "İl Adı";
            this.btnIlKoduRehber.GuideFieldList = new GuideField[] {
                guideField3,
                guideField4
            };
            this.btnIlKoduRehber.IsArtezDB = false;
            this.btnIlKoduRehber.Location  = new System.Drawing.Point(369, 10);
            this.btnIlKoduRehber.Name      = "btnIlKoduRehber";
            this.btnIlKoduRehber.Size      = new System.Drawing.Size(21, 21);
            this.btnIlKoduRehber.SQLText   = "SELECT IL_KODU, IL_ADI FROM [TBLIL]";
            this.btnIlKoduRehber.TabIndex  = 99;
            this.btnIlKoduRehber.TabStop   = false;
            this.btnIlKoduRehber.UseVisualStyleBackColor = true;
            //
            // IL_KODU
            //
            this.IL_KODU.ArEnable           = true;
            this.IL_KODU.ArFocusView        = null;
            this.IL_KODU.ArName             = "IL_KODU";
            this.IL_KODU.ArTag              = -1;
            this.IL_KODU.ArVisible          = true;
            this.IL_KODU.CanNull            = false;
            this.IL_KODU.DecimalCount       = 2;
            this.IL_KODU.DefaultValue       = "";
            this.IL_KODU.DotDigit           = true;
            this.IL_KODU.EditType           = EnmEditType.String;
            this.IL_KODU.ExitCheck          = false;
            this.IL_KODU.ExitError          = false;
            this.IL_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.IL_KODU.FontSize           = EnmFontSize.Normal;
            this.IL_KODU.GuideEdit          = null;
            this.IL_KODU.GuideTitle         = "";
            this.IL_KODU.Location           = new System.Drawing.Point(112, 10);
            this.IL_KODU.Name               = "IL_KODU";
            this.IL_KODU.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.IL_KODU.PrivateName        = "";
            this.IL_KODU.PrivateValue       = "";
            this.IL_KODU.Size               = new System.Drawing.Size(254, 21);
            this.IL_KODU.TabIndex           = 0;
            this.IL_KODU.UseVirtualKeyboard = false;
            this.IL_KODU.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.IL_KODU_ArsExit);
            this.IL_KODU.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.IL_KODU_KeyDown);
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(304, 85);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 132;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // btnSil
            //
            this.btnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.btnSil.Appearance.Options.UseFont = true;
            this.btnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("btnSil.ImageOptions.Image")));
            this.btnSil.Location = new System.Drawing.Point(207, 85);
            this.btnSil.Name     = "btnSil";
            this.btnSil.Size     = new System.Drawing.Size(91, 39);
            this.btnSil.TabIndex = 133;
            this.btnSil.Text     = "Sil";
            this.btnSil.Click   += new System.EventHandler(this.btnSil_Click);
            //
            // btnKaydet
            //
            this.btnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.btnKaydet.Appearance.Options.UseFont = true;
            this.btnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("btnKaydet.ImageOptions.Image")));
            this.btnKaydet.Location = new System.Drawing.Point(110, 85);
            this.btnKaydet.Name     = "btnKaydet";
            this.btnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.btnKaydet.TabIndex = 134;
            this.btnKaydet.Text     = "Kaydet";
            this.btnKaydet.Click   += new System.EventHandler(this.btnKaydet_Click);
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.ULKE_KODU;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 2;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel4.FontSize     = EnmFontSize.Normal;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel4.TabIndex     = 8;
            this.arsLabel4.Text         = "Ülke Kodu";
            //
            // ULKE_KODU
            //
            this.ULKE_KODU.ArEnable           = true;
            this.ULKE_KODU.ArFocusView        = null;
            this.ULKE_KODU.ArName             = "ULKE_KODU";
            this.ULKE_KODU.ArTag              = -1;
            this.ULKE_KODU.ArVisible          = true;
            this.ULKE_KODU.CanNull            = false;
            this.ULKE_KODU.DecimalCount       = 2;
            this.ULKE_KODU.DefaultValue       = "";
            this.ULKE_KODU.DotDigit           = true;
            this.ULKE_KODU.EditType           = EnmEditType.String;
            this.ULKE_KODU.ExitCheck          = false;
            this.ULKE_KODU.ExitError          = false;
            this.ULKE_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.ULKE_KODU.FontSize           = EnmFontSize.Normal;
            this.ULKE_KODU.GuideEdit          = null;
            this.ULKE_KODU.GuideTitle         = "";
            this.ULKE_KODU.Location           = new System.Drawing.Point(112, 58);
            this.ULKE_KODU.Name               = "ULKE_KODU";
            this.ULKE_KODU.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.ULKE_KODU.PrivateName        = "";
            this.ULKE_KODU.PrivateValue       = "";
            this.ULKE_KODU.Size               = new System.Drawing.Size(254, 21);
            this.ULKE_KODU.TabIndex           = 2;
            this.ULKE_KODU.UseVirtualKeyboard = false;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.IL_ADI;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 1;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel3.TabIndex     = 7;
            this.arsLabel3.Text         = "İl Adı";
            //
            // IL_ADI
            //
            this.IL_ADI.ArEnable           = true;
            this.IL_ADI.ArFocusView        = null;
            this.IL_ADI.ArName             = "IL_ADI";
            this.IL_ADI.ArTag              = -1;
            this.IL_ADI.ArVisible          = true;
            this.IL_ADI.CanNull            = false;
            this.IL_ADI.DecimalCount       = 2;
            this.IL_ADI.DefaultValue       = "";
            this.IL_ADI.DotDigit           = true;
            this.IL_ADI.EditType           = EnmEditType.String;
            this.IL_ADI.ExitCheck          = false;
            this.IL_ADI.ExitError          = false;
            this.IL_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.IL_ADI.FontSize           = EnmFontSize.Normal;
            this.IL_ADI.GuideEdit          = null;
            this.IL_ADI.GuideTitle         = "";
            this.IL_ADI.Location           = new System.Drawing.Point(112, 34);
            this.IL_ADI.Name               = "IL_ADI";
            this.IL_ADI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.IL_ADI.PrivateName        = "";
            this.IL_ADI.PrivateValue       = "";
            this.IL_ADI.Size               = new System.Drawing.Size(283, 21);
            this.IL_ADI.TabIndex           = 1;
            this.IL_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.IL_KODU;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel1.TabIndex     = 6;
            this.arsLabel1.Text         = "İl Kodu";
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 0;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(53, 21);
            this.arsLabel2.TabIndex     = 5;
            this.arsLabel2.Text         = "İl Kodu";
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.ULKE_KODU;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "ULKE_KODU";
            guideField1.Text = "Ülke Kodu";
            guideField2.Name = "ULKE_ADI";
            guideField2.Text = "Ülke Adı";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.arsButton1.IsArtezDB = false;
            this.arsButton1.Location  = new System.Drawing.Point(397, 71);
            this.arsButton1.Name      = "arsButton1";
            this.arsButton1.Size      = new System.Drawing.Size(21, 21);
            this.arsButton1.SQLText   = "SELECT ULKE_KODU, ULKE_ADI FROM [TBLULKE]";
            this.arsButton1.TabIndex  = 99;
            this.arsButton1.TabStop   = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // IlSabit
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BtnClear            = this.BtnTemizle;
            this.BtnDel     = this.btnSil;
            this.BtnSave    = this.btnKaydet;
            this.CanPaint   = true;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.PnlILSabit);
            this.KeyControl = this.IL_KODU;
            this.KeyField   = "IL_KODU";
            this.MenuAdi    = "Il Sabit";
            this.MenuKodu   = "Ön:Üğçlx";
            this.Name       = "IlSabit";
            this.RecordForm = true;
            this.TableName  = "TBLIL";
            this.Text       = "";
            this.Controls.SetChildIndex(this.PnlILSabit, 0);
            this.PnlILSabit.ResumeLayout(false);
            this.PnlILSabit.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #22
0
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MasaGrup));
            GuideField guideField3 = new GuideField();
            GuideField guideField4 = new GuideField();

            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            this.PnlMasaGrup    = new ArsLib.Controls.ArsPanel();
            this.BtnTemizle     = new DevExpress.XtraEditors.SimpleButton();
            this.BtnSil         = new DevExpress.XtraEditors.SimpleButton();
            this.BtnKaydet      = new DevExpress.XtraEditors.SimpleButton();
            this.ACIKLAMA       = new ArsLib.Controls.ArsEdit();
            this.arsLabel3      = new ArsLib.Controls.ArsLabel();
            this.arsButton1     = new ArsLib.Controls.ArsButton();
            this.GRUP_KODU      = new ArsLib.Controls.ArsEdit();
            this.GRUP_TANIMI    = new ArsLib.Controls.ArsEdit();
            this.arsLabel2      = new ArsLib.Controls.ArsLabel();
            this.arsLabel1      = new ArsLib.Controls.ArsLabel();
            this.grdMasaGrup    = new ArsLib.Controls.ArsGrid();
            this.grdGRUP_KODU   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdGRUP_TANIMI = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PnlMasaGrup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdMasaGrup)).BeginInit();
            this.SuspendLayout();
            //
            // PnlMasaGrup
            //
            this.PnlMasaGrup.ArName         = "";
            this.PnlMasaGrup.ArsOrientation = EnmPanelOrientation.Vertical;
            this.PnlMasaGrup.ArTag          = -1;
            this.PnlMasaGrup.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.PnlMasaGrup.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.PnlMasaGrup.CanPaint       = true;
            this.PnlMasaGrup.Controls.Add(this.BtnTemizle);
            this.PnlMasaGrup.Controls.Add(this.BtnSil);
            this.PnlMasaGrup.Controls.Add(this.BtnKaydet);
            this.PnlMasaGrup.Controls.Add(this.ACIKLAMA);
            this.PnlMasaGrup.Controls.Add(this.arsLabel3);
            this.PnlMasaGrup.Controls.Add(this.arsButton1);
            this.PnlMasaGrup.Controls.Add(this.GRUP_TANIMI);
            this.PnlMasaGrup.Controls.Add(this.arsLabel2);
            this.PnlMasaGrup.Controls.Add(this.GRUP_KODU);
            this.PnlMasaGrup.Controls.Add(this.arsLabel1);
            this.PnlMasaGrup.Dock         = System.Windows.Forms.DockStyle.Left;
            this.PnlMasaGrup.DrawLastEdit = true;
            this.PnlMasaGrup.Location     = new System.Drawing.Point(0, 0);
            this.PnlMasaGrup.Name         = "PnlMasaGrup";
            this.PnlMasaGrup.Size         = new System.Drawing.Size(491, 437);
            this.PnlMasaGrup.TabIndex     = 1;
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(350, 100);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 155;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // BtnSil
            //
            this.BtnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnSil.Appearance.Options.UseFont = true;
            this.BtnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnSil.ImageOptions.Image")));
            this.BtnSil.Location = new System.Drawing.Point(253, 100);
            this.BtnSil.Name     = "BtnSil";
            this.BtnSil.Size     = new System.Drawing.Size(91, 39);
            this.BtnSil.TabIndex = 156;
            this.BtnSil.Text     = "Sil";
            this.BtnSil.Click   += new System.EventHandler(this.BtnSil_Click);
            //
            // BtnKaydet
            //
            this.BtnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnKaydet.Appearance.Options.UseFont = true;
            this.BtnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnKaydet.ImageOptions.Image")));
            this.BtnKaydet.Location = new System.Drawing.Point(156, 100);
            this.BtnKaydet.Name     = "BtnKaydet";
            this.BtnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.BtnKaydet.TabIndex = 157;
            this.BtnKaydet.Text     = "Kaydet";
            this.BtnKaydet.Click   += new System.EventHandler(this.BtnKaydet_Click);
            //
            // ACIKLAMA
            //
            this.ACIKLAMA.ArEnable           = true;
            this.ACIKLAMA.ArFocusView        = null;
            this.ACIKLAMA.ArName             = "ACIKLAMA";
            this.ACIKLAMA.ArTag              = -1;
            this.ACIKLAMA.ArVisible          = true;
            this.ACIKLAMA.CanNull            = true;
            this.ACIKLAMA.DecimalCount       = 2;
            this.ACIKLAMA.DefaultValue       = "";
            this.ACIKLAMA.EditType           = EnmEditType.String;
            this.ACIKLAMA.ExitCheck          = false;
            this.ACIKLAMA.ExitError          = false;
            this.ACIKLAMA.Font               = new System.Drawing.Font("Arial", 12F);
            this.ACIKLAMA.FontSize           = EnmFontSize.Medium;
            this.ACIKLAMA.GuideEdit          = null;
            this.ACIKLAMA.GuideTitle         = "";
            this.ACIKLAMA.Location           = new System.Drawing.Point(156, 68);
            this.ACIKLAMA.Name               = "ACIKLAMA";
            this.ACIKLAMA.PrivateName        = "";
            this.ACIKLAMA.PrivateValue       = "";
            this.ACIKLAMA.Size               = new System.Drawing.Size(285, 26);
            this.ACIKLAMA.TabIndex           = 2;
            this.ACIKLAMA.UseVirtualKeyboard = false;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.ACIKLAMA;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 12F);
            this.arsLabel3.FontSize     = EnmFontSize.Medium;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Açıklama";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 68);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(136, 26);
            this.arsLabel3.TabIndex     = 100;
            this.arsLabel3.Text         = "Açıklama";
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.GRUP_KODU;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField3.Name = "GRUP_KODU";
            guideField3.Text = "Grup Kodu";
            guideField4.Name = "GRUP_TANIMI";
            guideField4.Text = "Grup Tanımı";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField3,
                guideField4
            };
            this.arsButton1.Location = new System.Drawing.Point(444, 10);
            this.arsButton1.Name     = "arsButton1";
            this.arsButton1.Size     = new System.Drawing.Size(26, 26);
            this.arsButton1.SQLText  = "SELECT GRUP_KODU, GRUP_TANIMI FROM [TBLBLUEMASAGRUP]";
            this.arsButton1.TabIndex = 99;
            this.arsButton1.TabStop  = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // GRUP_KODU
            //
            this.GRUP_KODU.ArEnable           = true;
            this.GRUP_KODU.ArFocusView        = null;
            this.GRUP_KODU.ArName             = "GRUP_KODU";
            this.GRUP_KODU.ArTag              = 0;
            this.GRUP_KODU.ArVisible          = true;
            this.GRUP_KODU.CanNull            = false;
            this.GRUP_KODU.DecimalCount       = 2;
            this.GRUP_KODU.DefaultValue       = "";
            this.GRUP_KODU.EditType           = EnmEditType.String;
            this.GRUP_KODU.ExitCheck          = false;
            this.GRUP_KODU.ExitError          = false;
            this.GRUP_KODU.Font               = new System.Drawing.Font("Arial", 12F);
            this.GRUP_KODU.FontSize           = EnmFontSize.Medium;
            this.GRUP_KODU.GuideEdit          = null;
            this.GRUP_KODU.GuideTitle         = "";
            this.GRUP_KODU.Location           = new System.Drawing.Point(156, 10);
            this.GRUP_KODU.Name               = "GRUP_KODU";
            this.GRUP_KODU.PrivateName        = "";
            this.GRUP_KODU.PrivateValue       = "";
            this.GRUP_KODU.Size               = new System.Drawing.Size(285, 26);
            this.GRUP_KODU.TabIndex           = 0;
            this.GRUP_KODU.UseVirtualKeyboard = false;
            this.GRUP_KODU.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.GRUP_KODU_ArsExit);
            this.GRUP_KODU.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.GRUP_KODU_KeyDown);
            //
            // GRUP_TANIMI
            //
            this.GRUP_TANIMI.ArEnable           = true;
            this.GRUP_TANIMI.ArFocusView        = null;
            this.GRUP_TANIMI.ArName             = "GRUP_TANIMI";
            this.GRUP_TANIMI.ArTag              = -1;
            this.GRUP_TANIMI.ArVisible          = true;
            this.GRUP_TANIMI.CanNull            = false;
            this.GRUP_TANIMI.DecimalCount       = 2;
            this.GRUP_TANIMI.DefaultValue       = "";
            this.GRUP_TANIMI.EditType           = EnmEditType.String;
            this.GRUP_TANIMI.ExitCheck          = false;
            this.GRUP_TANIMI.ExitError          = false;
            this.GRUP_TANIMI.Font               = new System.Drawing.Font("Arial", 12F);
            this.GRUP_TANIMI.FontSize           = EnmFontSize.Medium;
            this.GRUP_TANIMI.GuideEdit          = null;
            this.GRUP_TANIMI.GuideTitle         = "";
            this.GRUP_TANIMI.Location           = new System.Drawing.Point(156, 39);
            this.GRUP_TANIMI.Name               = "GRUP_TANIMI";
            this.GRUP_TANIMI.PrivateName        = "";
            this.GRUP_TANIMI.PrivateValue       = "";
            this.GRUP_TANIMI.Size               = new System.Drawing.Size(285, 26);
            this.GRUP_TANIMI.TabIndex           = 1;
            this.GRUP_TANIMI.UseVirtualKeyboard = false;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.GRUP_TANIMI;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 12F);
            this.arsLabel2.FontSize     = EnmFontSize.Medium;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Grup Tanımı";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 39);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(136, 26);
            this.arsLabel2.TabIndex     = 2;
            this.arsLabel2.Text         = "Grup Tanımı";
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.GRUP_KODU;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 12F);
            this.arsLabel1.FontSize     = EnmFontSize.Medium;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Grup Kodu";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(136, 26);
            this.arsLabel1.TabIndex     = 1;
            this.arsLabel1.Text         = "Grup Kodu";
            //
            // grdMasaGrup
            //
            this.grdMasaGrup.AllowUserToAddRows = false;
            this.grdMasaGrup.ArName             = "";
            this.grdMasaGrup.ArTag                         = -1;
            this.grdMasaGrup.BackgroundColor               = System.Drawing.Color.White;
            this.grdMasaGrup.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle3.Alignment               = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor               = System.Drawing.Color.Gray;
            dataGridViewCellStyle3.Font                    = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle3.ForeColor               = System.Drawing.Color.White;
            dataGridViewCellStyle3.SelectionBackColor      = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor      = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode                = System.Windows.Forms.DataGridViewTriState.True;
            this.grdMasaGrup.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
            this.grdMasaGrup.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdMasaGrup.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdGRUP_KODU,
                this.grdGRUP_TANIMI
            });
            dataGridViewCellStyle4.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor          = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle4.Font               = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle4.ForeColor          = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
            this.grdMasaGrup.DefaultCellStyle         = dataGridViewCellStyle4;
            this.grdMasaGrup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdMasaGrup.EnableHeadersVisualStyles = false;
            this.grdMasaGrup.FocusPanel            = this.PnlMasaGrup;
            this.grdMasaGrup.KeyValue              = "GRUP_KODU";
            this.grdMasaGrup.Location              = new System.Drawing.Point(491, 0);
            this.grdMasaGrup.MultiSelect           = false;
            this.grdMasaGrup.Name                  = "grdMasaGrup";
            this.grdMasaGrup.PanelSQL              = "";
            this.grdMasaGrup.ReadOnly              = true;
            this.grdMasaGrup.RowHeadersVisible     = false;
            this.grdMasaGrup.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.grdMasaGrup.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdMasaGrup.Size                  = new System.Drawing.Size(355, 437);
            this.grdMasaGrup.SpecialDesign         = false;
            this.grdMasaGrup.SQLText               = "SELECT GRUP_KODU, GRUP_TANIMI FROM [TBLBLUEMASAGRUP]";
            this.grdMasaGrup.TabIndex              = 2;
            //
            // grdGRUP_KODU
            //
            this.grdGRUP_KODU.DataPropertyName = "GRUP_KODU";
            this.grdGRUP_KODU.DividerWidth     = 1;
            this.grdGRUP_KODU.HeaderText       = "Grup Kodu";
            this.grdGRUP_KODU.Name             = "grdGRUP_KODU";
            this.grdGRUP_KODU.ReadOnly         = true;
            //
            // grdGRUP_TANIMI
            //
            this.grdGRUP_TANIMI.DataPropertyName = "GRUP_TANIMI";
            this.grdGRUP_TANIMI.DividerWidth     = 1;
            this.grdGRUP_TANIMI.HeaderText       = "Grup Tanımı";
            this.grdGRUP_TANIMI.Name             = "grdGRUP_TANIMI";
            this.grdGRUP_TANIMI.ReadOnly         = true;
            //
            // MasaGrup
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BtnClear            = this.BtnTemizle;
            this.BtnDel     = this.BtnSil;
            this.BtnSave    = this.BtnKaydet;
            this.CanPaint   = true;
            this.ClientSize = new System.Drawing.Size(846, 437);
            this.Controls.Add(this.grdMasaGrup);
            this.Controls.Add(this.PnlMasaGrup);
            this.MaximizeBox  = false;
            this.MenuAdi      = "Blue Masa Grup Tanım";
            this.MenuKodu     = "Hnxh\'Oçüğ=Iu1r:Xğökp";
            this.MenuTitle    = "Masa Grup Tanımları";
            this.MinimizeBox  = false;
            this.Name         = "MasaGrup";
            this.Text         = "Masa Grup Tanımları";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MasaGrup_FormClosing);
            this.Load        += new System.EventHandler(this.MasaGrup_Load);
            this.PnlMasaGrup.ResumeLayout(false);
            this.PnlMasaGrup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdMasaGrup)).EndInit();
            this.ResumeLayout(false);
        }
예제 #23
0
        /// <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();
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HareketliEkstraListesi));
            this.arsPanel1  = new ArsLib.Controls.ArsPanel();
            this.BIT_TARIH  = new ArsLib.Controls.ArsDateTime();
            this.arsLabel2  = new ArsLib.Controls.ArsLabel();
            this.BAS_TARIH  = new ArsLib.Controls.ArsDateTime();
            this.arsLabel3  = new ArsLib.Controls.ArsLabel();
            this.arsButton1 = new ArsLib.Controls.ArsButton();
            this.STOK_ADI   = new ArsLib.Controls.ArsEdit();
            this.arsLabel1  = new ArsLib.Controls.ArsLabel();
            this.grdHareketliEkstraListesi = new ArsLib.Controls.ArsGrid();
            this.grdTARIH           = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdSTOK_ADI        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdYER             = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBASLANGIC_SAATI = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBITIS_SAATI     = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdREC_USERNAME    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdREC_DATE        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdREZ_OPS         = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.btnFiltrele        = new DevExpress.XtraEditors.SimpleButton();
            this.arsPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdHareketliEkstraListesi)).BeginInit();
            this.SuspendLayout();
            //
            // arsPanel1
            //
            this.arsPanel1.ArName         = "";
            this.arsPanel1.ArsOrientation = EnmPanelOrientation.Vertical;
            this.arsPanel1.ArTag          = -1;
            this.arsPanel1.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.arsPanel1.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.arsPanel1.CanPaint       = true;
            this.arsPanel1.Controls.Add(this.btnFiltrele);
            this.arsPanel1.Controls.Add(this.BIT_TARIH);
            this.arsPanel1.Controls.Add(this.arsLabel2);
            this.arsPanel1.Controls.Add(this.BAS_TARIH);
            this.arsPanel1.Controls.Add(this.arsLabel3);
            this.arsPanel1.Controls.Add(this.arsButton1);
            this.arsPanel1.Controls.Add(this.STOK_ADI);
            this.arsPanel1.Controls.Add(this.arsLabel1);
            this.arsPanel1.Dock         = System.Windows.Forms.DockStyle.Top;
            this.arsPanel1.DrawLastEdit = true;
            this.arsPanel1.Location     = new System.Drawing.Point(0, 0);
            this.arsPanel1.Name         = "arsPanel1";
            this.arsPanel1.Size         = new System.Drawing.Size(860, 138);
            this.arsPanel1.TabIndex     = 0;
            //
            // BIT_TARIH
            //
            this.BIT_TARIH.ArEnable     = true;
            this.BIT_TARIH.ArFocusView  = null;
            this.BIT_TARIH.ArName       = "BIT_TARIH";
            this.BIT_TARIH.ArTag        = -1;
            this.BIT_TARIH.ArVisible    = true;
            this.BIT_TARIH.CanNull      = true;
            this.BIT_TARIH.CustomFormat = "HH:mm";
            this.BIT_TARIH.DateTimeType = EnmDateTimeType.Date;
            this.BIT_TARIH.DefaultValue = "";
            this.BIT_TARIH.Font         = new System.Drawing.Font("Arial", 9F);
            this.BIT_TARIH.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.BIT_TARIH.Location     = new System.Drawing.Point(147, 58);
            this.BIT_TARIH.Name         = "BIT_TARIH";
            this.BIT_TARIH.Size         = new System.Drawing.Size(129, 21);
            this.BIT_TARIH.TabIndex     = 2;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.BIT_TARIH;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 2;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Bitiş Tarihi";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(127, 21);
            this.arsLabel2.TabIndex     = 102;
            this.arsLabel2.Text         = "Bitiş Tarihi";
            //
            // BAS_TARIH
            //
            this.BAS_TARIH.ArEnable     = true;
            this.BAS_TARIH.ArFocusView  = null;
            this.BAS_TARIH.ArName       = "BAS_TARIH";
            this.BAS_TARIH.ArTag        = -1;
            this.BAS_TARIH.ArVisible    = true;
            this.BAS_TARIH.CanNull      = true;
            this.BAS_TARIH.CustomFormat = "HH:mm";
            this.BAS_TARIH.DateTimeType = EnmDateTimeType.Date;
            this.BAS_TARIH.DefaultValue = "";
            this.BAS_TARIH.Font         = new System.Drawing.Font("Arial", 9F);
            this.BAS_TARIH.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.BAS_TARIH.Location     = new System.Drawing.Point(147, 34);
            this.BAS_TARIH.Name         = "BAS_TARIH";
            this.BAS_TARIH.Size         = new System.Drawing.Size(129, 21);
            this.BAS_TARIH.TabIndex     = 1;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.BAS_TARIH;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 1;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(127, 21);
            this.arsLabel3.TabIndex     = 100;
            this.arsLabel3.Text         = "Başlangıç Tarihi";
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.STOK_ADI;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "STOK_KODU";
            guideField1.Text = "Stok Kodu";
            guideField2.Name = "STOK_ADI";
            guideField2.Text = "Stok Adı";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.arsButton1.Location = new System.Drawing.Point(350, 10);
            this.arsButton1.Name     = "arsButton1";
            this.arsButton1.Size     = new System.Drawing.Size(21, 21);
            this.arsButton1.SQLText  = "SELECT STOK_KODU, STOK_ADI FROM [TBLSTOK]";
            this.arsButton1.TabIndex = 99;
            this.arsButton1.TabStop  = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // STOK_ADI
            //
            this.STOK_ADI.ArEnable           = true;
            this.STOK_ADI.ArFocusView        = null;
            this.STOK_ADI.ArName             = "STOK_ADI";
            this.STOK_ADI.ArTag              = -1;
            this.STOK_ADI.ArVisible          = true;
            this.STOK_ADI.CanNull            = true;
            this.STOK_ADI.DecimalCount       = 2;
            this.STOK_ADI.DefaultValue       = "";
            this.STOK_ADI.EditType           = EnmEditType.String;
            this.STOK_ADI.ExitCheck          = false;
            this.STOK_ADI.ExitError          = false;
            this.STOK_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.STOK_ADI.FontSize           = EnmFontSize.Normal;
            this.STOK_ADI.GuideEdit          = null;
            this.STOK_ADI.GuideTitle         = "";
            this.STOK_ADI.Location           = new System.Drawing.Point(147, 10);
            this.STOK_ADI.Name               = "STOK_ADI";
            this.STOK_ADI.PrivateName        = "STOK_KODU";
            this.STOK_ADI.PrivateValue       = "";
            this.STOK_ADI.Size               = new System.Drawing.Size(200, 21);
            this.STOK_ADI.TabIndex           = 0;
            this.STOK_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.STOK_ADI;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Stok";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(127, 21);
            this.arsLabel1.TabIndex     = 0;
            this.arsLabel1.Text         = "Stok";
            //
            // grdHareketliEkstraListesi
            //
            this.grdHareketliEkstraListesi.AllowUserToAddRows = false;
            this.grdHareketliEkstraListesi.ArName             = "";
            this.grdHareketliEkstraListesi.ArTag           = -1;
            this.grdHareketliEkstraListesi.BackgroundColor = System.Drawing.Color.White;
            this.grdHareketliEkstraListesi.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
            this.grdHareketliEkstraListesi.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
            dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font               = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor          = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(106)))), ((int)(((byte)(183)))));
            dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
            this.grdHareketliEkstraListesi.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdHareketliEkstraListesi.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdHareketliEkstraListesi.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdTARIH,
                this.grdSTOK_ADI,
                this.grdYER,
                this.grdBASLANGIC_SAATI,
                this.grdBITIS_SAATI,
                this.grdREC_USERNAME,
                this.grdREC_DATE,
                this.grdREZ_OPS
            });
            dataGridViewCellStyle2.Alignment                         = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor                         = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font                              = new System.Drawing.Font("Arial", 10F);
            dataGridViewCellStyle2.ForeColor                         = System.Drawing.Color.Gray;
            dataGridViewCellStyle2.SelectionBackColor                = System.Drawing.SystemColors.ActiveCaption;
            dataGridViewCellStyle2.SelectionForeColor                = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode                          = System.Windows.Forms.DataGridViewTriState.False;
            this.grdHareketliEkstraListesi.DefaultCellStyle          = dataGridViewCellStyle2;
            this.grdHareketliEkstraListesi.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.grdHareketliEkstraListesi.EnableHeadersVisualStyles = false;
            this.grdHareketliEkstraListesi.FocusPanel                = null;
            this.grdHareketliEkstraListesi.GridColor                 = System.Drawing.SystemColors.ActiveBorder;
            this.grdHareketliEkstraListesi.KeyValue                  = "";
            this.grdHareketliEkstraListesi.Location                  = new System.Drawing.Point(0, 138);
            this.grdHareketliEkstraListesi.MultiSelect               = false;
            this.grdHareketliEkstraListesi.Name                      = "grdHareketliEkstraListesi";
            this.grdHareketliEkstraListesi.PanelSQL                  = "";
            this.grdHareketliEkstraListesi.ReadOnly                  = true;
            this.grdHareketliEkstraListesi.RowHeadersVisible         = false;
            this.grdHareketliEkstraListesi.RowTemplate.Resizable     = System.Windows.Forms.DataGridViewTriState.False;
            this.grdHareketliEkstraListesi.SelectionMode             = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdHareketliEkstraListesi.Size                      = new System.Drawing.Size(860, 312);
            this.grdHareketliEkstraListesi.SpecialDesign             = true;
            this.grdHareketliEkstraListesi.SQLText                   = "";
            this.grdHareketliEkstraListesi.TabIndex                  = 2;
            //
            // grdTARIH
            //
            this.grdTARIH.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.grdTARIH.DataPropertyName = "TARIH";
            this.grdTARIH.HeaderText       = "Tarih";
            this.grdTARIH.Name             = "grdTARIH";
            this.grdTARIH.ReadOnly         = true;
            this.grdTARIH.Width            = 67;
            //
            // grdSTOK_ADI
            //
            this.grdSTOK_ADI.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.grdSTOK_ADI.DataPropertyName = "STOK_ADI";
            this.grdSTOK_ADI.HeaderText       = "Stok Adı";
            this.grdSTOK_ADI.Name             = "grdSTOK_ADI";
            this.grdSTOK_ADI.ReadOnly         = true;
            this.grdSTOK_ADI.Width            = 82;
            //
            // grdYER
            //
            this.grdYER.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.grdYER.DataPropertyName = "YER";
            this.grdYER.HeaderText       = "Yer";
            this.grdYER.Name             = "grdYER";
            this.grdYER.ReadOnly         = true;
            this.grdYER.Width            = 57;
            //
            // grdBASLANGIC_SAATI
            //
            this.grdBASLANGIC_SAATI.DataPropertyName = "BASLANGIC_SAATI";
            this.grdBASLANGIC_SAATI.HeaderText       = "Baş. Saati";
            this.grdBASLANGIC_SAATI.Name             = "grdBASLANGIC_SAATI";
            this.grdBASLANGIC_SAATI.ReadOnly         = true;
            //
            // grdBITIS_SAATI
            //
            this.grdBITIS_SAATI.DataPropertyName = "BITIS_SAATI";
            this.grdBITIS_SAATI.HeaderText       = "Bit. Saat";
            this.grdBITIS_SAATI.Name             = "grdBITIS_SAATI";
            this.grdBITIS_SAATI.ReadOnly         = true;
            //
            // grdREC_USERNAME
            //
            this.grdREC_USERNAME.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.grdREC_USERNAME.DataPropertyName = "CREATE_USERNAME";
            this.grdREC_USERNAME.HeaderText       = "Kayıt Alan";
            this.grdREC_USERNAME.Name             = "grdREC_USERNAME";
            this.grdREC_USERNAME.ReadOnly         = true;
            this.grdREC_USERNAME.Width            = 92;
            //
            // grdREC_DATE
            //
            this.grdREC_DATE.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.grdREC_DATE.DataPropertyName = "CREATE_DATE";
            this.grdREC_DATE.HeaderText       = "Kayıt Tarihi";
            this.grdREC_DATE.Name             = "grdREC_DATE";
            this.grdREC_DATE.ReadOnly         = true;
            //
            // grdREZ_OPS
            //
            this.grdREZ_OPS.DataPropertyName = "REZ_OPS";
            this.grdREZ_OPS.HeaderText       = "Rez Ops";
            this.grdREZ_OPS.Name             = "grdREZ_OPS";
            this.grdREZ_OPS.ReadOnly         = true;
            this.grdREZ_OPS.Visible          = false;
            //
            // btnFiltrele
            //
            this.btnFiltrele.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
            this.btnFiltrele.Location           = new System.Drawing.Point(147, 85);
            this.btnFiltrele.Name     = "btnFiltrele";
            this.btnFiltrele.Size     = new System.Drawing.Size(129, 39);
            this.btnFiltrele.TabIndex = 135;
            this.btnFiltrele.Text     = "Filtrele";
            this.btnFiltrele.Click   += new System.EventHandler(this.BtnFiltrele_Click);
            //
            // HareketliEkstraListesi
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.CanPaint            = true;
            this.ClientSize          = new System.Drawing.Size(860, 450);
            this.Controls.Add(this.grdHareketliEkstraListesi);
            this.Controls.Add(this.arsPanel1);
            this.MaximizeBox = false;
            this.MenuAdi     = "Rezervasyon Hareketli Ekstra Listesi";
            this.MenuKodu    = "Yg1hyyçü5pp(Octhrgvöp=Ğozütd\'Nlü0gum";
            this.MinimizeBox = false;
            this.Name        = "HareketliEkstraListesi";
            this.Text        = "";
            this.Load       += new System.EventHandler(this.HareketliEkstraListesi_Load);
            this.arsPanel1.ResumeLayout(false);
            this.arsPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdHareketliEkstraListesi)).EndInit();
            this.ResumeLayout(false);
        }
예제 #24
0
        /// <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();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MasaRaporu));
            GuideField guideField1 = new GuideField();

            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            this.grdMasaRaporu              = new ArsLib.Controls.ArsGrid();
            this.grdMASA_TANIMI             = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdACILIS_ZAMANI           = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdKAPANIS_ZAMANI          = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdTUTAR                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdODEME_YERI              = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdODEME_TIPI              = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdREC_ID                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.arsPanel1                  = new ArsLib.Controls.ArsPanel();
            this.BIT_SAAT                   = new ArsLib.Controls.ArsDateTime();
            this.arsLabel5                  = new ArsLib.Controls.ArsLabel();
            this.BAS_SAAT                   = new ArsLib.Controls.ArsDateTime();
            this.arsLabel2                  = new ArsLib.Controls.ArsLabel();
            this.BIT_TAR                    = new ArsLib.Controls.ArsDateTime();
            this.arsLabel4                  = new ArsLib.Controls.ArsLabel();
            this.BAS_TAR                    = new ArsLib.Controls.ArsDateTime();
            this.arsLabel3                  = new ArsLib.Controls.ArsLabel();
            this.BtnFiltrele                = new DevExpress.XtraEditors.SimpleButton();
            this.arsButton1                 = new ArsLib.Controls.ArsButton();
            this.MASA_TANIMI                = new ArsLib.Controls.ArsEdit();
            this.arsLabel1                  = new ArsLib.Controls.ArsLabel();
            this.tabControl                 = new DevExpress.XtraTab.XtraTabControl();
            this.tabPageRapor               = new DevExpress.XtraTab.XtraTabPage();
            this.pnlDipToplam               = new ArsLib.Controls.ArsPanel();
            this.ACIK_MASA_SAYISI           = new ArsLib.Controls.ArsEdit();
            this.arsLabel8                  = new ArsLib.Controls.ArsLabel();
            this.TOPLAM_TUTAR               = new ArsLib.Controls.ArsEdit();
            this.arsLabel7                  = new ArsLib.Controls.ArsLabel();
            this.tabPageDetay               = new DevExpress.XtraTab.XtraTabPage();
            this.grdMasaDetay               = new ArsLib.Controls.ArsGrid();
            this.grdSTOK_ADI                = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdMIKTAR                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cmsRapor                   = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.miPDFOlustur               = new System.Windows.Forms.ToolStripMenuItem();
            this.miExcellOlustur            = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.grdMasaRaporu)).BeginInit();
            this.arsPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tabControl)).BeginInit();
            this.tabControl.SuspendLayout();
            this.tabPageRapor.SuspendLayout();
            this.pnlDipToplam.SuspendLayout();
            this.tabPageDetay.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdMasaDetay)).BeginInit();
            this.cmsRapor.SuspendLayout();
            this.SuspendLayout();
            //
            // grdMasaRaporu
            //
            this.grdMasaRaporu.AllowUserToAddRows = false;
            this.grdMasaRaporu.ArName             = "";
            this.grdMasaRaporu.ArTag                         = -1;
            this.grdMasaRaporu.BackgroundColor               = System.Drawing.Color.White;
            this.grdMasaRaporu.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor                 = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font                      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor                 = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
            this.grdMasaRaporu.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdMasaRaporu.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdMasaRaporu.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdMASA_TANIMI,
                this.grdACILIS_ZAMANI,
                this.grdKAPANIS_ZAMANI,
                this.grdTUTAR,
                this.grdODEME_YERI,
                this.grdODEME_TIPI,
                this.grdREC_ID
            });
            dataGridViewCellStyle3.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor          = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle3.Font               = new System.Drawing.Font("Tahoma", 8.25F);
            dataGridViewCellStyle3.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
            this.grdMasaRaporu.DefaultCellStyle       = dataGridViewCellStyle3;
            this.grdMasaRaporu.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdMasaRaporu.EnableHeadersVisualStyles = false;
            this.grdMasaRaporu.FocusPanel                   = null;
            this.grdMasaRaporu.IsArtezDB                    = false;
            this.grdMasaRaporu.KeyValue                     = "";
            this.grdMasaRaporu.Location                     = new System.Drawing.Point(0, 0);
            this.grdMasaRaporu.MultiSelect                  = false;
            this.grdMasaRaporu.Name                         = "grdMasaRaporu";
            this.grdMasaRaporu.OtoHeader                    = false;
            this.grdMasaRaporu.OtoSize                      = true;
            this.grdMasaRaporu.PanelSQL                     = "";
            this.grdMasaRaporu.ReadOnly                     = true;
            this.grdMasaRaporu.RowHeadersVisible            = false;
            this.grdMasaRaporu.RowTemplate.ContextMenuStrip = this.cmsRapor;
            this.grdMasaRaporu.RowTemplate.Resizable        = System.Windows.Forms.DataGridViewTriState.False;
            this.grdMasaRaporu.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdMasaRaporu.Size                         = new System.Drawing.Size(663, 140);
            this.grdMasaRaporu.SpecialDesign                = false;
            this.grdMasaRaporu.SQLText                      = "";
            this.grdMasaRaporu.TabIndex                     = 10;
            this.grdMasaRaporu.DataBindingComplete         += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.grdMasaRaporu_DataBindingComplete);
            this.grdMasaRaporu.DoubleClick                 += new System.EventHandler(this.grdMasaRaporu_DoubleClick);
            //
            // grdMASA_TANIMI
            //
            this.grdMASA_TANIMI.DataPropertyName = "MASA_TANIMI";
            this.grdMASA_TANIMI.DividerWidth     = 1;
            this.grdMASA_TANIMI.HeaderText       = "Masa";
            this.grdMASA_TANIMI.Name             = "grdMASA_TANIMI";
            this.grdMASA_TANIMI.ReadOnly         = true;
            //
            // grdACILIS_ZAMANI
            //
            this.grdACILIS_ZAMANI.DataPropertyName = "ACILIS_ZAMANI";
            this.grdACILIS_ZAMANI.DividerWidth     = 1;
            this.grdACILIS_ZAMANI.HeaderText       = "Açılış Zamanı";
            this.grdACILIS_ZAMANI.Name             = "grdACILIS_ZAMANI";
            this.grdACILIS_ZAMANI.ReadOnly         = true;
            //
            // grdKAPANIS_ZAMANI
            //
            this.grdKAPANIS_ZAMANI.DataPropertyName = "KAPANIS_ZAMANI";
            this.grdKAPANIS_ZAMANI.DividerWidth     = 1;
            this.grdKAPANIS_ZAMANI.HeaderText       = "Kapanış Zamanı";
            this.grdKAPANIS_ZAMANI.Name             = "grdKAPANIS_ZAMANI";
            this.grdKAPANIS_ZAMANI.ReadOnly         = true;
            //
            // grdTUTAR
            //
            this.grdTUTAR.DataPropertyName   = "TUTAR";
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle2.Format    = "N2";
            dataGridViewCellStyle2.NullValue = "0";
            this.grdTUTAR.DefaultCellStyle   = dataGridViewCellStyle2;
            this.grdTUTAR.DividerWidth       = 1;
            this.grdTUTAR.HeaderText         = "Tutar";
            this.grdTUTAR.Name     = "grdTUTAR";
            this.grdTUTAR.ReadOnly = true;
            //
            // grdODEME_YERI
            //
            this.grdODEME_YERI.DataPropertyName = "ODEME_YERI";
            this.grdODEME_YERI.DividerWidth     = 1;
            this.grdODEME_YERI.HeaderText       = "Ödeme Yeri";
            this.grdODEME_YERI.Name             = "grdODEME_YERI";
            this.grdODEME_YERI.ReadOnly         = true;
            //
            // grdODEME_TIPI
            //
            this.grdODEME_TIPI.DataPropertyName = "ODEME_TIPI";
            this.grdODEME_TIPI.DividerWidth     = 1;
            this.grdODEME_TIPI.HeaderText       = "Ödeme Tipi";
            this.grdODEME_TIPI.Name             = "grdODEME_TIPI";
            this.grdODEME_TIPI.ReadOnly         = true;
            //
            // grdREC_ID
            //
            this.grdREC_ID.DataPropertyName = "REC_ID";
            this.grdREC_ID.DividerWidth     = 1;
            this.grdREC_ID.HeaderText       = "Rec Id";
            this.grdREC_ID.Name             = "grdREC_ID";
            this.grdREC_ID.ReadOnly         = true;
            this.grdREC_ID.Visible          = false;
            //
            // arsPanel1
            //
            this.arsPanel1.ArName         = "";
            this.arsPanel1.ArsOrientation = EnmPanelOrientation.Vertical;
            this.arsPanel1.ArTag          = -1;
            this.arsPanel1.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.arsPanel1.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.arsPanel1.CanPaint       = true;
            this.arsPanel1.Controls.Add(this.BIT_SAAT);
            this.arsPanel1.Controls.Add(this.arsLabel5);
            this.arsPanel1.Controls.Add(this.BAS_SAAT);
            this.arsPanel1.Controls.Add(this.arsLabel2);
            this.arsPanel1.Controls.Add(this.BIT_TAR);
            this.arsPanel1.Controls.Add(this.arsLabel4);
            this.arsPanel1.Controls.Add(this.BAS_TAR);
            this.arsPanel1.Controls.Add(this.arsLabel3);
            this.arsPanel1.Controls.Add(this.BtnFiltrele);
            this.arsPanel1.Controls.Add(this.arsButton1);
            this.arsPanel1.Controls.Add(this.MASA_TANIMI);
            this.arsPanel1.Controls.Add(this.arsLabel1);
            this.arsPanel1.Dock         = System.Windows.Forms.DockStyle.Top;
            this.arsPanel1.DrawLastEdit = true;
            this.arsPanel1.Location     = new System.Drawing.Point(0, 32);
            this.arsPanel1.Name         = "arsPanel1";
            this.arsPanel1.Size         = new System.Drawing.Size(669, 186);
            this.arsPanel1.TabIndex     = 9;
            //
            // BIT_SAAT
            //
            this.BIT_SAAT.ArEnable     = true;
            this.BIT_SAAT.ArFocusView  = null;
            this.BIT_SAAT.ArName       = "BIT_SAAT";
            this.BIT_SAAT.ArTag        = -1;
            this.BIT_SAAT.ArVisible    = true;
            this.BIT_SAAT.CanNull      = true;
            this.BIT_SAAT.CustomFormat = "HH:mm";
            this.BIT_SAAT.DateTimeType = EnmDateTimeType.Time;
            this.BIT_SAAT.DefaultValue = "";
            this.BIT_SAAT.Font         = new System.Drawing.Font("Arial", 9F);
            this.BIT_SAAT.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.BIT_SAAT.Location     = new System.Drawing.Point(125, 106);
            this.BIT_SAAT.Name         = "BIT_SAAT";
            this.BIT_SAAT.ShowUpDown   = true;
            this.BIT_SAAT.Size         = new System.Drawing.Size(78, 21);
            this.BIT_SAAT.TabIndex     = 4;
            //
            // arsLabel5
            //
            this.arsLabel5.ArFocusView  = this.BIT_SAAT;
            this.arsLabel5.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel5.ArName       = "";
            this.arsLabel5.ArTag        = 5;
            this.arsLabel5.CharLimit    = 0;
            this.arsLabel5.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel5.FontSize     = EnmFontSize.Normal;
            this.arsLabel5.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel5.FullText     = "Bitiş Saati";
            this.arsLabel5.Location     = new System.Drawing.Point(15, 106);
            this.arsLabel5.Name         = "arsLabel5";
            this.arsLabel5.PrivateValue = "";
            this.arsLabel5.Size         = new System.Drawing.Size(105, 21);
            this.arsLabel5.TabIndex     = 140;
            this.arsLabel5.Text         = "Bitiş Saati";
            //
            // BAS_SAAT
            //
            this.BAS_SAAT.ArEnable     = true;
            this.BAS_SAAT.ArFocusView  = null;
            this.BAS_SAAT.ArName       = "BAS_SAAT";
            this.BAS_SAAT.ArTag        = -1;
            this.BAS_SAAT.ArVisible    = true;
            this.BAS_SAAT.CanNull      = true;
            this.BAS_SAAT.CustomFormat = "HH:mm";
            this.BAS_SAAT.DateTimeType = EnmDateTimeType.Time;
            this.BAS_SAAT.DefaultValue = "";
            this.BAS_SAAT.Font         = new System.Drawing.Font("Arial", 9F);
            this.BAS_SAAT.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.BAS_SAAT.Location     = new System.Drawing.Point(125, 58);
            this.BAS_SAAT.Name         = "BAS_SAAT";
            this.BAS_SAAT.ShowUpDown   = true;
            this.BAS_SAAT.Size         = new System.Drawing.Size(78, 21);
            this.BAS_SAAT.TabIndex     = 2;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.BAS_SAAT;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 3;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Başlangıç Saati";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(105, 21);
            this.arsLabel2.TabIndex     = 139;
            this.arsLabel2.Text         = "Başlangıç Saati";
            //
            // BIT_TAR
            //
            this.BIT_TAR.ArEnable     = true;
            this.BIT_TAR.ArFocusView  = null;
            this.BIT_TAR.ArName       = "BIT_TAR";
            this.BIT_TAR.ArTag        = -1;
            this.BIT_TAR.ArVisible    = true;
            this.BIT_TAR.CanNull      = true;
            this.BIT_TAR.CustomFormat = "HH:mm";
            this.BIT_TAR.DateTimeType = EnmDateTimeType.Date;
            this.BIT_TAR.DefaultValue = "";
            this.BIT_TAR.Font         = new System.Drawing.Font("Arial", 9F);
            this.BIT_TAR.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.BIT_TAR.Location     = new System.Drawing.Point(125, 82);
            this.BIT_TAR.Name         = "BIT_TAR";
            this.BIT_TAR.Size         = new System.Drawing.Size(106, 21);
            this.BIT_TAR.TabIndex     = 3;
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.BIT_TAR;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 4;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel4.FontSize     = EnmFontSize.Normal;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Bit. Tarihi";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 82);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(105, 21);
            this.arsLabel4.TabIndex     = 138;
            this.arsLabel4.Text         = "Bit. Tarihi";
            //
            // BAS_TAR
            //
            this.BAS_TAR.ArEnable     = true;
            this.BAS_TAR.ArFocusView  = null;
            this.BAS_TAR.ArName       = "BAS_TAR";
            this.BAS_TAR.ArTag        = -1;
            this.BAS_TAR.ArVisible    = true;
            this.BAS_TAR.CanNull      = true;
            this.BAS_TAR.CustomFormat = "HH:mm";
            this.BAS_TAR.DateTimeType = EnmDateTimeType.Date;
            this.BAS_TAR.DefaultValue = "";
            this.BAS_TAR.Font         = new System.Drawing.Font("Arial", 9F);
            this.BAS_TAR.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.BAS_TAR.Location     = new System.Drawing.Point(125, 34);
            this.BAS_TAR.Name         = "BAS_TAR";
            this.BAS_TAR.Size         = new System.Drawing.Size(106, 21);
            this.BAS_TAR.TabIndex     = 1;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.BAS_TAR;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Baş. Tarihi";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(105, 21);
            this.arsLabel3.TabIndex     = 137;
            this.arsLabel3.Text         = "Baş. Tarihi";
            //
            // BtnFiltrele
            //
            this.BtnFiltrele.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("BtnFiltrele.ImageOptions.Image")));
            this.BtnFiltrele.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
            this.BtnFiltrele.Location = new System.Drawing.Point(125, 133);
            this.BtnFiltrele.Name     = "BtnFiltrele";
            this.BtnFiltrele.Size     = new System.Drawing.Size(106, 39);
            this.BtnFiltrele.TabIndex = 135;
            this.BtnFiltrele.Text     = "Filtrele";
            this.BtnFiltrele.Click   += new System.EventHandler(this.BtnFiltrele_Click);
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.MASA_TANIMI;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "MASA_TANIMI";
            guideField1.Text = "Masa Adı";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField1
            };
            this.arsButton1.IsArtezDB = false;
            this.arsButton1.Location  = new System.Drawing.Point(328, 10);
            this.arsButton1.Name      = "arsButton1";
            this.arsButton1.Size      = new System.Drawing.Size(21, 21);
            this.arsButton1.SQLText   = "SELECT MASA_TANIMI FROM [TBLBLUEMASA]";
            this.arsButton1.TabIndex  = 99;
            this.arsButton1.TabStop   = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // MASA_TANIMI
            //
            this.MASA_TANIMI.ArEnable           = true;
            this.MASA_TANIMI.ArFocusView        = null;
            this.MASA_TANIMI.ArName             = "MASA_TANIMI";
            this.MASA_TANIMI.ArTag              = -1;
            this.MASA_TANIMI.ArVisible          = true;
            this.MASA_TANIMI.CanNull            = true;
            this.MASA_TANIMI.DecimalCount       = 2;
            this.MASA_TANIMI.DefaultValue       = "";
            this.MASA_TANIMI.DotDigit           = true;
            this.MASA_TANIMI.EditType           = EnmEditType.String;
            this.MASA_TANIMI.ExitCheck          = true;
            this.MASA_TANIMI.ExitError          = false;
            this.MASA_TANIMI.Font               = new System.Drawing.Font("Arial", 9F);
            this.MASA_TANIMI.FontSize           = EnmFontSize.Normal;
            this.MASA_TANIMI.GuideEdit          = null;
            this.MASA_TANIMI.GuideTitle         = "";
            this.MASA_TANIMI.Location           = new System.Drawing.Point(125, 10);
            this.MASA_TANIMI.Name               = "MASA_TANIMI";
            this.MASA_TANIMI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.MASA_TANIMI.PrivateName        = "";
            this.MASA_TANIMI.PrivateValue       = "";
            this.MASA_TANIMI.Size               = new System.Drawing.Size(200, 21);
            this.MASA_TANIMI.TabIndex           = 0;
            this.MASA_TANIMI.UseVirtualKeyboard = false;
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.MASA_TANIMI;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Masa Adı";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(105, 21);
            this.arsLabel1.TabIndex     = 0;
            this.arsLabel1.Text         = "Masa Adı";
            //
            // tabControl
            //
            this.tabControl.Dock            = System.Windows.Forms.DockStyle.Fill;
            this.tabControl.Location        = new System.Drawing.Point(0, 218);
            this.tabControl.Name            = "tabControl";
            this.tabControl.SelectedTabPage = this.tabPageRapor;
            this.tabControl.Size            = new System.Drawing.Size(669, 232);
            this.tabControl.TabIndex        = 12;
            this.tabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
                this.tabPageRapor,
                this.tabPageDetay
            });
            //
            // tabPageRapor
            //
            this.tabPageRapor.Controls.Add(this.grdMasaRaporu);
            this.tabPageRapor.Controls.Add(this.pnlDipToplam);
            this.tabPageRapor.Name = "tabPageRapor";
            this.tabPageRapor.Size = new System.Drawing.Size(663, 204);
            this.tabPageRapor.Text = "Rapor";
            //
            // pnlDipToplam
            //
            this.pnlDipToplam.ArName         = "";
            this.pnlDipToplam.ArsOrientation = EnmPanelOrientation.Horizontal;
            this.pnlDipToplam.ArTag          = -1;
            this.pnlDipToplam.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlDipToplam.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlDipToplam.CanPaint       = true;
            this.pnlDipToplam.Controls.Add(this.ACIK_MASA_SAYISI);
            this.pnlDipToplam.Controls.Add(this.arsLabel8);
            this.pnlDipToplam.Controls.Add(this.TOPLAM_TUTAR);
            this.pnlDipToplam.Controls.Add(this.arsLabel7);
            this.pnlDipToplam.Dock         = System.Windows.Forms.DockStyle.Bottom;
            this.pnlDipToplam.DrawLastEdit = true;
            this.pnlDipToplam.Location     = new System.Drawing.Point(0, 140);
            this.pnlDipToplam.Name         = "pnlDipToplam";
            this.pnlDipToplam.Size         = new System.Drawing.Size(663, 64);
            this.pnlDipToplam.TabIndex     = 12;
            //
            // ACIK_MASA_SAYISI
            //
            this.ACIK_MASA_SAYISI.ArEnable           = false;
            this.ACIK_MASA_SAYISI.ArFocusView        = null;
            this.ACIK_MASA_SAYISI.ArName             = "ACIK_MASA_SAYISI";
            this.ACIK_MASA_SAYISI.ArTag              = -1;
            this.ACIK_MASA_SAYISI.ArVisible          = true;
            this.ACIK_MASA_SAYISI.CanNull            = true;
            this.ACIK_MASA_SAYISI.DecimalCount       = 2;
            this.ACIK_MASA_SAYISI.DefaultValue       = "";
            this.ACIK_MASA_SAYISI.DotDigit           = true;
            this.ACIK_MASA_SAYISI.EditType           = EnmEditType.Numeric;
            this.ACIK_MASA_SAYISI.ExitCheck          = false;
            this.ACIK_MASA_SAYISI.ExitError          = false;
            this.ACIK_MASA_SAYISI.Font               = new System.Drawing.Font("Arial", 9F);
            this.ACIK_MASA_SAYISI.FontSize           = EnmFontSize.Normal;
            this.ACIK_MASA_SAYISI.GuideEdit          = null;
            this.ACIK_MASA_SAYISI.GuideTitle         = "";
            this.ACIK_MASA_SAYISI.Location           = new System.Drawing.Point(15, 36);
            this.ACIK_MASA_SAYISI.Name               = "ACIK_MASA_SAYISI";
            this.ACIK_MASA_SAYISI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.ACIK_MASA_SAYISI.PrivateName        = "";
            this.ACIK_MASA_SAYISI.PrivateValue       = "";
            this.ACIK_MASA_SAYISI.Size               = new System.Drawing.Size(102, 21);
            this.ACIK_MASA_SAYISI.TabIndex           = 0;
            this.ACIK_MASA_SAYISI.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
            this.ACIK_MASA_SAYISI.UseVirtualKeyboard = false;
            //
            // arsLabel8
            //
            this.arsLabel8.ArFocusView  = this.ACIK_MASA_SAYISI;
            this.arsLabel8.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel8.ArName       = "";
            this.arsLabel8.ArTag        = 0;
            this.arsLabel8.CharLimit    = 0;
            this.arsLabel8.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel8.FontSize     = EnmFontSize.Normal;
            this.arsLabel8.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel8.FullText     = "Kapanan Masa Sayısı";
            this.arsLabel8.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel8.Name         = "arsLabel8";
            this.arsLabel8.PrivateValue = "";
            this.arsLabel8.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel8.TabIndex     = 5;
            this.arsLabel8.Text         = "Kapanan Masa Sayısı";
            //
            // TOPLAM_TUTAR
            //
            this.TOPLAM_TUTAR.ArEnable           = false;
            this.TOPLAM_TUTAR.ArFocusView        = null;
            this.TOPLAM_TUTAR.ArName             = "TOPLAM_TUTAR";
            this.TOPLAM_TUTAR.ArTag              = -1;
            this.TOPLAM_TUTAR.ArVisible          = true;
            this.TOPLAM_TUTAR.CanNull            = true;
            this.TOPLAM_TUTAR.DecimalCount       = 2;
            this.TOPLAM_TUTAR.DefaultValue       = "";
            this.TOPLAM_TUTAR.DotDigit           = true;
            this.TOPLAM_TUTAR.EditType           = EnmEditType.Decimal;
            this.TOPLAM_TUTAR.ExitCheck          = false;
            this.TOPLAM_TUTAR.ExitError          = false;
            this.TOPLAM_TUTAR.Font               = new System.Drawing.Font("Arial", 9F);
            this.TOPLAM_TUTAR.FontSize           = EnmFontSize.Normal;
            this.TOPLAM_TUTAR.GuideEdit          = null;
            this.TOPLAM_TUTAR.GuideTitle         = "";
            this.TOPLAM_TUTAR.Location           = new System.Drawing.Point(122, 36);
            this.TOPLAM_TUTAR.Name               = "TOPLAM_TUTAR";
            this.TOPLAM_TUTAR.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.TOPLAM_TUTAR.PrivateName        = "";
            this.TOPLAM_TUTAR.PrivateValue       = "";
            this.TOPLAM_TUTAR.Size               = new System.Drawing.Size(102, 21);
            this.TOPLAM_TUTAR.TabIndex           = 1;
            this.TOPLAM_TUTAR.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
            this.TOPLAM_TUTAR.UseVirtualKeyboard = false;
            //
            // arsLabel7
            //
            this.arsLabel7.ArFocusView  = this.TOPLAM_TUTAR;
            this.arsLabel7.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel7.ArName       = "";
            this.arsLabel7.ArTag        = 1;
            this.arsLabel7.CharLimit    = 0;
            this.arsLabel7.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel7.FontSize     = EnmFontSize.Normal;
            this.arsLabel7.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel7.FullText     = "Toplam Tutar";
            this.arsLabel7.Location     = new System.Drawing.Point(122, 10);
            this.arsLabel7.Name         = "arsLabel7";
            this.arsLabel7.PrivateValue = "";
            this.arsLabel7.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel7.TabIndex     = 3;
            this.arsLabel7.Text         = "Toplam Tutar";
            //
            // tabPageDetay
            //
            this.tabPageDetay.Controls.Add(this.grdMasaDetay);
            this.tabPageDetay.Name        = "tabPageDetay";
            this.tabPageDetay.PageVisible = false;
            this.tabPageDetay.Size        = new System.Drawing.Size(663, 204);
            this.tabPageDetay.Text        = "Detay";
            //
            // grdMasaDetay
            //
            this.grdMasaDetay.AllowUserToAddRows = false;
            this.grdMasaDetay.ArName             = "";
            this.grdMasaDetay.ArTag                         = -1;
            this.grdMasaDetay.BackgroundColor               = System.Drawing.Color.White;
            this.grdMasaDetay.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle4.Alignment                = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor                = System.Drawing.Color.Gray;
            dataGridViewCellStyle4.Font                     = new System.Drawing.Font("Tahoma", 8.25F);
            dataGridViewCellStyle4.ForeColor                = System.Drawing.Color.White;
            dataGridViewCellStyle4.SelectionBackColor       = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor       = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode                 = System.Windows.Forms.DataGridViewTriState.True;
            this.grdMasaDetay.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
            this.grdMasaDetay.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdMasaDetay.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdSTOK_ADI,
                this.grdMIKTAR,
                this.dataGridViewTextBoxColumn1
            });
            dataGridViewCellStyle7.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle7.BackColor          = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle7.Font               = new System.Drawing.Font("Tahoma", 8.25F);
            dataGridViewCellStyle7.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle7.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
            this.grdMasaDetay.DefaultCellStyle        = dataGridViewCellStyle7;
            this.grdMasaDetay.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdMasaDetay.EnableHeadersVisualStyles = false;
            this.grdMasaDetay.FocusPanel            = null;
            this.grdMasaDetay.IsArtezDB             = false;
            this.grdMasaDetay.KeyValue              = "";
            this.grdMasaDetay.Location              = new System.Drawing.Point(0, 0);
            this.grdMasaDetay.MultiSelect           = false;
            this.grdMasaDetay.Name                  = "grdMasaDetay";
            this.grdMasaDetay.OtoHeader             = false;
            this.grdMasaDetay.OtoSize               = true;
            this.grdMasaDetay.PanelSQL              = "";
            this.grdMasaDetay.ReadOnly              = true;
            this.grdMasaDetay.RowHeadersVisible     = false;
            this.grdMasaDetay.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.grdMasaDetay.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdMasaDetay.Size                  = new System.Drawing.Size(663, 204);
            this.grdMasaDetay.SpecialDesign         = false;
            this.grdMasaDetay.SQLText               = "";
            this.grdMasaDetay.TabIndex              = 12;
            //
            // grdSTOK_ADI
            //
            this.grdSTOK_ADI.DataPropertyName = "STOK_ADI";
            this.grdSTOK_ADI.DividerWidth     = 1;
            this.grdSTOK_ADI.HeaderText       = "Stok";
            this.grdSTOK_ADI.Name             = "grdSTOK_ADI";
            this.grdSTOK_ADI.ReadOnly         = true;
            //
            // grdMIKTAR
            //
            this.grdMIKTAR.DataPropertyName  = "MIKTAR";
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle5.Format    = "N0";
            dataGridViewCellStyle5.NullValue = "0";
            this.grdMIKTAR.DefaultCellStyle  = dataGridViewCellStyle5;
            this.grdMIKTAR.DividerWidth      = 1;
            this.grdMIKTAR.HeaderText        = "Toplam Miktar";
            this.grdMIKTAR.Name     = "grdMIKTAR";
            this.grdMIKTAR.ReadOnly = true;
            //
            // dataGridViewTextBoxColumn1
            //
            this.dataGridViewTextBoxColumn1.DataPropertyName = "TUTAR";
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle6.Format    = "N2";
            dataGridViewCellStyle6.NullValue = "0";
            this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle6;
            this.dataGridViewTextBoxColumn1.DividerWidth     = 1;
            this.dataGridViewTextBoxColumn1.HeaderText       = "Tutar";
            this.dataGridViewTextBoxColumn1.Name             = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly         = true;
            //
            // cmsRapor
            //
            this.cmsRapor.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.miPDFOlustur,
                this.miExcellOlustur
            });
            this.cmsRapor.Name = "cmsRapor";
            this.cmsRapor.Size = new System.Drawing.Size(181, 70);
            //
            // miPDFOlustur
            //
            this.miPDFOlustur.Name   = "miPDFOlustur";
            this.miPDFOlustur.Size   = new System.Drawing.Size(180, 22);
            this.miPDFOlustur.Text   = "PDF Oluştur";
            this.miPDFOlustur.Click += new System.EventHandler(this.miPDFOlustur_Click);
            //
            // miExcellOlustur
            //
            this.miExcellOlustur.Name   = "miExcellOlustur";
            this.miExcellOlustur.Size   = new System.Drawing.Size(180, 22);
            this.miExcellOlustur.Text   = "Excell Oluştur";
            this.miExcellOlustur.Click += new System.EventHandler(this.miExcellOlustur_Click);
            //
            // MasaRaporu
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.CanPaint            = true;
            this.ClientSize          = new System.Drawing.Size(669, 450);
            this.Controls.Add(this.tabControl);
            this.Controls.Add(this.arsPanel1);
            this.MenuAdi   = "Blue Masa Durum Raporu";
            this.MenuKodu  = "Hnxh\'Oçüğ=Gyyvö(Ycsryv";
            this.MenuTitle = "Masa Durum Raporu";
            this.Name      = "MasaRaporu";
            this.Text      = "Masa Durum Raporu";
            this.Load     += new System.EventHandler(this.MasaDurumRaporu_Load);
            this.Controls.SetChildIndex(this.arsPanel1, 0);
            this.Controls.SetChildIndex(this.tabControl, 0);
            ((System.ComponentModel.ISupportInitialize)(this.grdMasaRaporu)).EndInit();
            this.arsPanel1.ResumeLayout(false);
            this.arsPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tabControl)).EndInit();
            this.tabControl.ResumeLayout(false);
            this.tabPageRapor.ResumeLayout(false);
            this.pnlDipToplam.ResumeLayout(false);
            this.pnlDipToplam.PerformLayout();
            this.tabPageDetay.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grdMasaDetay)).EndInit();
            this.cmsRapor.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #25
0
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MasaTanim));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();
            GuideField guideField3 = new GuideField();
            GuideField guideField4 = new GuideField();

            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.PnlMasa            = new ArsLib.Controls.ArsPanel();
            this.BtnTemizle         = new DevExpress.XtraEditors.SimpleButton();
            this.BtnSil             = new DevExpress.XtraEditors.SimpleButton();
            this.BtnKaydet          = new DevExpress.XtraEditors.SimpleButton();
            this.ACIKLAMA           = new ArsLib.Controls.ArsEdit();
            this.arsLabel4          = new ArsLib.Controls.ArsLabel();
            this.arsButton1         = new ArsLib.Controls.ArsButton();
            this.MASA_TANIMI        = new ArsLib.Controls.ArsEdit();
            this.btnMASA_KODURehber = new ArsLib.Controls.ArsButton();
            this.MASA_KODU          = new ArsLib.Controls.ArsEdit();
            this.GRUP_KODU          = new ArsLib.Controls.ArsComboBox();
            this.arsLabel3          = new ArsLib.Controls.ArsLabel();
            this.arsLabel2          = new ArsLib.Controls.ArsLabel();
            this.arsLabel1          = new ArsLib.Controls.ArsLabel();
            this.grdMasa            = new ArsLib.Controls.ArsGrid();
            this.grdMASA_TANIMI     = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdGRUP_TANIMI     = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.arsLabel5          = new ArsLib.Controls.ArsLabel();
            this.VIP_MASA           = new ArsLib.Controls.ArsCheck();
            this.PnlMasa.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdMasa)).BeginInit();
            this.SuspendLayout();
            //
            // PnlMasa
            //
            this.PnlMasa.ArName         = "";
            this.PnlMasa.ArsOrientation = EnmPanelOrientation.Vertical;
            this.PnlMasa.ArTag          = -1;
            this.PnlMasa.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.PnlMasa.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.PnlMasa.CanPaint       = true;
            this.PnlMasa.Controls.Add(this.VIP_MASA);
            this.PnlMasa.Controls.Add(this.arsLabel5);
            this.PnlMasa.Controls.Add(this.BtnTemizle);
            this.PnlMasa.Controls.Add(this.BtnSil);
            this.PnlMasa.Controls.Add(this.BtnKaydet);
            this.PnlMasa.Controls.Add(this.ACIKLAMA);
            this.PnlMasa.Controls.Add(this.arsLabel4);
            this.PnlMasa.Controls.Add(this.arsButton1);
            this.PnlMasa.Controls.Add(this.btnMASA_KODURehber);
            this.PnlMasa.Controls.Add(this.GRUP_KODU);
            this.PnlMasa.Controls.Add(this.arsLabel3);
            this.PnlMasa.Controls.Add(this.MASA_TANIMI);
            this.PnlMasa.Controls.Add(this.arsLabel2);
            this.PnlMasa.Controls.Add(this.MASA_KODU);
            this.PnlMasa.Controls.Add(this.arsLabel1);
            this.PnlMasa.Dock         = System.Windows.Forms.DockStyle.Left;
            this.PnlMasa.DrawLastEdit = true;
            this.PnlMasa.Location     = new System.Drawing.Point(0, 32);
            this.PnlMasa.Name         = "PnlMasa";
            this.PnlMasa.Size         = new System.Drawing.Size(418, 369);
            this.PnlMasa.TabIndex     = 0;
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(306, 131);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 155;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // BtnSil
            //
            this.BtnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnSil.Appearance.Options.UseFont = true;
            this.BtnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnSil.ImageOptions.Image")));
            this.BtnSil.Location = new System.Drawing.Point(209, 131);
            this.BtnSil.Name     = "BtnSil";
            this.BtnSil.Size     = new System.Drawing.Size(91, 39);
            this.BtnSil.TabIndex = 156;
            this.BtnSil.Text     = "Sil";
            this.BtnSil.Click   += new System.EventHandler(this.BtnSil_Click);
            //
            // BtnKaydet
            //
            this.BtnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnKaydet.Appearance.Options.UseFont = true;
            this.BtnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnKaydet.ImageOptions.Image")));
            this.BtnKaydet.Location = new System.Drawing.Point(112, 131);
            this.BtnKaydet.Name     = "BtnKaydet";
            this.BtnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.BtnKaydet.TabIndex = 157;
            this.BtnKaydet.Text     = "Kaydet";
            this.BtnKaydet.Click   += new System.EventHandler(this.BtnKaydet_Click);
            //
            // ACIKLAMA
            //
            this.ACIKLAMA.ArEnable           = true;
            this.ACIKLAMA.ArFocusView        = null;
            this.ACIKLAMA.ArName             = "ACIKLAMA";
            this.ACIKLAMA.ArTag              = -1;
            this.ACIKLAMA.ArVisible          = true;
            this.ACIKLAMA.CanNull            = true;
            this.ACIKLAMA.DecimalCount       = 2;
            this.ACIKLAMA.DefaultValue       = "";
            this.ACIKLAMA.DotDigit           = true;
            this.ACIKLAMA.EditType           = EnmEditType.String;
            this.ACIKLAMA.ExitCheck          = false;
            this.ACIKLAMA.ExitError          = false;
            this.ACIKLAMA.Font               = new System.Drawing.Font("Arial", 12F);
            this.ACIKLAMA.FontSize           = EnmFontSize.Medium;
            this.ACIKLAMA.GuideEdit          = null;
            this.ACIKLAMA.GuideTitle         = "";
            this.ACIKLAMA.Location           = new System.Drawing.Point(112, 77);
            this.ACIKLAMA.Name               = "ACIKLAMA";
            this.ACIKLAMA.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.ACIKLAMA.PrivateName        = "";
            this.ACIKLAMA.PrivateValue       = "";
            this.ACIKLAMA.Size               = new System.Drawing.Size(285, 26);
            this.ACIKLAMA.TabIndex           = 2;
            this.ACIKLAMA.UseVirtualKeyboard = false;
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.ACIKLAMA;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 2;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 12F);
            this.arsLabel4.FontSize     = EnmFontSize.Medium;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Açıklama";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 77);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(92, 26);
            this.arsLabel4.TabIndex     = 100;
            this.arsLabel4.Text         = "Açıklama";
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.MASA_TANIMI;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "MASA_TANIMI";
            guideField1.Text = "Masa Adı";
            guideField2.Name = "GRUP_TANIMI";
            guideField2.Text = "Grubu";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.arsButton1.IsArtezDB = false;
            this.arsButton1.Location  = new System.Drawing.Point(368, 10);
            this.arsButton1.Name      = "arsButton1";
            this.arsButton1.Size      = new System.Drawing.Size(26, 26);
            this.arsButton1.SQLText   = resources.GetString("arsButton1.SQLText");
            this.arsButton1.TabIndex  = 99;
            this.arsButton1.TabStop   = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // MASA_TANIMI
            //
            this.MASA_TANIMI.ArEnable           = true;
            this.MASA_TANIMI.ArFocusView        = null;
            this.MASA_TANIMI.ArName             = "MASA_TANIMI";
            this.MASA_TANIMI.ArTag              = 0;
            this.MASA_TANIMI.ArVisible          = true;
            this.MASA_TANIMI.CanNull            = false;
            this.MASA_TANIMI.DecimalCount       = 2;
            this.MASA_TANIMI.DefaultValue       = "";
            this.MASA_TANIMI.DotDigit           = true;
            this.MASA_TANIMI.EditType           = EnmEditType.String;
            this.MASA_TANIMI.ExitCheck          = false;
            this.MASA_TANIMI.ExitError          = false;
            this.MASA_TANIMI.Font               = new System.Drawing.Font("Arial", 12F);
            this.MASA_TANIMI.FontSize           = EnmFontSize.Medium;
            this.MASA_TANIMI.GuideEdit          = null;
            this.MASA_TANIMI.GuideTitle         = "";
            this.MASA_TANIMI.Location           = new System.Drawing.Point(112, 10);
            this.MASA_TANIMI.Name               = "MASA_TANIMI";
            this.MASA_TANIMI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.MASA_TANIMI.PrivateName        = "";
            this.MASA_TANIMI.PrivateValue       = "";
            this.MASA_TANIMI.Size               = new System.Drawing.Size(253, 26);
            this.MASA_TANIMI.TabIndex           = 0;
            this.MASA_TANIMI.UseVirtualKeyboard = false;
            this.MASA_TANIMI.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.MASA_TANIMI_ArsExit);
            this.MASA_TANIMI.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.MASA_TANIMI_KeyDown);
            //
            // btnMASA_KODURehber
            //
            this.btnMASA_KODURehber.ArControlView             = this.MASA_KODU;
            this.btnMASA_KODURehber.ArName                    = "";
            this.btnMASA_KODURehber.ArTag                     = -1;
            this.btnMASA_KODURehber.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnMASA_KODURehber.BackgroundImage")));
            this.btnMASA_KODURehber.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.btnMASA_KODURehber.BigGuide                  = false;
            this.btnMASA_KODURehber.ButtonType                = EnmButtonType.Guide;
            this.btnMASA_KODURehber.FlatAppearance.BorderSize = 0;
            this.btnMASA_KODURehber.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField3.Name = "MASA_KODU";
            guideField3.Text = "Masa Kodu";
            guideField4.Name = "MASA_TANIMI";
            guideField4.Text = "Masa Adı";
            this.btnMASA_KODURehber.GuideFieldList = new GuideField[] {
                guideField3,
                guideField4
            };
            this.btnMASA_KODURehber.IsArtezDB = false;
            this.btnMASA_KODURehber.Location  = new System.Drawing.Point(367, 45);
            this.btnMASA_KODURehber.Name      = "btnMASA_KODURehber";
            this.btnMASA_KODURehber.Size      = new System.Drawing.Size(26, 26);
            this.btnMASA_KODURehber.SQLText   = "SELECT MASA_KODU, MASA_TANIMI FROM [TBLBLUEMASA]";
            this.btnMASA_KODURehber.TabIndex  = 99;
            this.btnMASA_KODURehber.TabStop   = false;
            this.btnMASA_KODURehber.UseVisualStyleBackColor = true;
            //
            // MASA_KODU
            //
            this.MASA_KODU.ArEnable           = true;
            this.MASA_KODU.ArFocusView        = null;
            this.MASA_KODU.ArName             = "MASA_KODU";
            this.MASA_KODU.ArTag              = 0;
            this.MASA_KODU.ArVisible          = false;
            this.MASA_KODU.CanNull            = false;
            this.MASA_KODU.DecimalCount       = 2;
            this.MASA_KODU.DefaultValue       = "";
            this.MASA_KODU.DotDigit           = true;
            this.MASA_KODU.EditType           = EnmEditType.String;
            this.MASA_KODU.ExitCheck          = false;
            this.MASA_KODU.ExitError          = false;
            this.MASA_KODU.Font               = new System.Drawing.Font("Arial", 12F);
            this.MASA_KODU.FontSize           = EnmFontSize.Medium;
            this.MASA_KODU.GuideEdit          = null;
            this.MASA_KODU.GuideTitle         = "";
            this.MASA_KODU.Location           = new System.Drawing.Point(112, 45);
            this.MASA_KODU.Name               = "MASA_KODU";
            this.MASA_KODU.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.MASA_KODU.PrivateName        = "";
            this.MASA_KODU.PrivateValue       = "";
            this.MASA_KODU.Size               = new System.Drawing.Size(252, 26);
            this.MASA_KODU.TabIndex           = 0;
            this.MASA_KODU.UseVirtualKeyboard = true;
            //
            // GRUP_KODU
            //
            this.GRUP_KODU.ArEnable          = true;
            this.GRUP_KODU.ArExItems         = null;
            this.GRUP_KODU.ArItems           = null;
            this.GRUP_KODU.ArName            = "GRUP_KODU";
            this.GRUP_KODU.ArsChar           = "";
            this.GRUP_KODU.ArTag             = -1;
            this.GRUP_KODU.ArVisible         = true;
            this.GRUP_KODU.CanNull           = true;
            this.GRUP_KODU.ComboType         = EnmComboType.ExItem;
            this.GRUP_KODU.DefaultIndex      = -1;
            this.GRUP_KODU.FontSize          = MetroFramework.MetroComboBoxSize.Tall;
            this.GRUP_KODU.FormattingEnabled = true;
            this.GRUP_KODU.ItemHeight        = 29;
            this.GRUP_KODU.LoadString        = "";
            this.GRUP_KODU.Location          = new System.Drawing.Point(112, 39);
            this.GRUP_KODU.Name          = "GRUP_KODU";
            this.GRUP_KODU.Size          = new System.Drawing.Size(285, 35);
            this.GRUP_KODU.SQLText       = "SELECT GRUP_TANIMI, GRUP_KODU FROM [TBLBLUEMASAGRUP] ORDER BY GRUP_KODU";
            this.GRUP_KODU.TabIndex      = 1;
            this.GRUP_KODU.UseSelectable = true;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.GRUP_KODU;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 12F);
            this.arsLabel3.FontSize     = EnmFontSize.Medium;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Grubu";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 39);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(92, 26);
            this.arsLabel3.TabIndex     = 3;
            this.arsLabel3.Text         = "Grubu";
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.MASA_TANIMI;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 12F);
            this.arsLabel2.FontSize     = EnmFontSize.Medium;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Masa Adı";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(92, 26);
            this.arsLabel2.TabIndex     = 2;
            this.arsLabel2.Text         = "Masa Adı";
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.MASA_KODU;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 12F);
            this.arsLabel1.FontSize     = EnmFontSize.Medium;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Masa Kodu";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 45);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(92, 26);
            this.arsLabel1.TabIndex     = 1;
            this.arsLabel1.Text         = "Masa Kodu";
            //
            // grdMasa
            //
            this.grdMasa.AllowUserToAddRows = false;
            this.grdMasa.ArName             = "";
            this.grdMasa.ArTag                         = -1;
            this.grdMasa.BackgroundColor               = System.Drawing.Color.White;
            this.grdMasa.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor           = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font                = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor           = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor  = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
            this.grdMasa.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdMasa.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdMasa.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdMASA_TANIMI,
                this.grdGRUP_TANIMI
            });
            dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font               = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
            this.grdMasa.DefaultCellStyle             = dataGridViewCellStyle2;
            this.grdMasa.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdMasa.EnableHeadersVisualStyles = false;
            this.grdMasa.FocusPanel            = this.PnlMasa;
            this.grdMasa.IsArtezDB             = false;
            this.grdMasa.KeyValue              = "MASA_TANIMI";
            this.grdMasa.Location              = new System.Drawing.Point(418, 32);
            this.grdMasa.MultiSelect           = false;
            this.grdMasa.Name                  = "grdMasa";
            this.grdMasa.OtoHeader             = false;
            this.grdMasa.OtoSize               = false;
            this.grdMasa.PanelSQL              = "";
            this.grdMasa.ReadOnly              = true;
            this.grdMasa.RowHeadersVisible     = false;
            this.grdMasa.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.grdMasa.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdMasa.Size                  = new System.Drawing.Size(326, 369);
            this.grdMasa.SpecialDesign         = false;
            this.grdMasa.SQLText               = resources.GetString("grdMasa.SQLText");
            this.grdMasa.TabIndex              = 1;
            //
            // grdMASA_TANIMI
            //
            this.grdMASA_TANIMI.DataPropertyName = "MASA_TANIMI";
            this.grdMASA_TANIMI.DividerWidth     = 1;
            this.grdMASA_TANIMI.HeaderText       = "Masa Adı";
            this.grdMASA_TANIMI.Name             = "grdMASA_TANIMI";
            this.grdMASA_TANIMI.ReadOnly         = true;
            //
            // grdGRUP_TANIMI
            //
            this.grdGRUP_TANIMI.DataPropertyName = "GRUP_TANIMI";
            this.grdGRUP_TANIMI.DividerWidth     = 1;
            this.grdGRUP_TANIMI.HeaderText       = "Grubu";
            this.grdGRUP_TANIMI.Name             = "grdGRUP_TANIMI";
            this.grdGRUP_TANIMI.ReadOnly         = true;
            //
            // arsLabel5
            //
            this.arsLabel5.ArFocusView  = this.VIP_MASA;
            this.arsLabel5.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel5.ArName       = "";
            this.arsLabel5.ArTag        = 3;
            this.arsLabel5.CharLimit    = 0;
            this.arsLabel5.Font         = new System.Drawing.Font("Arial", 12F);
            this.arsLabel5.FontSize     = EnmFontSize.Medium;
            this.arsLabel5.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel5.FullText     = "VİP Masa";
            this.arsLabel5.Location     = new System.Drawing.Point(15, 106);
            this.arsLabel5.Name         = "arsLabel5";
            this.arsLabel5.PrivateValue = "";
            this.arsLabel5.Size         = new System.Drawing.Size(92, 26);
            this.arsLabel5.TabIndex     = 158;
            this.arsLabel5.Text         = "VİP Masa";
            //
            // VIP_MASA
            //
            this.VIP_MASA.ArEnable                = true;
            this.VIP_MASA.ArName                  = "VIP_MASA";
            this.VIP_MASA.ArTag                   = -1;
            this.VIP_MASA.ArVisible               = true;
            this.VIP_MASA.AutoSize                = true;
            this.VIP_MASA.CanNull                 = true;
            this.VIP_MASA.CheckedText             = "Evet";
            this.VIP_MASA.CheckedValue            = "1";
            this.VIP_MASA.Font                    = new System.Drawing.Font("Arial", 9F);
            this.VIP_MASA.Location                = new System.Drawing.Point(112, 106);
            this.VIP_MASA.Name                    = "VIP_MASA";
            this.VIP_MASA.Size                    = new System.Drawing.Size(54, 19);
            this.VIP_MASA.TabIndex                = 3;
            this.VIP_MASA.Text                    = "Hayır";
            this.VIP_MASA.UnCheckedText           = "Hayır";
            this.VIP_MASA.UnCheckedValue          = "0";
            this.VIP_MASA.UseVisualStyleBackColor = true;
            //
            // MasaTanim
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BtnClear            = this.BtnTemizle;
            this.BtnDel     = this.BtnSil;
            this.BtnSave    = this.BtnKaydet;
            this.CanPaint   = true;
            this.ClientSize = new System.Drawing.Size(744, 401);
            this.Controls.Add(this.grdMasa);
            this.Controls.Add(this.PnlMasa);
            this.MaximizeBox  = false;
            this.MenuAdi      = "Blue Masa Tanım";
            this.MenuKodu     = "Hnxh\'Oçüğ=Vdtjö";
            this.MenuTitle    = "Masa Tanım";
            this.MinimizeBox  = false;
            this.Name         = "MasaTanim";
            this.Text         = "Masa Tanım";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MasaTanim_FormClosing);
            this.Load        += new System.EventHandler(this.MasaTanim_Load);
            this.Controls.SetChildIndex(this.PnlMasa, 0);
            this.Controls.SetChildIndex(this.grdMasa, 0);
            this.PnlMasa.ResumeLayout(false);
            this.PnlMasa.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdMasa)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #26
0
        /// <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();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BankaHareketRaporu));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5  = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
            this.grdBankaHareketRaporu = new ArsLib.Controls.ArsGrid();
            this.pnlFiltre             = new ArsLib.Controls.ArsPanel();
            this.DEVIRLI_MI            = new ArsLib.Controls.ArsCheck();
            this.arsLabel5             = new ArsLib.Controls.ArsLabel();
            this.btnFiltrele           = new DevExpress.XtraEditors.SimpleButton();
            this.BIT_TAR             = new ArsLib.Controls.ArsDateTime();
            this.arsLabel4           = new ArsLib.Controls.ArsLabel();
            this.BAS_TAR             = new ArsLib.Controls.ArsDateTime();
            this.arsLabel3           = new ArsLib.Controls.ArsLabel();
            this.HESAP_ADI           = new ArsLib.Controls.ArsEdit();
            this.arsLabel2           = new ArsLib.Controls.ArsLabel();
            this.btnHESAP_KODURehber = new ArsLib.Controls.ArsButton();
            this.HESAP_KODU          = new ArsLib.Controls.ArsEdit();
            this.arsLabel1           = new ArsLib.Controls.ArsLabel();
            this.pnlDipToplam        = new ArsLib.Controls.ArsPanel();
            this.TOP_GIREN           = new ArsLib.Controls.ArsEdit();
            this.arsLabel8           = new ArsLib.Controls.ArsLabel();
            this.TOP_CIKAN           = new ArsLib.Controls.ArsEdit();
            this.arsLabel7           = new ArsLib.Controls.ArsLabel();
            this.BAKIYE         = new ArsLib.Controls.ArsEdit();
            this.arsLabel6      = new ArsLib.Controls.ArsLabel();
            this.grdTARIH       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBELGE_NO    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdEVRAK_NO    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdISLEM       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdCARI_KODU   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdCARI_ADI    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdACIKLAMA    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdCIKAN_TUTAR = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdGIREN_TUTAR = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdBAKIYE      = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdREC_ID      = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.grdBankaHareketRaporu)).BeginInit();
            this.pnlFiltre.SuspendLayout();
            this.pnlDipToplam.SuspendLayout();
            this.SuspendLayout();
            //
            // grdBankaHareketRaporu
            //
            this.grdBankaHareketRaporu.AllowUserToAddRows = false;
            this.grdBankaHareketRaporu.ArName             = "";
            this.grdBankaHareketRaporu.ArTag                    = -1;
            this.grdBankaHareketRaporu.BackgroundColor          = System.Drawing.Color.White;
            this.grdBankaHareketRaporu.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment                    = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor                    = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font               = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor          = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
            this.grdBankaHareketRaporu.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdBankaHareketRaporu.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdBankaHareketRaporu.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdTARIH,
                this.grdBELGE_NO,
                this.grdEVRAK_NO,
                this.grdISLEM,
                this.grdCARI_KODU,
                this.grdCARI_ADI,
                this.grdACIKLAMA,
                this.grdCIKAN_TUTAR,
                this.grdGIREN_TUTAR,
                this.grdBAKIYE,
                this.grdREC_ID
            });
            dataGridViewCellStyle13.Alignment                    = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle13.BackColor                    = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle13.Font                         = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle13.ForeColor                    = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle13.SelectionBackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle13.SelectionForeColor           = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle13.WrapMode                     = System.Windows.Forms.DataGridViewTriState.False;
            this.grdBankaHareketRaporu.DefaultCellStyle          = dataGridViewCellStyle13;
            this.grdBankaHareketRaporu.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.grdBankaHareketRaporu.EnableHeadersVisualStyles = false;
            this.grdBankaHareketRaporu.FocusPanel                = null;
            this.grdBankaHareketRaporu.IsArtezDB                 = false;
            this.grdBankaHareketRaporu.KeyValue                  = "";
            this.grdBankaHareketRaporu.Location                  = new System.Drawing.Point(0, 207);
            this.grdBankaHareketRaporu.MultiSelect               = false;
            this.grdBankaHareketRaporu.Name                      = "grdBankaHareketRaporu";
            this.grdBankaHareketRaporu.PanelSQL                  = "";
            this.grdBankaHareketRaporu.ReadOnly                  = true;
            this.grdBankaHareketRaporu.RowHeadersVisible         = false;
            this.grdBankaHareketRaporu.RowTemplate.Resizable     = System.Windows.Forms.DataGridViewTriState.False;
            this.grdBankaHareketRaporu.SelectionMode             = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdBankaHareketRaporu.Size                      = new System.Drawing.Size(800, 179);
            this.grdBankaHareketRaporu.SpecialDesign             = false;
            this.grdBankaHareketRaporu.SQLText                   = "";
            this.grdBankaHareketRaporu.TabIndex                  = 3;
            this.grdBankaHareketRaporu.DataBindingComplete      += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.grdBankaHareketRaporu_DataBindingComplete);
            //
            // pnlFiltre
            //
            this.pnlFiltre.ArName         = "";
            this.pnlFiltre.ArsOrientation = EnmPanelOrientation.Vertical;
            this.pnlFiltre.ArTag          = -1;
            this.pnlFiltre.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlFiltre.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlFiltre.CanPaint       = true;
            this.pnlFiltre.Controls.Add(this.DEVIRLI_MI);
            this.pnlFiltre.Controls.Add(this.arsLabel5);
            this.pnlFiltre.Controls.Add(this.btnFiltrele);
            this.pnlFiltre.Controls.Add(this.BIT_TAR);
            this.pnlFiltre.Controls.Add(this.arsLabel4);
            this.pnlFiltre.Controls.Add(this.BAS_TAR);
            this.pnlFiltre.Controls.Add(this.arsLabel3);
            this.pnlFiltre.Controls.Add(this.HESAP_ADI);
            this.pnlFiltre.Controls.Add(this.arsLabel2);
            this.pnlFiltre.Controls.Add(this.btnHESAP_KODURehber);
            this.pnlFiltre.Controls.Add(this.HESAP_KODU);
            this.pnlFiltre.Controls.Add(this.arsLabel1);
            this.pnlFiltre.Dock         = System.Windows.Forms.DockStyle.Top;
            this.pnlFiltre.DrawLastEdit = true;
            this.pnlFiltre.Location     = new System.Drawing.Point(0, 32);
            this.pnlFiltre.Name         = "pnlFiltre";
            this.pnlFiltre.Size         = new System.Drawing.Size(800, 175);
            this.pnlFiltre.TabIndex     = 4;
            //
            // DEVIRLI_MI
            //
            this.DEVIRLI_MI.ArEnable                = true;
            this.DEVIRLI_MI.ArName                  = "DEVIRLI_MI";
            this.DEVIRLI_MI.ArTag                   = -1;
            this.DEVIRLI_MI.ArVisible               = true;
            this.DEVIRLI_MI.AutoSize                = true;
            this.DEVIRLI_MI.CanNull                 = true;
            this.DEVIRLI_MI.CheckedText             = "Evet";
            this.DEVIRLI_MI.CheckedValue            = "0";
            this.DEVIRLI_MI.Font                    = new System.Drawing.Font("Arial", 9F);
            this.DEVIRLI_MI.Location                = new System.Drawing.Point(122, 106);
            this.DEVIRLI_MI.Name                    = "DEVIRLI_MI";
            this.DEVIRLI_MI.Size                    = new System.Drawing.Size(54, 19);
            this.DEVIRLI_MI.TabIndex                = 4;
            this.DEVIRLI_MI.Text                    = "Hayır";
            this.DEVIRLI_MI.UnCheckedText           = "Hayır";
            this.DEVIRLI_MI.UnCheckedValue          = "1";
            this.DEVIRLI_MI.UseVisualStyleBackColor = true;
            //
            // arsLabel5
            //
            this.arsLabel5.ArFocusView  = this.DEVIRLI_MI;
            this.arsLabel5.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel5.ArName       = "";
            this.arsLabel5.ArTag        = 4;
            this.arsLabel5.CharLimit    = 0;
            this.arsLabel5.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel5.FontSize     = EnmFontSize.Normal;
            this.arsLabel5.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel5.FullText     = "Devirli Mi?";
            this.arsLabel5.Location     = new System.Drawing.Point(15, 106);
            this.arsLabel5.Name         = "arsLabel5";
            this.arsLabel5.PrivateValue = "";
            this.arsLabel5.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel5.TabIndex     = 107;
            this.arsLabel5.Text         = "Devirli Mi?";
            //
            // btnFiltrele
            //
            this.btnFiltrele.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnFiltrele.ImageOptions.Image")));
            this.btnFiltrele.Location           = new System.Drawing.Point(122, 131);
            this.btnFiltrele.Name     = "btnFiltrele";
            this.btnFiltrele.Size     = new System.Drawing.Size(110, 36);
            this.btnFiltrele.TabIndex = 104;
            this.btnFiltrele.Text     = "Filtrele";
            this.btnFiltrele.Click   += new System.EventHandler(this.btnFiltrele_Click);
            //
            // BIT_TAR
            //
            this.BIT_TAR.ArEnable     = true;
            this.BIT_TAR.ArFocusView  = null;
            this.BIT_TAR.ArName       = "BIT_TAR";
            this.BIT_TAR.ArTag        = -1;
            this.BIT_TAR.ArVisible    = true;
            this.BIT_TAR.CanNull      = true;
            this.BIT_TAR.CustomFormat = "HH:mm";
            this.BIT_TAR.DateTimeType = EnmDateTimeType.Date;
            this.BIT_TAR.DefaultValue = "";
            this.BIT_TAR.Font         = new System.Drawing.Font("Arial", 9F);
            this.BIT_TAR.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.BIT_TAR.Location     = new System.Drawing.Point(122, 82);
            this.BIT_TAR.Name         = "BIT_TAR";
            this.BIT_TAR.Size         = new System.Drawing.Size(110, 21);
            this.BIT_TAR.TabIndex     = 3;
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.BIT_TAR;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 3;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel4.FontSize     = EnmFontSize.Normal;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Bitiş Tarihi";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 82);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel4.TabIndex     = 103;
            this.arsLabel4.Text         = "Bitiş Tarihi";
            //
            // BAS_TAR
            //
            this.BAS_TAR.ArEnable     = true;
            this.BAS_TAR.ArFocusView  = null;
            this.BAS_TAR.ArName       = "BAS_TAR";
            this.BAS_TAR.ArTag        = -1;
            this.BAS_TAR.ArVisible    = true;
            this.BAS_TAR.CanNull      = true;
            this.BAS_TAR.CustomFormat = "HH:mm";
            this.BAS_TAR.DateTimeType = EnmDateTimeType.Date;
            this.BAS_TAR.DefaultValue = "";
            this.BAS_TAR.Font         = new System.Drawing.Font("Arial", 9F);
            this.BAS_TAR.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.BAS_TAR.Location     = new System.Drawing.Point(122, 58);
            this.BAS_TAR.Name         = "BAS_TAR";
            this.BAS_TAR.Size         = new System.Drawing.Size(110, 21);
            this.BAS_TAR.TabIndex     = 2;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.BAS_TAR;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Başlangıç Tarihi";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel3.TabIndex     = 101;
            this.arsLabel3.Text         = "Başlangıç Tarihi";
            //
            // HESAP_ADI
            //
            this.HESAP_ADI.ArEnable           = false;
            this.HESAP_ADI.ArFocusView        = null;
            this.HESAP_ADI.ArName             = "HESAP_ADI";
            this.HESAP_ADI.ArTag              = -1;
            this.HESAP_ADI.ArVisible          = true;
            this.HESAP_ADI.CanNull            = true;
            this.HESAP_ADI.DecimalCount       = 2;
            this.HESAP_ADI.DefaultValue       = "";
            this.HESAP_ADI.DotDigit           = true;
            this.HESAP_ADI.EditType           = EnmEditType.String;
            this.HESAP_ADI.ExitCheck          = false;
            this.HESAP_ADI.ExitError          = false;
            this.HESAP_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.HESAP_ADI.FontSize           = EnmFontSize.Normal;
            this.HESAP_ADI.GuideEdit          = null;
            this.HESAP_ADI.GuideTitle         = "";
            this.HESAP_ADI.Location           = new System.Drawing.Point(122, 34);
            this.HESAP_ADI.Name               = "HESAP_ADI";
            this.HESAP_ADI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.HESAP_ADI.PrivateName        = "";
            this.HESAP_ADI.PrivateValue       = "";
            this.HESAP_ADI.Size               = new System.Drawing.Size(224, 21);
            this.HESAP_ADI.TabIndex           = 1;
            this.HESAP_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.HESAP_ADI;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Hesap Adı";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel2.TabIndex     = 100;
            this.arsLabel2.Text         = "Hesap Adı";
            //
            // btnHESAP_KODURehber
            //
            this.btnHESAP_KODURehber.ArControlView             = this.HESAP_KODU;
            this.btnHESAP_KODURehber.ArName                    = "";
            this.btnHESAP_KODURehber.ArTag                     = -1;
            this.btnHESAP_KODURehber.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnHESAP_KODURehber.BackgroundImage")));
            this.btnHESAP_KODURehber.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.btnHESAP_KODURehber.BigGuide                  = false;
            this.btnHESAP_KODURehber.ButtonType                = EnmButtonType.Guide;
            this.btnHESAP_KODURehber.FlatAppearance.BorderSize = 0;
            this.btnHESAP_KODURehber.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "HESAP_KODU";
            guideField1.Text = "Hesap Kodu";
            guideField2.Name = "HESAP_ADI";
            guideField2.Text = "Hesap Adı";
            this.btnHESAP_KODURehber.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.btnHESAP_KODURehber.IsArtezDB = false;
            this.btnHESAP_KODURehber.Location  = new System.Drawing.Point(325, 10);
            this.btnHESAP_KODURehber.Name      = "btnHESAP_KODURehber";
            this.btnHESAP_KODURehber.Size      = new System.Drawing.Size(21, 21);
            this.btnHESAP_KODURehber.SQLText   = "SELECT HESAP_KODU, HESAP_ADI FROM [TBLBANKA]";
            this.btnHESAP_KODURehber.TabIndex  = 99;
            this.btnHESAP_KODURehber.TabStop   = false;
            this.btnHESAP_KODURehber.UseVisualStyleBackColor = true;
            //
            // HESAP_KODU
            //
            this.HESAP_KODU.ArEnable           = true;
            this.HESAP_KODU.ArFocusView        = null;
            this.HESAP_KODU.ArName             = "HESAP_KODU";
            this.HESAP_KODU.ArTag              = -1;
            this.HESAP_KODU.ArVisible          = true;
            this.HESAP_KODU.CanNull            = false;
            this.HESAP_KODU.DecimalCount       = 2;
            this.HESAP_KODU.DefaultValue       = "";
            this.HESAP_KODU.DotDigit           = true;
            this.HESAP_KODU.EditType           = EnmEditType.String;
            this.HESAP_KODU.ExitCheck          = true;
            this.HESAP_KODU.ExitError          = false;
            this.HESAP_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.HESAP_KODU.FontSize           = EnmFontSize.Normal;
            this.HESAP_KODU.GuideEdit          = this.HESAP_ADI;
            this.HESAP_KODU.GuideTitle         = "";
            this.HESAP_KODU.Location           = new System.Drawing.Point(122, 10);
            this.HESAP_KODU.Name               = "HESAP_KODU";
            this.HESAP_KODU.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.HESAP_KODU.PrivateName        = "";
            this.HESAP_KODU.PrivateValue       = "";
            this.HESAP_KODU.Size               = new System.Drawing.Size(200, 21);
            this.HESAP_KODU.TabIndex           = 0;
            this.HESAP_KODU.UseVirtualKeyboard = false;
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.HESAP_KODU;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Hesap Kodu";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel1.TabIndex     = 1;
            this.arsLabel1.Text         = "Hesap Kodu";
            //
            // pnlDipToplam
            //
            this.pnlDipToplam.ArName         = "";
            this.pnlDipToplam.ArsOrientation = EnmPanelOrientation.Horizontal;
            this.pnlDipToplam.ArTag          = -1;
            this.pnlDipToplam.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlDipToplam.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlDipToplam.CanPaint       = true;
            this.pnlDipToplam.Controls.Add(this.TOP_GIREN);
            this.pnlDipToplam.Controls.Add(this.arsLabel8);
            this.pnlDipToplam.Controls.Add(this.TOP_CIKAN);
            this.pnlDipToplam.Controls.Add(this.arsLabel7);
            this.pnlDipToplam.Controls.Add(this.BAKIYE);
            this.pnlDipToplam.Controls.Add(this.arsLabel6);
            this.pnlDipToplam.Dock         = System.Windows.Forms.DockStyle.Bottom;
            this.pnlDipToplam.DrawLastEdit = true;
            this.pnlDipToplam.Location     = new System.Drawing.Point(0, 386);
            this.pnlDipToplam.Name         = "pnlDipToplam";
            this.pnlDipToplam.Size         = new System.Drawing.Size(800, 64);
            this.pnlDipToplam.TabIndex     = 5;
            //
            // TOP_GIREN
            //
            this.TOP_GIREN.ArEnable           = false;
            this.TOP_GIREN.ArFocusView        = null;
            this.TOP_GIREN.ArName             = "TOP_GIREN";
            this.TOP_GIREN.ArTag              = -1;
            this.TOP_GIREN.ArVisible          = true;
            this.TOP_GIREN.CanNull            = true;
            this.TOP_GIREN.DecimalCount       = 2;
            this.TOP_GIREN.DefaultValue       = "";
            this.TOP_GIREN.DotDigit           = true;
            this.TOP_GIREN.EditType           = EnmEditType.Decimal;
            this.TOP_GIREN.ExitCheck          = false;
            this.TOP_GIREN.ExitError          = false;
            this.TOP_GIREN.Font               = new System.Drawing.Font("Arial", 9F);
            this.TOP_GIREN.FontSize           = EnmFontSize.Normal;
            this.TOP_GIREN.GuideEdit          = null;
            this.TOP_GIREN.GuideTitle         = "";
            this.TOP_GIREN.Location           = new System.Drawing.Point(15, 36);
            this.TOP_GIREN.Name               = "TOP_GIREN";
            this.TOP_GIREN.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.TOP_GIREN.PrivateName        = "";
            this.TOP_GIREN.PrivateValue       = "";
            this.TOP_GIREN.Size               = new System.Drawing.Size(102, 21);
            this.TOP_GIREN.TabIndex           = 0;
            this.TOP_GIREN.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
            this.TOP_GIREN.UseVirtualKeyboard = false;
            //
            // arsLabel8
            //
            this.arsLabel8.ArFocusView  = this.TOP_GIREN;
            this.arsLabel8.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel8.ArName       = "";
            this.arsLabel8.ArTag        = 0;
            this.arsLabel8.CharLimit    = 0;
            this.arsLabel8.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel8.FontSize     = EnmFontSize.Normal;
            this.arsLabel8.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel8.FullText     = "Toplam Giren";
            this.arsLabel8.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel8.Name         = "arsLabel8";
            this.arsLabel8.PrivateValue = "";
            this.arsLabel8.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel8.TabIndex     = 5;
            this.arsLabel8.Text         = "Toplam Giren";
            //
            // TOP_CIKAN
            //
            this.TOP_CIKAN.ArEnable           = false;
            this.TOP_CIKAN.ArFocusView        = null;
            this.TOP_CIKAN.ArName             = "TOP_CIKAN";
            this.TOP_CIKAN.ArTag              = -1;
            this.TOP_CIKAN.ArVisible          = true;
            this.TOP_CIKAN.CanNull            = true;
            this.TOP_CIKAN.DecimalCount       = 2;
            this.TOP_CIKAN.DefaultValue       = "";
            this.TOP_CIKAN.DotDigit           = true;
            this.TOP_CIKAN.EditType           = EnmEditType.Decimal;
            this.TOP_CIKAN.ExitCheck          = false;
            this.TOP_CIKAN.ExitError          = false;
            this.TOP_CIKAN.Font               = new System.Drawing.Font("Arial", 9F);
            this.TOP_CIKAN.FontSize           = EnmFontSize.Normal;
            this.TOP_CIKAN.GuideEdit          = null;
            this.TOP_CIKAN.GuideTitle         = "";
            this.TOP_CIKAN.Location           = new System.Drawing.Point(122, 36);
            this.TOP_CIKAN.Name               = "TOP_CIKAN";
            this.TOP_CIKAN.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.TOP_CIKAN.PrivateName        = "";
            this.TOP_CIKAN.PrivateValue       = "";
            this.TOP_CIKAN.Size               = new System.Drawing.Size(102, 21);
            this.TOP_CIKAN.TabIndex           = 1;
            this.TOP_CIKAN.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
            this.TOP_CIKAN.UseVirtualKeyboard = false;
            //
            // arsLabel7
            //
            this.arsLabel7.ArFocusView  = this.TOP_CIKAN;
            this.arsLabel7.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel7.ArName       = "";
            this.arsLabel7.ArTag        = 1;
            this.arsLabel7.CharLimit    = 0;
            this.arsLabel7.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel7.FontSize     = EnmFontSize.Normal;
            this.arsLabel7.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel7.FullText     = "Toplam Çıkan";
            this.arsLabel7.Location     = new System.Drawing.Point(122, 10);
            this.arsLabel7.Name         = "arsLabel7";
            this.arsLabel7.PrivateValue = "";
            this.arsLabel7.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel7.TabIndex     = 3;
            this.arsLabel7.Text         = "Toplam Çıkan";
            //
            // BAKIYE
            //
            this.BAKIYE.ArEnable           = false;
            this.BAKIYE.ArFocusView        = null;
            this.BAKIYE.ArName             = "BAKIYE";
            this.BAKIYE.ArTag              = -1;
            this.BAKIYE.ArVisible          = true;
            this.BAKIYE.CanNull            = true;
            this.BAKIYE.DecimalCount       = 2;
            this.BAKIYE.DefaultValue       = "";
            this.BAKIYE.DotDigit           = true;
            this.BAKIYE.EditType           = EnmEditType.Decimal;
            this.BAKIYE.ExitCheck          = false;
            this.BAKIYE.ExitError          = false;
            this.BAKIYE.Font               = new System.Drawing.Font("Arial", 9F);
            this.BAKIYE.FontSize           = EnmFontSize.Normal;
            this.BAKIYE.GuideEdit          = null;
            this.BAKIYE.GuideTitle         = "";
            this.BAKIYE.Location           = new System.Drawing.Point(229, 36);
            this.BAKIYE.Name               = "BAKIYE";
            this.BAKIYE.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.BAKIYE.PrivateName        = "";
            this.BAKIYE.PrivateValue       = "";
            this.BAKIYE.Size               = new System.Drawing.Size(102, 21);
            this.BAKIYE.TabIndex           = 2;
            this.BAKIYE.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
            this.BAKIYE.UseVirtualKeyboard = false;
            //
            // arsLabel6
            //
            this.arsLabel6.ArFocusView  = this.BAKIYE;
            this.arsLabel6.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel6.ArName       = "";
            this.arsLabel6.ArTag        = 2;
            this.arsLabel6.CharLimit    = 0;
            this.arsLabel6.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel6.FontSize     = EnmFontSize.Normal;
            this.arsLabel6.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel6.FullText     = "Bakiye";
            this.arsLabel6.Location     = new System.Drawing.Point(229, 10);
            this.arsLabel6.Name         = "arsLabel6";
            this.arsLabel6.PrivateValue = "";
            this.arsLabel6.Size         = new System.Drawing.Size(102, 21);
            this.arsLabel6.TabIndex     = 1;
            this.arsLabel6.Text         = "Bakiye";
            //
            // grdTARIH
            //
            this.grdTARIH.DataPropertyName = "TARIH";
            this.grdTARIH.DividerWidth     = 1;
            this.grdTARIH.HeaderText       = "Tarih";
            this.grdTARIH.Name             = "grdTARIH";
            this.grdTARIH.ReadOnly         = true;
            //
            // grdBELGE_NO
            //
            this.grdBELGE_NO.DataPropertyName = "BELGE_NO";
            this.grdBELGE_NO.DividerWidth     = 1;
            this.grdBELGE_NO.HeaderText       = "Belge No";
            this.grdBELGE_NO.Name             = "grdBELGE_NO";
            this.grdBELGE_NO.ReadOnly         = true;
            //
            // grdEVRAK_NO
            //
            this.grdEVRAK_NO.DataPropertyName = "EVRAK_NO";
            this.grdEVRAK_NO.DividerWidth     = 1;
            this.grdEVRAK_NO.HeaderText       = "Evrak No";
            this.grdEVRAK_NO.Name             = "grdEVRAK_NO";
            this.grdEVRAK_NO.ReadOnly         = true;
            this.grdEVRAK_NO.Visible          = false;
            //
            // grdISLEM
            //
            this.grdISLEM.DataPropertyName = "ISLEM";
            this.grdISLEM.DividerWidth     = 1;
            this.grdISLEM.HeaderText       = "İşlem";
            this.grdISLEM.Name             = "grdISLEM";
            this.grdISLEM.ReadOnly         = true;
            //
            // grdCARI_KODU
            //
            this.grdCARI_KODU.DataPropertyName = "CARI_KODU";
            this.grdCARI_KODU.DividerWidth     = 1;
            this.grdCARI_KODU.HeaderText       = "Cari Kodu";
            this.grdCARI_KODU.Name             = "grdCARI_KODU";
            this.grdCARI_KODU.ReadOnly         = true;
            //
            // grdCARI_ADI
            //
            this.grdCARI_ADI.DataPropertyName = "CARI_ADI";
            this.grdCARI_ADI.DividerWidth     = 1;
            this.grdCARI_ADI.HeaderText       = "Cari Adı";
            this.grdCARI_ADI.Name             = "grdCARI_ADI";
            this.grdCARI_ADI.ReadOnly         = true;
            //
            // grdACIKLAMA
            //
            this.grdACIKLAMA.DataPropertyName = "ACIKLAMA";
            this.grdACIKLAMA.DividerWidth     = 1;
            this.grdACIKLAMA.HeaderText       = "Açıklama";
            this.grdACIKLAMA.Name             = "grdACIKLAMA";
            this.grdACIKLAMA.ReadOnly         = true;
            //
            // grdCIKAN_TUTAR
            //
            this.grdCIKAN_TUTAR.DataPropertyName = "CIKAN_TUTAR";
            dataGridViewCellStyle5.Alignment     = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle5.Format        = "N2";
            dataGridViewCellStyle5.NullValue     = "0";
            this.grdCIKAN_TUTAR.DefaultCellStyle = dataGridViewCellStyle5;
            this.grdCIKAN_TUTAR.DividerWidth     = 1;
            this.grdCIKAN_TUTAR.HeaderText       = "Çıkan Tutar";
            this.grdCIKAN_TUTAR.Name             = "grdCIKAN_TUTAR";
            this.grdCIKAN_TUTAR.ReadOnly         = true;
            //
            // grdGIREN_TUTAR
            //
            this.grdGIREN_TUTAR.DataPropertyName = "GIREN_TUTAR";
            dataGridViewCellStyle11.Alignment    = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle11.Format       = "N2";
            dataGridViewCellStyle11.NullValue    = "0";
            this.grdGIREN_TUTAR.DefaultCellStyle = dataGridViewCellStyle11;
            this.grdGIREN_TUTAR.DividerWidth     = 1;
            this.grdGIREN_TUTAR.HeaderText       = "Giren Tutar";
            this.grdGIREN_TUTAR.Name             = "grdGIREN_TUTAR";
            this.grdGIREN_TUTAR.ReadOnly         = true;
            //
            // grdBAKIYE
            //
            this.grdBAKIYE.DataPropertyName   = "BAKIYE";
            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle12.Format    = "N2";
            dataGridViewCellStyle12.NullValue = "0";
            this.grdBAKIYE.DefaultCellStyle   = dataGridViewCellStyle12;
            this.grdBAKIYE.DividerWidth       = 1;
            this.grdBAKIYE.HeaderText         = "Bakiye";
            this.grdBAKIYE.Name     = "grdBAKIYE";
            this.grdBAKIYE.ReadOnly = true;
            //
            // grdREC_ID
            //
            this.grdREC_ID.DataPropertyName = "REC_ID";
            this.grdREC_ID.HeaderText       = "Kayıt No";
            this.grdREC_ID.Name             = "grdREC_ID";
            this.grdREC_ID.ReadOnly         = true;
            this.grdREC_ID.Visible          = false;
            //
            // BankaHareketRaporu
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.CanPaint            = true;
            this.ClientSize          = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.grdBankaHareketRaporu);
            this.Controls.Add(this.pnlDipToplam);
            this.Controls.Add(this.pnlFiltre);
            this.MenuAdi  = "Banka Hareket Raporu";
            this.MenuKodu = "Hcpoğ=Jdygnh0=Tdvpty";
            this.Name     = "BankaHareketRaporu";
            this.Text     = "";
            this.Load    += new System.EventHandler(this.BankaHareketRaporu_Load);
            this.Controls.SetChildIndex(this.pnlFiltre, 0);
            this.Controls.SetChildIndex(this.pnlDipToplam, 0);
            this.Controls.SetChildIndex(this.grdBankaHareketRaporu, 0);
            ((System.ComponentModel.ISupportInitialize)(this.grdBankaHareketRaporu)).EndInit();
            this.pnlFiltre.ResumeLayout(false);
            this.pnlFiltre.PerformLayout();
            this.pnlDipToplam.ResumeLayout(false);
            this.pnlDipToplam.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #27
0
        /// <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();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MasaHareketRaporu));
            GuideField guideField1 = new GuideField();

            this.grdMasaHareketRaporu = new ArsLib.Controls.ArsGrid();
            this.grdMASA_ADI          = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdSTOK_ADI          = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdMIKTAR            = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdTARIH             = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grdGARSON_ADI        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.arsPanel2            = new ArsLib.Controls.ArsPanel();
            this.arsLabel6            = new ArsLib.Controls.ArsLabel();
            this.tbSearch             = new System.Windows.Forms.TextBox();
            this.arsPanel1            = new ArsLib.Controls.ArsPanel();
            this.BIT_SAAT             = new ArsLib.Controls.ArsDateTime();
            this.arsLabel5            = new ArsLib.Controls.ArsLabel();
            this.BAS_SAAT             = new ArsLib.Controls.ArsDateTime();
            this.arsLabel2            = new ArsLib.Controls.ArsLabel();
            this.BIT_TAR         = new ArsLib.Controls.ArsDateTime();
            this.arsLabel4       = new ArsLib.Controls.ArsLabel();
            this.BAS_TAR         = new ArsLib.Controls.ArsDateTime();
            this.arsLabel3       = new ArsLib.Controls.ArsLabel();
            this.BtnFiltrele     = new DevExpress.XtraEditors.SimpleButton();
            this.arsButton1      = new ArsLib.Controls.ArsButton();
            this.MASA_TANIMI     = new ArsLib.Controls.ArsEdit();
            this.arsLabel1       = new ArsLib.Controls.ArsLabel();
            this.cmsRapor        = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.miPDFOlustur    = new System.Windows.Forms.ToolStripMenuItem();
            this.miExcellOlustur = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.grdMasaHareketRaporu)).BeginInit();
            this.arsPanel2.SuspendLayout();
            this.arsPanel1.SuspendLayout();
            this.cmsRapor.SuspendLayout();
            this.SuspendLayout();
            //
            // grdMasaHareketRaporu
            //
            this.grdMasaHareketRaporu.AllowUserToAddRows = false;
            this.grdMasaHareketRaporu.ArName             = "";
            this.grdMasaHareketRaporu.ArTag                    = -1;
            this.grdMasaHareketRaporu.BackgroundColor          = System.Drawing.Color.White;
            this.grdMasaHareketRaporu.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment                   = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor                   = System.Drawing.Color.Gray;
            dataGridViewCellStyle1.Font               = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle1.ForeColor          = System.Drawing.Color.White;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
            this.grdMasaHareketRaporu.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.grdMasaHareketRaporu.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdMasaHareketRaporu.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.grdMASA_ADI,
                this.grdSTOK_ADI,
                this.grdMIKTAR,
                this.grdTARIH,
                this.grdGARSON_ADI
            });
            dataGridViewCellStyle3.Alignment                       = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor                       = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle3.Font                            = new System.Drawing.Font("Arial", 9F);
            dataGridViewCellStyle3.ForeColor                       = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle3.SelectionBackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209)))));
            dataGridViewCellStyle3.SelectionForeColor              = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode                        = System.Windows.Forms.DataGridViewTriState.False;
            this.grdMasaHareketRaporu.DefaultCellStyle             = dataGridViewCellStyle3;
            this.grdMasaHareketRaporu.Dock                         = System.Windows.Forms.DockStyle.Fill;
            this.grdMasaHareketRaporu.EnableHeadersVisualStyles    = false;
            this.grdMasaHareketRaporu.FocusPanel                   = null;
            this.grdMasaHareketRaporu.IsArtezDB                    = false;
            this.grdMasaHareketRaporu.KeyValue                     = "";
            this.grdMasaHareketRaporu.Location                     = new System.Drawing.Point(0, 252);
            this.grdMasaHareketRaporu.MultiSelect                  = false;
            this.grdMasaHareketRaporu.Name                         = "grdMasaHareketRaporu";
            this.grdMasaHareketRaporu.OtoHeader                    = false;
            this.grdMasaHareketRaporu.OtoSize                      = true;
            this.grdMasaHareketRaporu.PanelSQL                     = "";
            this.grdMasaHareketRaporu.ReadOnly                     = true;
            this.grdMasaHareketRaporu.RowHeadersVisible            = false;
            this.grdMasaHareketRaporu.RowTemplate.ContextMenuStrip = this.cmsRapor;
            this.grdMasaHareketRaporu.RowTemplate.Resizable        = System.Windows.Forms.DataGridViewTriState.False;
            this.grdMasaHareketRaporu.SelectionMode                = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdMasaHareketRaporu.Size                         = new System.Drawing.Size(800, 198);
            this.grdMasaHareketRaporu.SpecialDesign                = false;
            this.grdMasaHareketRaporu.SQLText                      = "";
            this.grdMasaHareketRaporu.TabIndex                     = 7;
            //
            // grdMASA_ADI
            //
            this.grdMASA_ADI.DataPropertyName = "MASA_ADI";
            this.grdMASA_ADI.DividerWidth     = 1;
            this.grdMASA_ADI.HeaderText       = "Masa";
            this.grdMASA_ADI.Name             = "grdMASA_ADI";
            this.grdMASA_ADI.ReadOnly         = true;
            //
            // grdSTOK_ADI
            //
            this.grdSTOK_ADI.DataPropertyName = "STOK_ADI";
            this.grdSTOK_ADI.DividerWidth     = 1;
            this.grdSTOK_ADI.HeaderText       = "Stok Adı";
            this.grdSTOK_ADI.Name             = "grdSTOK_ADI";
            this.grdSTOK_ADI.ReadOnly         = true;
            //
            // grdMIKTAR
            //
            this.grdMIKTAR.DataPropertyName  = "MIKTAR";
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle2.Format    = "#,###.00";
            dataGridViewCellStyle2.NullValue = "0";
            this.grdMIKTAR.DefaultCellStyle  = dataGridViewCellStyle2;
            this.grdMIKTAR.DividerWidth      = 1;
            this.grdMIKTAR.HeaderText        = "Miktar";
            this.grdMIKTAR.Name     = "grdMIKTAR";
            this.grdMIKTAR.ReadOnly = true;
            //
            // grdTARIH
            //
            this.grdTARIH.DataPropertyName = "TARIH";
            this.grdTARIH.DividerWidth     = 1;
            this.grdTARIH.HeaderText       = "Tarih";
            this.grdTARIH.Name             = "grdTARIH";
            this.grdTARIH.ReadOnly         = true;
            //
            // grdGARSON_ADI
            //
            this.grdGARSON_ADI.DataPropertyName = "GARSON_ADI";
            this.grdGARSON_ADI.DividerWidth     = 1;
            this.grdGARSON_ADI.HeaderText       = "Garson Adı";
            this.grdGARSON_ADI.Name             = "grdGARSON_ADI";
            this.grdGARSON_ADI.ReadOnly         = true;
            //
            // arsPanel2
            //
            this.arsPanel2.ArName         = "";
            this.arsPanel2.ArsOrientation = EnmPanelOrientation.Vertical;
            this.arsPanel2.ArTag          = -1;
            this.arsPanel2.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.arsPanel2.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.arsPanel2.CanPaint       = true;
            this.arsPanel2.Controls.Add(this.arsLabel6);
            this.arsPanel2.Controls.Add(this.tbSearch);
            this.arsPanel2.Dock         = System.Windows.Forms.DockStyle.Top;
            this.arsPanel2.DrawLastEdit = true;
            this.arsPanel2.Location     = new System.Drawing.Point(0, 218);
            this.arsPanel2.Name         = "arsPanel2";
            this.arsPanel2.Size         = new System.Drawing.Size(800, 34);
            this.arsPanel2.TabIndex     = 8;
            //
            // arsLabel6
            //
            this.arsLabel6.ArFocusView  = null;
            this.arsLabel6.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel6.ArName       = "";
            this.arsLabel6.ArTag        = -1;
            this.arsLabel6.CharLimit    = 0;
            this.arsLabel6.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel6.FontSize     = EnmFontSize.Normal;
            this.arsLabel6.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel6.FullText     = "";
            this.arsLabel6.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel6.Name         = "arsLabel6";
            this.arsLabel6.PrivateValue = "";
            this.arsLabel6.Size         = new System.Drawing.Size(46, 21);
            this.arsLabel6.TabIndex     = 134;
            this.arsLabel6.Text         = "Ara";
            //
            // tbSearch
            //
            this.tbSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
            this.tbSearch.Font         = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.tbSearch.Location     = new System.Drawing.Point(67, 3);
            this.tbSearch.Name         = "tbSearch";
            this.tbSearch.Size         = new System.Drawing.Size(710, 24);
            this.tbSearch.TabIndex     = 133;
            this.tbSearch.TextChanged += new System.EventHandler(this.tbSearch_TextChanged);
            //
            // arsPanel1
            //
            this.arsPanel1.ArName         = "";
            this.arsPanel1.ArsOrientation = EnmPanelOrientation.Vertical;
            this.arsPanel1.ArTag          = -1;
            this.arsPanel1.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.arsPanel1.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.arsPanel1.CanPaint       = true;
            this.arsPanel1.Controls.Add(this.BIT_SAAT);
            this.arsPanel1.Controls.Add(this.arsLabel5);
            this.arsPanel1.Controls.Add(this.BAS_SAAT);
            this.arsPanel1.Controls.Add(this.arsLabel2);
            this.arsPanel1.Controls.Add(this.BIT_TAR);
            this.arsPanel1.Controls.Add(this.arsLabel4);
            this.arsPanel1.Controls.Add(this.BAS_TAR);
            this.arsPanel1.Controls.Add(this.arsLabel3);
            this.arsPanel1.Controls.Add(this.BtnFiltrele);
            this.arsPanel1.Controls.Add(this.arsButton1);
            this.arsPanel1.Controls.Add(this.MASA_TANIMI);
            this.arsPanel1.Controls.Add(this.arsLabel1);
            this.arsPanel1.Dock         = System.Windows.Forms.DockStyle.Top;
            this.arsPanel1.DrawLastEdit = true;
            this.arsPanel1.Location     = new System.Drawing.Point(0, 32);
            this.arsPanel1.Name         = "arsPanel1";
            this.arsPanel1.Size         = new System.Drawing.Size(800, 186);
            this.arsPanel1.TabIndex     = 6;
            //
            // BIT_SAAT
            //
            this.BIT_SAAT.ArEnable     = true;
            this.BIT_SAAT.ArFocusView  = null;
            this.BIT_SAAT.ArName       = "BIT_SAAT";
            this.BIT_SAAT.ArTag        = -1;
            this.BIT_SAAT.ArVisible    = true;
            this.BIT_SAAT.CanNull      = true;
            this.BIT_SAAT.CustomFormat = "HH:mm";
            this.BIT_SAAT.DateTimeType = EnmDateTimeType.Time;
            this.BIT_SAAT.DefaultValue = "";
            this.BIT_SAAT.Font         = new System.Drawing.Font("Arial", 9F);
            this.BIT_SAAT.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.BIT_SAAT.Location     = new System.Drawing.Point(125, 106);
            this.BIT_SAAT.Name         = "BIT_SAAT";
            this.BIT_SAAT.ShowUpDown   = true;
            this.BIT_SAAT.Size         = new System.Drawing.Size(78, 21);
            this.BIT_SAAT.TabIndex     = 4;
            //
            // arsLabel5
            //
            this.arsLabel5.ArFocusView  = this.BIT_SAAT;
            this.arsLabel5.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel5.ArName       = "";
            this.arsLabel5.ArTag        = 5;
            this.arsLabel5.CharLimit    = 0;
            this.arsLabel5.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel5.FontSize     = EnmFontSize.Normal;
            this.arsLabel5.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel5.FullText     = "Bitiş Saati";
            this.arsLabel5.Location     = new System.Drawing.Point(15, 106);
            this.arsLabel5.Name         = "arsLabel5";
            this.arsLabel5.PrivateValue = "";
            this.arsLabel5.Size         = new System.Drawing.Size(105, 21);
            this.arsLabel5.TabIndex     = 148;
            this.arsLabel5.Text         = "Bitiş Saati";
            //
            // BAS_SAAT
            //
            this.BAS_SAAT.ArEnable     = true;
            this.BAS_SAAT.ArFocusView  = null;
            this.BAS_SAAT.ArName       = "BAS_SAAT";
            this.BAS_SAAT.ArTag        = -1;
            this.BAS_SAAT.ArVisible    = true;
            this.BAS_SAAT.CanNull      = true;
            this.BAS_SAAT.CustomFormat = "HH:mm";
            this.BAS_SAAT.DateTimeType = EnmDateTimeType.Time;
            this.BAS_SAAT.DefaultValue = "";
            this.BAS_SAAT.Font         = new System.Drawing.Font("Arial", 9F);
            this.BAS_SAAT.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.BAS_SAAT.Location     = new System.Drawing.Point(125, 58);
            this.BAS_SAAT.Name         = "BAS_SAAT";
            this.BAS_SAAT.ShowUpDown   = true;
            this.BAS_SAAT.Size         = new System.Drawing.Size(78, 21);
            this.BAS_SAAT.TabIndex     = 2;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.BAS_SAAT;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 2;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Başlangıç Saati";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(105, 21);
            this.arsLabel2.TabIndex     = 147;
            this.arsLabel2.Text         = "Başlangıç Saati";
            //
            // BIT_TAR
            //
            this.BIT_TAR.ArEnable     = true;
            this.BIT_TAR.ArFocusView  = null;
            this.BIT_TAR.ArName       = "BIT_TAR";
            this.BIT_TAR.ArTag        = -1;
            this.BIT_TAR.ArVisible    = true;
            this.BIT_TAR.CanNull      = true;
            this.BIT_TAR.CustomFormat = "HH:mm";
            this.BIT_TAR.DateTimeType = EnmDateTimeType.Date;
            this.BIT_TAR.DefaultValue = "";
            this.BIT_TAR.Font         = new System.Drawing.Font("Arial", 9F);
            this.BIT_TAR.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.BIT_TAR.Location     = new System.Drawing.Point(125, 82);
            this.BIT_TAR.Name         = "BIT_TAR";
            this.BIT_TAR.Size         = new System.Drawing.Size(106, 21);
            this.BIT_TAR.TabIndex     = 3;
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.BIT_TAR;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 3;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel4.FontSize     = EnmFontSize.Normal;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Bit. Tarihi";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 82);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(105, 21);
            this.arsLabel4.TabIndex     = 138;
            this.arsLabel4.Text         = "Bit. Tarihi";
            //
            // BAS_TAR
            //
            this.BAS_TAR.ArEnable     = true;
            this.BAS_TAR.ArFocusView  = null;
            this.BAS_TAR.ArName       = "BAS_TAR";
            this.BAS_TAR.ArTag        = -1;
            this.BAS_TAR.ArVisible    = true;
            this.BAS_TAR.CanNull      = true;
            this.BAS_TAR.CustomFormat = "HH:mm";
            this.BAS_TAR.DateTimeType = EnmDateTimeType.Date;
            this.BAS_TAR.DefaultValue = "";
            this.BAS_TAR.Font         = new System.Drawing.Font("Arial", 9F);
            this.BAS_TAR.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.BAS_TAR.Location     = new System.Drawing.Point(125, 34);
            this.BAS_TAR.Name         = "BAS_TAR";
            this.BAS_TAR.Size         = new System.Drawing.Size(106, 21);
            this.BAS_TAR.TabIndex     = 1;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.BAS_TAR;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 2;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Baş. Tarihi";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(105, 21);
            this.arsLabel3.TabIndex     = 137;
            this.arsLabel3.Text         = "Baş. Tarihi";
            //
            // BtnFiltrele
            //
            this.BtnFiltrele.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("BtnFiltrele.ImageOptions.Image")));
            this.BtnFiltrele.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
            this.BtnFiltrele.Location = new System.Drawing.Point(125, 133);
            this.BtnFiltrele.Name     = "BtnFiltrele";
            this.BtnFiltrele.Size     = new System.Drawing.Size(106, 39);
            this.BtnFiltrele.TabIndex = 135;
            this.BtnFiltrele.Text     = "Filtrele";
            this.BtnFiltrele.Click   += new System.EventHandler(this.BtnFiltrele_Click);
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.MASA_TANIMI;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "MASA_TANIMI";
            guideField1.Text = "Masa Adı";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField1
            };
            this.arsButton1.IsArtezDB = false;
            this.arsButton1.Location  = new System.Drawing.Point(328, 10);
            this.arsButton1.Name      = "arsButton1";
            this.arsButton1.Size      = new System.Drawing.Size(21, 21);
            this.arsButton1.SQLText   = "SELECT MASA_TANIMI FROM [TBLBLUEMASA]";
            this.arsButton1.TabIndex  = 99;
            this.arsButton1.TabStop   = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // MASA_TANIMI
            //
            this.MASA_TANIMI.ArEnable           = true;
            this.MASA_TANIMI.ArFocusView        = null;
            this.MASA_TANIMI.ArName             = "MASA_TANIMI";
            this.MASA_TANIMI.ArTag              = -1;
            this.MASA_TANIMI.ArVisible          = true;
            this.MASA_TANIMI.CanNull            = true;
            this.MASA_TANIMI.DecimalCount       = 2;
            this.MASA_TANIMI.DefaultValue       = "";
            this.MASA_TANIMI.DotDigit           = true;
            this.MASA_TANIMI.EditType           = EnmEditType.String;
            this.MASA_TANIMI.ExitCheck          = true;
            this.MASA_TANIMI.ExitError          = false;
            this.MASA_TANIMI.Font               = new System.Drawing.Font("Arial", 9F);
            this.MASA_TANIMI.FontSize           = EnmFontSize.Normal;
            this.MASA_TANIMI.GuideEdit          = null;
            this.MASA_TANIMI.GuideTitle         = "";
            this.MASA_TANIMI.Location           = new System.Drawing.Point(125, 10);
            this.MASA_TANIMI.Name               = "MASA_TANIMI";
            this.MASA_TANIMI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.MASA_TANIMI.PrivateName        = "";
            this.MASA_TANIMI.PrivateValue       = "";
            this.MASA_TANIMI.Size               = new System.Drawing.Size(200, 21);
            this.MASA_TANIMI.TabIndex           = 0;
            this.MASA_TANIMI.UseVirtualKeyboard = false;
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.MASA_TANIMI;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Masa Adı";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(105, 21);
            this.arsLabel1.TabIndex     = 0;
            this.arsLabel1.Text         = "Masa Adı";
            //
            // cmsRapor
            //
            this.cmsRapor.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.miPDFOlustur,
                this.miExcellOlustur
            });
            this.cmsRapor.Name = "cmsRapor";
            this.cmsRapor.Size = new System.Drawing.Size(147, 48);
            //
            // miPDFOlustur
            //
            this.miPDFOlustur.Name   = "miPDFOlustur";
            this.miPDFOlustur.Size   = new System.Drawing.Size(146, 22);
            this.miPDFOlustur.Text   = "PDF Oluştur";
            this.miPDFOlustur.Click += new System.EventHandler(this.miPDFOlustur_Click);
            //
            // miExcellOlustur
            //
            this.miExcellOlustur.Name   = "miExcellOlustur";
            this.miExcellOlustur.Size   = new System.Drawing.Size(146, 22);
            this.miExcellOlustur.Text   = "Excell Oluştur";
            this.miExcellOlustur.Click += new System.EventHandler(this.miExcellOlustur_Click);
            //
            // MasaHareketRaporu
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.CanPaint            = true;
            this.ClientSize          = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.grdMasaHareketRaporu);
            this.Controls.Add(this.arsPanel2);
            this.Controls.Add(this.arsPanel1);
            this.MenuAdi  = "Blue Masa Hareket Raporu";
            this.MenuKodu = "Hnxh\'Oçüğ=Jdygnh0=Tdvpty";
            this.Name     = "MasaHareketRaporu";
            this.Text     = "";
            this.Load    += new System.EventHandler(this.MasaHareketRaporu_Load);
            this.Controls.SetChildIndex(this.arsPanel1, 0);
            this.Controls.SetChildIndex(this.arsPanel2, 0);
            this.Controls.SetChildIndex(this.grdMasaHareketRaporu, 0);
            ((System.ComponentModel.ISupportInitialize)(this.grdMasaHareketRaporu)).EndInit();
            this.arsPanel2.ResumeLayout(false);
            this.arsPanel2.PerformLayout();
            this.arsPanel1.ResumeLayout(false);
            this.arsPanel1.PerformLayout();
            this.cmsRapor.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #28
0
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KasaIslem));
            GuideField guideField5 = new GuideField();
            GuideField guideField6 = new GuideField();
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            this.pnlKasaIslem = new ArsLib.Controls.ArsPanel();
            this.BtnTemizle   = new DevExpress.XtraEditors.SimpleButton();
            this.BtnSil       = new DevExpress.XtraEditors.SimpleButton();
            this.BtnKaydet    = new DevExpress.XtraEditors.SimpleButton();
            this.MODUL_KODU   = new ArsLib.Controls.ArsEdit();
            this.EVRAK_NO     = new ArsLib.Controls.ArsEdit();
            this.BELGE_NO     = new ArsLib.Controls.ArsEdit();
            this.TUTAR        = new ArsLib.Controls.ArsEdit();
            this.arsLabel7    = new ArsLib.Controls.ArsLabel();
            this.BELGE_TIPI   = new ArsLib.Controls.ArsComboBox();
            this.arsLabel6    = new ArsLib.Controls.ArsLabel();
            this.KASA_ADI     = new ArsLib.Controls.ArsEdit();
            this.arsLabel5    = new ArsLib.Controls.ArsLabel();
            this.CARI_ADI     = new ArsLib.Controls.ArsEdit();
            this.arsLabel4    = new ArsLib.Controls.ArsLabel();
            this.arsButton2   = new ArsLib.Controls.ArsButton();
            this.CARI_KODU    = new ArsLib.Controls.ArsEdit();
            this.arsLabel3    = new ArsLib.Controls.ArsLabel();
            this.TARIH        = new ArsLib.Controls.ArsDateTime();
            this.arsLabel2    = new ArsLib.Controls.ArsLabel();
            this.arsButton1   = new ArsLib.Controls.ArsButton();
            this.KASA_KODU    = new ArsLib.Controls.ArsEdit();
            this.arsLabel1    = new ArsLib.Controls.ArsLabel();
            this.arsLabel8    = new ArsLib.Controls.ArsLabel();
            this.ACIKLAMA     = new ArsLib.Controls.ArsEdit();
            this.pnlKasaIslem.SuspendLayout();
            this.SuspendLayout();
            //
            // pnlKasaIslem
            //
            this.pnlKasaIslem.ArName         = "";
            this.pnlKasaIslem.ArsOrientation = EnmPanelOrientation.Vertical;
            this.pnlKasaIslem.ArTag          = -1;
            this.pnlKasaIslem.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlKasaIslem.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlKasaIslem.CanPaint       = true;
            this.pnlKasaIslem.Controls.Add(this.ACIKLAMA);
            this.pnlKasaIslem.Controls.Add(this.arsLabel8);
            this.pnlKasaIslem.Controls.Add(this.BtnTemizle);
            this.pnlKasaIslem.Controls.Add(this.BtnSil);
            this.pnlKasaIslem.Controls.Add(this.BtnKaydet);
            this.pnlKasaIslem.Controls.Add(this.MODUL_KODU);
            this.pnlKasaIslem.Controls.Add(this.EVRAK_NO);
            this.pnlKasaIslem.Controls.Add(this.BELGE_NO);
            this.pnlKasaIslem.Controls.Add(this.TUTAR);
            this.pnlKasaIslem.Controls.Add(this.arsLabel7);
            this.pnlKasaIslem.Controls.Add(this.BELGE_TIPI);
            this.pnlKasaIslem.Controls.Add(this.arsLabel6);
            this.pnlKasaIslem.Controls.Add(this.KASA_ADI);
            this.pnlKasaIslem.Controls.Add(this.arsLabel5);
            this.pnlKasaIslem.Controls.Add(this.CARI_ADI);
            this.pnlKasaIslem.Controls.Add(this.arsLabel4);
            this.pnlKasaIslem.Controls.Add(this.arsButton2);
            this.pnlKasaIslem.Controls.Add(this.CARI_KODU);
            this.pnlKasaIslem.Controls.Add(this.arsLabel3);
            this.pnlKasaIslem.Controls.Add(this.TARIH);
            this.pnlKasaIslem.Controls.Add(this.arsLabel2);
            this.pnlKasaIslem.Controls.Add(this.arsButton1);
            this.pnlKasaIslem.Controls.Add(this.KASA_KODU);
            this.pnlKasaIslem.Controls.Add(this.arsLabel1);
            this.pnlKasaIslem.Dock         = System.Windows.Forms.DockStyle.Left;
            this.pnlKasaIslem.DrawLastEdit = true;
            this.pnlKasaIslem.Location     = new System.Drawing.Point(0, 0);
            this.pnlKasaIslem.Name         = "pnlKasaIslem";
            this.pnlKasaIslem.Size         = new System.Drawing.Size(394, 450);
            this.pnlKasaIslem.TabIndex     = 0;
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(289, 209);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 158;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // BtnSil
            //
            this.BtnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnSil.Appearance.Options.UseFont = true;
            this.BtnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnSil.ImageOptions.Image")));
            this.BtnSil.Location = new System.Drawing.Point(192, 209);
            this.BtnSil.Name     = "BtnSil";
            this.BtnSil.Size     = new System.Drawing.Size(91, 39);
            this.BtnSil.TabIndex = 159;
            this.BtnSil.Text     = "Sil";
            this.BtnSil.Click   += new System.EventHandler(this.BtnSil_Click);
            //
            // BtnKaydet
            //
            this.BtnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnKaydet.Appearance.Options.UseFont = true;
            this.BtnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnKaydet.ImageOptions.Image")));
            this.BtnKaydet.Location = new System.Drawing.Point(95, 209);
            this.BtnKaydet.Name     = "BtnKaydet";
            this.BtnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.BtnKaydet.TabIndex = 160;
            this.BtnKaydet.Text     = "Kaydet";
            this.BtnKaydet.Click   += new System.EventHandler(this.BtnKaydet_Click);
            //
            // MODUL_KODU
            //
            this.MODUL_KODU.ArEnable           = true;
            this.MODUL_KODU.ArFocusView        = null;
            this.MODUL_KODU.ArName             = "MODUL_KODU";
            this.MODUL_KODU.ArTag              = -1;
            this.MODUL_KODU.ArVisible          = false;
            this.MODUL_KODU.CanNull            = true;
            this.MODUL_KODU.DecimalCount       = 2;
            this.MODUL_KODU.DefaultValue       = "ks";
            this.MODUL_KODU.EditType           = EnmEditType.String;
            this.MODUL_KODU.ExitCheck          = false;
            this.MODUL_KODU.ExitError          = false;
            this.MODUL_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.MODUL_KODU.FontSize           = EnmFontSize.Normal;
            this.MODUL_KODU.GuideEdit          = null;
            this.MODUL_KODU.GuideTitle         = "";
            this.MODUL_KODU.Location           = new System.Drawing.Point(76, 302);
            this.MODUL_KODU.Name               = "MODUL_KODU";
            this.MODUL_KODU.PrivateName        = "";
            this.MODUL_KODU.PrivateValue       = "";
            this.MODUL_KODU.Size               = new System.Drawing.Size(111, 21);
            this.MODUL_KODU.TabIndex           = 108;
            this.MODUL_KODU.Text               = "ks";
            this.MODUL_KODU.UseVirtualKeyboard = false;
            //
            // EVRAK_NO
            //
            this.EVRAK_NO.ArEnable           = true;
            this.EVRAK_NO.ArFocusView        = null;
            this.EVRAK_NO.ArName             = "EVRAK_NO";
            this.EVRAK_NO.ArTag              = -1;
            this.EVRAK_NO.ArVisible          = false;
            this.EVRAK_NO.CanNull            = true;
            this.EVRAK_NO.DecimalCount       = 2;
            this.EVRAK_NO.DefaultValue       = "";
            this.EVRAK_NO.EditType           = EnmEditType.String;
            this.EVRAK_NO.ExitCheck          = false;
            this.EVRAK_NO.ExitError          = false;
            this.EVRAK_NO.Font               = new System.Drawing.Font("Arial", 9F);
            this.EVRAK_NO.FontSize           = EnmFontSize.Normal;
            this.EVRAK_NO.GuideEdit          = null;
            this.EVRAK_NO.GuideTitle         = "";
            this.EVRAK_NO.Location           = new System.Drawing.Point(76, 275);
            this.EVRAK_NO.Name               = "EVRAK_NO";
            this.EVRAK_NO.PrivateName        = "";
            this.EVRAK_NO.PrivateValue       = "";
            this.EVRAK_NO.Size               = new System.Drawing.Size(111, 21);
            this.EVRAK_NO.TabIndex           = 107;
            this.EVRAK_NO.UseVirtualKeyboard = false;
            //
            // BELGE_NO
            //
            this.BELGE_NO.ArEnable           = true;
            this.BELGE_NO.ArFocusView        = null;
            this.BELGE_NO.ArName             = "BELGE_NO";
            this.BELGE_NO.ArTag              = -1;
            this.BELGE_NO.ArVisible          = false;
            this.BELGE_NO.CanNull            = true;
            this.BELGE_NO.DecimalCount       = 2;
            this.BELGE_NO.DefaultValue       = "";
            this.BELGE_NO.EditType           = EnmEditType.String;
            this.BELGE_NO.ExitCheck          = false;
            this.BELGE_NO.ExitError          = false;
            this.BELGE_NO.Font               = new System.Drawing.Font("Arial", 9F);
            this.BELGE_NO.FontSize           = EnmFontSize.Normal;
            this.BELGE_NO.GuideEdit          = null;
            this.BELGE_NO.GuideTitle         = "";
            this.BELGE_NO.Location           = new System.Drawing.Point(76, 248);
            this.BELGE_NO.Name               = "BELGE_NO";
            this.BELGE_NO.PrivateName        = "";
            this.BELGE_NO.PrivateValue       = "";
            this.BELGE_NO.Size               = new System.Drawing.Size(111, 21);
            this.BELGE_NO.TabIndex           = 106;
            this.BELGE_NO.UseVirtualKeyboard = false;
            //
            // TUTAR
            //
            this.TUTAR.ArEnable           = true;
            this.TUTAR.ArFocusView        = null;
            this.TUTAR.ArName             = "TUTAR";
            this.TUTAR.ArTag              = -1;
            this.TUTAR.ArVisible          = true;
            this.TUTAR.CanNull            = false;
            this.TUTAR.DecimalCount       = 2;
            this.TUTAR.DefaultValue       = "";
            this.TUTAR.EditType           = EnmEditType.Decimal;
            this.TUTAR.ExitCheck          = false;
            this.TUTAR.ExitError          = false;
            this.TUTAR.Font               = new System.Drawing.Font("Arial", 9F);
            this.TUTAR.FontSize           = EnmFontSize.Normal;
            this.TUTAR.GuideEdit          = null;
            this.TUTAR.GuideTitle         = "";
            this.TUTAR.Location           = new System.Drawing.Point(95, 158);
            this.TUTAR.Name               = "TUTAR";
            this.TUTAR.PrivateName        = "";
            this.TUTAR.PrivateValue       = "";
            this.TUTAR.Size               = new System.Drawing.Size(120, 21);
            this.TUTAR.TabIndex           = 6;
            this.TUTAR.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
            this.TUTAR.UseVirtualKeyboard = false;
            //
            // arsLabel7
            //
            this.arsLabel7.ArFocusView  = this.TUTAR;
            this.arsLabel7.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel7.ArName       = "";
            this.arsLabel7.ArTag        = 6;
            this.arsLabel7.CharLimit    = 0;
            this.arsLabel7.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel7.FontSize     = EnmFontSize.Normal;
            this.arsLabel7.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel7.FullText     = "Tutar";
            this.arsLabel7.Location     = new System.Drawing.Point(15, 158);
            this.arsLabel7.Name         = "arsLabel7";
            this.arsLabel7.PrivateValue = "";
            this.arsLabel7.Size         = new System.Drawing.Size(75, 21);
            this.arsLabel7.TabIndex     = 105;
            this.arsLabel7.Text         = "Tutar";
            //
            // BELGE_TIPI
            //
            this.BELGE_TIPI.ArEnable          = true;
            this.BELGE_TIPI.ArExItems         = null;
            this.BELGE_TIPI.ArItems           = null;
            this.BELGE_TIPI.ArName            = "BELGE_TIPI";
            this.BELGE_TIPI.ArsChar           = "";
            this.BELGE_TIPI.ArTag             = -1;
            this.BELGE_TIPI.ArVisible         = true;
            this.BELGE_TIPI.CanNull           = false;
            this.BELGE_TIPI.ComboType         = EnmComboType.ExItem;
            this.BELGE_TIPI.DefaultIndex      = -1;
            this.BELGE_TIPI.FontSize          = MetroFramework.MetroComboBoxSize.Small;
            this.BELGE_TIPI.FormattingEnabled = true;
            this.BELGE_TIPI.ItemHeight        = 19;
            this.BELGE_TIPI.LoadString        = "";
            this.BELGE_TIPI.Location          = new System.Drawing.Point(95, 82);
            this.BELGE_TIPI.Name    = "BELGE_TIPI";
            this.BELGE_TIPI.Size    = new System.Drawing.Size(262, 25);
            this.BELGE_TIPI.SQLText = "SELECT BELGE_ADI, BELGE_TIPI FROM [TBLKASABELGETIP] WHERE /*WS*/MODUL = \'C\'/*WE*/" +
                                      "";
            this.BELGE_TIPI.TabIndex              = 3;
            this.BELGE_TIPI.UseSelectable         = true;
            this.BELGE_TIPI.SelectedValueChanged += new System.EventHandler(this.BELGE_TIPI_SelectedValueChanged);
            //
            // arsLabel6
            //
            this.arsLabel6.ArFocusView  = this.BELGE_TIPI;
            this.arsLabel6.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel6.ArName       = "";
            this.arsLabel6.ArTag        = 3;
            this.arsLabel6.CharLimit    = 0;
            this.arsLabel6.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel6.FontSize     = EnmFontSize.Normal;
            this.arsLabel6.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel6.FullText     = "Belge Tipi";
            this.arsLabel6.Location     = new System.Drawing.Point(15, 82);
            this.arsLabel6.Name         = "arsLabel6";
            this.arsLabel6.PrivateValue = "";
            this.arsLabel6.Size         = new System.Drawing.Size(75, 21);
            this.arsLabel6.TabIndex     = 104;
            this.arsLabel6.Text         = "Belge Tipi";
            //
            // KASA_ADI
            //
            this.KASA_ADI.ArEnable           = false;
            this.KASA_ADI.ArFocusView        = null;
            this.KASA_ADI.ArName             = "KASA_ADI";
            this.KASA_ADI.ArTag              = -1;
            this.KASA_ADI.ArVisible          = true;
            this.KASA_ADI.CanNull            = true;
            this.KASA_ADI.DecimalCount       = 2;
            this.KASA_ADI.DefaultValue       = "";
            this.KASA_ADI.EditType           = EnmEditType.String;
            this.KASA_ADI.ExitCheck          = false;
            this.KASA_ADI.ExitError          = false;
            this.KASA_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.KASA_ADI.FontSize           = EnmFontSize.Normal;
            this.KASA_ADI.GuideEdit          = null;
            this.KASA_ADI.GuideTitle         = "";
            this.KASA_ADI.Location           = new System.Drawing.Point(95, 34);
            this.KASA_ADI.Name               = "KASA_ADI";
            this.KASA_ADI.PrivateName        = "";
            this.KASA_ADI.PrivateValue       = "";
            this.KASA_ADI.Size               = new System.Drawing.Size(285, 21);
            this.KASA_ADI.TabIndex           = 1;
            this.KASA_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel5
            //
            this.arsLabel5.ArFocusView  = this.KASA_ADI;
            this.arsLabel5.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel5.ArName       = "";
            this.arsLabel5.ArTag        = 1;
            this.arsLabel5.CharLimit    = 0;
            this.arsLabel5.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel5.FontSize     = EnmFontSize.Normal;
            this.arsLabel5.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel5.FullText     = "Kasa Adı";
            this.arsLabel5.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel5.Name         = "arsLabel5";
            this.arsLabel5.PrivateValue = "";
            this.arsLabel5.Size         = new System.Drawing.Size(75, 21);
            this.arsLabel5.TabIndex     = 103;
            this.arsLabel5.Text         = "Kasa Adı";
            //
            // CARI_ADI
            //
            this.CARI_ADI.ArEnable           = false;
            this.CARI_ADI.ArFocusView        = null;
            this.CARI_ADI.ArName             = "CARI_ADI";
            this.CARI_ADI.ArTag              = -1;
            this.CARI_ADI.ArVisible          = true;
            this.CARI_ADI.CanNull            = true;
            this.CARI_ADI.DecimalCount       = 2;
            this.CARI_ADI.DefaultValue       = "";
            this.CARI_ADI.EditType           = EnmEditType.String;
            this.CARI_ADI.ExitCheck          = false;
            this.CARI_ADI.ExitError          = false;
            this.CARI_ADI.Font               = new System.Drawing.Font("Arial", 9F);
            this.CARI_ADI.FontSize           = EnmFontSize.Normal;
            this.CARI_ADI.GuideEdit          = null;
            this.CARI_ADI.GuideTitle         = "";
            this.CARI_ADI.Location           = new System.Drawing.Point(95, 134);
            this.CARI_ADI.Name               = "CARI_ADI";
            this.CARI_ADI.PrivateName        = "";
            this.CARI_ADI.PrivateValue       = "";
            this.CARI_ADI.Size               = new System.Drawing.Size(285, 21);
            this.CARI_ADI.TabIndex           = 5;
            this.CARI_ADI.UseVirtualKeyboard = false;
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.CARI_ADI;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 5;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel4.FontSize     = EnmFontSize.Normal;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "Cari Adı";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 134);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(75, 21);
            this.arsLabel4.TabIndex     = 102;
            this.arsLabel4.Text         = "Cari Adı";
            //
            // arsButton2
            //
            this.arsButton2.ArControlView             = this.CARI_KODU;
            this.arsButton2.ArName                    = "";
            this.arsButton2.ArTag                     = -1;
            this.arsButton2.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton2.BackgroundImage")));
            this.arsButton2.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton2.BigGuide                  = false;
            this.arsButton2.ButtonType                = EnmButtonType.Guide;
            this.arsButton2.FlatAppearance.BorderSize = 0;
            this.arsButton2.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField5.Name = "CARI_KODU";
            guideField5.Text = "Cari Kodu";
            guideField6.Name = "CARI_ADI";
            guideField6.Text = "Cari Adı";
            this.arsButton2.GuideFieldList = new GuideField[] {
                guideField5,
                guideField6
            };
            this.arsButton2.Location = new System.Drawing.Point(360, 110);
            this.arsButton2.Name     = "arsButton2";
            this.arsButton2.Size     = new System.Drawing.Size(21, 21);
            this.arsButton2.SQLText  = "SELECT CARI_KODU, CARI_ADI FROM [TBLCARI]";
            this.arsButton2.TabIndex = 99;
            this.arsButton2.TabStop  = false;
            this.arsButton2.UseVisualStyleBackColor = true;
            //
            // CARI_KODU
            //
            this.CARI_KODU.ArEnable           = true;
            this.CARI_KODU.ArFocusView        = null;
            this.CARI_KODU.ArName             = "CARI_KODU";
            this.CARI_KODU.ArTag              = -1;
            this.CARI_KODU.ArVisible          = true;
            this.CARI_KODU.CanNull            = false;
            this.CARI_KODU.DecimalCount       = 2;
            this.CARI_KODU.DefaultValue       = "";
            this.CARI_KODU.EditType           = EnmEditType.String;
            this.CARI_KODU.ExitCheck          = true;
            this.CARI_KODU.ExitError          = false;
            this.CARI_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.CARI_KODU.FontSize           = EnmFontSize.Normal;
            this.CARI_KODU.GuideEdit          = this.CARI_ADI;
            this.CARI_KODU.GuideTitle         = "";
            this.CARI_KODU.Location           = new System.Drawing.Point(95, 110);
            this.CARI_KODU.Name               = "CARI_KODU";
            this.CARI_KODU.PrivateName        = "";
            this.CARI_KODU.PrivateValue       = "";
            this.CARI_KODU.Size               = new System.Drawing.Size(262, 21);
            this.CARI_KODU.TabIndex           = 4;
            this.CARI_KODU.UseVirtualKeyboard = false;
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.CARI_KODU;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 4;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "Cari Kodu";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 110);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(75, 21);
            this.arsLabel3.TabIndex     = 101;
            this.arsLabel3.Text         = "Cari Kodu";
            //
            // TARIH
            //
            this.TARIH.ArEnable     = true;
            this.TARIH.ArFocusView  = null;
            this.TARIH.ArName       = "TARIH";
            this.TARIH.ArTag        = -1;
            this.TARIH.ArVisible    = true;
            this.TARIH.CanNull      = true;
            this.TARIH.CustomFormat = "yyyy";
            this.TARIH.DateTimeType = EnmDateTimeType.Date;
            this.TARIH.DefaultValue = "";
            this.TARIH.Font         = new System.Drawing.Font("Arial", 9F);
            this.TARIH.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
            this.TARIH.Location     = new System.Drawing.Point(95, 58);
            this.TARIH.Name         = "TARIH";
            this.TARIH.Size         = new System.Drawing.Size(120, 21);
            this.TARIH.TabIndex     = 2;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.TARIH;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 2;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Tarih";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(75, 21);
            this.arsLabel2.TabIndex     = 100;
            this.arsLabel2.Text         = "Tarih";
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.KASA_KODU;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "KASA_KODU";
            guideField1.Text = "Kasa Kodu";
            guideField2.Name = "KASA_ADI";
            guideField2.Text = "Kasa Adı";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.arsButton1.Location = new System.Drawing.Point(360, 10);
            this.arsButton1.Name     = "arsButton1";
            this.arsButton1.Size     = new System.Drawing.Size(21, 21);
            this.arsButton1.SQLText  = "SELECT KASA_KODU, KASA_ADI FROM [TBLKASA]";
            this.arsButton1.TabIndex = 99;
            this.arsButton1.TabStop  = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // KASA_KODU
            //
            this.KASA_KODU.ArEnable           = true;
            this.KASA_KODU.ArFocusView        = null;
            this.KASA_KODU.ArName             = "KASA_KODU";
            this.KASA_KODU.ArTag              = -1;
            this.KASA_KODU.ArVisible          = true;
            this.KASA_KODU.CanNull            = false;
            this.KASA_KODU.DecimalCount       = 2;
            this.KASA_KODU.DefaultValue       = "";
            this.KASA_KODU.EditType           = EnmEditType.String;
            this.KASA_KODU.ExitCheck          = true;
            this.KASA_KODU.ExitError          = false;
            this.KASA_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.KASA_KODU.FontSize           = EnmFontSize.Normal;
            this.KASA_KODU.GuideEdit          = this.KASA_ADI;
            this.KASA_KODU.GuideTitle         = "";
            this.KASA_KODU.Location           = new System.Drawing.Point(95, 10);
            this.KASA_KODU.Name               = "KASA_KODU";
            this.KASA_KODU.PrivateName        = "";
            this.KASA_KODU.PrivateValue       = "";
            this.KASA_KODU.Size               = new System.Drawing.Size(262, 21);
            this.KASA_KODU.TabIndex           = 0;
            this.KASA_KODU.UseVirtualKeyboard = false;
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.KASA_KODU;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Kasa Kodu";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(75, 21);
            this.arsLabel1.TabIndex     = 1;
            this.arsLabel1.Text         = "Kasa Kodu";
            //
            // arsLabel8
            //
            this.arsLabel8.ArFocusView  = this.ACIKLAMA;
            this.arsLabel8.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel8.ArName       = "";
            this.arsLabel8.ArTag        = 7;
            this.arsLabel8.CharLimit    = 0;
            this.arsLabel8.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel8.FontSize     = EnmFontSize.Normal;
            this.arsLabel8.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel8.FullText     = "Açıklama";
            this.arsLabel8.Location     = new System.Drawing.Point(15, 182);
            this.arsLabel8.Name         = "arsLabel8";
            this.arsLabel8.PrivateValue = "";
            this.arsLabel8.Size         = new System.Drawing.Size(75, 21);
            this.arsLabel8.TabIndex     = 161;
            this.arsLabel8.Text         = "Açıklama";
            //
            // ACIKLAMA
            //
            this.ACIKLAMA.ArEnable           = true;
            this.ACIKLAMA.ArFocusView        = null;
            this.ACIKLAMA.ArName             = "ACIKLAMA";
            this.ACIKLAMA.ArTag              = -1;
            this.ACIKLAMA.ArVisible          = true;
            this.ACIKLAMA.CanNull            = true;
            this.ACIKLAMA.DecimalCount       = 2;
            this.ACIKLAMA.DefaultValue       = "";
            this.ACIKLAMA.EditType           = EnmEditType.String;
            this.ACIKLAMA.ExitCheck          = false;
            this.ACIKLAMA.ExitError          = false;
            this.ACIKLAMA.Font               = new System.Drawing.Font("Arial", 9F);
            this.ACIKLAMA.FontSize           = EnmFontSize.Normal;
            this.ACIKLAMA.GuideEdit          = null;
            this.ACIKLAMA.GuideTitle         = "";
            this.ACIKLAMA.Location           = new System.Drawing.Point(95, 182);
            this.ACIKLAMA.Name               = "ACIKLAMA";
            this.ACIKLAMA.PrivateName        = "";
            this.ACIKLAMA.PrivateValue       = "";
            this.ACIKLAMA.Size               = new System.Drawing.Size(285, 21);
            this.ACIKLAMA.TabIndex           = 7;
            this.ACIKLAMA.UseVirtualKeyboard = false;
            //
            // KasaIslem
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BtnClear            = this.BtnTemizle;
            this.BtnDel     = this.BtnSil;
            this.BtnSave    = this.BtnKaydet;
            this.CanPaint   = true;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.pnlKasaIslem);
            this.MenuAdi  = "Kasa İşlem";
            this.MenuKodu = "Rcud\'Küöko";
            this.Name     = "KasaIslem";
            this.Text     = "";
            this.Load    += new System.EventHandler(this.KasaIslem_Load);
            this.pnlKasaIslem.ResumeLayout(false);
            this.pnlKasaIslem.PerformLayout();
            this.ResumeLayout(false);
        }
예제 #29
0
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CariGrup));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            this.PnlCariGrup = new ArsLib.Controls.ArsPanel();
            this.BtnTemizle  = new DevExpress.XtraEditors.SimpleButton();
            this.BtnSil      = new DevExpress.XtraEditors.SimpleButton();
            this.BtnKaydet   = new DevExpress.XtraEditors.SimpleButton();
            this.arsButton1  = new ArsLib.Controls.ArsButton();
            this.GRUP_KODU   = new ArsLib.Controls.ArsEdit();
            this.ACIKLAMA    = new ArsLib.Controls.ArsEdit();
            this.GRUP_TANIMI = new ArsLib.Controls.ArsEdit();
            this.arsLabel5   = new ArsLib.Controls.ArsLabel();
            this.arsLabel4   = new ArsLib.Controls.ArsLabel();
            this.arsLabel3   = new ArsLib.Controls.ArsLabel();
            this.arsLabel2   = new ArsLib.Controls.ArsLabel();
            this.arsLabel1   = new ArsLib.Controls.ArsLabel();
            this.PnlCariGrup.SuspendLayout();
            this.SuspendLayout();
            //
            // PnlCariGrup
            //
            this.PnlCariGrup.ArName         = "";
            this.PnlCariGrup.ArsOrientation = EnmPanelOrientation.Vertical;
            this.PnlCariGrup.ArTag          = -1;
            this.PnlCariGrup.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.PnlCariGrup.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.PnlCariGrup.CanPaint       = true;
            this.PnlCariGrup.Controls.Add(this.BtnTemizle);
            this.PnlCariGrup.Controls.Add(this.BtnSil);
            this.PnlCariGrup.Controls.Add(this.BtnKaydet);
            this.PnlCariGrup.Controls.Add(this.arsButton1);
            this.PnlCariGrup.Controls.Add(this.ACIKLAMA);
            this.PnlCariGrup.Controls.Add(this.GRUP_TANIMI);
            this.PnlCariGrup.Controls.Add(this.arsLabel5);
            this.PnlCariGrup.Controls.Add(this.arsLabel4);
            this.PnlCariGrup.Controls.Add(this.arsLabel3);
            this.PnlCariGrup.Controls.Add(this.arsLabel2);
            this.PnlCariGrup.Controls.Add(this.arsLabel1);
            this.PnlCariGrup.Controls.Add(this.GRUP_KODU);
            this.PnlCariGrup.Dock         = System.Windows.Forms.DockStyle.Left;
            this.PnlCariGrup.DrawLastEdit = true;
            this.PnlCariGrup.Location     = new System.Drawing.Point(0, 32);
            this.PnlCariGrup.Name         = "PnlCariGrup";
            this.PnlCariGrup.Size         = new System.Drawing.Size(414, 418);
            this.PnlCariGrup.TabIndex     = 3;
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(307, 114);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 6;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // BtnSil
            //
            this.BtnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnSil.Appearance.Options.UseFont = true;
            this.BtnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnSil.ImageOptions.Image")));
            this.BtnSil.Location = new System.Drawing.Point(210, 114);
            this.BtnSil.Name     = "BtnSil";
            this.BtnSil.Size     = new System.Drawing.Size(91, 39);
            this.BtnSil.TabIndex = 5;
            this.BtnSil.Text     = "Sil";
            this.BtnSil.Click   += new System.EventHandler(this.BtnSil_Click);
            //
            // BtnKaydet
            //
            this.BtnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnKaydet.Appearance.Options.UseFont = true;
            this.BtnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnKaydet.ImageOptions.Image")));
            this.BtnKaydet.Location = new System.Drawing.Point(113, 114);
            this.BtnKaydet.Name     = "BtnKaydet";
            this.BtnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.BtnKaydet.TabIndex = 4;
            this.BtnKaydet.Text     = "Kaydet";
            this.BtnKaydet.Click   += new System.EventHandler(this.BtnKaydet_Click);
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.GRUP_KODU;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "GRUP_KODU";
            guideField1.Text = "Grup Kodu";
            guideField2.Name = "GRUP_TANIMI";
            guideField2.Text = "Grup Tanımı";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.arsButton1.IsArtezDB = false;
            this.arsButton1.Location  = new System.Drawing.Point(373, 10);
            this.arsButton1.Name      = "arsButton1";
            this.arsButton1.Size      = new System.Drawing.Size(21, 21);
            this.arsButton1.SQLText   = "SELECT GRUP_KODU, GRUP_TANIMI FROM TBLCARIGRUP";
            this.arsButton1.TabIndex  = 99;
            this.arsButton1.TabStop   = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // GRUP_KODU
            //
            this.GRUP_KODU.ArEnable           = true;
            this.GRUP_KODU.ArFocusView        = null;
            this.GRUP_KODU.ArName             = "GRUP_KODU";
            this.GRUP_KODU.ArTag              = 0;
            this.GRUP_KODU.ArVisible          = true;
            this.GRUP_KODU.CanNull            = false;
            this.GRUP_KODU.DecimalCount       = 2;
            this.GRUP_KODU.DefaultValue       = "";
            this.GRUP_KODU.DotDigit           = true;
            this.GRUP_KODU.EditType           = EnmEditType.String;
            this.GRUP_KODU.ExitCheck          = false;
            this.GRUP_KODU.ExitError          = false;
            this.GRUP_KODU.Font               = new System.Drawing.Font("Arial", 9F);
            this.GRUP_KODU.FontSize           = EnmFontSize.Normal;
            this.GRUP_KODU.GuideEdit          = null;
            this.GRUP_KODU.GuideTitle         = "";
            this.GRUP_KODU.Location           = new System.Drawing.Point(112, 10);
            this.GRUP_KODU.Name               = "GRUP_KODU";
            this.GRUP_KODU.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.GRUP_KODU.PrivateName        = "";
            this.GRUP_KODU.PrivateValue       = "";
            this.GRUP_KODU.Size               = new System.Drawing.Size(258, 21);
            this.GRUP_KODU.TabIndex           = 0;
            this.GRUP_KODU.UseVirtualKeyboard = false;
            this.GRUP_KODU.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.GRUP_KODU_ArsExit);
            //
            // ACIKLAMA
            //
            this.ACIKLAMA.ArEnable           = true;
            this.ACIKLAMA.ArFocusView        = null;
            this.ACIKLAMA.ArName             = "ACIKLAMA";
            this.ACIKLAMA.ArTag              = -1;
            this.ACIKLAMA.ArVisible          = true;
            this.ACIKLAMA.CanNull            = true;
            this.ACIKLAMA.DecimalCount       = 2;
            this.ACIKLAMA.DefaultValue       = "";
            this.ACIKLAMA.DotDigit           = true;
            this.ACIKLAMA.EditType           = EnmEditType.MultiLine;
            this.ACIKLAMA.ExitCheck          = false;
            this.ACIKLAMA.ExitError          = false;
            this.ACIKLAMA.Font               = new System.Drawing.Font("Arial", 9F);
            this.ACIKLAMA.FontSize           = EnmFontSize.Normal;
            this.ACIKLAMA.GuideEdit          = null;
            this.ACIKLAMA.GuideTitle         = "";
            this.ACIKLAMA.Location           = new System.Drawing.Point(112, 58);
            this.ACIKLAMA.Multiline          = true;
            this.ACIKLAMA.Name               = "ACIKLAMA";
            this.ACIKLAMA.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.ACIKLAMA.PrivateName        = "";
            this.ACIKLAMA.PrivateValue       = "";
            this.ACIKLAMA.ScrollBars         = System.Windows.Forms.ScrollBars.Both;
            this.ACIKLAMA.Size               = new System.Drawing.Size(286, 50);
            this.ACIKLAMA.TabIndex           = 2;
            this.ACIKLAMA.UseVirtualKeyboard = false;
            //
            // GRUP_TANIMI
            //
            this.GRUP_TANIMI.ArEnable           = true;
            this.GRUP_TANIMI.ArFocusView        = null;
            this.GRUP_TANIMI.ArName             = "GRUP_TANIMI";
            this.GRUP_TANIMI.ArTag              = -1;
            this.GRUP_TANIMI.ArVisible          = true;
            this.GRUP_TANIMI.CanNull            = false;
            this.GRUP_TANIMI.DecimalCount       = 2;
            this.GRUP_TANIMI.DefaultValue       = "";
            this.GRUP_TANIMI.DotDigit           = true;
            this.GRUP_TANIMI.EditType           = EnmEditType.String;
            this.GRUP_TANIMI.ExitCheck          = false;
            this.GRUP_TANIMI.ExitError          = false;
            this.GRUP_TANIMI.Font               = new System.Drawing.Font("Arial", 9F);
            this.GRUP_TANIMI.FontSize           = EnmFontSize.Normal;
            this.GRUP_TANIMI.GuideEdit          = null;
            this.GRUP_TANIMI.GuideTitle         = "";
            this.GRUP_TANIMI.Location           = new System.Drawing.Point(112, 34);
            this.GRUP_TANIMI.Name               = "GRUP_TANIMI";
            this.GRUP_TANIMI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.GRUP_TANIMI.PrivateName        = "";
            this.GRUP_TANIMI.PrivateValue       = "";
            this.GRUP_TANIMI.Size               = new System.Drawing.Size(286, 21);
            this.GRUP_TANIMI.TabIndex           = 1;
            this.GRUP_TANIMI.UseVirtualKeyboard = false;
            //
            // arsLabel5
            //
            this.arsLabel5.ArFocusView  = this.ACIKLAMA;
            this.arsLabel5.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel5.ArName       = "";
            this.arsLabel5.ArTag        = 2;
            this.arsLabel5.CharLimit    = 0;
            this.arsLabel5.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel5.FontSize     = EnmFontSize.Normal;
            this.arsLabel5.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel5.FullText     = "";
            this.arsLabel5.Location     = new System.Drawing.Point(15, 58);
            this.arsLabel5.Name         = "arsLabel5";
            this.arsLabel5.PrivateValue = "";
            this.arsLabel5.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel5.TabIndex     = 4;
            this.arsLabel5.Text         = "Grup Açıklama";
            //
            // arsLabel4
            //
            this.arsLabel4.ArFocusView  = this.GRUP_TANIMI;
            this.arsLabel4.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel4.ArName       = "";
            this.arsLabel4.ArTag        = 1;
            this.arsLabel4.CharLimit    = 0;
            this.arsLabel4.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel4.FontSize     = EnmFontSize.Normal;
            this.arsLabel4.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel4.FullText     = "";
            this.arsLabel4.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel4.Name         = "arsLabel4";
            this.arsLabel4.PrivateValue = "";
            this.arsLabel4.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel4.TabIndex     = 3;
            this.arsLabel4.Text         = "Grup Tanımı";
            //
            // arsLabel3
            //
            this.arsLabel3.ArFocusView  = this.GRUP_KODU;
            this.arsLabel3.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel3.ArName       = "";
            this.arsLabel3.ArTag        = 0;
            this.arsLabel3.CharLimit    = 0;
            this.arsLabel3.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel3.FontSize     = EnmFontSize.Normal;
            this.arsLabel3.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel3.FullText     = "";
            this.arsLabel3.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel3.Name         = "arsLabel3";
            this.arsLabel3.PrivateValue = "";
            this.arsLabel3.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel3.TabIndex     = 2;
            this.arsLabel3.Text         = "Grup Kodu";
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = null;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = -1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel2.TabIndex     = 2;
            this.arsLabel2.Text         = "Grup Kodu";
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = null;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = -1;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel1.TabIndex     = 2;
            this.arsLabel1.Text         = "Grup Kodu";
            //
            // CariGrup
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BtnClear            = this.BtnTemizle;
            this.BtnDel     = this.BtnSil;
            this.BtnSave    = this.BtnKaydet;
            this.CanPaint   = true;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.PnlCariGrup);
            this.KeyField   = "GRUP_KODU";
            this.KeyPreview = true;
            this.MenuAdi    = "Cari Grup Tanım";
            this.MenuKodu   = "Ictm\'Htyv=Vdtjö";
            this.Name       = "CariGrup";
            this.RecordForm = true;
            this.TableName  = "TBLCARIGRUP";
            this.Text       = "";
            this.Controls.SetChildIndex(this.PnlCariGrup, 0);
            this.PnlCariGrup.ResumeLayout(false);
            this.PnlCariGrup.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
예제 #30
0
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MesajTanim));
            GuideField guideField1 = new GuideField();
            GuideField guideField2 = new GuideField();

            this.pnlMesaj      = new ArsLib.Controls.ArsPanel();
            this.MESAJ         = new ArsLib.Controls.ArsEdit();
            this.arsLabel2     = new ArsLib.Controls.ArsLabel();
            this.MESAJ_BASLIGI = new ArsLib.Controls.ArsEdit();
            this.arsLabel1     = new ArsLib.Controls.ArsLabel();
            this.BtnTemizle    = new DevExpress.XtraEditors.SimpleButton();
            this.btnSil        = new DevExpress.XtraEditors.SimpleButton();
            this.btnKaydet     = new DevExpress.XtraEditors.SimpleButton();
            this.arsButton1    = new ArsLib.Controls.ArsButton();
            this.pnlMesaj.SuspendLayout();
            this.SuspendLayout();
            //
            // pnlMesaj
            //
            this.pnlMesaj.ArName         = "";
            this.pnlMesaj.ArsOrientation = EnmPanelOrientation.Vertical;
            this.pnlMesaj.ArTag          = -1;
            this.pnlMesaj.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.pnlMesaj.BorderStyle    = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pnlMesaj.CanPaint       = true;
            this.pnlMesaj.Controls.Add(this.arsButton1);
            this.pnlMesaj.Controls.Add(this.BtnTemizle);
            this.pnlMesaj.Controls.Add(this.btnSil);
            this.pnlMesaj.Controls.Add(this.btnKaydet);
            this.pnlMesaj.Controls.Add(this.MESAJ);
            this.pnlMesaj.Controls.Add(this.arsLabel2);
            this.pnlMesaj.Controls.Add(this.MESAJ_BASLIGI);
            this.pnlMesaj.Controls.Add(this.arsLabel1);
            this.pnlMesaj.Dock         = System.Windows.Forms.DockStyle.Fill;
            this.pnlMesaj.DrawLastEdit = true;
            this.pnlMesaj.Location     = new System.Drawing.Point(0, 32);
            this.pnlMesaj.Name         = "pnlMesaj";
            this.pnlMesaj.Size         = new System.Drawing.Size(800, 418);
            this.pnlMesaj.TabIndex     = 2;
            //
            // MESAJ
            //
            this.MESAJ.ArEnable           = true;
            this.MESAJ.ArFocusView        = null;
            this.MESAJ.ArName             = "MESAJ";
            this.MESAJ.ArTag              = -1;
            this.MESAJ.ArVisible          = true;
            this.MESAJ.CanNull            = false;
            this.MESAJ.DecimalCount       = 2;
            this.MESAJ.DefaultValue       = "";
            this.MESAJ.DotDigit           = true;
            this.MESAJ.EditType           = EnmEditType.MultiLine;
            this.MESAJ.ExitCheck          = false;
            this.MESAJ.ExitError          = false;
            this.MESAJ.Font               = new System.Drawing.Font("Arial", 9F);
            this.MESAJ.FontSize           = EnmFontSize.Normal;
            this.MESAJ.GuideEdit          = null;
            this.MESAJ.GuideTitle         = "";
            this.MESAJ.Location           = new System.Drawing.Point(112, 34);
            this.MESAJ.Multiline          = true;
            this.MESAJ.Name               = "MESAJ";
            this.MESAJ.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.MESAJ.PrivateName        = "";
            this.MESAJ.PrivateValue       = "";
            this.MESAJ.ScrollBars         = System.Windows.Forms.ScrollBars.Both;
            this.MESAJ.Size               = new System.Drawing.Size(286, 81);
            this.MESAJ.TabIndex           = 1;
            this.MESAJ.UseVirtualKeyboard = false;
            //
            // arsLabel2
            //
            this.arsLabel2.ArFocusView  = this.MESAJ;
            this.arsLabel2.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel2.ArName       = "";
            this.arsLabel2.ArTag        = 1;
            this.arsLabel2.CharLimit    = 0;
            this.arsLabel2.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel2.FontSize     = EnmFontSize.Normal;
            this.arsLabel2.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel2.FullText     = "Mesaj";
            this.arsLabel2.Location     = new System.Drawing.Point(15, 34);
            this.arsLabel2.Name         = "arsLabel2";
            this.arsLabel2.PrivateValue = "";
            this.arsLabel2.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel2.TabIndex     = 2;
            this.arsLabel2.Text         = "Mesaj";
            //
            // MESAJ_BASLIGI
            //
            this.MESAJ_BASLIGI.ArEnable           = true;
            this.MESAJ_BASLIGI.ArFocusView        = null;
            this.MESAJ_BASLIGI.ArName             = "MESAJ_BASLIGI";
            this.MESAJ_BASLIGI.ArTag              = 1;
            this.MESAJ_BASLIGI.ArVisible          = true;
            this.MESAJ_BASLIGI.CanNull            = false;
            this.MESAJ_BASLIGI.DecimalCount       = 2;
            this.MESAJ_BASLIGI.DefaultValue       = "";
            this.MESAJ_BASLIGI.DotDigit           = true;
            this.MESAJ_BASLIGI.EditType           = EnmEditType.String;
            this.MESAJ_BASLIGI.ExitCheck          = false;
            this.MESAJ_BASLIGI.ExitError          = false;
            this.MESAJ_BASLIGI.Font               = new System.Drawing.Font("Arial", 9F);
            this.MESAJ_BASLIGI.FontSize           = EnmFontSize.Normal;
            this.MESAJ_BASLIGI.GuideEdit          = null;
            this.MESAJ_BASLIGI.GuideTitle         = "";
            this.MESAJ_BASLIGI.Location           = new System.Drawing.Point(112, 10);
            this.MESAJ_BASLIGI.Name               = "MESAJ_BASLIGI";
            this.MESAJ_BASLIGI.NumericAlignment   = System.Windows.Forms.HorizontalAlignment.Right;
            this.MESAJ_BASLIGI.PrivateName        = "";
            this.MESAJ_BASLIGI.PrivateValue       = "";
            this.MESAJ_BASLIGI.Size               = new System.Drawing.Size(260, 21);
            this.MESAJ_BASLIGI.TabIndex           = 0;
            this.MESAJ_BASLIGI.UseVirtualKeyboard = false;
            this.MESAJ_BASLIGI.ArsExit           += new ArsLib.Controls.ArsEdit.ArsExitEventHandler(this.MESAJ_BASLIGI_ArsExit);
            //
            // arsLabel1
            //
            this.arsLabel1.ArFocusView  = this.MESAJ_BASLIGI;
            this.arsLabel1.ArLabelType  = EnmLabelType.Normal;
            this.arsLabel1.ArName       = "";
            this.arsLabel1.ArTag        = 0;
            this.arsLabel1.CharLimit    = 0;
            this.arsLabel1.Font         = new System.Drawing.Font("Arial", 9F);
            this.arsLabel1.FontSize     = EnmFontSize.Normal;
            this.arsLabel1.ForeColor    = System.Drawing.Color.Black;
            this.arsLabel1.FullText     = "Mesaj Başlığı";
            this.arsLabel1.Location     = new System.Drawing.Point(15, 10);
            this.arsLabel1.Name         = "arsLabel1";
            this.arsLabel1.PrivateValue = "";
            this.arsLabel1.Size         = new System.Drawing.Size(92, 21);
            this.arsLabel1.TabIndex     = 1;
            this.arsLabel1.Text         = "Mesaj Başlığı";
            //
            // BtnTemizle
            //
            this.BtnTemizle.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.BtnTemizle.Appearance.Options.UseFont = true;
            this.BtnTemizle.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("BtnTemizle.ImageOptions.Image")));
            this.BtnTemizle.Location = new System.Drawing.Point(307, 121);
            this.BtnTemizle.Name     = "BtnTemizle";
            this.BtnTemizle.Size     = new System.Drawing.Size(91, 39);
            this.BtnTemizle.TabIndex = 129;
            this.BtnTemizle.Text     = "Temizle";
            this.BtnTemizle.Click   += new System.EventHandler(this.BtnTemizle_Click);
            //
            // btnSil
            //
            this.btnSil.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.btnSil.Appearance.Options.UseFont = true;
            this.btnSil.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("btnSil.ImageOptions.Image")));
            this.btnSil.Location = new System.Drawing.Point(210, 121);
            this.btnSil.Name     = "btnSil";
            this.btnSil.Size     = new System.Drawing.Size(91, 39);
            this.btnSil.TabIndex = 130;
            this.btnSil.Text     = "Sil";
            this.btnSil.Click   += new System.EventHandler(this.btnSil_Click);
            //
            // btnKaydet
            //
            this.btnKaydet.Appearance.Font            = new System.Drawing.Font("Arial", 10F);
            this.btnKaydet.Appearance.Options.UseFont = true;
            this.btnKaydet.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("btnKaydet.ImageOptions.Image")));
            this.btnKaydet.Location = new System.Drawing.Point(113, 121);
            this.btnKaydet.Name     = "btnKaydet";
            this.btnKaydet.Size     = new System.Drawing.Size(91, 39);
            this.btnKaydet.TabIndex = 131;
            this.btnKaydet.Text     = "Kaydet";
            this.btnKaydet.Click   += new System.EventHandler(this.btnKaydet_Click);
            //
            // arsButton1
            //
            this.arsButton1.ArControlView             = this.MESAJ_BASLIGI;
            this.arsButton1.ArName                    = "";
            this.arsButton1.ArTag                     = -1;
            this.arsButton1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("arsButton1.BackgroundImage")));
            this.arsButton1.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
            this.arsButton1.BigGuide                  = false;
            this.arsButton1.ButtonType                = EnmButtonType.Guide;
            this.arsButton1.FlatAppearance.BorderSize = 0;
            this.arsButton1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
            guideField1.Name = "MESAJ_BASLIGI";
            guideField1.Text = "Mesaj Başlığı";
            guideField2.Name = "MESAJ";
            guideField2.Text = "Mesaj";
            this.arsButton1.GuideFieldList = new GuideField[] {
                guideField1,
                guideField2
            };
            this.arsButton1.IsArtezDB = false;
            this.arsButton1.Location  = new System.Drawing.Point(375, 10);
            this.arsButton1.Name      = "arsButton1";
            this.arsButton1.Size      = new System.Drawing.Size(21, 21);
            this.arsButton1.SQLText   = "SELECT MESAJ_BASLIGI, MESAJ FROM [TBLMESAJ]";
            this.arsButton1.TabIndex  = 99;
            this.arsButton1.TabStop   = false;
            this.arsButton1.UseVisualStyleBackColor = true;
            //
            // MesajTanim
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.CanPaint            = true;
            this.ClientSize          = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.pnlMesaj);
            this.MenuAdi   = "Mesaj Tanımları";
            this.MenuKodu  = "Şgudq=Vdtjööğşk";
            this.MenuTitle = "Mesaj Tanımları";
            this.Name      = "MesajTanim";
            this.Text      = "Mesaj Tanımları";
            this.Controls.SetChildIndex(this.pnlMesaj, 0);
            this.pnlMesaj.ResumeLayout(false);
            this.pnlMesaj.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }