Beispiel #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmImprime));
     this.cvrReporte = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.SuspendLayout();
     //
     // cvrReporte
     //
     this.cvrReporte.ActiveViewIndex = -1;
     //this.cvrReporte.DisplayGroupTree = false;
     this.cvrReporte.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.cvrReporte.Name                = "cvrReporte";
     this.cvrReporte.ReportSource        = null;
     this.cvrReporte.ShowGroupTreeButton = false;
     this.cvrReporte.Size                = new System.Drawing.Size(292, 266);
     this.cvrReporte.TabIndex            = 0;
     //
     // frmImprime
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(292, 266);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.cvrReporte
     });
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "frmImprime";
     this.Text        = "Reporte Liquidación";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmImprime_Load);
     this.ResumeLayout(false);
 }
Beispiel #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MyCrystalReportViewer = ((CrystalDecisions.Windows.Forms.CrystalReportViewer)(target));
                return;

            case 2:
                this.button1 = ((System.Windows.Controls.Button)(target));

            #line 12 "..\..\..\TransaksiUGD.xaml"
                this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.textBox1 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 4:
                this.label1 = ((System.Windows.Controls.Label)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmReportPreview));
     this.crvDetail = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.SuspendLayout();
     //
     // crvDetail
     //
     this.crvDetail.AccessibleRole    = System.Windows.Forms.AccessibleRole.Client;
     this.crvDetail.ActiveViewIndex   = -1;
     this.crvDetail.DisplayGroupTree  = false;
     this.crvDetail.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.crvDetail.Location          = new System.Drawing.Point(0, 0);
     this.crvDetail.Name              = "crvDetail";
     this.crvDetail.ReportSource      = null;
     this.crvDetail.ShowRefreshButton = false;
     this.crvDetail.Size              = new System.Drawing.Size(632, 438);
     this.crvDetail.TabIndex          = 0;
     this.crvDetail.Load             += new System.EventHandler(this.crvDetail_Load);
     //
     // frmReportPreview
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(632, 438);
     this.Controls.Add(this.crvDetail);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "frmReportPreview";
     this.Text        = "Xem trước báo cáo";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmLptDetailEmployee_Load);
     this.ResumeLayout(false);
 }
Beispiel #4
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.MyCrystalReportViewer = ((CrystalDecisions.Windows.Forms.CrystalReportViewer)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #5
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.MyCrystalReportViewer = ((CrystalDecisions.Windows.Forms.CrystalReportViewer)(target));
         return;
     }
     this._contentLoaded = true;
 }
Beispiel #6
0
 public void HideTabs(CrystalDecisions.Windows.Forms.CrystalReportViewer viewer)
 {
     foreach (Control control in viewer.Controls)
     {
         if (control is PageView)
         {
             if (((PageView)control).Controls.Count > 0)
             {
                 TabControl tab = (TabControl)((PageView)control).Controls[0];
                 tab.ItemSize   = new Size(0, 1);
                 tab.SizeMode   = TabSizeMode.Fixed;
                 tab.Appearance = TabAppearance.Buttons;
             }
         }
     }
 }
Beispiel #7
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox2  = new System.Windows.Forms.GroupBox();
     this.cmbCountry = new System.Windows.Forms.ComboBox();
     this.label2     = new System.Windows.Forms.Label();
     this.grp1       = new System.Windows.Forms.GroupBox();
     this.trvWel     = new System.Windows.Forms.TreeView();
     this.groupBox1  = new System.Windows.Forms.GroupBox();
     this.btnExport  = new System.Windows.Forms.Button();
     this.btnPrint   = new System.Windows.Forms.Button();
     this.numEnd     = new System.Windows.Forms.NumericUpDown();
     this.numStart   = new System.Windows.Forms.NumericUpDown();
     this.btnStastic = new System.Windows.Forms.Button();
     this.btnExit    = new System.Windows.Forms.Button();
     this.btnDis     = new System.Windows.Forms.Button();
     this.dtpTo      = new System.Windows.Forms.DateTimePicker();
     this.label1     = new System.Windows.Forms.Label();
     this.dtpFrom    = new System.Windows.Forms.DateTimePicker();
     this.crpvWater  = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.groupBox2.SuspendLayout();
     this.grp1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numEnd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numStart)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.cmbCountry);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Location = new System.Drawing.Point(8, 8);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(216, 48);
     this.groupBox2.TabIndex = 7;
     this.groupBox2.TabStop  = false;
     //
     // cmbCountry
     //
     this.cmbCountry.Location              = new System.Drawing.Point(88, 16);
     this.cmbCountry.Name                  = "cmbCountry";
     this.cmbCountry.Size                  = new System.Drawing.Size(120, 20);
     this.cmbCountry.TabIndex              = 1;
     this.cmbCountry.SelectedIndexChanged += new System.EventHandler(this.cmbCountry_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(72, 23);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "所属乡镇:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // grp1
     //
     this.grp1.Controls.Add(this.trvWel);
     this.grp1.Location = new System.Drawing.Point(8, 56);
     this.grp1.Name     = "grp1";
     this.grp1.Size     = new System.Drawing.Size(216, 480);
     this.grp1.TabIndex = 4;
     this.grp1.TabStop  = false;
     //
     // trvWel
     //
     this.trvWel.ImageIndex         = -1;
     this.trvWel.Location           = new System.Drawing.Point(8, 16);
     this.trvWel.Name               = "trvWel";
     this.trvWel.SelectedImageIndex = -1;
     this.trvWel.Size               = new System.Drawing.Size(200, 456);
     this.trvWel.TabIndex           = 0;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnExport);
     this.groupBox1.Controls.Add(this.btnPrint);
     this.groupBox1.Controls.Add(this.numEnd);
     this.groupBox1.Controls.Add(this.numStart);
     this.groupBox1.Controls.Add(this.btnStastic);
     this.groupBox1.Controls.Add(this.btnExit);
     this.groupBox1.Controls.Add(this.btnDis);
     this.groupBox1.Controls.Add(this.dtpTo);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.dtpFrom);
     this.groupBox1.Location = new System.Drawing.Point(232, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(672, 48);
     this.groupBox1.TabIndex = 6;
     this.groupBox1.TabStop  = false;
     //
     // btnExport
     //
     this.btnExport.Location = new System.Drawing.Point(520, 15);
     this.btnExport.Name     = "btnExport";
     this.btnExport.Size     = new System.Drawing.Size(64, 23);
     this.btnExport.TabIndex = 9;
     this.btnExport.Text     = "导出";
     this.btnExport.Click   += new System.EventHandler(this.btnExport_Click);
     //
     // btnPrint
     //
     this.btnPrint.Location = new System.Drawing.Point(464, 15);
     this.btnPrint.Name     = "btnPrint";
     this.btnPrint.Size     = new System.Drawing.Size(56, 23);
     this.btnPrint.TabIndex = 8;
     this.btnPrint.Text     = "打印";
     this.btnPrint.Click   += new System.EventHandler(this.btnPrint_Click);
     //
     // numEnd
     //
     this.numEnd.Location = new System.Drawing.Point(296, 16);
     this.numEnd.Maximum  = new System.Decimal(new int[] {
         23,
         0,
         0,
         0
     });
     this.numEnd.Name     = "numEnd";
     this.numEnd.Size     = new System.Drawing.Size(32, 21);
     this.numEnd.TabIndex = 7;
     this.numEnd.Value    = new System.Decimal(new int[] {
         8,
         0,
         0,
         0
     });
     //
     // numStart
     //
     this.numStart.Location = new System.Drawing.Point(120, 16);
     this.numStart.Maximum  = new System.Decimal(new int[] {
         23,
         0,
         0,
         0
     });
     this.numStart.Name     = "numStart";
     this.numStart.Size     = new System.Drawing.Size(32, 21);
     this.numStart.TabIndex = 6;
     this.numStart.Value    = new System.Decimal(new int[] {
         8,
         0,
         0,
         0
     });
     //
     // btnStastic
     //
     this.btnStastic.Location = new System.Drawing.Point(400, 15);
     this.btnStastic.Name     = "btnStastic";
     this.btnStastic.Size     = new System.Drawing.Size(64, 23);
     this.btnStastic.TabIndex = 5;
     this.btnStastic.Text     = "日统计值显示";
     this.btnStastic.Click   += new System.EventHandler(this.btnStastic_Click);
     //
     // btnExit
     //
     this.btnExit.Location = new System.Drawing.Point(584, 15);
     this.btnExit.Name     = "btnExit";
     this.btnExit.Size     = new System.Drawing.Size(64, 23);
     this.btnExit.TabIndex = 4;
     this.btnExit.Text     = "退出";
     this.btnExit.Click   += new System.EventHandler(this.btnExit_Click);
     //
     // btnDis
     //
     this.btnDis.Location = new System.Drawing.Point(336, 15);
     this.btnDis.Name     = "btnDis";
     this.btnDis.Size     = new System.Drawing.Size(64, 23);
     this.btnDis.TabIndex = 3;
     this.btnDis.Text     = "明细显示";
     this.btnDis.Click   += new System.EventHandler(this.btnDis_Click);
     //
     // dtpTo
     //
     this.dtpTo.Location = new System.Drawing.Point(184, 16);
     this.dtpTo.Name     = "dtpTo";
     this.dtpTo.Size     = new System.Drawing.Size(112, 21);
     this.dtpTo.TabIndex = 2;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(152, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(32, 23);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "至:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dtpFrom
     //
     this.dtpFrom.Location = new System.Drawing.Point(8, 16);
     this.dtpFrom.Name     = "dtpFrom";
     this.dtpFrom.Size     = new System.Drawing.Size(112, 21);
     this.dtpFrom.TabIndex = 0;
     //
     // crpvWater
     //
     this.crpvWater.ActiveViewIndex = -1;
     this.crpvWater.Location        = new System.Drawing.Point(232, 64);
     this.crpvWater.Name            = "crpvWater";
     this.crpvWater.ReportSource    = null;
     this.crpvWater.Size            = new System.Drawing.Size(496, 472);
     this.crpvWater.TabIndex        = 5;
     //
     // frmShangRunRep
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(936, 557);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.grp1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.crpvWater);
     this.Name     = "frmShangRunRep";
     this.Text     = "报表";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmShangRunRep_Closing);
     this.Load    += new System.EventHandler(this.frmShangRunRep_Load);
     this.groupBox2.ResumeLayout(false);
     this.grp1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numEnd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numStart)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #8
0
 /// <summary>
 /// �����֧������ķ��� - ��Ҫʹ�ô���༭���޸�
 /// �˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.cmbCountry = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.grp1 = new System.Windows.Forms.GroupBox();
     this.trvWel = new System.Windows.Forms.TreeView();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.numEnd = new System.Windows.Forms.NumericUpDown();
     this.numStart = new System.Windows.Forms.NumericUpDown();
     this.btnStastic = new System.Windows.Forms.Button();
     this.btnExit = new System.Windows.Forms.Button();
     this.btnDis = new System.Windows.Forms.Button();
     this.dtpTo = new System.Windows.Forms.DateTimePicker();
     this.label1 = new System.Windows.Forms.Label();
     this.dtpFrom = new System.Windows.Forms.DateTimePicker();
     this.crpvWater = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.btnPrint = new System.Windows.Forms.Button();
     this.btnExport = new System.Windows.Forms.Button();
     this.groupBox2.SuspendLayout();
     this.grp1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numEnd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numStart)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.cmbCountry);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Location = new System.Drawing.Point(8, 8);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(224, 40);
     this.groupBox2.TabIndex = 7;
     this.groupBox2.TabStop = false;
     //
     // cmbCountry
     //
     this.cmbCountry.Location = new System.Drawing.Point(88, 16);
     this.cmbCountry.Name = "cmbCountry";
     this.cmbCountry.Size = new System.Drawing.Size(128, 20);
     this.cmbCountry.TabIndex = 1;
     this.cmbCountry.SelectedIndexChanged += new System.EventHandler(this.cmbCountry_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 16);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(72, 23);
     this.label2.TabIndex = 0;
     this.label2.Text = "��������";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // grp1
     //
     this.grp1.Controls.Add(this.trvWel);
     this.grp1.Location = new System.Drawing.Point(8, 56);
     this.grp1.Name = "grp1";
     this.grp1.Size = new System.Drawing.Size(224, 480);
     this.grp1.TabIndex = 4;
     this.grp1.TabStop = false;
     //
     // trvWel
     //
     this.trvWel.ImageIndex = -1;
     this.trvWel.Location = new System.Drawing.Point(8, 16);
     this.trvWel.Name = "trvWel";
     this.trvWel.SelectedImageIndex = -1;
     this.trvWel.Size = new System.Drawing.Size(208, 456);
     this.trvWel.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnExport);
     this.groupBox1.Controls.Add(this.btnPrint);
     this.groupBox1.Controls.Add(this.numEnd);
     this.groupBox1.Controls.Add(this.numStart);
     this.groupBox1.Controls.Add(this.btnStastic);
     this.groupBox1.Controls.Add(this.btnExit);
     this.groupBox1.Controls.Add(this.btnDis);
     this.groupBox1.Controls.Add(this.dtpTo);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.dtpFrom);
     this.groupBox1.Location = new System.Drawing.Point(240, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(672, 48);
     this.groupBox1.TabIndex = 6;
     this.groupBox1.TabStop = false;
     //
     // numEnd
     //
     this.numEnd.Location = new System.Drawing.Point(296, 16);
     this.numEnd.Maximum = new System.Decimal(new int[] {
                                                            23,
                                                            0,
                                                            0,
                                                            0});
     this.numEnd.Name = "numEnd";
     this.numEnd.Size = new System.Drawing.Size(32, 21);
     this.numEnd.TabIndex = 7;
     this.numEnd.Value = new System.Decimal(new int[] {
                                                          8,
                                                          0,
                                                          0,
                                                          0});
     //
     // numStart
     //
     this.numStart.Location = new System.Drawing.Point(120, 16);
     this.numStart.Maximum = new System.Decimal(new int[] {
                                                              23,
                                                              0,
                                                              0,
                                                              0});
     this.numStart.Name = "numStart";
     this.numStart.Size = new System.Drawing.Size(32, 21);
     this.numStart.TabIndex = 6;
     this.numStart.Value = new System.Decimal(new int[] {
                                                            8,
                                                            0,
                                                            0,
                                                            0});
     //
     // btnStastic
     //
     this.btnStastic.Location = new System.Drawing.Point(400, 15);
     this.btnStastic.Name = "btnStastic";
     this.btnStastic.Size = new System.Drawing.Size(64, 23);
     this.btnStastic.TabIndex = 5;
     this.btnStastic.Text = "��ͳ��ֵ��ʾ";
     this.btnStastic.Click += new System.EventHandler(this.btnStastic_Click);
     //
     // btnExit
     //
     this.btnExit.Location = new System.Drawing.Point(584, 15);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(64, 23);
     this.btnExit.TabIndex = 4;
     this.btnExit.Text = "�˳�";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnDis
     //
     this.btnDis.Location = new System.Drawing.Point(336, 15);
     this.btnDis.Name = "btnDis";
     this.btnDis.Size = new System.Drawing.Size(64, 23);
     this.btnDis.TabIndex = 3;
     this.btnDis.Text = "��ϸ��ʾ";
     this.btnDis.Click += new System.EventHandler(this.btnDis_Click);
     //
     // dtpTo
     //
     this.dtpTo.Location = new System.Drawing.Point(184, 16);
     this.dtpTo.Name = "dtpTo";
     this.dtpTo.Size = new System.Drawing.Size(112, 21);
     this.dtpTo.TabIndex = 2;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(152, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(32, 23);
     this.label1.TabIndex = 1;
     this.label1.Text = "����";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dtpFrom
     //
     this.dtpFrom.Location = new System.Drawing.Point(8, 16);
     this.dtpFrom.Name = "dtpFrom";
     this.dtpFrom.Size = new System.Drawing.Size(112, 21);
     this.dtpFrom.TabIndex = 0;
     //
     // crpvWater
     //
     this.crpvWater.ActiveViewIndex = -1;
     this.crpvWater.Location = new System.Drawing.Point(248, 64);
     this.crpvWater.Name = "crpvWater";
     this.crpvWater.ReportSource = null;
     this.crpvWater.ShowExportButton = false;
     this.crpvWater.Size = new System.Drawing.Size(496, 472);
     this.crpvWater.TabIndex = 5;
     //
     // btnPrint
     //
     this.btnPrint.Location = new System.Drawing.Point(464, 15);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(56, 23);
     this.btnPrint.TabIndex = 8;
     this.btnPrint.Text = "��ӡ";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnExport
     //
     this.btnExport.Location = new System.Drawing.Point(520, 15);
     this.btnExport.Name = "btnExport";
     this.btnExport.Size = new System.Drawing.Size(64, 23);
     this.btnExport.TabIndex = 9;
     this.btnExport.Text = "����";
     this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
     //
     // frmShangRunRep
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize = new System.Drawing.Size(936, 557);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.grp1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.crpvWater);
     this.Name = "frmShangRunRep";
     this.Text = "����";
     this.Load += new System.EventHandler(this.frmShangRunRep_Load);
     this.groupBox2.ResumeLayout(false);
     this.grp1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numEnd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numStart)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Printim));
     this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.imageList1           = new System.Windows.Forms.ImageList(this.components);
     this.printDialog          = new System.Windows.Forms.PrintDialog();
     this.toolBar1             = new VisionInfoSolutionLibrary.ToolBarPrint();
     this.SuspendLayout();
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(824, 24);
     //
     // crystalReportViewer1
     //
     this.crystalReportViewer1.ActiveViewIndex = -1;
     this.crystalReportViewer1.AutoScroll      = true;
     this.crystalReportViewer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.crystalReportViewer1.Location        = new System.Drawing.Point(0, 0);
     this.crystalReportViewer1.Name            = "crystalReportViewer1";
     this.crystalReportViewer1.ReportSource    = null;
     this.crystalReportViewer1.Size            = new System.Drawing.Size(824, 512);
     this.crystalReportViewer1.TabIndex        = 1;
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // toolBar1
     //
     this.toolBar1.BackColor = System.Drawing.SystemColors.Control;
     this.toolBar1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.toolBar1.Location  = new System.Drawing.Point(0, 0);
     this.toolBar1.Name      = "toolBar1";
     this.toolBar1.Size      = new System.Drawing.Size(824, 28);
     this.toolBar1.TabIndex  = 12;
     //
     // Printim
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(824, 512);
     this.ControlBox        = true;
     this.Controls.Add(this.toolBar1);
     this.Controls.Add(this.crystalReportViewer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimizeBox     = false;
     this.Name            = "Printim";
     this.ShfaqTitull     = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Print Preview";
     this.TitullGjeresi   = 824;
     this.Load           += new System.EventHandler(this.Printim_Load);
     this.Controls.SetChildIndex(this.crystalReportViewer1, 0);
     this.Controls.SetChildIndex(this.lblStatus, 0);
     this.Controls.SetChildIndex(this.toolBar1, 0);
     this.ResumeLayout(false);
 }
Beispiel #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmReportPreview));
     this.crvDetail = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.SuspendLayout();
     //
     // crvDetail
     //
     this.crvDetail.AccessibleRole = System.Windows.Forms.AccessibleRole.Client;
     this.crvDetail.ActiveViewIndex = -1;
     this.crvDetail.DisplayGroupTree = false;
     this.crvDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.crvDetail.Location = new System.Drawing.Point(0, 0);
     this.crvDetail.Name = "crvDetail";
     this.crvDetail.ReportSource = null;
     this.crvDetail.ShowRefreshButton = false;
     this.crvDetail.Size = new System.Drawing.Size(632, 438);
     this.crvDetail.TabIndex = 0;
     this.crvDetail.Load += new System.EventHandler(this.crvDetail_Load);
     //
     // frmReportPreview
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(632, 438);
     this.Controls.Add(this.crvDetail);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmReportPreview";
     this.Text = "Xem trước báo cáo";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frmLptDetailEmployee_Load);
     this.ResumeLayout(false);
 }
Beispiel #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(FrmViewReport));
     this.crViewer       = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.toolBar        = new System.Windows.Forms.ToolBar();
     this.tbFirstPage    = new System.Windows.Forms.ToolBarButton();
     this.tbPrevPage     = new System.Windows.Forms.ToolBarButton();
     this.tbNextPage     = new System.Windows.Forms.ToolBarButton();
     this.tbLastPage     = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
     this.tbPrint        = new System.Windows.Forms.ToolBarButton();
     this.tbZoom         = new System.Windows.Forms.ToolBarButton();
     this.mnuZoom        = new System.Windows.Forms.ContextMenu();
     this.mnu2           = new System.Windows.Forms.MenuItem();
     this.mnu1           = new System.Windows.Forms.MenuItem();
     this.mnu400         = new System.Windows.Forms.MenuItem();
     this.mnu300         = new System.Windows.Forms.MenuItem();
     this.mnu200         = new System.Windows.Forms.MenuItem();
     this.mnu100         = new System.Windows.Forms.MenuItem();
     this.mnu75          = new System.Windows.Forms.MenuItem();
     this.mnu50          = new System.Windows.Forms.MenuItem();
     this.mnu25          = new System.Windows.Forms.MenuItem();
     this.tbTree         = new System.Windows.Forms.ToolBarButton();
     this.tbExport       = new System.Windows.Forms.ToolBarButton();
     this.imageList1     = new System.Windows.Forms.ImageList(this.components);
     this.SuspendLayout();
     //
     // crViewer
     //
     this.crViewer.ActiveViewIndex = -1;
     this.crViewer.Anchor          = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.crViewer.BorderStyle          = System.Windows.Forms.BorderStyle.FixedSingle;
     this.crViewer.Cursor               = System.Windows.Forms.Cursors.Default;
     this.crViewer.DisplayToolbar       = false;
     this.crViewer.EnableDrillDown      = false;
     this.crViewer.Location             = new System.Drawing.Point(0, 30);
     this.crViewer.Name                 = "crViewer";
     this.crViewer.ShowCloseButton      = false;
     this.crViewer.ShowGotoPageButton   = false;
     this.crViewer.ShowRefreshButton    = false;
     this.crViewer.ShowTextSearchButton = false;
     this.crViewer.Size                 = new System.Drawing.Size(742, 410);
     this.crViewer.TabIndex             = 0;
     this.crViewer.ToolPanelView        = CrystalDecisions.Windows.Forms.ToolPanelViewType.None;
     //
     // toolBar
     //
     this.toolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbFirstPage,
         this.tbPrevPage,
         this.tbNextPage,
         this.tbLastPage,
         this.toolBarButton1,
         this.tbPrint,
         this.tbZoom,
         this.tbTree,
         this.tbExport
     });
     this.toolBar.DropDownArrows = true;
     this.toolBar.ImageList      = this.imageList1;
     this.toolBar.Location       = new System.Drawing.Point(0, 0);
     this.toolBar.Name           = "toolBar";
     this.toolBar.ShowToolTips   = true;
     this.toolBar.Size           = new System.Drawing.Size(742, 28);
     this.toolBar.TabIndex       = 1;
     this.toolBar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar_ButtonClick);
     //
     // tbFirstPage
     //
     this.tbFirstPage.ImageIndex  = 6;
     this.tbFirstPage.Name        = "tbFirstPage";
     this.tbFirstPage.Tag         = "first";
     this.tbFirstPage.ToolTipText = "Prima pagina";
     //
     // tbPrevPage
     //
     this.tbPrevPage.ImageIndex  = 0;
     this.tbPrevPage.Name        = "tbPrevPage";
     this.tbPrevPage.Tag         = "prev";
     this.tbPrevPage.ToolTipText = "Pagina precedente";
     //
     // tbNextPage
     //
     this.tbNextPage.ImageIndex  = 1;
     this.tbNextPage.Name        = "tbNextPage";
     this.tbNextPage.Tag         = "next";
     this.tbNextPage.ToolTipText = "Pagina successiva";
     //
     // tbLastPage
     //
     this.tbLastPage.ImageIndex  = 7;
     this.tbLastPage.Name        = "tbLastPage";
     this.tbLastPage.Tag         = "last";
     this.tbLastPage.ToolTipText = "Ultima pagina";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Name  = "toolBarButton1";
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbPrint
     //
     this.tbPrint.ImageIndex  = 2;
     this.tbPrint.Name        = "tbPrint";
     this.tbPrint.Tag         = "print";
     this.tbPrint.ToolTipText = "Stampa";
     //
     // tbZoom
     //
     this.tbZoom.DropDownMenu = this.mnuZoom;
     this.tbZoom.ImageIndex   = 3;
     this.tbZoom.Name         = "tbZoom";
     this.tbZoom.Style        = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
     this.tbZoom.Tag          = "zoom";
     this.tbZoom.ToolTipText  = "Zoom";
     //
     // mnuZoom
     //
     this.mnuZoom.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnu2,
         this.mnu1,
         this.mnu400,
         this.mnu300,
         this.mnu200,
         this.mnu100,
         this.mnu75,
         this.mnu50,
         this.mnu25
     });
     //
     // mnu2
     //
     this.mnu2.Index  = 0;
     this.mnu2.Text   = "Adatta alla finestra";
     this.mnu2.Click += new System.EventHandler(this.mnu2_Click);
     //
     // mnu1
     //
     this.mnu1.Index  = 1;
     this.mnu1.Text   = "Pagina intera";
     this.mnu1.Click += new System.EventHandler(this.mnu1_Click);
     //
     // mnu400
     //
     this.mnu400.Index  = 2;
     this.mnu400.Text   = "400%";
     this.mnu400.Click += new System.EventHandler(this.mnu400_Click);
     //
     // mnu300
     //
     this.mnu300.Index  = 3;
     this.mnu300.Text   = "300%";
     this.mnu300.Click += new System.EventHandler(this.mnu300_Click);
     //
     // mnu200
     //
     this.mnu200.Index  = 4;
     this.mnu200.Text   = "200%";
     this.mnu200.Click += new System.EventHandler(this.mnu200_Click);
     //
     // mnu100
     //
     this.mnu100.Index  = 5;
     this.mnu100.Text   = "100%";
     this.mnu100.Click += new System.EventHandler(this.mnu100_Click);
     //
     // mnu75
     //
     this.mnu75.Index  = 6;
     this.mnu75.Text   = "75%";
     this.mnu75.Click += new System.EventHandler(this.mnu75_Click);
     //
     // mnu50
     //
     this.mnu50.Index  = 7;
     this.mnu50.Text   = "50%";
     this.mnu50.Click += new System.EventHandler(this.mnu50_Click);
     //
     // mnu25
     //
     this.mnu25.Index  = 8;
     this.mnu25.Text   = "25%";
     this.mnu25.Click += new System.EventHandler(this.mnu25_Click);
     //
     // tbTree
     //
     this.tbTree.ImageIndex  = 8;
     this.tbTree.Name        = "tbTree";
     this.tbTree.Style       = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     this.tbTree.Tag         = "tree";
     this.tbTree.ToolTipText = "Mostra treeview";
     //
     // tbExport
     //
     this.tbExport.ImageIndex  = 5;
     this.tbExport.Name        = "tbExport";
     this.tbExport.Tag         = "export";
     this.tbExport.ToolTipText = "Esporta";
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "");
     this.imageList1.Images.SetKeyName(6, "");
     this.imageList1.Images.SetKeyName(7, "");
     this.imageList1.Images.SetKeyName(8, "");
     //
     // FrmViewReport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(742, 437);
     this.Controls.Add(this.toolBar);
     this.Controls.Add(this.crViewer);
     this.Name         = "FrmViewReport";
     this.Text         = "FrmViewReport";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmViewReport_FormClosing);
     this.FormClosed  += new System.Windows.Forms.FormClosedEventHandler(this.FrmViewReport_FormClosed);
     this.Load        += new System.EventHandler(this.FrmViewReport_Load);
     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()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(CReportView));
         this.m_ReportView = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
         this.m_ReportDoc = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
         this.SuspendLayout();
         //
         // m_ReportView
         //
         this.m_ReportView.AccessibleDescription = resources.GetString("m_ReportView.AccessibleDescription");
         this.m_ReportView.AccessibleName = resources.GetString("m_ReportView.AccessibleName");
         this.m_ReportView.ActiveViewIndex = -1;
         this.m_ReportView.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_ReportView.Anchor")));
         this.m_ReportView.AutoScroll = ((bool)(resources.GetObject("m_ReportView.AutoScroll")));
         this.m_ReportView.AutoScrollMargin = ((System.Drawing.Size)(resources.GetObject("m_ReportView.AutoScrollMargin")));
         this.m_ReportView.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("m_ReportView.AutoScrollMinSize")));
         this.m_ReportView.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_ReportView.BackgroundImage")));
         this.m_ReportView.DisplayBackgroundEdge = ((bool)(resources.GetObject("m_ReportView.DisplayBackgroundEdge")));
         this.m_ReportView.DisplayGroupTree = ((bool)(resources.GetObject("m_ReportView.DisplayGroupTree")));
         this.m_ReportView.DisplayToolbar = ((bool)(resources.GetObject("m_ReportView.DisplayToolbar")));
         this.m_ReportView.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_ReportView.Dock")));
         this.m_ReportView.Enabled = ((bool)(resources.GetObject("m_ReportView.Enabled")));
         this.m_ReportView.EnableDrillDown = ((bool)(resources.GetObject("m_ReportView.EnableDrillDown")));
         this.m_ReportView.Font = ((System.Drawing.Font)(resources.GetObject("m_ReportView.Font")));
         this.m_ReportView.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_ReportView.ImeMode")));
         this.m_ReportView.Location = ((System.Drawing.Point)(resources.GetObject("m_ReportView.Location")));
         this.m_ReportView.Name = "m_ReportView";
         this.m_ReportView.ReportSource = null;
         this.m_ReportView.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_ReportView.RightToLeft")));
         this.m_ReportView.ShowCloseButton = ((bool)(resources.GetObject("m_ReportView.ShowCloseButton")));
         this.m_ReportView.ShowExportButton = ((bool)(resources.GetObject("m_ReportView.ShowExportButton")));
         this.m_ReportView.ShowGotoPageButton = ((bool)(resources.GetObject("m_ReportView.ShowGotoPageButton")));
         this.m_ReportView.ShowGroupTreeButton = ((bool)(resources.GetObject("m_ReportView.ShowGroupTreeButton")));
         this.m_ReportView.ShowPageNavigateButtons = ((bool)(resources.GetObject("m_ReportView.ShowPageNavigateButtons")));
         this.m_ReportView.ShowPrintButton = ((bool)(resources.GetObject("m_ReportView.ShowPrintButton")));
         this.m_ReportView.ShowRefreshButton = ((bool)(resources.GetObject("m_ReportView.ShowRefreshButton")));
         this.m_ReportView.ShowTextSearchButton = ((bool)(resources.GetObject("m_ReportView.ShowTextSearchButton")));
         this.m_ReportView.ShowZoomButton = ((bool)(resources.GetObject("m_ReportView.ShowZoomButton")));
         this.m_ReportView.Size = ((System.Drawing.Size)(resources.GetObject("m_ReportView.Size")));
         this.m_ReportView.TabIndex = ((int)(resources.GetObject("m_ReportView.TabIndex")));
         this.m_ReportView.Visible = ((bool)(resources.GetObject("m_ReportView.Visible")));
         //
         // m_ReportDoc
         //
         this.m_ReportDoc.PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperOrientation.DefaultPaperOrientation;
         this.m_ReportDoc.PrintOptions.PaperSize = CrystalDecisions.Shared.PaperSize.DefaultPaperSize;
         this.m_ReportDoc.PrintOptions.PaperSource = CrystalDecisions.Shared.PaperSource.Upper;
         this.m_ReportDoc.PrintOptions.PrinterDuplex = CrystalDecisions.Shared.PrinterDuplex.Default;
         //
         // CReportView
         //
         this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
         this.AccessibleName = resources.GetString("$this.AccessibleName");
         this.AutoScaleBaseSize = ((System.Drawing.Size)(resources.GetObject("$this.AutoScaleBaseSize")));
         this.AutoScroll = ((bool)(resources.GetObject("$this.AutoScroll")));
         this.AutoScrollMargin = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMargin")));
         this.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMinSize")));
         this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
         this.ClientSize = ((System.Drawing.Size)(resources.GetObject("$this.ClientSize")));
         this.Controls.Add(this.m_ReportView);
         this.Enabled = ((bool)(resources.GetObject("$this.Enabled")));
         this.Font = ((System.Drawing.Font)(resources.GetObject("$this.Font")));
         this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
         this.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("$this.ImeMode")));
         this.Location = ((System.Drawing.Point)(resources.GetObject("$this.Location")));
         this.MaximumSize = ((System.Drawing.Size)(resources.GetObject("$this.MaximumSize")));
         this.MinimizeBox = false;
         this.MinimumSize = ((System.Drawing.Size)(resources.GetObject("$this.MinimumSize")));
         this.Name = "CReportView";
         this.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("$this.RightToLeft")));
         this.StartPosition = ((System.Windows.Forms.FormStartPosition)(resources.GetObject("$this.StartPosition")));
         this.Text = resources.GetString("$this.Text");
         this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
         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()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(CReportView));
     this.m_ReportView = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.m_ReportDoc  = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
     this.SuspendLayout();
     //
     // m_ReportView
     //
     this.m_ReportView.AccessibleDescription = resources.GetString("m_ReportView.AccessibleDescription");
     this.m_ReportView.AccessibleName        = resources.GetString("m_ReportView.AccessibleName");
     this.m_ReportView.ActiveViewIndex       = -1;
     this.m_ReportView.Anchor                = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_ReportView.Anchor")));
     this.m_ReportView.AutoScroll            = ((bool)(resources.GetObject("m_ReportView.AutoScroll")));
     this.m_ReportView.AutoScrollMargin      = ((System.Drawing.Size)(resources.GetObject("m_ReportView.AutoScrollMargin")));
     this.m_ReportView.AutoScrollMinSize     = ((System.Drawing.Size)(resources.GetObject("m_ReportView.AutoScrollMinSize")));
     this.m_ReportView.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("m_ReportView.BackgroundImage")));
     this.m_ReportView.DisplayBackgroundEdge = ((bool)(resources.GetObject("m_ReportView.DisplayBackgroundEdge")));
     this.m_ReportView.DisplayGroupTree      = ((bool)(resources.GetObject("m_ReportView.DisplayGroupTree")));
     this.m_ReportView.DisplayToolbar        = ((bool)(resources.GetObject("m_ReportView.DisplayToolbar")));
     this.m_ReportView.Dock                    = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_ReportView.Dock")));
     this.m_ReportView.Enabled                 = ((bool)(resources.GetObject("m_ReportView.Enabled")));
     this.m_ReportView.EnableDrillDown         = ((bool)(resources.GetObject("m_ReportView.EnableDrillDown")));
     this.m_ReportView.Font                    = ((System.Drawing.Font)(resources.GetObject("m_ReportView.Font")));
     this.m_ReportView.ImeMode                 = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_ReportView.ImeMode")));
     this.m_ReportView.Location                = ((System.Drawing.Point)(resources.GetObject("m_ReportView.Location")));
     this.m_ReportView.Name                    = "m_ReportView";
     this.m_ReportView.ReportSource            = null;
     this.m_ReportView.RightToLeft             = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_ReportView.RightToLeft")));
     this.m_ReportView.ShowCloseButton         = ((bool)(resources.GetObject("m_ReportView.ShowCloseButton")));
     this.m_ReportView.ShowExportButton        = ((bool)(resources.GetObject("m_ReportView.ShowExportButton")));
     this.m_ReportView.ShowGotoPageButton      = ((bool)(resources.GetObject("m_ReportView.ShowGotoPageButton")));
     this.m_ReportView.ShowGroupTreeButton     = ((bool)(resources.GetObject("m_ReportView.ShowGroupTreeButton")));
     this.m_ReportView.ShowPageNavigateButtons = ((bool)(resources.GetObject("m_ReportView.ShowPageNavigateButtons")));
     this.m_ReportView.ShowPrintButton         = ((bool)(resources.GetObject("m_ReportView.ShowPrintButton")));
     this.m_ReportView.ShowRefreshButton       = ((bool)(resources.GetObject("m_ReportView.ShowRefreshButton")));
     this.m_ReportView.ShowTextSearchButton    = ((bool)(resources.GetObject("m_ReportView.ShowTextSearchButton")));
     this.m_ReportView.ShowZoomButton          = ((bool)(resources.GetObject("m_ReportView.ShowZoomButton")));
     this.m_ReportView.Size                    = ((System.Drawing.Size)(resources.GetObject("m_ReportView.Size")));
     this.m_ReportView.TabIndex                = ((int)(resources.GetObject("m_ReportView.TabIndex")));
     this.m_ReportView.Visible                 = ((bool)(resources.GetObject("m_ReportView.Visible")));
     //
     // m_ReportDoc
     //
     this.m_ReportDoc.PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperOrientation.DefaultPaperOrientation;
     this.m_ReportDoc.PrintOptions.PaperSize        = CrystalDecisions.Shared.PaperSize.DefaultPaperSize;
     this.m_ReportDoc.PrintOptions.PaperSource      = CrystalDecisions.Shared.PaperSource.Upper;
     this.m_ReportDoc.PrintOptions.PrinterDuplex    = CrystalDecisions.Shared.PrinterDuplex.Default;
     //
     // CReportView
     //
     this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
     this.AccessibleName        = resources.GetString("$this.AccessibleName");
     this.AutoScaleBaseSize     = ((System.Drawing.Size)(resources.GetObject("$this.AutoScaleBaseSize")));
     this.AutoScroll            = ((bool)(resources.GetObject("$this.AutoScroll")));
     this.AutoScrollMargin      = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMargin")));
     this.AutoScrollMinSize     = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMinSize")));
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize            = ((System.Drawing.Size)(resources.GetObject("$this.ClientSize")));
     this.Controls.Add(this.m_ReportView);
     this.Enabled       = ((bool)(resources.GetObject("$this.Enabled")));
     this.Font          = ((System.Drawing.Font)(resources.GetObject("$this.Font")));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.ImeMode       = ((System.Windows.Forms.ImeMode)(resources.GetObject("$this.ImeMode")));
     this.Location      = ((System.Drawing.Point)(resources.GetObject("$this.Location")));
     this.MaximumSize   = ((System.Drawing.Size)(resources.GetObject("$this.MaximumSize")));
     this.MinimizeBox   = false;
     this.MinimumSize   = ((System.Drawing.Size)(resources.GetObject("$this.MinimumSize")));
     this.Name          = "CReportView";
     this.RightToLeft   = ((System.Windows.Forms.RightToLeft)(resources.GetObject("$this.RightToLeft")));
     this.StartPosition = ((System.Windows.Forms.FormStartPosition)(resources.GetObject("$this.StartPosition")));
     this.Text          = resources.GetString("$this.Text");
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.ResumeLayout(false);
 }
Beispiel #14
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.MyCrystalReportViewer = ((CrystalDecisions.Windows.Forms.CrystalReportViewer)(target));
     return;
     case 2:
     this.button1 = ((System.Windows.Controls.Button)(target));
     
     #line 12 "..\..\..\RujukanUGD.xaml"
     this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.textBox1 = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.label1 = ((System.Windows.Controls.Label)(target));
     return;
     }
     this._contentLoaded = true;
 }
 //----------------------------------------------------------------------
 #region Code généré par le concepteur
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components    = new System.ComponentModel.Container();
     this.m_viewer      = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.panel1        = new System.Windows.Forms.Panel();
     this.panel2        = new System.Windows.Forms.Panel();
     this.m_btnFiltrer  = new System.Windows.Forms.Button();
     this.splitter1     = new System.Windows.Forms.Splitter();
     this.m_panelFiltre = new sc2i.formulaire.win32.editor.CPanelFormulaireSurElement();
     this.m_reducteur   = new sc2i.win32.common.CReducteurControle();
     this.m_lblReport   = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // m_viewer
     //
     this.m_viewer.ActiveViewIndex  = -1;
     this.m_viewer.BackColor        = System.Drawing.Color.White;
     this.m_viewer.BorderStyle      = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_viewer.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.m_viewer.Location         = new System.Drawing.Point(0, 0);
     this.m_viewer.Name             = "m_viewer";
     this.m_viewer.SelectionFormula = "";
     this.m_viewer.Size             = new System.Drawing.Size(706, 327);
     this.m_extStyle.SetStyleBackColor(this.m_viewer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_viewer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_viewer.TabIndex = 0;
     this.m_viewer.ViewTimeSelectionFormula = "";
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.m_panelFiltre);
     this.panel1.Location = new System.Drawing.Point(0, 32);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(706, 466);
     this.m_extStyle.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel1.TabIndex = 4045;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.m_btnFiltrer);
     this.panel2.Controls.Add(this.m_viewer);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 139);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(706, 327);
     this.m_extStyle.SetStyleBackColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel2.TabIndex = 4046;
     //
     // m_btnFiltrer
     //
     this.m_btnFiltrer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     this.m_btnFiltrer.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.m_btnFiltrer.Location  = new System.Drawing.Point(437, 3);
     this.m_btnFiltrer.Name      = "m_btnFiltrer";
     this.m_btnFiltrer.Size      = new System.Drawing.Size(115, 21);
     this.m_extStyle.SetStyleBackColor(this.m_btnFiltrer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnFiltrer, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnFiltrer.TabIndex = 4046;
     this.m_btnFiltrer.Text     = "Visualize / Filter|1007";
     this.m_btnFiltrer.UseVisualStyleBackColor = false;
     this.m_btnFiltrer.Click += new System.EventHandler(this.m_btnFiltrer_Click);
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(0, 135);
     this.splitter1.MinExtra = 1;
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(706, 4);
     this.m_extStyle.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.splitter1.TabIndex = 2;
     this.splitter1.TabStop  = false;
     //
     // m_panelFiltre
     //
     this.m_panelFiltre.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_panelFiltre.Dock         = System.Windows.Forms.DockStyle.Top;
     this.m_panelFiltre.ElementEdite = null;
     this.m_panelFiltre.Location     = new System.Drawing.Point(0, 0);
     this.m_panelFiltre.LockEdition  = false;
     this.m_panelFiltre.Name         = "m_panelFiltre";
     this.m_panelFiltre.Size         = new System.Drawing.Size(706, 135);
     this.m_extStyle.SetStyleBackColor(this.m_panelFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelFiltre.TabIndex = 0;
     //
     // m_reducteur
     //
     this.m_reducteur.Anchor             = System.Windows.Forms.AnchorStyles.Top;
     this.m_reducteur.ControleAgrandit   = this.m_viewer;
     this.m_reducteur.ControleReduit     = this.m_panelFiltre;
     this.m_reducteur.Location           = new System.Drawing.Point(349, 28);
     this.m_reducteur.MargeControle      = 0;
     this.m_reducteur.ModePositionnement = sc2i.win32.common.CReducteurControle.EModePositionnement.Haut;
     this.m_reducteur.Name = "m_reducteur";
     this.m_reducteur.Size = new System.Drawing.Size(9, 8);
     this.m_extStyle.SetStyleBackColor(this.m_reducteur, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_reducteur, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_reducteur.TabIndex      = 4047;
     this.m_reducteur.TailleReduite = 32;
     //
     // m_lblReport
     //
     this.m_lblReport.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lblReport.Location = new System.Drawing.Point(4, 3);
     this.m_lblReport.Name     = "m_lblReport";
     this.m_lblReport.Size     = new System.Drawing.Size(683, 25);
     this.m_extStyle.SetStyleBackColor(this.m_lblReport, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lblReport, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lblReport.TabIndex = 4048;
     this.m_lblReport.Text     = "Report name";
     //
     // CFormVisualisationRapport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(706, 498);
     this.Controls.Add(this.m_lblReport);
     this.Controls.Add(this.m_reducteur);
     this.Controls.Add(this.panel1);
     this.Name = "CFormVisualisationRapport";
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Load += new System.EventHandler(this.CFormVisualisationRapport_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(RaporteKlienteDale));
     this.imageList1           = new System.Windows.Forms.ImageList(this.components);
     this.printDialog          = new System.Windows.Forms.PrintDialog();
     this.dsHyrjeNeHotel       = new System.Data.DataSet();
     this.gbRaportiKliente     = new VisionInfoSolutionLibrary.GroupBox();
     this.toolBar1             = new VisionInfoSolutionLibrary.ToolBarPrint();
     this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.btnKerko             = new VisionInfoSolutionLibrary.Button(this.components);
     this.lblAgjensia          = new VisionInfoSolutionLibrary.Label();
     this.lblGrupi             = new VisionInfoSolutionLibrary.Label();
     this.lblMbiemri           = new VisionInfoSolutionLibrary.Label();
     this.lblEmri          = new VisionInfoSolutionLibrary.Label();
     this.txtAgjensia      = new VisionInfoSolutionLibrary.TextBox();
     this.txtGrupi         = new VisionInfoSolutionLibrary.TextBox();
     this.rbGrupe          = new VisionInfoSolutionLibrary.RadioButton(this.components);
     this.rbKliente        = new VisionInfoSolutionLibrary.RadioButton(this.components);
     this.txtMbiemri       = new VisionInfoSolutionLibrary.TextBox();
     this.txtEmri          = new VisionInfoSolutionLibrary.TextBox();
     this.dtpDateFillimi   = new VisionInfoSolutionLibrary.DateTimePicker();
     this.dtpDateMbarimi   = new VisionInfoSolutionLibrary.DateTimePicker();
     this.gbTeDhenatKlient = new VisionInfoSolutionLibrary.GroupBox();
     this.label1           = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dsHyrjeNeHotel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbRaportiKliente)).BeginInit();
     this.gbRaportiKliente.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gbTeDhenatKlient)).BeginInit();
     this.gbTeDhenatKlient.SuspendLayout();
     this.SuspendLayout();
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // dsHyrjeNeHotel
     //
     this.dsHyrjeNeHotel.DataSetName = "NewDataSet";
     this.dsHyrjeNeHotel.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // gbRaportiKliente
     //
     this.gbRaportiKliente.BackColor = System.Drawing.Color.Transparent;
     this.gbRaportiKliente.Controls.Add(this.toolBar1);
     this.gbRaportiKliente.Controls.Add(this.crystalReportViewer1);
     this.gbRaportiKliente.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.gbRaportiKliente.Location    = new System.Drawing.Point(10, 172);
     this.gbRaportiKliente.Name        = "gbRaportiKliente";
     this.gbRaportiKliente.Size        = new System.Drawing.Size(892, 488);
     this.gbRaportiKliente.TabIndex    = 8;
     this.gbRaportiKliente.Text        = "Raporti per hyrjet ne hotel";
     this.gbRaportiKliente.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2003;
     //
     // toolBar1
     //
     this.toolBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.toolBar1.BackColor = System.Drawing.SystemColors.Control;
     this.toolBar1.Location  = new System.Drawing.Point(8, 20);
     this.toolBar1.Name      = "toolBar1";
     this.toolBar1.Size      = new System.Drawing.Size(876, 28);
     this.toolBar1.TabIndex  = 12;
     //
     // crystalReportViewer1
     //
     this.crystalReportViewer1.ActiveViewIndex  = -1;
     this.crystalReportViewer1.AutoScroll       = true;
     this.crystalReportViewer1.BackColor        = System.Drawing.Color.WhiteSmoke;
     this.crystalReportViewer1.DisplayGroupTree = false;
     this.crystalReportViewer1.DisplayToolbar   = false;
     this.crystalReportViewer1.Location         = new System.Drawing.Point(8, 48);
     this.crystalReportViewer1.Name             = "crystalReportViewer1";
     this.crystalReportViewer1.ReportSource     = null;
     this.crystalReportViewer1.Size             = new System.Drawing.Size(876, 432);
     this.crystalReportViewer1.TabIndex         = 6;
     //
     // btnKerko
     //
     this.btnKerko.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnKerko.DoValidation = true;
     this.btnKerko.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.btnKerko.Location     = new System.Drawing.Point(484, 92);
     this.btnKerko.Name         = "btnKerko";
     this.btnKerko.Size         = new System.Drawing.Size(90, 21);
     this.btnKerko.TabIndex     = 6;
     this.btnKerko.Text         = "Kerko";
     this.toolTips.SetToolTip(this.btnKerko, "Kerkon per hyrjet jo te vlefshme ne hotel\r\n qe plotesojne kriteret e zgjedhur si " +
                              "edhe\r\n per pagesat qe jane kryer per to!");
     this.btnKerko.VisualStyle = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnKerko.Click      += new System.EventHandler(this.btnKerko_Click);
     //
     // lblAgjensia
     //
     this.lblAgjensia.BackColor = System.Drawing.Color.Transparent;
     this.lblAgjensia.Location  = new System.Drawing.Point(280, 80);
     this.lblAgjensia.Name      = "lblAgjensia";
     this.lblAgjensia.Size      = new System.Drawing.Size(100, 16);
     this.lblAgjensia.TabIndex  = 19;
     this.lblAgjensia.Text      = "Agjensia";
     //
     // lblGrupi
     //
     this.lblGrupi.BackColor = System.Drawing.Color.Transparent;
     this.lblGrupi.Location  = new System.Drawing.Point(112, 84);
     this.lblGrupi.Name      = "lblGrupi";
     this.lblGrupi.Size      = new System.Drawing.Size(100, 12);
     this.lblGrupi.TabIndex  = 18;
     this.lblGrupi.Text      = "Grupi";
     //
     // lblMbiemri
     //
     this.lblMbiemri.BackColor = System.Drawing.Color.Transparent;
     this.lblMbiemri.Location  = new System.Drawing.Point(280, 40);
     this.lblMbiemri.Name      = "lblMbiemri";
     this.lblMbiemri.Size      = new System.Drawing.Size(100, 12);
     this.lblMbiemri.TabIndex  = 17;
     this.lblMbiemri.Text      = "Mbiemri";
     //
     // lblEmri
     //
     this.lblEmri.BackColor = System.Drawing.Color.Transparent;
     this.lblEmri.Location  = new System.Drawing.Point(112, 40);
     this.lblEmri.Name      = "lblEmri";
     this.lblEmri.Size      = new System.Drawing.Size(100, 12);
     this.lblEmri.TabIndex  = 16;
     this.lblEmri.Text      = "Emri";
     //
     // txtAgjensia
     //
     this.txtAgjensia.AutoSize             = false;
     this.txtAgjensia.DefaultErrorMessage  = "";
     this.txtAgjensia.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtAgjensia.FixedLength          = false;
     this.txtAgjensia.IsValid              = true;
     this.txtAgjensia.Location             = new System.Drawing.Point(280, 96);
     this.txtAgjensia.Name                 = "txtAgjensia";
     this.txtAgjensia.Required             = false;
     this.txtAgjensia.RequiredControlColor = System.Drawing.Color.White;
     this.txtAgjensia.Size                 = new System.Drawing.Size(160, 21);
     this.txtAgjensia.TabIndex             = 5;
     this.txtAgjensia.Text                 = "";
     //
     // txtGrupi
     //
     this.txtGrupi.AutoSize             = false;
     this.txtGrupi.DefaultErrorMessage  = "";
     this.txtGrupi.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtGrupi.FixedLength          = false;
     this.txtGrupi.IsValid              = true;
     this.txtGrupi.Location             = new System.Drawing.Point(112, 96);
     this.txtGrupi.Name                 = "txtGrupi";
     this.txtGrupi.Required             = false;
     this.txtGrupi.RequiredControlColor = System.Drawing.Color.White;
     this.txtGrupi.Size                 = new System.Drawing.Size(160, 21);
     this.txtGrupi.TabIndex             = 4;
     this.txtGrupi.Text                 = "";
     //
     // rbGrupe
     //
     this.rbGrupe.BackColor = System.Drawing.Color.Transparent;
     this.rbGrupe.Location  = new System.Drawing.Point(16, 132);
     this.rbGrupe.Name      = "rbGrupe";
     this.rbGrupe.Size      = new System.Drawing.Size(100, 24);
     this.rbGrupe.TabIndex  = 13;
     this.rbGrupe.Text      = "Sipas grupit";
     //
     // rbKliente
     //
     this.rbKliente.BackColor = System.Drawing.Color.Transparent;
     this.rbKliente.Checked   = true;
     this.rbKliente.Location  = new System.Drawing.Point(16, 92);
     this.rbKliente.Name      = "rbKliente";
     this.rbKliente.Size      = new System.Drawing.Size(100, 24);
     this.rbKliente.TabIndex  = 12;
     this.rbKliente.Text      = "Sipas klientit";
     //
     // txtMbiemri
     //
     this.txtMbiemri.AutoSize             = false;
     this.txtMbiemri.DefaultErrorMessage  = "";
     this.txtMbiemri.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtMbiemri.FixedLength          = false;
     this.txtMbiemri.IsValid              = true;
     this.txtMbiemri.Location             = new System.Drawing.Point(280, 52);
     this.txtMbiemri.Name                 = "txtMbiemri";
     this.txtMbiemri.Required             = false;
     this.txtMbiemri.RequiredControlColor = System.Drawing.Color.White;
     this.txtMbiemri.Size                 = new System.Drawing.Size(160, 21);
     this.txtMbiemri.TabIndex             = 3;
     this.txtMbiemri.Text                 = "";
     //
     // txtEmri
     //
     this.txtEmri.AutoSize             = false;
     this.txtEmri.DefaultErrorMessage  = "";
     this.txtEmri.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtEmri.FixedLength          = false;
     this.txtEmri.IsValid              = true;
     this.txtEmri.Location             = new System.Drawing.Point(112, 52);
     this.txtEmri.Name                 = "txtEmri";
     this.txtEmri.Required             = false;
     this.txtEmri.RequiredControlColor = System.Drawing.Color.White;
     this.txtEmri.Size                 = new System.Drawing.Size(160, 21);
     this.txtEmri.TabIndex             = 2;
     this.txtEmri.Text                 = "";
     //
     // dtpDateFillimi
     //
     this.dtpDateFillimi.CustomFormat        = "dd.MM.yyyy";
     this.dtpDateFillimi.DefaultErrorMessage = "";
     this.dtpDateFillimi.Format     = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpDateFillimi.IsValid    = true;
     this.dtpDateFillimi.Location   = new System.Drawing.Point(112, 16);
     this.dtpDateFillimi.Name       = "dtpDateFillimi";
     this.dtpDateFillimi.Required   = false;
     this.dtpDateFillimi.ShowUpDown = true;
     this.dtpDateFillimi.Size       = new System.Drawing.Size(160, 20);
     this.dtpDateFillimi.TabIndex   = 0;
     this.dtpDateFillimi.Value      = new System.DateTime(2005, 11, 5, 12, 43, 0, 0);
     //
     // dtpDateMbarimi
     //
     this.dtpDateMbarimi.CustomFormat        = "dd.MM.yyyy";
     this.dtpDateMbarimi.DefaultErrorMessage = "";
     this.dtpDateMbarimi.Format     = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpDateMbarimi.IsValid    = true;
     this.dtpDateMbarimi.Location   = new System.Drawing.Point(280, 16);
     this.dtpDateMbarimi.Name       = "dtpDateMbarimi";
     this.dtpDateMbarimi.Required   = false;
     this.dtpDateMbarimi.ShowUpDown = true;
     this.dtpDateMbarimi.Size       = new System.Drawing.Size(160, 20);
     this.dtpDateMbarimi.TabIndex   = 1;
     this.dtpDateMbarimi.Value      = new System.DateTime(2005, 11, 5, 12, 43, 0, 0);
     //
     // gbTeDhenatKlient
     //
     this.gbTeDhenatKlient.BackColor = System.Drawing.Color.Transparent;
     this.gbTeDhenatKlient.Controls.Add(this.lblAgjensia);
     this.gbTeDhenatKlient.Controls.Add(this.lblGrupi);
     this.gbTeDhenatKlient.Controls.Add(this.lblMbiemri);
     this.gbTeDhenatKlient.Controls.Add(this.lblEmri);
     this.gbTeDhenatKlient.Controls.Add(this.txtAgjensia);
     this.gbTeDhenatKlient.Controls.Add(this.txtGrupi);
     this.gbTeDhenatKlient.Controls.Add(this.txtMbiemri);
     this.gbTeDhenatKlient.Controls.Add(this.txtEmri);
     this.gbTeDhenatKlient.Controls.Add(this.dtpDateFillimi);
     this.gbTeDhenatKlient.Controls.Add(this.dtpDateMbarimi);
     this.gbTeDhenatKlient.Controls.Add(this.label1);
     this.gbTeDhenatKlient.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.gbTeDhenatKlient.Location    = new System.Drawing.Point(10, 40);
     this.gbTeDhenatKlient.Name        = "gbTeDhenatKlient";
     this.gbTeDhenatKlient.Size        = new System.Drawing.Size(460, 128);
     this.gbTeDhenatKlient.TabIndex    = 7;
     this.gbTeDhenatKlient.Text        = "Kerkoni hyrjet ne hotel";
     this.gbTeDhenatKlient.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2003;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(24, 20);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(80, 20);
     this.label1.TabIndex  = 12;
     this.label1.Text      = "Midis datave";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // RaporteKlienteDale
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(936, 780);
     this.Controls.Add(this.rbKliente);
     this.Controls.Add(this.rbGrupe);
     this.Controls.Add(this.gbRaportiKliente);
     this.Controls.Add(this.gbTeDhenatKlient);
     this.Controls.Add(this.btnKerko);
     this.HelpFile = "RAPORT HYRJE DALJE.htm";
     this.Name     = "RaporteKlienteDale";
     this.Text     = "Hyrje - daljet ne hotel";
     this.Load    += new System.EventHandler(this.RaporteKlienteDale_Load);
     this.Controls.SetChildIndex(this.btnKerko, 0);
     this.Controls.SetChildIndex(this.gbTeDhenatKlient, 0);
     this.Controls.SetChildIndex(this.gbRaportiKliente, 0);
     this.Controls.SetChildIndex(this.lblStatus, 0);
     this.Controls.SetChildIndex(this.rbGrupe, 0);
     this.Controls.SetChildIndex(this.rbKliente, 0);
     ((System.ComponentModel.ISupportInitialize)(this.dsHyrjeNeHotel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbRaportiKliente)).EndInit();
     this.gbRaportiKliente.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gbTeDhenatKlient)).EndInit();
     this.gbTeDhenatKlient.ResumeLayout(false);
     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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(RaporteDetyrimesh));
     this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.gbDetyrimet          = new VisionInfoSolutionLibrary.GroupBox();
     this.dtpDateMbarimi       = new VisionInfoSolutionLibrary.DateTimePicker();
     this.cmbDetyrime          = new VisionInfoSolutionLibrary.DoubleCombo();
     this.chkLlojDetyrimi      = new VisionInfoSolutionLibrary.CheckBox();
     this.dtpDateFillimi       = new VisionInfoSolutionLibrary.DateTimePicker();
     this.lblMbiemri           = new VisionInfoSolutionLibrary.Label();
     this.lblEmri        = new VisionInfoSolutionLibrary.Label();
     this.txtMbiemri     = new VisionInfoSolutionLibrary.TextBox();
     this.txtEmri        = new VisionInfoSolutionLibrary.TextBox();
     this.chkEmerKlienti = new VisionInfoSolutionLibrary.CheckBox();
     this.label1         = new System.Windows.Forms.Label();
     this.btnParaqit     = new VisionInfoSolutionLibrary.Button(this.components);
     this.dsDetyrime     = new System.Data.DataSet();
     this.imageList1     = new System.Windows.Forms.ImageList(this.components);
     this.gbRaport       = new VisionInfoSolutionLibrary.GroupBox();
     this.toolBar1       = new VisionInfoSolutionLibrary.ToolBarPrint();
     this.printDialog    = new System.Windows.Forms.PrintDialog();
     ((System.ComponentModel.ISupportInitialize)(this.gbDetyrimet)).BeginInit();
     this.gbDetyrimet.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsDetyrime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbRaport)).BeginInit();
     this.gbRaport.SuspendLayout();
     this.SuspendLayout();
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     //
     // crystalReportViewer1
     //
     this.crystalReportViewer1.ActiveViewIndex  = -1;
     this.crystalReportViewer1.AutoScroll       = true;
     this.crystalReportViewer1.BackColor        = System.Drawing.Color.WhiteSmoke;
     this.crystalReportViewer1.DisplayGroupTree = false;
     this.crystalReportViewer1.DisplayToolbar   = false;
     this.crystalReportViewer1.Location         = new System.Drawing.Point(12, 48);
     this.crystalReportViewer1.Name             = "crystalReportViewer1";
     this.crystalReportViewer1.ReportSource     = null;
     this.crystalReportViewer1.Size             = new System.Drawing.Size(876, 432);
     this.crystalReportViewer1.TabIndex         = 5;
     this.crystalReportViewer1.Load            += new System.EventHandler(this.crystalReportViewer1_Load);
     //
     // gbDetyrimet
     //
     this.gbDetyrimet.BackColor = System.Drawing.Color.Transparent;
     this.gbDetyrimet.Controls.Add(this.dtpDateMbarimi);
     this.gbDetyrimet.Controls.Add(this.cmbDetyrime);
     this.gbDetyrimet.Controls.Add(this.chkLlojDetyrimi);
     this.gbDetyrimet.Controls.Add(this.dtpDateFillimi);
     this.gbDetyrimet.Controls.Add(this.lblMbiemri);
     this.gbDetyrimet.Controls.Add(this.lblEmri);
     this.gbDetyrimet.Controls.Add(this.txtMbiemri);
     this.gbDetyrimet.Controls.Add(this.txtEmri);
     this.gbDetyrimet.Controls.Add(this.chkEmerKlienti);
     this.gbDetyrimet.Controls.Add(this.label1);
     this.gbDetyrimet.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.gbDetyrimet.Location    = new System.Drawing.Point(10, 40);
     this.gbDetyrimet.Name        = "gbDetyrimet";
     this.gbDetyrimet.Size        = new System.Drawing.Size(474, 112);
     this.gbDetyrimet.TabIndex    = 6;
     this.gbDetyrimet.Text        = "Kerkoni detyrimet";
     this.gbDetyrimet.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2003;
     //
     // dtpDateMbarimi
     //
     this.dtpDateMbarimi.CustomFormat        = "dd.MM.yyyy";
     this.dtpDateMbarimi.DefaultErrorMessage = "";
     this.dtpDateMbarimi.Format     = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpDateMbarimi.IsValid    = true;
     this.dtpDateMbarimi.Location   = new System.Drawing.Point(300, 16);
     this.dtpDateMbarimi.Name       = "dtpDateMbarimi";
     this.dtpDateMbarimi.Required   = false;
     this.dtpDateMbarimi.ShowUpDown = true;
     this.dtpDateMbarimi.Size       = new System.Drawing.Size(160, 20);
     this.dtpDateMbarimi.TabIndex   = 1;
     this.dtpDateMbarimi.Value      = new System.DateTime(2005, 10, 13, 14, 1, 0, 0);
     //
     // cmbDetyrime
     //
     this.cmbDetyrime.BackColor           = System.Drawing.Color.Transparent;
     this.cmbDetyrime.DefaultErrorMessage = "Duhet te zgjidhni nje nga llojet e detyrimeve!";
     this.cmbDetyrime.IsValid             = false;
     this.cmbDetyrime.Kolone1Vlere        = null;
     this.cmbDetyrime.Kolone2Vlere        = null;
     this.cmbDetyrime.Location            = new System.Drawing.Point(124, 80);
     this.cmbDetyrime.Name           = "cmbDetyrime";
     this.cmbDetyrime.ReadOnly       = false;
     this.cmbDetyrime.Required       = false;
     this.cmbDetyrime.Size           = new System.Drawing.Size(160, 24);
     this.cmbDetyrime.SkipValidation = false;
     this.cmbDetyrime.TabIndex       = 3;
     //
     // chkLlojDetyrimi
     //
     this.chkLlojDetyrimi.BackColor           = System.Drawing.Color.Transparent;
     this.chkLlojDetyrimi.DefaultErrorMessage = "";
     this.chkLlojDetyrimi.ForeColor           = System.Drawing.Color.DarkRed;
     this.chkLlojDetyrimi.IsValid             = true;
     this.chkLlojDetyrimi.Location            = new System.Drawing.Point(12, 80);
     this.chkLlojDetyrimi.Name            = "chkLlojDetyrimi";
     this.chkLlojDetyrimi.RightToLeft     = System.Windows.Forms.RightToLeft.Yes;
     this.chkLlojDetyrimi.Size            = new System.Drawing.Size(96, 24);
     this.chkLlojDetyrimi.TabIndex        = 2;
     this.chkLlojDetyrimi.Text            = "Lloji i detyrimit";
     this.chkLlojDetyrimi.CheckedChanged += new System.EventHandler(this.chkLlojDetyrimi_CheckedChanged);
     //
     // dtpDateFillimi
     //
     this.dtpDateFillimi.CustomFormat        = "dd.MM.yyyy";
     this.dtpDateFillimi.DefaultErrorMessage = "";
     this.dtpDateFillimi.Format     = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpDateFillimi.IsValid    = true;
     this.dtpDateFillimi.Location   = new System.Drawing.Point(124, 16);
     this.dtpDateFillimi.Name       = "dtpDateFillimi";
     this.dtpDateFillimi.Required   = false;
     this.dtpDateFillimi.ShowUpDown = true;
     this.dtpDateFillimi.Size       = new System.Drawing.Size(160, 20);
     this.dtpDateFillimi.TabIndex   = 0;
     this.dtpDateFillimi.Value      = new System.DateTime(2005, 10, 13, 13, 35, 0, 0);
     //
     // lblMbiemri
     //
     this.lblMbiemri.Location = new System.Drawing.Point(300, 40);
     this.lblMbiemri.Name     = "lblMbiemri";
     this.lblMbiemri.Size     = new System.Drawing.Size(100, 12);
     this.lblMbiemri.TabIndex = 19;
     this.lblMbiemri.Text     = "Mbiemri";
     //
     // lblEmri
     //
     this.lblEmri.Location = new System.Drawing.Point(124, 40);
     this.lblEmri.Name     = "lblEmri";
     this.lblEmri.Size     = new System.Drawing.Size(100, 12);
     this.lblEmri.TabIndex = 18;
     this.lblEmri.Text     = "Emri";
     //
     // txtMbiemri
     //
     this.txtMbiemri.AutoSize             = false;
     this.txtMbiemri.DefaultErrorMessage  = "";
     this.txtMbiemri.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtMbiemri.FixedLength          = false;
     this.txtMbiemri.IsValid              = true;
     this.txtMbiemri.Location             = new System.Drawing.Point(300, 52);
     this.txtMbiemri.Name                 = "txtMbiemri";
     this.txtMbiemri.Required             = false;
     this.txtMbiemri.RequiredControlColor = System.Drawing.Color.White;
     this.txtMbiemri.Size                 = new System.Drawing.Size(160, 21);
     this.txtMbiemri.TabIndex             = 2;
     this.txtMbiemri.Text                 = "";
     //
     // txtEmri
     //
     this.txtEmri.AutoSize             = false;
     this.txtEmri.DefaultErrorMessage  = "";
     this.txtEmri.DesabledControlColor = System.Drawing.SystemColors.ControlLight;
     this.txtEmri.FixedLength          = false;
     this.txtEmri.IsValid              = true;
     this.txtEmri.Location             = new System.Drawing.Point(124, 52);
     this.txtEmri.Name                 = "txtEmri";
     this.txtEmri.Required             = false;
     this.txtEmri.RequiredControlColor = System.Drawing.Color.White;
     this.txtEmri.Size                 = new System.Drawing.Size(160, 21);
     this.txtEmri.TabIndex             = 2;
     this.txtEmri.Text                 = "";
     //
     // chkEmerKlienti
     //
     this.chkEmerKlienti.BackColor           = System.Drawing.Color.Transparent;
     this.chkEmerKlienti.DefaultErrorMessage = "";
     this.chkEmerKlienti.IsValid             = true;
     this.chkEmerKlienti.Location            = new System.Drawing.Point(12, 52);
     this.chkEmerKlienti.Name        = "chkEmerKlienti";
     this.chkEmerKlienti.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkEmerKlienti.Size        = new System.Drawing.Size(96, 24);
     this.chkEmerKlienti.TabIndex    = 4;
     this.chkEmerKlienti.Text        = "Emri i klientit";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(28, 20);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(80, 20);
     this.label1.TabIndex  = 11;
     this.label1.Text      = "Midis datave";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnParaqit
     //
     this.btnParaqit.BackColor    = System.Drawing.Color.Blue;
     this.btnParaqit.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnParaqit.DoValidation = true;
     this.btnParaqit.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnParaqit.Location     = new System.Drawing.Point(496, 88);
     this.btnParaqit.Name         = "btnParaqit";
     this.btnParaqit.Size         = new System.Drawing.Size(90, 21);
     this.btnParaqit.TabIndex     = 4;
     this.btnParaqit.Text         = "Kerko";
     this.toolTips.SetToolTip(this.btnParaqit, "Kerkon per detyrimet ekstra te paguar qe plotesojne kriteret e zgjedhur!");
     this.btnParaqit.VisualStyle = Janus.Windows.UI.VisualStyle.Office2003;
     this.btnParaqit.Click      += new System.EventHandler(this.btnParaqit_Click);
     //
     // dsDetyrime
     //
     this.dsDetyrime.DataSetName = "DsDetyrime";
     this.dsDetyrime.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // gbRaport
     //
     this.gbRaport.BackColor = System.Drawing.Color.Transparent;
     this.gbRaport.Controls.Add(this.crystalReportViewer1);
     this.gbRaport.Controls.Add(this.toolBar1);
     this.gbRaport.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.gbRaport.Location    = new System.Drawing.Point(10, 160);
     this.gbRaport.Name        = "gbRaport";
     this.gbRaport.Size        = new System.Drawing.Size(902, 488);
     this.gbRaport.TabIndex    = 10;
     this.gbRaport.Text        = "Raporti per detyrimet";
     this.gbRaport.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2003;
     //
     // toolBar1
     //
     this.toolBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.toolBar1.BackColor = System.Drawing.SystemColors.Control;
     this.toolBar1.Location  = new System.Drawing.Point(12, 20);
     this.toolBar1.Name      = "toolBar1";
     this.toolBar1.Size      = new System.Drawing.Size(876, 28);
     this.toolBar1.TabIndex  = 11;
     //
     // RaporteDetyrimesh
     //
     this.AcceptButton        = this.btnParaqit;
     this.AutoScaleBaseSize   = new System.Drawing.Size(5, 13);
     this.CheckRequiredFields = true;
     this.ClientSize          = new System.Drawing.Size(936, 683);
     this.Controls.Add(this.gbRaport);
     this.Controls.Add(this.btnParaqit);
     this.Controls.Add(this.gbDetyrimet);
     this.EnableValidation = true;
     this.HelpFile         = "RAPORT DETYRIME.htm";
     this.Name             = "RaporteDetyrimesh";
     this.Text             = "Raport per detyrimet";
     this.Load            += new System.EventHandler(this.RaporteDetyrimesh_Load);
     this.Controls.SetChildIndex(this.lblStatus, 0);
     this.Controls.SetChildIndex(this.gbDetyrimet, 0);
     this.Controls.SetChildIndex(this.btnParaqit, 0);
     this.Controls.SetChildIndex(this.gbRaport, 0);
     ((System.ComponentModel.ISupportInitialize)(this.gbDetyrimet)).EndInit();
     this.gbDetyrimet.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dsDetyrime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbRaport)).EndInit();
     this.gbRaport.ResumeLayout(false);
     this.ResumeLayout(false);
 }