示例#1
0
        public static DevExpress.Tutorials.ModuleBase ShowModule(string name, DevExpress.XtraEditors.GroupControl group)
        {
            ModuleInfo item          = TutorialsInfo.GetItem(name);
            Cursor     currentCursor = Cursor.Current;

            Cursor.Current = Cursors.WaitCursor;
            group.Parent.SuspendLayout();
            group.SuspendLayout();
            try {
                Control oldTutorial = null;
                if (Instance.CurrentModuleBase != null)
                {
                    oldTutorial = Instance.CurrentModuleBase.TModule;
                }

                TutorialControl tutorial = item.TModule as TutorialControl;
                tutorial.Bounds            = group.DisplayRectangle;
                Instance.CurrentModuleBase = item;
                tutorial.Visible           = false;
                group.Controls.Add(tutorial);
                tutorial.Dock = DockStyle.Fill;

                tutorial.Visible = true;
                if (oldTutorial != null)
                {
                    oldTutorial.Visible = false;
                }
            }
            finally {
                group.ResumeLayout(true);
                group.Parent.ResumeLayout(true);
                Cursor.Current = currentCursor;
            }
            RaiseModuleChanged();
            DevExpress.Tutorials.ModuleBase module = Instance.CurrentModuleBase.TModule as DevExpress.Tutorials.ModuleBase;
            if (module != null)
            {
                module.TutorialInfo.Description       = Instance.CurrentModuleBase.Description;
                module.TutorialInfo.TutorialName      = Instance.CurrentModuleBase.Name;
                module.TutorialInfo.WhatsThisCodeFile = Instance.CurrentModuleBase.CodeFile;
                module.TutorialInfo.WhatsThisXMLFile  = Instance.CurrentModuleBase.XMLFile;
                string xmlFile  = DevExpress.Utils.FilesHelper.FindingFileName(Application.StartupPath, module.TutorialInfo.WhatsThisXMLFile, false);
                string codeFile = DevExpress.Utils.FilesHelper.FindingFileName(Application.StartupPath, module.TutorialInfo.WhatsThisCodeFile, false);
                if (xmlFile == "")
                {
                    module.TutorialInfo.WhatsThisXMLFile = languageDir + module.TutorialInfo.WhatsThisXMLFile;
                }
                if (codeFile == "")
                {
                    module.TutorialInfo.WhatsThisCodeFile = languageDir + module.TutorialInfo.WhatsThisCodeFile;
                }
            }
            return(module);
        }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.GroupControl            groupControl1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmKasaTahsilatÖdeme));
     this.btnKaydet     = new DevExpress.XtraEditors.SimpleButton();
     this.btnSil        = new DevExpress.XtraEditors.SimpleButton();
     this.btnKapat      = new DevExpress.XtraEditors.SimpleButton();
     this.txtCariAdı    = new DevExpress.XtraEditors.TextEdit();
     this.txtKasaAdı    = new DevExpress.XtraEditors.TextEdit();
     this.txtBelgeNo    = new DevExpress.XtraEditors.TextEdit();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.txtKasaKodu   = new DevExpress.XtraEditors.ButtonEdit();
     this.txtCariKodu   = new DevExpress.XtraEditors.ButtonEdit();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.txtTutar      = new DevExpress.XtraEditors.TextEdit();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.txtAciklama   = new DevExpress.XtraEditors.MemoEdit();
     this.txtTarih      = new DevExpress.XtraEditors.DateEdit();
     this.txtİslemTürü  = new DevExpress.XtraEditors.ComboBoxEdit();
     groupControl1      = new DevExpress.XtraEditors.GroupControl();
     ((System.ComponentModel.ISupportInitialize)(groupControl1)).BeginInit();
     groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCariAdı.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtKasaAdı.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBelgeNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtKasaKodu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCariKodu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtTutar.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAciklama.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTarih.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTarih.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtİslemTürü.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl1
     //
     groupControl1.Controls.Add(this.btnKaydet);
     groupControl1.Controls.Add(this.btnSil);
     groupControl1.Controls.Add(this.btnKapat);
     groupControl1.Controls.Add(this.txtCariAdı);
     groupControl1.Controls.Add(this.txtKasaAdı);
     groupControl1.Controls.Add(this.txtBelgeNo);
     groupControl1.Controls.Add(this.labelControl5);
     groupControl1.Controls.Add(this.labelControl4);
     groupControl1.Controls.Add(this.labelControl3);
     groupControl1.Controls.Add(this.labelControl2);
     groupControl1.Controls.Add(this.labelControl1);
     groupControl1.Controls.Add(this.txtKasaKodu);
     groupControl1.Controls.Add(this.txtCariKodu);
     groupControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     groupControl1.Location = new System.Drawing.Point(0, 0);
     groupControl1.Name     = "groupControl1";
     groupControl1.Size     = new System.Drawing.Size(447, 215);
     groupControl1.TabIndex = 3;
     groupControl1.Text     = "Kasa/Cari Bilgileri";
     //
     // btnKaydet
     //
     this.btnKaydet.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnKaydet.ImageOptions.Image")));
     this.btnKaydet.Location           = new System.Drawing.Point(336, 36);
     this.btnKaydet.Name     = "btnKaydet";
     this.btnKaydet.Size     = new System.Drawing.Size(94, 42);
     this.btnKaydet.TabIndex = 5;
     this.btnKaydet.Text     = "Kaydet";
     this.btnKaydet.Click   += new System.EventHandler(this.btnKaydet_Click);
     //
     // btnSil
     //
     this.btnSil.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSil.ImageOptions.Image")));
     this.btnSil.Location           = new System.Drawing.Point(336, 82);
     this.btnSil.Name     = "btnSil";
     this.btnSil.Size     = new System.Drawing.Size(94, 42);
     this.btnSil.TabIndex = 6;
     this.btnSil.Text     = "Sil";
     this.btnSil.Click   += new System.EventHandler(this.btnSil_Click);
     //
     // btnKapat
     //
     this.btnKapat.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnKapat.ImageOptions.Image")));
     this.btnKapat.Location           = new System.Drawing.Point(336, 128);
     this.btnKapat.Name     = "btnKapat";
     this.btnKapat.Size     = new System.Drawing.Size(94, 42);
     this.btnKapat.TabIndex = 7;
     this.btnKapat.Text     = "Kapat";
     this.btnKapat.Click   += new System.EventHandler(this.btnKapat_Click);
     //
     // txtCariAdı
     //
     this.txtCariAdı.Location = new System.Drawing.Point(110, 169);
     this.txtCariAdı.Name     = "txtCariAdı";
     this.txtCariAdı.Size     = new System.Drawing.Size(220, 20);
     this.txtCariAdı.TabIndex = 4;
     //
     // txtKasaAdı
     //
     this.txtKasaAdı.Location = new System.Drawing.Point(110, 98);
     this.txtKasaAdı.Name     = "txtKasaAdı";
     this.txtKasaAdı.Size     = new System.Drawing.Size(220, 20);
     this.txtKasaAdı.TabIndex = 2;
     //
     // txtBelgeNo
     //
     this.txtBelgeNo.Location = new System.Drawing.Point(110, 33);
     this.txtBelgeNo.Name     = "txtBelgeNo";
     this.txtBelgeNo.Size     = new System.Drawing.Size(220, 20);
     this.txtBelgeNo.TabIndex = 0;
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(13, 172);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(41, 13);
     this.labelControl5.TabIndex = 4;
     this.labelControl5.Text     = "Cari Adı:";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(13, 137);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(50, 13);
     this.labelControl4.TabIndex = 3;
     this.labelControl4.Text     = "Cari Kodu:";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(13, 101);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(45, 13);
     this.labelControl3.TabIndex = 2;
     this.labelControl3.Text     = "Kasa Adı:";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(12, 70);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(54, 13);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text     = "Kasa Kodu:";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(13, 36);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(86, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Belge/Makbuz No:";
     //
     // txtKasaKodu
     //
     this.txtKasaKodu.Location = new System.Drawing.Point(110, 67);
     this.txtKasaKodu.Name     = "txtKasaKodu";
     this.txtKasaKodu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.txtKasaKodu.Size         = new System.Drawing.Size(220, 20);
     this.txtKasaKodu.TabIndex     = 1;
     this.txtKasaKodu.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtKasaKodu_ButtonClick);
     //
     // txtCariKodu
     //
     this.txtCariKodu.Location = new System.Drawing.Point(110, 134);
     this.txtCariKodu.Name     = "txtCariKodu";
     this.txtCariKodu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.txtCariKodu.Size         = new System.Drawing.Size(220, 20);
     this.txtCariKodu.TabIndex     = 3;
     this.txtCariKodu.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtCariKodu_ButtonClick);
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.labelControl8);
     this.groupControl2.Controls.Add(this.labelControl9);
     this.groupControl2.Controls.Add(this.labelControl7);
     this.groupControl2.Controls.Add(this.txtTutar);
     this.groupControl2.Controls.Add(this.labelControl6);
     this.groupControl2.Controls.Add(this.txtAciklama);
     this.groupControl2.Controls.Add(this.txtTarih);
     this.groupControl2.Controls.Add(this.txtİslemTürü);
     this.groupControl2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupControl2.Location = new System.Drawing.Point(0, 211);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(447, 224);
     this.groupControl2.TabIndex = 2;
     this.groupControl2.Text     = "İşlem Bilgileri";
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(20, 110);
     this.labelControl8.Name     = "labelControl8";
     this.labelControl8.Size     = new System.Drawing.Size(45, 13);
     this.labelControl8.TabIndex = 4;
     this.labelControl8.Text     = "Açıklama:";
     //
     // labelControl9
     //
     this.labelControl9.Location = new System.Drawing.Point(274, 34);
     this.labelControl9.Name     = "labelControl9";
     this.labelControl9.Size     = new System.Drawing.Size(30, 13);
     this.labelControl9.TabIndex = 4;
     this.labelControl9.Text     = "Tutar:";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(19, 68);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(54, 13);
     this.labelControl7.TabIndex = 4;
     this.labelControl7.Text     = "İşlem Türü:";
     //
     // txtTutar
     //
     this.txtTutar.Location = new System.Drawing.Point(324, 31);
     this.txtTutar.Name     = "txtTutar";
     this.txtTutar.Properties.Mask.EditMask = "c";
     this.txtTutar.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txtTutar.Size     = new System.Drawing.Size(106, 20);
     this.txtTutar.TabIndex = 3;
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(20, 34);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(28, 13);
     this.labelControl6.TabIndex = 4;
     this.labelControl6.Text     = "Tarih:";
     //
     // txtAciklama
     //
     this.txtAciklama.Location = new System.Drawing.Point(84, 103);
     this.txtAciklama.Name     = "txtAciklama";
     this.txtAciklama.Size     = new System.Drawing.Size(346, 91);
     this.txtAciklama.TabIndex = 2;
     //
     // txtTarih
     //
     this.txtTarih.EditValue = null;
     this.txtTarih.Location  = new System.Drawing.Point(84, 31);
     this.txtTarih.Name      = "txtTarih";
     this.txtTarih.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.txtTarih.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.txtTarih.Properties.DisplayFormat.FormatString = "";
     this.txtTarih.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.txtTarih.Properties.EditFormat.FormatString    = "";
     this.txtTarih.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.txtTarih.Properties.Mask.EditMask = "";
     this.txtTarih.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.None;
     this.txtTarih.Size     = new System.Drawing.Size(184, 20);
     this.txtTarih.TabIndex = 0;
     //
     // txtİslemTürü
     //
     this.txtİslemTürü.EditValue = "Kasa Tahsilat";
     this.txtİslemTürü.Location  = new System.Drawing.Point(84, 65);
     this.txtİslemTürü.Name      = "txtİslemTürü";
     this.txtİslemTürü.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.txtİslemTürü.Properties.Items.AddRange(new object[] {
         "Kasa Tahsilat",
         "Kasa Ödeme"
     });
     this.txtİslemTürü.Size                  = new System.Drawing.Size(184, 20);
     this.txtİslemTürü.TabIndex              = 1;
     this.txtİslemTürü.SelectedIndexChanged += new System.EventHandler(this.txtİslemTürü_SelectedIndexChanged);
     //
     // frmKasaTahsilatÖdeme
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(447, 435);
     this.Controls.Add(groupControl1);
     this.Controls.Add(this.groupControl2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmKasaTahsilatÖdeme";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Kasa Tahsilat Ödeme";
     this.Load           += new System.EventHandler(this.frmKasaTahsilatÖdeme_Load);
     ((System.ComponentModel.ISupportInitialize)(groupControl1)).EndInit();
     groupControl1.ResumeLayout(false);
     groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCariAdı.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtKasaAdı.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBelgeNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtKasaKodu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCariKodu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.groupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtTutar.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAciklama.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTarih.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTarih.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtİslemTürü.Properties)).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()
 {
     DevExpress.XtraEditors.GroupControl            groupControl1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmKasaDevirİslem));
     this.btnKaydet     = new DevExpress.XtraEditors.SimpleButton();
     this.btnSil        = new DevExpress.XtraEditors.SimpleButton();
     this.btnKapat      = new DevExpress.XtraEditors.SimpleButton();
     this.txtKasaAdı    = new DevExpress.XtraEditors.TextEdit();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.txtKasaKodu   = new DevExpress.XtraEditors.ButtonEdit();
     this.txtBelgeNo    = new DevExpress.XtraEditors.ButtonEdit();
     this.txtTarih      = new DevExpress.XtraEditors.DateEdit();
     this.radioBtnÇıkış = new System.Windows.Forms.RadioButton();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.radioBtnGiriş = new System.Windows.Forms.RadioButton();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.txtTutar      = new DevExpress.XtraEditors.TextEdit();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.txtAciklama   = new DevExpress.XtraEditors.MemoEdit();
     groupControl1      = new DevExpress.XtraEditors.GroupControl();
     ((System.ComponentModel.ISupportInitialize)(groupControl1)).BeginInit();
     groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtKasaAdı.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtKasaKodu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBelgeNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTarih.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTarih.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtTutar.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAciklama.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl1
     //
     groupControl1.Controls.Add(this.btnKaydet);
     groupControl1.Controls.Add(this.btnSil);
     groupControl1.Controls.Add(this.btnKapat);
     groupControl1.Controls.Add(this.txtKasaAdı);
     groupControl1.Controls.Add(this.labelControl3);
     groupControl1.Controls.Add(this.labelControl2);
     groupControl1.Controls.Add(this.labelControl1);
     groupControl1.Controls.Add(this.txtKasaKodu);
     groupControl1.Controls.Add(this.txtBelgeNo);
     groupControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     groupControl1.Location = new System.Drawing.Point(0, 0);
     groupControl1.Name     = "groupControl1";
     groupControl1.Size     = new System.Drawing.Size(430, 126);
     groupControl1.TabIndex = 4;
     groupControl1.Text     = "Kasa Bilgileri";
     //
     // btnKaydet
     //
     this.btnKaydet.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnKaydet.ImageOptions.Image")));
     this.btnKaydet.Location           = new System.Drawing.Point(317, 24);
     this.btnKaydet.Name     = "btnKaydet";
     this.btnKaydet.Size     = new System.Drawing.Size(87, 25);
     this.btnKaydet.TabIndex = 3;
     this.btnKaydet.Text     = "Kaydet";
     this.btnKaydet.Click   += new System.EventHandler(this.btnKaydet_Click);
     //
     // btnSil
     //
     this.btnSil.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSil.ImageOptions.Image")));
     this.btnSil.Location           = new System.Drawing.Point(317, 55);
     this.btnSil.Name     = "btnSil";
     this.btnSil.Size     = new System.Drawing.Size(87, 25);
     this.btnSil.TabIndex = 4;
     this.btnSil.Text     = "Sil";
     this.btnSil.Click   += new System.EventHandler(this.btnSil_Click);
     //
     // btnKapat
     //
     this.btnKapat.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnKapat.ImageOptions.Image")));
     this.btnKapat.Location           = new System.Drawing.Point(317, 86);
     this.btnKapat.Name     = "btnKapat";
     this.btnKapat.Size     = new System.Drawing.Size(87, 25);
     this.btnKapat.TabIndex = 5;
     this.btnKapat.Text     = "Kapat";
     this.btnKapat.Click   += new System.EventHandler(this.btnKapat_Click);
     //
     // txtKasaAdı
     //
     this.txtKasaAdı.Location = new System.Drawing.Point(110, 94);
     this.txtKasaAdı.Name     = "txtKasaAdı";
     this.txtKasaAdı.Size     = new System.Drawing.Size(187, 20);
     this.txtKasaAdı.TabIndex = 2;
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(13, 97);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(45, 13);
     this.labelControl3.TabIndex = 2;
     this.labelControl3.Text     = "Kasa Adı:";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(12, 66);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(54, 13);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text     = "Kasa Kodu:";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(13, 32);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(86, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Belge/Makbuz No:";
     //
     // txtKasaKodu
     //
     this.txtKasaKodu.Location = new System.Drawing.Point(110, 63);
     this.txtKasaKodu.Name     = "txtKasaKodu";
     this.txtKasaKodu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.txtKasaKodu.Size         = new System.Drawing.Size(187, 20);
     this.txtKasaKodu.TabIndex     = 1;
     this.txtKasaKodu.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtKasaKodu_ButtonClick);
     //
     // txtBelgeNo
     //
     this.txtBelgeNo.Location = new System.Drawing.Point(110, 29);
     this.txtBelgeNo.Name     = "txtBelgeNo";
     this.txtBelgeNo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.txtBelgeNo.Size         = new System.Drawing.Size(187, 20);
     this.txtBelgeNo.TabIndex     = 0;
     this.txtBelgeNo.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtBelgeNo_ButtonClick);
     //
     // txtTarih
     //
     this.txtTarih.EditValue = null;
     this.txtTarih.Location  = new System.Drawing.Point(77, 37);
     this.txtTarih.Name      = "txtTarih";
     this.txtTarih.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.txtTarih.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.txtTarih.Properties.DisplayFormat.FormatString = "";
     this.txtTarih.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.txtTarih.Properties.EditFormat.FormatString    = "";
     this.txtTarih.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.txtTarih.Properties.Mask.EditMask = "";
     this.txtTarih.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.None;
     this.txtTarih.Size     = new System.Drawing.Size(184, 20);
     this.txtTarih.TabIndex = 0;
     //
     // radioBtnÇıkış
     //
     this.radioBtnÇıkış.AutoSize = true;
     this.radioBtnÇıkış.Location = new System.Drawing.Point(172, 74);
     this.radioBtnÇıkış.Name     = "radioBtnÇıkış";
     this.radioBtnÇıkış.Size     = new System.Drawing.Size(76, 17);
     this.radioBtnÇıkış.TabIndex = 11;
     this.radioBtnÇıkış.TabStop  = true;
     this.radioBtnÇıkış.Text     = "Çıkış İşlemi";
     this.radioBtnÇıkış.UseVisualStyleBackColor = true;
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.radioBtnÇıkış);
     this.groupControl2.Controls.Add(this.radioBtnGiriş);
     this.groupControl2.Controls.Add(this.labelControl8);
     this.groupControl2.Controls.Add(this.labelControl9);
     this.groupControl2.Controls.Add(this.labelControl7);
     this.groupControl2.Controls.Add(this.txtTutar);
     this.groupControl2.Controls.Add(this.labelControl6);
     this.groupControl2.Controls.Add(this.txtAciklama);
     this.groupControl2.Controls.Add(this.txtTarih);
     this.groupControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl2.Location = new System.Drawing.Point(0, 126);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(430, 216);
     this.groupControl2.TabIndex = 5;
     this.groupControl2.Text     = "İşlem Bilgileri";
     //
     // radioBtnGiriş
     //
     this.radioBtnGiriş.AutoSize = true;
     this.radioBtnGiriş.Location = new System.Drawing.Point(91, 74);
     this.radioBtnGiriş.Name     = "radioBtnGiriş";
     this.radioBtnGiriş.Size     = new System.Drawing.Size(75, 17);
     this.radioBtnGiriş.TabIndex = 10;
     this.radioBtnGiriş.TabStop  = true;
     this.radioBtnGiriş.Text     = "Giriş İşlemi";
     this.radioBtnGiriş.UseVisualStyleBackColor = true;
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(13, 116);
     this.labelControl8.Name     = "labelControl8";
     this.labelControl8.Size     = new System.Drawing.Size(45, 13);
     this.labelControl8.TabIndex = 4;
     this.labelControl8.Text     = "Açıklama:";
     //
     // labelControl9
     //
     this.labelControl9.Location = new System.Drawing.Point(273, 40);
     this.labelControl9.Name     = "labelControl9";
     this.labelControl9.Size     = new System.Drawing.Size(30, 13);
     this.labelControl9.TabIndex = 4;
     this.labelControl9.Text     = "Tutar:";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(12, 74);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(54, 13);
     this.labelControl7.TabIndex = 4;
     this.labelControl7.Text     = "İşlem Türü:";
     //
     // txtTutar
     //
     this.txtTutar.Location = new System.Drawing.Point(317, 37);
     this.txtTutar.Name     = "txtTutar";
     this.txtTutar.Properties.Mask.EditMask = "c";
     this.txtTutar.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txtTutar.Size     = new System.Drawing.Size(106, 20);
     this.txtTutar.TabIndex = 1;
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(13, 40);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(28, 13);
     this.labelControl6.TabIndex = 4;
     this.labelControl6.Text     = "Tarih:";
     //
     // txtAciklama
     //
     this.txtAciklama.Location = new System.Drawing.Point(77, 109);
     this.txtAciklama.Name     = "txtAciklama";
     this.txtAciklama.Size     = new System.Drawing.Size(346, 91);
     this.txtAciklama.TabIndex = 2;
     //
     // frmKasaDevirİslem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(430, 342);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(groupControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmKasaDevirİslem";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Kasa Devir İşlem Kartı";
     this.Load           += new System.EventHandler(this.frmKasaDevirİslem_Load);
     ((System.ComponentModel.ISupportInitialize)(groupControl1)).EndInit();
     groupControl1.ResumeLayout(false);
     groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtKasaAdı.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtKasaKodu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBelgeNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTarih.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTarih.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.groupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtTutar.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAciklama.Properties)).EndInit();
     this.ResumeLayout(false);
 }