/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle1 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
            this.radScheduler1 = new Telerik.WinControls.UI.RadScheduler();
            ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
            this.SuspendLayout();
            // 
            // radScheduler1
            // 
            this.radScheduler1.Culture = new System.Globalization.CultureInfo("en-GB");
            this.radScheduler1.Location = new System.Drawing.Point(0, 0);
            this.radScheduler1.Name = "radScheduler1";
            schedulerDailyPrintStyle1.AppointmentFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            schedulerDailyPrintStyle1.DateEndRange = new System.DateTime(2016, 5, 13, 0, 0, 0, 0);
            schedulerDailyPrintStyle1.DateHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            schedulerDailyPrintStyle1.DateStartRange = new System.DateTime(2016, 5, 8, 0, 0, 0, 0);
            schedulerDailyPrintStyle1.PageHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
            this.radScheduler1.PrintStyle = schedulerDailyPrintStyle1;
            this.radScheduler1.Size = new System.Drawing.Size(510, 500);
            this.radScheduler1.TabIndex = 0;
            this.radScheduler1.Text = "radScheduler1";
            // 
            // schedule
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(509, 497);
            this.Controls.Add(this.radScheduler1);
            this.Name = "schedule";
            this.Text = "Form2";
            ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle1 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
     this.radScheduler1          = new Telerik.WinControls.UI.RadScheduler();
     this.radSchedulerNavigator1 = new Telerik.WinControls.UI.RadSchedulerNavigator();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSchedulerNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radScheduler1
     //
     this.radScheduler1.Culture  = new System.Globalization.CultureInfo("en-US");
     this.radScheduler1.Location = new System.Drawing.Point(24, 128);
     this.radScheduler1.Name     = "radScheduler1";
     schedulerDailyPrintStyle1.AppointmentFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     schedulerDailyPrintStyle1.DateEndRange    = new System.DateTime(2020, 7, 6, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.DateHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     schedulerDailyPrintStyle1.DateStartRange  = new System.DateTime(2020, 7, 1, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.PageHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
     this.radScheduler1.PrintStyle             = schedulerDailyPrintStyle1;
     this.radScheduler1.Size     = new System.Drawing.Size(975, 562);
     this.radScheduler1.TabIndex = 0;
     //
     // radSchedulerNavigator1
     //
     this.radSchedulerNavigator1.AssociatedScheduler = this.radScheduler1;
     this.radSchedulerNavigator1.DateFormat          = "yyyy/MM/dd";
     this.radSchedulerNavigator1.Location            = new System.Drawing.Point(24, 26);
     this.radSchedulerNavigator1.Name = "radSchedulerNavigator1";
     this.radSchedulerNavigator1.NavigationStepType = Telerik.WinControls.UI.NavigationStepTypes.Day;
     //
     //
     //
     this.radSchedulerNavigator1.RootElement.StretchVertically = false;
     this.radSchedulerNavigator1.Size     = new System.Drawing.Size(975, 77);
     this.radSchedulerNavigator1.TabIndex = 1;
     //
     // frmTemplateSchedule
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1011, 750);
     this.Controls.Add(this.radSchedulerNavigator1);
     this.Controls.Add(this.radScheduler1);
     this.Name = "frmTemplateSchedule";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text = "frmTemplateSchedule";
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSchedulerNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle1 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
     this.radScheduler1      = new Telerik.WinControls.UI.RadScheduler();
     this.telerikMetroTheme1 = new Telerik.WinControls.Themes.TelerikMetroTheme();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radScheduler1
     //
     this.radScheduler1.Culture  = new System.Globalization.CultureInfo("en-US");
     this.radScheduler1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radScheduler1.Location = new System.Drawing.Point(0, 0);
     this.radScheduler1.Name     = "radScheduler1";
     schedulerDailyPrintStyle1.AppointmentFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     schedulerDailyPrintStyle1.DateEndRange    = new System.DateTime(2018, 6, 30, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.DateHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     schedulerDailyPrintStyle1.DateStartRange  = new System.DateTime(2018, 6, 25, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.PageHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
     this.radScheduler1.PrintStyle             = schedulerDailyPrintStyle1;
     this.radScheduler1.Size     = new System.Drawing.Size(1434, 509);
     this.radScheduler1.TabIndex = 0;
     //
     // RadForm1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1434, 509);
     this.Controls.Add(this.radScheduler1);
     this.Name = "RadForm1";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text = "RadForm1";
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 4
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();
     Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle1 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
     Telerik.WinControls.UI.AppointmentMappingInfo   appointmentMappingInfo1   = new Telerik.WinControls.UI.AppointmentMappingInfo();
     Telerik.WinControls.UI.ResourceMappingInfo      resourceMappingInfo1      = new Telerik.WinControls.UI.ResourceMappingInfo();
     this.radScheduler1 = new Telerik.WinControls.UI.RadScheduler();
     this.radButton1    = new Telerik.WinControls.UI.RadButton();
     this.schedulerBindingDataSource1        = new Telerik.WinControls.UI.SchedulerBindingDataSource();
     this.resourcesBindingSource             = new System.Windows.Forms.BindingSource(this.components);
     this.schedulerDataDataSet               = new SchedulerDataBindingTutorial.SchedulerDataDataSet();
     this.appointmentsBindingSource          = new System.Windows.Forms.BindingSource(this.components);
     this.appointmentsTableAdapter           = new SchedulerDataBindingTutorial.SchedulerDataDataSetTableAdapters.AppointmentsTableAdapter();
     this.appointmentsResourcesBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.appointmentsResourcesTableAdapter  = new SchedulerDataBindingTutorial.SchedulerDataDataSetTableAdapters.AppointmentsResourcesTableAdapter();
     this.resourcesTableAdapter              = new SchedulerDataBindingTutorial.SchedulerDataDataSetTableAdapters.ResourcesTableAdapter();
     this.fluentDarkTheme1 = new Telerik.WinControls.Themes.FluentDarkTheme();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.EventProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.ResourceProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.resourcesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerDataDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.appointmentsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.appointmentsResourcesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radScheduler1
     //
     this.radScheduler1.Culture  = new System.Globalization.CultureInfo("en-US");
     this.radScheduler1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radScheduler1.Location = new System.Drawing.Point(0, 24);
     this.radScheduler1.Name     = "radScheduler1";
     schedulerDailyPrintStyle1.AppointmentFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     schedulerDailyPrintStyle1.DateEndRange    = new System.DateTime(2020, 11, 14, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.DateHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     schedulerDailyPrintStyle1.DateStartRange  = new System.DateTime(2020, 11, 9, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.PageHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
     this.radScheduler1.PrintStyle             = schedulerDailyPrintStyle1;
     this.radScheduler1.Size      = new System.Drawing.Size(629, 586);
     this.radScheduler1.TabIndex  = 0;
     this.radScheduler1.ThemeName = "FluentDark";
     //
     // radButton1
     //
     this.radButton1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.radButton1.Location  = new System.Drawing.Point(0, 0);
     this.radButton1.Name      = "radButton1";
     this.radButton1.Size      = new System.Drawing.Size(629, 24);
     this.radButton1.TabIndex  = 0;
     this.radButton1.Text      = "Save";
     this.radButton1.ThemeName = "FluentDark";
     this.radButton1.Click    += new System.EventHandler(this.radButton1_Click);
     //
     // schedulerBindingDataSource1
     //
     //
     //
     //
     this.schedulerBindingDataSource1.EventProvider.DataSource = this.resourcesBindingSource;
     this.schedulerBindingDataSource1.EventProvider.Mapping    = appointmentMappingInfo1;
     //
     //
     //
     this.schedulerBindingDataSource1.ResourceProvider.Mapping = resourceMappingInfo1;
     //
     // resourcesBindingSource
     //
     this.resourcesBindingSource.DataMember = "Resources";
     this.resourcesBindingSource.DataSource = this.schedulerDataDataSet;
     //
     // schedulerDataDataSet
     //
     this.schedulerDataDataSet.DataSetName             = "SchedulerDataDataSet";
     this.schedulerDataDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // appointmentsBindingSource
     //
     this.appointmentsBindingSource.DataMember = "Appointments";
     this.appointmentsBindingSource.DataSource = this.schedulerDataDataSet;
     //
     // appointmentsTableAdapter
     //
     this.appointmentsTableAdapter.ClearBeforeFill = true;
     //
     // appointmentsResourcesBindingSource
     //
     this.appointmentsResourcesBindingSource.DataMember = "AppointmentsResources";
     this.appointmentsResourcesBindingSource.DataSource = this.schedulerDataDataSet;
     //
     // appointmentsResourcesTableAdapter
     //
     this.appointmentsResourcesTableAdapter.ClearBeforeFill = true;
     //
     // resourcesTableAdapter
     //
     this.resourcesTableAdapter.ClearBeforeFill = true;
     //
     // RadForm1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(629, 610);
     this.Controls.Add(this.radScheduler1);
     this.Controls.Add(this.radButton1);
     this.Name = "RadForm1";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "RadForm1";
     this.ThemeName = "FluentDark";
     this.Load     += new System.EventHandler(this.RadForm1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.EventProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.ResourceProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.resourcesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerDataDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.appointmentsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.appointmentsResourcesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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()
 {
     Telerik.WinControls.UI.DateTimeInterval         dateTimeInterval1         = new Telerik.WinControls.UI.DateTimeInterval();
     Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle1 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
     System.ComponentModel.ComponentResourceManager  resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.radScheduler1          = new Telerik.WinControls.UI.RadScheduler();
     this.radSchedulerNavigator1 = new Telerik.WinControls.UI.RadSchedulerNavigator();
     this.radPrintDocument1      = new Telerik.WinControls.UI.RadPrintDocument();
     this.radGroupBox1           = new Telerik.WinControls.UI.RadGroupBox();
     this.radioDetails           = new Telerik.WinControls.UI.RadRadioButton();
     this.radioMonthly           = new Telerik.WinControls.UI.RadRadioButton();
     this.radioWeekly            = new Telerik.WinControls.UI.RadRadioButton();
     this.radioDaily             = new Telerik.WinControls.UI.RadRadioButton();
     this.buttonPrint            = new Telerik.WinControls.UI.RadButton();
     this.buttonPreview          = new Telerik.WinControls.UI.RadButton();
     this.buttonSettings         = new Telerik.WinControls.UI.RadButton();
     ((System.ComponentModel.ISupportInitialize)(this.settingsPanel)).BeginInit();
     this.settingsPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSchedulerNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radioDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioMonthly)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioWeekly)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioDaily)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonPrint)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonPreview)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonSettings)).BeginInit();
     this.SuspendLayout();
     //
     // settingsPanel
     //
     this.settingsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
     this.settingsPanel.Controls.Add(this.buttonSettings);
     this.settingsPanel.Controls.Add(this.buttonPreview);
     this.settingsPanel.Controls.Add(this.radGroupBox1);
     this.settingsPanel.Controls.Add(this.buttonPrint);
     this.settingsPanel.Dock     = System.Windows.Forms.DockStyle.Right;
     this.settingsPanel.Location = new System.Drawing.Point(1122, 0);
     this.settingsPanel.Size     = new System.Drawing.Size(238, 749);
     this.settingsPanel.Controls.SetChildIndex(this.buttonPrint, 0);
     this.settingsPanel.Controls.SetChildIndex(this.radGroupBox1, 0);
     this.settingsPanel.Controls.SetChildIndex(this.buttonPreview, 0);
     this.settingsPanel.Controls.SetChildIndex(this.buttonSettings, 0);
     //
     // radScheduler1
     //
     dateTimeInterval1.End   = new System.DateTime(((long)(0)));
     dateTimeInterval1.Start = new System.DateTime(((long)(0)));
     this.radScheduler1.AccessibleInterval     = dateTimeInterval1;
     this.radScheduler1.AppointmentTitleFormat = null;
     this.radScheduler1.Culture                = new System.Globalization.CultureInfo("en-US");
     this.radScheduler1.DataSource             = null;
     this.radScheduler1.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.radScheduler1.GroupType              = Telerik.WinControls.UI.GroupType.None;
     this.radScheduler1.HeaderFormat           = "dd dddd";
     this.radScheduler1.Location               = new System.Drawing.Point(0, 77);
     this.radScheduler1.Name                   = "radScheduler1";
     schedulerDailyPrintStyle1.AppointmentFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     schedulerDailyPrintStyle1.DateEndRange    = new System.DateTime(2012, 2, 13, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.DateHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     schedulerDailyPrintStyle1.DateStartRange  = new System.DateTime(2012, 2, 8, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.PageHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
     this.radScheduler1.PrintStyle             = schedulerDailyPrintStyle1;
     this.radScheduler1.Size                   = new System.Drawing.Size(1122, 672);
     this.radScheduler1.TabIndex               = 1;
     this.radScheduler1.Text                   = "radScheduler1";
     this.radScheduler1.ActiveViewChanged     += new System.EventHandler <Telerik.WinControls.UI.SchedulerViewChangedEventArgs>(radScheduler1_ActiveViewChanged);
     //
     // radSchedulerNavigator1
     //
     this.radSchedulerNavigator1.AssociatedScheduler = this.radScheduler1;
     this.radSchedulerNavigator1.DateFormat          = "yyyy/MM/dd";
     this.radSchedulerNavigator1.Dock               = System.Windows.Forms.DockStyle.Top;
     this.radSchedulerNavigator1.Location           = new System.Drawing.Point(0, 0);
     this.radSchedulerNavigator1.Name               = "radSchedulerNavigator1";
     this.radSchedulerNavigator1.NavigationStepType = Telerik.WinControls.UI.NavigationStepTypes.Day;
     //
     //
     //
     this.radSchedulerNavigator1.RootElement.StretchVertically = false;
     this.radSchedulerNavigator1.Size     = new System.Drawing.Size(1122, 77);
     this.radSchedulerNavigator1.TabIndex = 2;
     this.radSchedulerNavigator1.Text     = "radSchedulerNavigator1";
     //
     // radPrintDocument1
     //
     this.radPrintDocument1.AssociatedObject = this.radScheduler1;
     this.radPrintDocument1.FooterFont       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.radPrintDocument1.HeaderFont       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.radPrintDocument1.LeftFooter       = "Page [Page #] of [Total Pages]";
     this.radPrintDocument1.LeftHeader       = "[Time Printed]";
     this.radPrintDocument1.MiddleFooter     = "***";
     this.radPrintDocument1.MiddleHeader     = "Weekly Task List";
     this.radPrintDocument1.RightFooter      = "Printed by: [User Name]";
     this.radPrintDocument1.RightHeader      = "[Date Printed]";
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.radioDetails);
     this.radGroupBox1.Controls.Add(this.radioMonthly);
     this.radGroupBox1.Controls.Add(this.radioWeekly);
     this.radGroupBox1.Controls.Add(this.radioDaily);
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey   = "";
     this.radGroupBox1.HeaderImageIndex = -1;
     this.radGroupBox1.HeaderImageKey   = "";
     this.radGroupBox1.HeaderMargin     = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText       = "Print Style";
     this.radGroupBox1.Location         = new System.Drawing.Point(19, 37);
     this.radGroupBox1.Name             = "radGroupBox1";
     this.radGroupBox1.Padding          = new System.Windows.Forms.Padding(2, 18, 2, 2);
     //
     //
     //
     this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox1.Size     = new System.Drawing.Size(200, 128);
     this.radGroupBox1.TabIndex = 1;
     this.radGroupBox1.Text     = "Print Style";
     //
     // radioDetails
     //
     this.radioDetails.Location            = new System.Drawing.Point(18, 97);
     this.radioDetails.Name                = "radioDetails";
     this.radioDetails.Size                = new System.Drawing.Size(110, 18);
     this.radioDetails.TabIndex            = 3;
     this.radioDetails.Text                = "Details Style";
     this.radioDetails.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radio_ToggleStateChanged);
     //
     // radioMonthly
     //
     this.radioMonthly.Location            = new System.Drawing.Point(18, 73);
     this.radioMonthly.Name                = "radioMonthly";
     this.radioMonthly.Size                = new System.Drawing.Size(110, 18);
     this.radioMonthly.TabIndex            = 2;
     this.radioMonthly.Text                = "Monthly Style";
     this.radioMonthly.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radio_ToggleStateChanged);
     //
     // radioWeekly
     //
     this.radioWeekly.Location            = new System.Drawing.Point(18, 49);
     this.radioWeekly.Name                = "radioWeekly";
     this.radioWeekly.Size                = new System.Drawing.Size(110, 18);
     this.radioWeekly.TabIndex            = 1;
     this.radioWeekly.Text                = "Weekly Style";
     this.radioWeekly.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radio_ToggleStateChanged);
     //
     // radioDaily
     //
     this.radioDaily.Location            = new System.Drawing.Point(18, 25);
     this.radioDaily.Name                = "radioDaily";
     this.radioDaily.Size                = new System.Drawing.Size(110, 18);
     this.radioDaily.TabIndex            = 0;
     this.radioDaily.TabStop             = true;
     this.radioDaily.Text                = "Daily Style";
     this.radioDaily.ToggleState         = Telerik.WinControls.Enumerations.ToggleState.On;
     this.radioDaily.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radio_ToggleStateChanged);
     //
     // buttonPrint
     //
     this.buttonPrint.Location = new System.Drawing.Point(19, 185);
     this.buttonPrint.Name     = "buttonPrint";
     this.buttonPrint.Size     = new System.Drawing.Size(130, 24);
     this.buttonPrint.TabIndex = 2;
     this.buttonPrint.Text     = "Print ...";
     this.buttonPrint.Click   += new System.EventHandler(this.buttonPrint_Click);
     //
     // buttonPreview
     //
     this.buttonPreview.Location = new System.Drawing.Point(19, 223);
     this.buttonPreview.Name     = "buttonPreview";
     this.buttonPreview.Size     = new System.Drawing.Size(130, 24);
     this.buttonPreview.TabIndex = 3;
     this.buttonPreview.Text     = "Print Preview";
     this.buttonPreview.Click   += new System.EventHandler(this.buttonPreview_Click);
     //
     // buttonSettings
     //
     this.buttonSettings.Location = new System.Drawing.Point(19, 261);
     this.buttonSettings.Name     = "buttonSettings";
     this.buttonSettings.Size     = new System.Drawing.Size(130, 24);
     this.buttonSettings.TabIndex = 4;
     this.buttonSettings.Text     = "Print Settings";
     this.buttonSettings.Click   += new System.EventHandler(this.buttonSettings_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.radScheduler1);
     this.Controls.Add(this.radSchedulerNavigator1);
     this.Name = "Form1";
     this.Size = new System.Drawing.Size(1360, 749);
     this.Controls.SetChildIndex(this.settingsPanel, 0);
     this.Controls.SetChildIndex(this.radSchedulerNavigator1, 0);
     this.Controls.SetChildIndex(this.radScheduler1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.settingsPanel)).EndInit();
     this.settingsPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSchedulerNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radioDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioMonthly)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioWeekly)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioDaily)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonPrint)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonPreview)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonSettings)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle1 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
     Telerik.WinControls.UI.AppointmentMappingInfo   appointmentMappingInfo1   = new Telerik.WinControls.UI.AppointmentMappingInfo();
     Telerik.WinControls.UI.ResourceMappingInfo      resourceMappingInfo1      = new Telerik.WinControls.UI.ResourceMappingInfo();
     System.ComponentModel.ComponentResourceManager  resources = new System.ComponentModel.ComponentResourceManager(typeof(frmViewAgenda));
     this.panelScheduler = new System.Windows.Forms.Panel();
     this.radScheduler1  = new Telerik.WinControls.UI.RadScheduler();
     this.schedulerBindingDataSource1 = new Telerik.WinControls.UI.SchedulerBindingDataSource();
     this.schedulerDataDataSet        = new CIDAGENDA2018.schedulerDataDataSet();
     this.radSchedulerNavigator1      = new Telerik.WinControls.UI.RadSchedulerNavigator();
     this.btn_forward_resource        = new System.Windows.Forms.Button();
     this.btn_back_resource           = new System.Windows.Forms.Button();
     this.panelBarraAmarilla          = new System.Windows.Forms.Panel();
     this.toolStrip1         = new System.Windows.Forms.ToolStrip();
     this.btn_Salir          = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1   = new System.Windows.Forms.ToolStripButton();
     this.panelGeneral       = new System.Windows.Forms.Panel();
     this.label3             = new System.Windows.Forms.Label();
     this.txt_unidad_negocio = new System.Windows.Forms.ComboBox();
     this.label1             = new System.Windows.Forms.Label();
     this.txt_salas          = new System.Windows.Forms.ComboBox();
     this.citasTableAdapter1 = new CIDAGENDA2018.schedulerDataDataSetTableAdapters.CITASTableAdapter();
     this.cita1TableAdapter1 = new CIDAGENDA2018.schedulerDataDataSetTableAdapters.CITA1TableAdapter();
     this.salasTableAdapter1 = new CIDAGENDA2018.schedulerDataDataSetTableAdapters.SALASTableAdapter();
     this.btnCotizador       = new System.Windows.Forms.ToolStripButton();
     this.panelScheduler.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.EventProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.ResourceProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerDataDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSchedulerNavigator1)).BeginInit();
     this.radSchedulerNavigator1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.panelGeneral.SuspendLayout();
     this.SuspendLayout();
     //
     // panelScheduler
     //
     this.panelScheduler.AutoScroll = true;
     this.panelScheduler.Controls.Add(this.radScheduler1);
     this.panelScheduler.Controls.Add(this.radSchedulerNavigator1);
     this.panelScheduler.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelScheduler.Location = new System.Drawing.Point(0, 109);
     this.panelScheduler.Name     = "panelScheduler";
     this.panelScheduler.Size     = new System.Drawing.Size(1039, 565);
     this.panelScheduler.TabIndex = 0;
     //
     // radScheduler1
     //
     this.radScheduler1.AllowCopyPaste         = Telerik.WinControls.UI.CopyPasteMode.Disallow;
     this.radScheduler1.AutoScroll             = true;
     this.radScheduler1.BackColor              = System.Drawing.SystemColors.ControlLightLight;
     this.radScheduler1.Culture                = new System.Globalization.CultureInfo("es-MX");
     this.radScheduler1.DataSource             = this.schedulerBindingDataSource1;
     this.radScheduler1.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.radScheduler1.HeaderFormat           = "dddd dd MMMM yyyy";
     this.radScheduler1.Location               = new System.Drawing.Point(0, 77);
     this.radScheduler1.Name                   = "radScheduler1";
     schedulerDailyPrintStyle1.AppointmentFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     schedulerDailyPrintStyle1.DateEndRange    = new System.DateTime(2018, 4, 15, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.DateHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     schedulerDailyPrintStyle1.DateStartRange  = new System.DateTime(2018, 4, 10, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.PageHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
     this.radScheduler1.PrintStyle             = schedulerDailyPrintStyle1;
     //
     //
     //
     this.radScheduler1.RootElement.ControlBounds   = new System.Drawing.Rectangle(0, 77, 500, 500);
     this.radScheduler1.ShowAllDayAppointmentStatus = true;
     this.radScheduler1.Size                          = new System.Drawing.Size(1039, 488);
     this.radScheduler1.TabIndex                      = 111;
     this.radScheduler1.Text                          = "radScheduler1";
     this.radScheduler1.AppointmentDropping          += new System.EventHandler <Telerik.WinControls.UI.AppointmentMovingEventArgs>(this.radScheduler1_AppointmentDropping);
     this.radScheduler1.AppointmentResizeEnd         += new System.EventHandler <Telerik.WinControls.UI.SchedulerAppointmentEventArgs>(this.radScheduler1_AppointmentResizeEnd);
     this.radScheduler1.ContextMenuOpening           += new Telerik.WinControls.UI.SchedulerContextMenuOpeningEventHandler(this.radScheduler1_ContextMenuOpening);
     this.radScheduler1.AppointmentFormatting        += new System.EventHandler <Telerik.WinControls.UI.SchedulerAppointmentEventArgs>(this.radScheduler1_AppointmentFormatting);
     this.radScheduler1.AppointmentEditDialogShowing += new System.EventHandler <Telerik.WinControls.UI.AppointmentEditDialogShowingEventArgs>(this.radScheduler1_AppointmentEditDialogShowing);
     this.radScheduler1.ToolTipTextNeeded            += new Telerik.WinControls.ToolTipTextNeededEventHandler(this.radScheduler1_ToolTipTextNeeded);
     //
     // schedulerBindingDataSource1
     //
     //
     //
     //
     this.schedulerBindingDataSource1.EventProvider.DataMember = "CITAS";
     this.schedulerBindingDataSource1.EventProvider.DataSource = this.schedulerDataDataSet;
     this.schedulerBindingDataSource1.EventProvider.Mapping    = appointmentMappingInfo1;
     //
     //
     //
     this.schedulerBindingDataSource1.ResourceProvider.DataMember = "SALAS";
     this.schedulerBindingDataSource1.ResourceProvider.DataSource = this.schedulerDataDataSet;
     this.schedulerBindingDataSource1.ResourceProvider.Mapping    = resourceMappingInfo1;
     //
     // schedulerDataDataSet
     //
     this.schedulerDataDataSet.DataSetName             = "schedulerDataDataSet";
     this.schedulerDataDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // radSchedulerNavigator1
     //
     this.radSchedulerNavigator1.AssociatedScheduler = this.radScheduler1;
     this.radSchedulerNavigator1.BackColor           = System.Drawing.SystemColors.ControlLightLight;
     this.radSchedulerNavigator1.Controls.Add(this.btn_forward_resource);
     this.radSchedulerNavigator1.Controls.Add(this.btn_back_resource);
     this.radSchedulerNavigator1.DateFormat         = "dddd dd MMMM yyyy";
     this.radSchedulerNavigator1.Dock               = System.Windows.Forms.DockStyle.Top;
     this.radSchedulerNavigator1.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(66)))), ((int)(((byte)(139)))));
     this.radSchedulerNavigator1.Location           = new System.Drawing.Point(0, 0);
     this.radSchedulerNavigator1.Name               = "radSchedulerNavigator1";
     this.radSchedulerNavigator1.NavigationStepType = Telerik.WinControls.UI.NavigationStepTypes.Day;
     //
     //
     //
     this.radSchedulerNavigator1.RootElement.ControlBounds     = new System.Drawing.Rectangle(0, 0, 472, 78);
     this.radSchedulerNavigator1.RootElement.StretchVertically = false;
     this.radSchedulerNavigator1.Size     = new System.Drawing.Size(1039, 77);
     this.radSchedulerNavigator1.TabIndex = 110;
     this.radSchedulerNavigator1.Text     = "radSchedulerNavigator1";
     //
     // btn_forward_resource
     //
     this.btn_forward_resource.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(153)))), ((int)(((byte)(210)))));
     this.btn_forward_resource.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn_forward_resource.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(225)))), ((int)(((byte)(255)))));
     this.btn_forward_resource.Image     = ((System.Drawing.Image)(resources.GetObject("btn_forward_resource.Image")));
     this.btn_forward_resource.Location  = new System.Drawing.Point(467, 0);
     this.btn_forward_resource.Name      = "btn_forward_resource";
     this.btn_forward_resource.Size      = new System.Drawing.Size(50, 32);
     this.btn_forward_resource.TabIndex  = 36;
     this.btn_forward_resource.UseVisualStyleBackColor = false;
     this.btn_forward_resource.Click += new System.EventHandler(this.btn_forward_resource_Click);
     //
     // btn_back_resource
     //
     this.btn_back_resource.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(153)))), ((int)(((byte)(210)))));
     this.btn_back_resource.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn_back_resource.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(225)))), ((int)(((byte)(255)))));
     this.btn_back_resource.Image     = ((System.Drawing.Image)(resources.GetObject("btn_back_resource.Image")));
     this.btn_back_resource.Location  = new System.Drawing.Point(411, 0);
     this.btn_back_resource.Name      = "btn_back_resource";
     this.btn_back_resource.Size      = new System.Drawing.Size(50, 32);
     this.btn_back_resource.TabIndex  = 35;
     this.btn_back_resource.UseVisualStyleBackColor = false;
     this.btn_back_resource.Click += new System.EventHandler(this.btn_back_resource_Click);
     //
     // panelBarraAmarilla
     //
     this.panelBarraAmarilla.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(185)))), ((int)(((byte)(19)))));
     this.panelBarraAmarilla.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panelBarraAmarilla.Location  = new System.Drawing.Point(0, 0);
     this.panelBarraAmarilla.Name      = "panelBarraAmarilla";
     this.panelBarraAmarilla.Size      = new System.Drawing.Size(1039, 6);
     this.panelBarraAmarilla.TabIndex  = 103;
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnCotizador,
         this.btn_Salir,
         this.toolStripButton1
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 6);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(1039, 44);
     this.toolStrip1.TabIndex = 904;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // btn_Salir
     //
     this.btn_Salir.Image                 = ((System.Drawing.Image)(resources.GetObject("btn_Salir.Image")));
     this.btn_Salir.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_Salir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_Salir.Name = "btn_Salir";
     this.btn_Salir.Size = new System.Drawing.Size(33, 41);
     this.btn_Salir.Text = "Salir";
     this.btn_Salir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btn_Salir.Click            += new System.EventHandler(this.btn_Salir_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Enabled               = false;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name        = "toolStripButton1";
     this.toolStripButton1.Size        = new System.Drawing.Size(98, 41);
     this.toolStripButton1.ToolTipText = "Unidad Radiologica IRM, S. de R.L. de C.V.";
     //
     // panelGeneral
     //
     this.panelGeneral.Controls.Add(this.label3);
     this.panelGeneral.Controls.Add(this.txt_unidad_negocio);
     this.panelGeneral.Controls.Add(this.label1);
     this.panelGeneral.Controls.Add(this.txt_salas);
     this.panelGeneral.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelGeneral.Location = new System.Drawing.Point(0, 50);
     this.panelGeneral.Name     = "panelGeneral";
     this.panelGeneral.Size     = new System.Drawing.Size(1039, 59);
     this.panelGeneral.TabIndex = 905;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 11);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(99, 13);
     this.label3.TabIndex = 39;
     this.label3.Text     = "Unidad de Negocio";
     //
     // txt_unidad_negocio
     //
     this.txt_unidad_negocio.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.txt_unidad_negocio.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.txt_unidad_negocio.FormattingEnabled  = true;
     this.txt_unidad_negocio.Location           = new System.Drawing.Point(115, 8);
     this.txt_unidad_negocio.Name                  = "txt_unidad_negocio";
     this.txt_unidad_negocio.Size                  = new System.Drawing.Size(213, 21);
     this.txt_unidad_negocio.TabIndex              = 38;
     this.txt_unidad_negocio.SelectedIndexChanged += new System.EventHandler(this.txt_unidad_negocio_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(43, 31);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(66, 13);
     this.label1.TabIndex = 34;
     this.label1.Text     = "Mostrar Sala";
     //
     // txt_salas
     //
     this.txt_salas.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.txt_salas.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.txt_salas.Location           = new System.Drawing.Point(115, 28);
     this.txt_salas.Name                  = "txt_salas";
     this.txt_salas.Size                  = new System.Drawing.Size(213, 21);
     this.txt_salas.TabIndex              = 33;
     this.txt_salas.SelectedIndexChanged += new System.EventHandler(this.txt_salas_SelectedIndexChanged);
     //
     // citasTableAdapter1
     //
     this.citasTableAdapter1.ClearBeforeFill = true;
     //
     // cita1TableAdapter1
     //
     this.cita1TableAdapter1.ClearBeforeFill = true;
     //
     // salasTableAdapter1
     //
     this.salasTableAdapter1.ClearBeforeFill = true;
     //
     // btnCotizador
     //
     this.btnCotizador.Image                 = ((System.Drawing.Image)(resources.GetObject("btnCotizador.Image")));
     this.btnCotizador.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCotizador.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCotizador.Name = "btnCotizador";
     this.btnCotizador.Size = new System.Drawing.Size(62, 41);
     this.btnCotizador.Text = "Cotizador";
     this.btnCotizador.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnCotizador.Click            += new System.EventHandler(this.btnCotizador_Click);
     //
     // frmViewAgenda
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlLightLight;
     this.ClientSize          = new System.Drawing.Size(1039, 674);
     this.Controls.Add(this.panelScheduler);
     this.Controls.Add(this.panelGeneral);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.panelBarraAmarilla);
     this.DoubleBuffered = true;
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name           = "frmViewAgenda";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "frmViewAgenda";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.Load          += new System.EventHandler(this.frmViewAgenda_Load);
     this.Shown         += new System.EventHandler(this.frmViewAgenda_Shown);
     this.ResizeEnd     += new System.EventHandler(this.frmViewAgenda_ResizeEnd);
     this.SizeChanged   += new System.EventHandler(this.frmViewAgenda_SizeChanged);
     this.panelScheduler.ResumeLayout(false);
     this.panelScheduler.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.EventProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.ResourceProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerDataDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSchedulerNavigator1)).EndInit();
     this.radSchedulerNavigator1.ResumeLayout(false);
     this.radSchedulerNavigator1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.panelGeneral.ResumeLayout(false);
     this.panelGeneral.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle2 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
     System.ComponentModel.ComponentResourceManager  resources = new System.ComponentModel.ComponentResourceManager(typeof(UCShowCurrentState));
     this.radRibbonBarGroup2           = new Telerik.WinControls.UI.RadRibbonBarGroup();
     this.radButtonElementProgress25   = new Telerik.WinControls.UI.RadButtonElement();
     this.radButtonElementProgress50   = new Telerik.WinControls.UI.RadButtonElement();
     this.radButtonElementProgress100  = new Telerik.WinControls.UI.RadButtonElement();
     this.radTrackBarElementZoom       = new Telerik.WinControls.UI.RadTrackBarElement();
     this.radRibbonBarGroup5           = new Telerik.WinControls.UI.RadRibbonBarGroup();
     this.radRibbonBarGroup7           = new Telerik.WinControls.UI.RadRibbonBarGroup();
     this.radButtonElement1            = new Telerik.WinControls.UI.RadButtonElement();
     this.radButtonElementDeleteTask   = new Telerik.WinControls.UI.RadButtonElement();
     this.radButtonElementAddMilestone = new Telerik.WinControls.UI.RadButtonElement();
     this.radButtonElement2            = new Telerik.WinControls.UI.RadButtonElement();
     this.RefreshTimer                  = new System.Windows.Forms.Timer(this.components);
     this.printablePanel                = new PersianMIS.CurrentState.PrintablePanel();
     this.radPanel1                     = new Telerik.WinControls.UI.RadPanel();
     this.radScheduler1                 = new Telerik.WinControls.UI.RadScheduler();
     this.radCollapsiblePanel2          = new Telerik.WinControls.UI.RadCollapsiblePanel();
     this.Btn_Check                     = new Telerik.WinControls.UI.RadButton();
     this.radCollapsiblePanel1          = new Telerik.WinControls.UI.RadCollapsiblePanel();
     this.radRibbonBar1                 = new Telerik.WinControls.UI.RadRibbonBar();
     this.ribbonTab1                    = new Telerik.WinControls.UI.RibbonTab();
     this.radRibbonBarGroup1            = new Telerik.WinControls.UI.RadRibbonBarGroup();
     this.radRibbonBarGroup3            = new Telerik.WinControls.UI.RadRibbonBarGroup();
     this.Btn_Week                      = new Telerik.WinControls.UI.RadButtonElement();
     this.Btn_Month                     = new Telerik.WinControls.UI.RadButtonElement();
     this.Btn_Year                      = new Telerik.WinControls.UI.RadButtonElement();
     this.radRibbonBarGroup6            = new Telerik.WinControls.UI.RadRibbonBarGroup();
     this.radRibbonBarButtonGroup1      = new Telerik.WinControls.UI.RadRibbonBarButtonGroup();
     this.radLabelElement1              = new Telerik.WinControls.UI.RadLabelElement();
     this.radDateTimePickerElementStart = new Telerik.WinControls.UI.RadDateTimePickerElement();
     this.radRibbonBarButtonGroup2      = new Telerik.WinControls.UI.RadRibbonBarButtonGroup();
     this.radLabelElement2              = new Telerik.WinControls.UI.RadLabelElement();
     this.radDateTimePickerElementEnd   = new Telerik.WinControls.UI.RadDateTimePickerElement();
     this.radRibbonBarGroup8            = new Telerik.WinControls.UI.RadRibbonBarGroup();
     this.Btn_ShowData                  = new Telerik.WinControls.UI.RadButtonElement();
     this.radRibbonBarGroup4            = new Telerik.WinControls.UI.RadRibbonBarGroup();
     this.BtnPrint                      = new Telerik.WinControls.UI.RadButtonElement();
     this.ribbonTab2                    = new Telerik.WinControls.UI.RibbonTab();
     ((System.ComponentModel.ISupportInitialize)(this.printablePanel)).BeginInit();
     this.printablePanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
     this.radPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCollapsiblePanel2)).BeginInit();
     this.radCollapsiblePanel2.PanelContainer.SuspendLayout();
     this.radCollapsiblePanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Btn_Check)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCollapsiblePanel1)).BeginInit();
     this.radCollapsiblePanel1.PanelContainer.SuspendLayout();
     this.radCollapsiblePanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radRibbonBar1)).BeginInit();
     this.SuspendLayout();
     //
     // radRibbonBarGroup2
     //
     this.radRibbonBarGroup2.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radButtonElementProgress25,
         this.radButtonElementProgress50,
         this.radButtonElementProgress100
     });
     this.radRibbonBarGroup2.Margin      = new System.Windows.Forms.Padding(0);
     this.radRibbonBarGroup2.MaxSize     = new System.Drawing.Size(0, 0);
     this.radRibbonBarGroup2.MinSize     = new System.Drawing.Size(0, 0);
     this.radRibbonBarGroup2.Name        = "radRibbonBarGroup2";
     this.radRibbonBarGroup2.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.radRibbonBarGroup2.Text        = "میزان بزرگنمایی";
     this.radRibbonBarGroup2.UseCompatibleTextRendering = false;
     //
     // radButtonElementProgress25
     //
     this.radButtonElementProgress25.Image                      = global::PersianMIS.Properties.Resources.Gantt25;
     this.radButtonElementProgress25.Name                       = "radButtonElementProgress25";
     this.radButtonElementProgress25.Text                       = "25%";
     this.radButtonElementProgress25.TextImageRelation          = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radButtonElementProgress25.UseCompatibleTextRendering = false;
     //
     // radButtonElementProgress50
     //
     this.radButtonElementProgress50.Image                      = global::PersianMIS.Properties.Resources.Gantt50;
     this.radButtonElementProgress50.Name                       = "radButtonElementProgress50";
     this.radButtonElementProgress50.Text                       = "50%";
     this.radButtonElementProgress50.TextImageRelation          = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radButtonElementProgress50.UseCompatibleTextRendering = false;
     //
     // radButtonElementProgress100
     //
     this.radButtonElementProgress100.Image                      = global::PersianMIS.Properties.Resources.Gantt100;
     this.radButtonElementProgress100.Name                       = "radButtonElementProgress100";
     this.radButtonElementProgress100.Text                       = "100%";
     this.radButtonElementProgress100.TextImageRelation          = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radButtonElementProgress100.UseCompatibleTextRendering = false;
     //
     // radTrackBarElementZoom
     //
     this.radTrackBarElementZoom.AutoSize = false;
     this.radTrackBarElementZoom.Bounds   = new System.Drawing.Rectangle(0, 0, 483, 42);
     this.radTrackBarElementZoom.Comparer = null;
     this.radTrackBarElementZoom.DisabledTextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.radTrackBarElementZoom.FitInAvailableSize        = true;
     this.radTrackBarElementZoom.Margin                     = new System.Windows.Forms.Padding(0, 30, 0, 0);
     this.radTrackBarElementZoom.Maximum                    = 50F;
     this.radTrackBarElementZoom.MinSize                    = new System.Drawing.Size(100, 0);
     this.radTrackBarElementZoom.Name                       = "radTrackBarElementZoom";
     this.radTrackBarElementZoom.Text                       = "radButtonElement9";
     this.radTrackBarElementZoom.TextRenderingHint          = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.radTrackBarElementZoom.UseCompatibleTextRendering = false;
     //
     // radRibbonBarGroup5
     //
     this.radRibbonBarGroup5.AutoSize = true;
     this.radRibbonBarGroup5.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radTrackBarElementZoom
     });
     this.radRibbonBarGroup5.Margin  = new System.Windows.Forms.Padding(0);
     this.radRibbonBarGroup5.MaxSize = new System.Drawing.Size(0, 0);
     this.radRibbonBarGroup5.MinSize = new System.Drawing.Size(0, 0);
     this.radRibbonBarGroup5.Name    = "radRibbonBarGroup5";
     this.radRibbonBarGroup5.Text    = "بزرگنمایی";
     this.radRibbonBarGroup5.UseCompatibleTextRendering = false;
     //
     // radRibbonBarGroup7
     //
     this.radRibbonBarGroup7.AccessibleDescription = "Print";
     this.radRibbonBarGroup7.AccessibleName        = "Print";
     this.radRibbonBarGroup7.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radButtonElement1
     });
     this.radRibbonBarGroup7.Margin  = new System.Windows.Forms.Padding(0);
     this.radRibbonBarGroup7.MaxSize = new System.Drawing.Size(0, 0);
     this.radRibbonBarGroup7.MinSize = new System.Drawing.Size(0, 0);
     this.radRibbonBarGroup7.Name    = "radRibbonBarGroup7";
     this.radRibbonBarGroup7.Text    = "چاپ اطلاعات";
     this.radRibbonBarGroup7.UseCompatibleTextRendering = false;
     //
     // radButtonElement1
     //
     this.radButtonElement1.AccessibleDescription = "چاپ";
     this.radButtonElement1.AccessibleName        = "چاپ";
     this.radButtonElement1.FitToSizeMode         = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
     this.radButtonElement1.Image                      = global::PersianMIS.Properties.Resources.printer1;
     this.radButtonElement1.ImageAlignment             = System.Drawing.ContentAlignment.MiddleCenter;
     this.radButtonElement1.MinSize                    = new System.Drawing.Size(60, 0);
     this.radButtonElement1.Name                       = "radButtonElement1";
     this.radButtonElement1.SmoothingMode              = System.Drawing.Drawing2D.SmoothingMode.HighSpeed;
     this.radButtonElement1.Text                       = "چاپ پیمایش زمانی";
     this.radButtonElement1.TextImageRelation          = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.radButtonElement1.UseCompatibleTextRendering = false;
     //
     // radButtonElementDeleteTask
     //
     this.radButtonElementDeleteTask.Image                      = global::PersianMIS.Properties.Resources.GanttDelete;
     this.radButtonElementDeleteTask.ImageAlignment             = System.Drawing.ContentAlignment.MiddleCenter;
     this.radButtonElementDeleteTask.MaxSize                    = new System.Drawing.Size(80, 0);
     this.radButtonElementDeleteTask.Name                       = "radButtonElementDeleteTask";
     this.radButtonElementDeleteTask.Text                       = "Delete selected task";
     this.radButtonElementDeleteTask.TextImageRelation          = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.radButtonElementDeleteTask.TextWrap                   = true;
     this.radButtonElementDeleteTask.UseCompatibleTextRendering = false;
     //
     // radButtonElementAddMilestone
     //
     this.radButtonElementAddMilestone.Image                      = global::PersianMIS.Properties.Resources.GanttAddMilestone;
     this.radButtonElementAddMilestone.ImageAlignment             = System.Drawing.ContentAlignment.MiddleCenter;
     this.radButtonElementAddMilestone.MaxSize                    = new System.Drawing.Size(80, 0);
     this.radButtonElementAddMilestone.Name                       = "radButtonElementAddMilestone";
     this.radButtonElementAddMilestone.Text                       = "Add milestone";
     this.radButtonElementAddMilestone.TextImageRelation          = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.radButtonElementAddMilestone.TextWrap                   = true;
     this.radButtonElementAddMilestone.UseCompatibleTextRendering = false;
     //
     // radButtonElement2
     //
     this.radButtonElement2.AccessibleDescription = "چاپ";
     this.radButtonElement2.AccessibleName        = "چاپ";
     this.radButtonElement2.FitToSizeMode         = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
     this.radButtonElement2.Image                      = global::PersianMIS.Properties.Resources.printer1;
     this.radButtonElement2.ImageAlignment             = System.Drawing.ContentAlignment.MiddleCenter;
     this.radButtonElement2.MinSize                    = new System.Drawing.Size(60, 0);
     this.radButtonElement2.Name                       = "radButtonElement2";
     this.radButtonElement2.SmoothingMode              = System.Drawing.Drawing2D.SmoothingMode.HighSpeed;
     this.radButtonElement2.Text                       = "چاپ پیمایش زمانی";
     this.radButtonElement2.TextImageRelation          = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.radButtonElement2.UseCompatibleTextRendering = false;
     //
     // RefreshTimer
     //
     this.RefreshTimer.Enabled  = true;
     this.RefreshTimer.Interval = 1000;
     this.RefreshTimer.Tick    += new System.EventHandler(this.RefreshTimer_Tick);
     //
     // printablePanel
     //
     this.printablePanel.AutoScroll = true;
     this.printablePanel.Controls.Add(this.radPanel1);
     this.printablePanel.Controls.Add(this.radCollapsiblePanel2);
     this.printablePanel.Controls.Add(this.radCollapsiblePanel1);
     this.printablePanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.printablePanel.Location = new System.Drawing.Point(0, 0);
     this.printablePanel.Name     = "printablePanel";
     this.printablePanel.Size     = new System.Drawing.Size(1236, 652);
     this.printablePanel.TabIndex = 0;
     this.printablePanel.Text     = "printablePanel1";
     //
     // radPanel1
     //
     this.radPanel1.Controls.Add(this.radScheduler1);
     this.radPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radPanel1.Location = new System.Drawing.Point(196, 173);
     this.radPanel1.Name     = "radPanel1";
     this.radPanel1.Size     = new System.Drawing.Size(1040, 479);
     this.radPanel1.TabIndex = 14;
     this.radPanel1.Text     = "radPanel1";
     //
     // radScheduler1
     //
     this.radScheduler1.AutoScroll           = true;
     this.radScheduler1.AutoSizeAppointments = true;
     this.radScheduler1.Culture = new System.Globalization.CultureInfo("fa-IR");
     this.radScheduler1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.radScheduler1.EnableExactTimeRendering = true;
     this.radScheduler1.EnableKeyMap             = true;
     this.radScheduler1.HeaderFormat             = "dd MM yyyy";
     this.radScheduler1.HighlightToday           = false;
     this.radScheduler1.Location = new System.Drawing.Point(0, 0);
     this.radScheduler1.Name     = "radScheduler1";
     schedulerDailyPrintStyle2.AppointmentFont      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     schedulerDailyPrintStyle2.DateEndRange         = new System.DateTime(2017, 7, 7, 0, 0, 0, 0);
     schedulerDailyPrintStyle2.DateHeadingFont      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     schedulerDailyPrintStyle2.DateStartRange       = new System.DateTime(2017, 7, 2, 0, 0, 0, 0);
     schedulerDailyPrintStyle2.PageHeadingFont      = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
     this.radScheduler1.PrintStyle                  = schedulerDailyPrintStyle2;
     this.radScheduler1.RightToLeft                 = System.Windows.Forms.RightToLeft.No;
     this.radScheduler1.ShowAllDayAppointmentStatus = true;
     this.radScheduler1.Size     = new System.Drawing.Size(1040, 479);
     this.radScheduler1.TabIndex = 10;
     this.radScheduler1.Text     = "radScheduler1";
     this.radScheduler1.AppointmentFormatting += new System.EventHandler <Telerik.WinControls.UI.SchedulerAppointmentEventArgs>(this.radScheduler1_AppointmentFormatting);
     //
     // radCollapsiblePanel2
     //
     this.radCollapsiblePanel2.Dock             = System.Windows.Forms.DockStyle.Left;
     this.radCollapsiblePanel2.ExpandDirection  = Telerik.WinControls.UI.RadDirection.Left;
     this.radCollapsiblePanel2.Location         = new System.Drawing.Point(0, 173);
     this.radCollapsiblePanel2.Name             = "radCollapsiblePanel2";
     this.radCollapsiblePanel2.OwnerBoundsCache = new System.Drawing.Rectangle(0, 21, 196, 631);
     //
     // radCollapsiblePanel2.PanelContainer
     //
     this.radCollapsiblePanel2.PanelContainer.Controls.Add(this.Btn_Check);
     this.radCollapsiblePanel2.PanelContainer.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.radCollapsiblePanel2.PanelContainer.Size   = new System.Drawing.Size(168, 477);
     this.radCollapsiblePanel2.Size     = new System.Drawing.Size(196, 479);
     this.radCollapsiblePanel2.TabIndex = 13;
     this.radCollapsiblePanel2.Text     = "radCollapsiblePanel2";
     //
     // Btn_Check
     //
     this.Btn_Check.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.Btn_Check.Cursor         = System.Windows.Forms.Cursors.Hand;
     this.Btn_Check.Image          = global::PersianMIS.Properties.Resources.Check;
     this.Btn_Check.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.Btn_Check.Location       = new System.Drawing.Point(141, 0);
     this.Btn_Check.Margin         = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.Btn_Check.Name           = "Btn_Check";
     this.Btn_Check.Size           = new System.Drawing.Size(27, 36);
     this.Btn_Check.TabIndex       = 47;
     this.Btn_Check.Tag            = "0";
     this.Btn_Check.Click         += new System.EventHandler(this.Btn_Check_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.Btn_Check.GetChildAt(0))).Image          = global::PersianMIS.Properties.Resources.Check;
     ((Telerik.WinControls.UI.RadButtonElement)(this.Btn_Check.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
     ((Telerik.WinControls.UI.RadButtonElement)(this.Btn_Check.GetChildAt(0))).Text           = "";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.Btn_Check.GetChildAt(0).GetChildAt(1).GetChildAt(0))).StretchHorizontally = false;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.Btn_Check.GetChildAt(0).GetChildAt(1).GetChildAt(0))).StretchVertically   = false;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.Btn_Check.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout         = System.Windows.Forms.ImageLayout.None;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.Btn_Check.GetChildAt(0).GetChildAt(1).GetChildAt(0))).FitToSizeMode       = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
     //
     // radCollapsiblePanel1
     //
     this.radCollapsiblePanel1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.radCollapsiblePanel1.Location         = new System.Drawing.Point(0, 0);
     this.radCollapsiblePanel1.Name             = "radCollapsiblePanel1";
     this.radCollapsiblePanel1.OwnerBoundsCache = new System.Drawing.Rectangle(0, 0, 1236, 189);
     //
     // radCollapsiblePanel1.PanelContainer
     //
     this.radCollapsiblePanel1.PanelContainer.Controls.Add(this.radRibbonBar1);
     this.radCollapsiblePanel1.PanelContainer.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.radCollapsiblePanel1.PanelContainer.Size   = new System.Drawing.Size(1234, 145);
     this.radCollapsiblePanel1.Size     = new System.Drawing.Size(1236, 173);
     this.radCollapsiblePanel1.TabIndex = 12;
     this.radCollapsiblePanel1.Text     = "radCollapsiblePanel1";
     //
     // radRibbonBar1
     //
     this.radRibbonBar1.CommandTabs.AddRange(new Telerik.WinControls.RadItem[] {
         this.ribbonTab1,
         this.ribbonTab2
     });
     //
     //
     //
     this.radRibbonBar1.ExitButton.Text = "Exit";
     this.radRibbonBar1.Font            = new System.Drawing.Font("B Nazanin", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.radRibbonBar1.Location        = new System.Drawing.Point(0, 0);
     this.radRibbonBar1.Margin          = new System.Windows.Forms.Padding(1, 0, 1, 0);
     this.radRibbonBar1.Name            = "radRibbonBar1";
     //
     //
     //
     this.radRibbonBar1.OptionsButton.Text = "Options";
     this.radRibbonBar1.RightToLeft        = System.Windows.Forms.RightToLeft.Yes;
     this.radRibbonBar1.Size             = new System.Drawing.Size(1234, 128);
     this.radRibbonBar1.StartButtonImage = ((System.Drawing.Image)(resources.GetObject("radRibbonBar1.StartButtonImage")));
     this.radRibbonBar1.TabIndex         = 9;
     this.radRibbonBar1.Text             = "RadGanttViewExample";
     this.radRibbonBar1.ThemeName        = "TelerikMetroBlue";
     ((Telerik.WinControls.UI.RadRibbonBarElement)(this.radRibbonBar1.GetChildAt(0))).Text = "RadGanttViewExample";
     ((Telerik.WinControls.UI.RadQuickAccessToolBar)(this.radRibbonBar1.GetChildAt(0).GetChildAt(2))).Visibility  = Telerik.WinControls.ElementVisibility.Collapsed;
     ((Telerik.WinControls.UI.RadRibbonBarCaption)(this.radRibbonBar1.GetChildAt(0).GetChildAt(3))).Visibility    = Telerik.WinControls.ElementVisibility.Collapsed;
     ((Telerik.WinControls.UI.RibbonTabStripElement)(this.radRibbonBar1.GetChildAt(0).GetChildAt(4))).RightToLeft = true;
     ((Telerik.WinControls.UI.StripViewItemContainer)(this.radRibbonBar1.GetChildAt(0).GetChildAt(4).GetChildAt(0))).Visibility    = Telerik.WinControls.ElementVisibility.Collapsed;
     ((Telerik.WinControls.UI.RadPageViewContentAreaElement)(this.radRibbonBar1.GetChildAt(0).GetChildAt(4).GetChildAt(1))).Margin = new System.Windows.Forms.Padding(0);
     ((Telerik.WinControls.UI.RadApplicationMenuButtonElement)(this.radRibbonBar1.GetChildAt(0).GetChildAt(5))).Image      = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     ((Telerik.WinControls.UI.RadApplicationMenuButtonElement)(this.radRibbonBar1.GetChildAt(0).GetChildAt(5))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
     ((Telerik.WinControls.UI.StackLayoutElement)(this.radRibbonBar1.GetChildAt(0).GetChildAt(6))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
     //
     // ribbonTab1
     //
     this.ribbonTab1.AutoEllipsis = false;
     this.ribbonTab1.DisabledTextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.ribbonTab1.IsSelected = true;
     this.ribbonTab1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radRibbonBarGroup1,
         this.radRibbonBarGroup3,
         this.radRibbonBarGroup6,
         this.radRibbonBarGroup8,
         this.radRibbonBarGroup4
     });
     this.ribbonTab1.Name = "ribbonTab1";
     this.ribbonTab1.Text = "s";
     this.ribbonTab1.TextRenderingHint          = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.ribbonTab1.UseCompatibleTextRendering = false;
     //
     // radRibbonBarGroup1
     //
     this.radRibbonBarGroup1.AutoSize = false;
     this.radRibbonBarGroup1.Bounds   = new System.Drawing.Rectangle(0, 0, 5, 101);
     this.radRibbonBarGroup1.Margin   = new System.Windows.Forms.Padding(0);
     this.radRibbonBarGroup1.MaxSize  = new System.Drawing.Size(0, 0);
     this.radRibbonBarGroup1.MinSize  = new System.Drawing.Size(0, 0);
     this.radRibbonBarGroup1.Name     = "radRibbonBarGroup1";
     this.radRibbonBarGroup1.Text     = "ITEMS";
     this.radRibbonBarGroup1.UseCompatibleTextRendering = false;
     this.radRibbonBarGroup1.Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     //
     // radRibbonBarGroup3
     //
     this.radRibbonBarGroup3.AccessibleDescription = "NAVIGATE";
     this.radRibbonBarGroup3.AccessibleName        = "NAVIGATE";
     this.radRibbonBarGroup3.AutoSize = true;
     this.radRibbonBarGroup3.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.Btn_Week,
         this.Btn_Month,
         this.Btn_Year
     });
     this.radRibbonBarGroup3.Margin      = new System.Windows.Forms.Padding(0);
     this.radRibbonBarGroup3.MaxSize     = new System.Drawing.Size(0, 0);
     this.radRibbonBarGroup3.MinSize     = new System.Drawing.Size(0, 0);
     this.radRibbonBarGroup3.Name        = "radRibbonBarGroup3";
     this.radRibbonBarGroup3.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.radRibbonBarGroup3.Text        = "سبک نمایش";
     this.radRibbonBarGroup3.UseCompatibleTextRendering = false;
     //
     // Btn_Week
     //
     this.Btn_Week.Image                      = global::PersianMIS.Properties.Resources.GanttWeek;
     this.Btn_Week.Name                       = "Btn_Week";
     this.Btn_Week.Text                       = "هفتگی";
     this.Btn_Week.TextAlignment              = System.Drawing.ContentAlignment.MiddleRight;
     this.Btn_Week.TextImageRelation          = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.Btn_Week.UseCompatibleTextRendering = false;
     this.Btn_Week.Click                     += new System.EventHandler(this.radButtonElementWeek_Click);
     //
     // Btn_Month
     //
     this.Btn_Month.Image                      = global::PersianMIS.Properties.Resources.GanttMonth;
     this.Btn_Month.Name                       = "Btn_Month";
     this.Btn_Month.Text                       = "ماهیانه";
     this.Btn_Month.TextAlignment              = System.Drawing.ContentAlignment.MiddleRight;
     this.Btn_Month.TextImageRelation          = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.Btn_Month.UseCompatibleTextRendering = false;
     this.Btn_Month.Click                     += new System.EventHandler(this.Btn_Month_Click);
     //
     // Btn_Year
     //
     this.Btn_Year.AutoSize                   = true;
     this.Btn_Year.Image                      = global::PersianMIS.Properties.Resources.GanttYear;
     this.Btn_Year.Name                       = "Btn_Year";
     this.Btn_Year.Text                       = "سالیانه";
     this.Btn_Year.TextAlignment              = System.Drawing.ContentAlignment.MiddleRight;
     this.Btn_Year.TextImageRelation          = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.Btn_Year.UseCompatibleTextRendering = false;
     this.Btn_Year.Click                     += new System.EventHandler(this.Btn_Year_Click);
     //
     // radRibbonBarGroup6
     //
     this.radRibbonBarGroup6.AccessibleDescription = "TIMERANGE";
     this.radRibbonBarGroup6.AccessibleName        = "TIMERANGE";
     this.radRibbonBarGroup6.AutoSize = true;
     this.radRibbonBarGroup6.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radRibbonBarButtonGroup1,
         this.radRibbonBarButtonGroup2
     });
     this.radRibbonBarGroup6.Margin      = new System.Windows.Forms.Padding(0);
     this.radRibbonBarGroup6.MaxSize     = new System.Drawing.Size(0, 0);
     this.radRibbonBarGroup6.MinSize     = new System.Drawing.Size(1, 1);
     this.radRibbonBarGroup6.Name        = "radRibbonBarGroup6";
     this.radRibbonBarGroup6.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.radRibbonBarGroup6.Text        = "نرخ نمایش";
     this.radRibbonBarGroup6.UseCompatibleTextRendering = false;
     //
     // radRibbonBarButtonGroup1
     //
     this.radRibbonBarButtonGroup1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radLabelElement1,
         this.radDateTimePickerElementStart
     });
     this.radRibbonBarButtonGroup1.Margin        = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.radRibbonBarButtonGroup1.MinSize       = new System.Drawing.Size(12, 11);
     this.radRibbonBarButtonGroup1.Name          = "radRibbonBarButtonGroup1";
     this.radRibbonBarButtonGroup1.Padding       = new System.Windows.Forms.Padding(1);
     this.radRibbonBarButtonGroup1.ShowBackColor = false;
     this.radRibbonBarButtonGroup1.Text          = "radRibbonBarButtonGroup1";
     this.radRibbonBarButtonGroup1.UseCompatibleTextRendering = false;
     //
     // radLabelElement1
     //
     this.radLabelElement1.Name          = "radLabelElement1";
     this.radLabelElement1.Text          = "شروع";
     this.radLabelElement1.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     this.radLabelElement1.TextWrap      = true;
     this.radLabelElement1.UseCompatibleTextRendering = false;
     //
     // radDateTimePickerElementStart
     //
     this.radDateTimePickerElementStart.Alignment                  = System.Drawing.ContentAlignment.MiddleCenter;
     this.radDateTimePickerElementStart.AutoSize                   = false;
     this.radDateTimePickerElementStart.Bounds                     = new System.Drawing.Rectangle(0, 0, 150, 25);
     this.radDateTimePickerElementStart.CustomFormat               = "yyyy/MM/dd";
     this.radDateTimePickerElementStart.Format                     = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.radDateTimePickerElementStart.MaxDate                    = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.radDateTimePickerElementStart.MinDate                    = new System.DateTime(((long)(0)));
     this.radDateTimePickerElementStart.MinSize                    = new System.Drawing.Size(1, 0);
     this.radDateTimePickerElementStart.Name                       = "radDateTimePickerElementStart";
     this.radDateTimePickerElementStart.NullDate                   = new System.DateTime(((long)(0)));
     this.radDateTimePickerElementStart.RightToLeft                = true;
     this.radDateTimePickerElementStart.StretchVertically          = false;
     this.radDateTimePickerElementStart.Text                       = "radButtonElement9";
     this.radDateTimePickerElementStart.UseCompatibleTextRendering = false;
     //
     // radRibbonBarButtonGroup2
     //
     this.radRibbonBarButtonGroup2.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radLabelElement2,
         this.radDateTimePickerElementEnd
     });
     this.radRibbonBarButtonGroup2.Margin        = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.radRibbonBarButtonGroup2.MinSize       = new System.Drawing.Size(12, 11);
     this.radRibbonBarButtonGroup2.Name          = "radRibbonBarButtonGroup2";
     this.radRibbonBarButtonGroup2.Padding       = new System.Windows.Forms.Padding(1);
     this.radRibbonBarButtonGroup2.ShowBackColor = false;
     this.radRibbonBarButtonGroup2.Text          = "radRibbonBarButtonGroup2";
     this.radRibbonBarButtonGroup2.UseCompatibleTextRendering = false;
     //
     // radLabelElement2
     //
     this.radLabelElement2.MinSize       = new System.Drawing.Size(1, 0);
     this.radLabelElement2.Name          = "radLabelElement2";
     this.radLabelElement2.Text          = "پایان";
     this.radLabelElement2.TextAlignment = System.Drawing.ContentAlignment.TopRight;
     this.radLabelElement2.TextWrap      = true;
     this.radLabelElement2.UseCompatibleTextRendering = false;
     //
     // radDateTimePickerElementEnd
     //
     this.radDateTimePickerElementEnd.AutoSize                   = false;
     this.radDateTimePickerElementEnd.Bounds                     = new System.Drawing.Rectangle(0, 0, 155, 25);
     this.radDateTimePickerElementEnd.CustomFormat               = "yyyy/MM/dd";
     this.radDateTimePickerElementEnd.Format                     = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.radDateTimePickerElementEnd.MaxDate                    = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.radDateTimePickerElementEnd.MinDate                    = new System.DateTime(((long)(0)));
     this.radDateTimePickerElementEnd.MinSize                    = new System.Drawing.Size(1, 0);
     this.radDateTimePickerElementEnd.Name                       = "radDateTimePickerElementEnd";
     this.radDateTimePickerElementEnd.NullDate                   = new System.DateTime(((long)(0)));
     this.radDateTimePickerElementEnd.ShouldPaint                = true;
     this.radDateTimePickerElementEnd.ShowCurrentTime            = true;
     this.radDateTimePickerElementEnd.StretchVertically          = false;
     this.radDateTimePickerElementEnd.Text                       = "radButtonElement10";
     this.radDateTimePickerElementEnd.UseCompatibleTextRendering = false;
     //
     // radRibbonBarGroup8
     //
     this.radRibbonBarGroup8.AutoSize = false;
     this.radRibbonBarGroup8.Bounds   = new System.Drawing.Rectangle(0, 0, 96, 122);
     this.radRibbonBarGroup8.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.Btn_ShowData
     });
     this.radRibbonBarGroup8.Margin  = new System.Windows.Forms.Padding(1);
     this.radRibbonBarGroup8.MaxSize = new System.Drawing.Size(0, 1);
     this.radRibbonBarGroup8.MinSize = new System.Drawing.Size(1, 1);
     this.radRibbonBarGroup8.Name    = "radRibbonBarGroup8";
     this.radRibbonBarGroup8.Text    = "نمایش اطلاعات";
     //
     // Btn_ShowData
     //
     this.Btn_ShowData.AutoSize                   = false;
     this.Btn_ShowData.Bounds                     = new System.Drawing.Rectangle(0, 0, 88, 96);
     this.Btn_ShowData.DisplayStyle               = Telerik.WinControls.DisplayStyle.Image;
     this.Btn_ShowData.Image                      = global::PersianMIS.Properties.Resources.RUN_OK;
     this.Btn_ShowData.ImageAlignment             = System.Drawing.ContentAlignment.MiddleCenter;
     this.Btn_ShowData.Name                       = "Btn_ShowData";
     this.Btn_ShowData.Text                       = "";
     this.Btn_ShowData.UseCompatibleTextRendering = false;
     this.Btn_ShowData.Click                     += new System.EventHandler(this.Btn_ShowData_Click);
     //
     // radRibbonBarGroup4
     //
     this.radRibbonBarGroup4.AccessibleDescription = "Print";
     this.radRibbonBarGroup4.AccessibleName        = "Print";
     this.radRibbonBarGroup4.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.BtnPrint
     });
     this.radRibbonBarGroup4.Margin  = new System.Windows.Forms.Padding(0);
     this.radRibbonBarGroup4.MaxSize = new System.Drawing.Size(0, 0);
     this.radRibbonBarGroup4.MinSize = new System.Drawing.Size(0, 0);
     this.radRibbonBarGroup4.Name    = "radRibbonBarGroup4";
     this.radRibbonBarGroup4.Text    = "چاپ اطلاعات";
     this.radRibbonBarGroup4.UseCompatibleTextRendering = false;
     //
     // BtnPrint
     //
     this.BtnPrint.AccessibleDescription = "چاپ";
     this.BtnPrint.AccessibleName        = "چاپ";
     this.BtnPrint.Alignment             = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnPrint.DisplayStyle          = Telerik.WinControls.DisplayStyle.Image;
     this.BtnPrint.FitToSizeMode         = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
     this.BtnPrint.Image                      = global::PersianMIS.Properties.Resources.printer1;
     this.BtnPrint.ImageAlignment             = System.Drawing.ContentAlignment.MiddleCenter;
     this.BtnPrint.MinSize                    = new System.Drawing.Size(1, 0);
     this.BtnPrint.Name                       = "BtnPrint";
     this.BtnPrint.SmoothingMode              = System.Drawing.Drawing2D.SmoothingMode.HighSpeed;
     this.BtnPrint.Text                       = "";
     this.BtnPrint.TextImageRelation          = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.BtnPrint.UseCompatibleTextRendering = true;
     this.BtnPrint.Click                     += new System.EventHandler(this.BtnPrint_Click);
     //
     // ribbonTab2
     //
     this.ribbonTab2.Name = "ribbonTab2";
     this.ribbonTab2.Text = "ribbonTab2";
     //
     // UCShowCurrentState
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 26F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.printablePanel);
     this.Font        = new System.Drawing.Font("B Nazanin", 12F, System.Drawing.FontStyle.Bold);
     this.Margin      = new System.Windows.Forms.Padding(6);
     this.Name        = "UCShowCurrentState";
     this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.Size        = new System.Drawing.Size(1236, 652);
     this.Load       += new System.EventHandler(this.UCShowCurrentState_Load);
     ((System.ComponentModel.ISupportInitialize)(this.printablePanel)).EndInit();
     this.printablePanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
     this.radPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
     this.radCollapsiblePanel2.PanelContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radCollapsiblePanel2)).EndInit();
     this.radCollapsiblePanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Btn_Check)).EndInit();
     this.radCollapsiblePanel1.PanelContainer.ResumeLayout(false);
     this.radCollapsiblePanel1.PanelContainer.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radCollapsiblePanel1)).EndInit();
     this.radCollapsiblePanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radRibbonBar1)).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()
 {
     Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle1 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
     System.ComponentModel.ComponentResourceManager  resources = new System.ComponentModel.ComponentResourceManager(typeof(frmScheduleList));
     this.radPanel1         = new Telerik.WinControls.UI.RadPanel();
     this.radScheduler1     = new Telerik.WinControls.UI.RadScheduler();
     this.radPanel2         = new Telerik.WinControls.UI.RadPanel();
     this.radPanel3         = new Telerik.WinControls.UI.RadPanel();
     this.radButton1        = new Telerik.WinControls.UI.RadButton();
     this.cmbSection        = new Telerik.WinControls.UI.RadDropDownList();
     this.radLabel4         = new Telerik.WinControls.UI.RadLabel();
     this.cmbGradeLevel     = new Telerik.WinControls.UI.RadDropDownList();
     this.radLabel2         = new Telerik.WinControls.UI.RadLabel();
     this.btnCancelSchedule = new Telerik.WinControls.UI.RadButton();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
     this.radPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).BeginInit();
     this.radPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel3)).BeginInit();
     this.radPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbGradeLevel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancelSchedule)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radPanel1
     //
     this.radPanel1.Controls.Add(this.radScheduler1);
     this.radPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radPanel1.Location = new System.Drawing.Point(0, 44);
     this.radPanel1.Name     = "radPanel1";
     this.radPanel1.Size     = new System.Drawing.Size(1076, 534);
     this.radPanel1.TabIndex = 1;
     //
     // radScheduler1
     //
     this.radScheduler1.ActiveViewType = Telerik.WinControls.UI.SchedulerViewType.Week;
     this.radScheduler1.AllowAppointmentCreateInline = false;
     this.radScheduler1.AllowAppointmentMove         = false;
     this.radScheduler1.AllowAppointmentResize       = false;
     this.radScheduler1.AllowCopyPaste         = Telerik.WinControls.UI.CopyPasteMode.Disallow;
     this.radScheduler1.Culture                = new System.Globalization.CultureInfo("en-PH");
     this.radScheduler1.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.radScheduler1.Location               = new System.Drawing.Point(0, 0);
     this.radScheduler1.Name                   = "radScheduler1";
     schedulerDailyPrintStyle1.AppointmentFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     schedulerDailyPrintStyle1.DateEndRange    = new System.DateTime(2015, 11, 11, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.DateHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     schedulerDailyPrintStyle1.DateStartRange  = new System.DateTime(2015, 11, 6, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.PageHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
     this.radScheduler1.PrintStyle             = schedulerDailyPrintStyle1;
     this.radScheduler1.ReadOnly               = true;
     this.radScheduler1.ShowAppointmentStatus  = false;
     this.radScheduler1.ShowItemToolTips       = false;
     this.radScheduler1.ShowNavigationElements = false;
     this.radScheduler1.Size                   = new System.Drawing.Size(1076, 534);
     this.radScheduler1.TabIndex               = 0;
     this.radScheduler1.Text                   = "radScheduler1";
     this.radScheduler1.MouseClick            += new System.Windows.Forms.MouseEventHandler(this.radScheduler1_MouseClick);
     //
     // radPanel2
     //
     this.radPanel2.Controls.Add(this.radPanel3);
     this.radPanel2.Controls.Add(this.btnCancelSchedule);
     this.radPanel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.radPanel2.Location = new System.Drawing.Point(0, 0);
     this.radPanel2.Name     = "radPanel2";
     this.radPanel2.Size     = new System.Drawing.Size(1076, 44);
     this.radPanel2.TabIndex = 41;
     //
     // radPanel3
     //
     this.radPanel3.BackColor = System.Drawing.Color.White;
     this.radPanel3.Controls.Add(this.radButton1);
     this.radPanel3.Controls.Add(this.cmbSection);
     this.radPanel3.Controls.Add(this.radLabel4);
     this.radPanel3.Controls.Add(this.cmbGradeLevel);
     this.radPanel3.Controls.Add(this.radLabel2);
     this.radPanel3.Dock     = System.Windows.Forms.DockStyle.Left;
     this.radPanel3.Location = new System.Drawing.Point(0, 0);
     this.radPanel3.Name     = "radPanel3";
     this.radPanel3.Size     = new System.Drawing.Size(969, 44);
     this.radPanel3.TabIndex = 42;
     //
     // radButton1
     //
     this.radButton1.Location = new System.Drawing.Point(424, 13);
     this.radButton1.Name     = "radButton1";
     this.radButton1.Size     = new System.Drawing.Size(83, 20);
     this.radButton1.TabIndex = 55;
     this.radButton1.Text     = "Apply Filter";
     this.radButton1.Click   += new System.EventHandler(this.radButton1_Click);
     //
     // cmbSection
     //
     this.cmbSection.DisplayMember = "Section";
     this.cmbSection.Enabled       = false;
     this.cmbSection.Location      = new System.Drawing.Point(284, 13);
     this.cmbSection.Name          = "cmbSection";
     this.cmbSection.Size          = new System.Drawing.Size(130, 20);
     this.cmbSection.TabIndex      = 54;
     this.cmbSection.ValueMember   = "GradeSectionCode";
     //
     // radLabel4
     //
     this.radLabel4.Location = new System.Drawing.Point(233, 13);
     this.radLabel4.Name     = "radLabel4";
     this.radLabel4.Size     = new System.Drawing.Size(45, 18);
     this.radLabel4.TabIndex = 53;
     this.radLabel4.Text     = "Section:";
     //
     // cmbGradeLevel
     //
     this.cmbGradeLevel.DisplayMember         = "Description";
     this.cmbGradeLevel.Location              = new System.Drawing.Point(90, 13);
     this.cmbGradeLevel.Name                  = "cmbGradeLevel";
     this.cmbGradeLevel.Size                  = new System.Drawing.Size(130, 20);
     this.cmbGradeLevel.TabIndex              = 52;
     this.cmbGradeLevel.ValueMember           = "GradeLev";
     this.cmbGradeLevel.SelectedValueChanged += new System.EventHandler(this.cmbGradeLevel_SelectedValueChanged);
     //
     // radLabel2
     //
     this.radLabel2.Location = new System.Drawing.Point(42, 13);
     this.radLabel2.Name     = "radLabel2";
     this.radLabel2.Size     = new System.Drawing.Size(39, 18);
     this.radLabel2.TabIndex = 51;
     this.radLabel2.Text     = "Grade:";
     //
     // btnCancelSchedule
     //
     this.btnCancelSchedule.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancelSchedule.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancelSchedule.Location     = new System.Drawing.Point(980, 10);
     this.btnCancelSchedule.Name         = "btnCancelSchedule";
     this.btnCancelSchedule.Size         = new System.Drawing.Size(83, 24);
     this.btnCancelSchedule.TabIndex     = 45;
     this.btnCancelSchedule.Text         = "Close";
     this.btnCancelSchedule.Click       += new System.EventHandler(this.btnCancelSchedule_Click);
     //
     // frmScheduleList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancelSchedule;
     this.ClientSize          = new System.Drawing.Size(1076, 578);
     this.ControlBox          = false;
     this.Controls.Add(this.radPanel1);
     this.Controls.Add(this.radPanel2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmScheduleList";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "List of Subject Schedules";
     this.ThemeName     = "ControlDefault";
     this.Load         += new System.EventHandler(this.frmScheduleList_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
     this.radPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).EndInit();
     this.radPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radPanel3)).EndInit();
     this.radPanel3.ResumeLayout(false);
     this.radPanel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbGradeLevel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCancelSchedule)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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()
        {
            Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle1 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmScheduleList));
            this.radPanel1 = new Telerik.WinControls.UI.RadPanel();
            this.radScheduler1 = new Telerik.WinControls.UI.RadScheduler();
            this.radPanel2 = new Telerik.WinControls.UI.RadPanel();
            this.radPanel3 = new Telerik.WinControls.UI.RadPanel();
            this.radButton1 = new Telerik.WinControls.UI.RadButton();
            this.cmbSection = new Telerik.WinControls.UI.RadDropDownList();
            this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
            this.cmbGradeLevel = new Telerik.WinControls.UI.RadDropDownList();
            this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
            this.btnCancelSchedule = new Telerik.WinControls.UI.RadButton();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
            this.radPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).BeginInit();
            this.radPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel3)).BeginInit();
            this.radPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbSection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbGradeLevel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnCancelSchedule)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // radPanel1
            // 
            this.radPanel1.Controls.Add(this.radScheduler1);
            this.radPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radPanel1.Location = new System.Drawing.Point(0, 44);
            this.radPanel1.Name = "radPanel1";
            this.radPanel1.Size = new System.Drawing.Size(1076, 534);
            this.radPanel1.TabIndex = 1;
            // 
            // radScheduler1
            // 
            this.radScheduler1.ActiveViewType = Telerik.WinControls.UI.SchedulerViewType.Week;
            this.radScheduler1.AllowAppointmentCreateInline = false;
            this.radScheduler1.AllowAppointmentMove = false;
            this.radScheduler1.AllowAppointmentResize = false;
            this.radScheduler1.AllowCopyPaste = Telerik.WinControls.UI.CopyPasteMode.Disallow;
            this.radScheduler1.Culture = new System.Globalization.CultureInfo("en-PH");
            this.radScheduler1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radScheduler1.Location = new System.Drawing.Point(0, 0);
            this.radScheduler1.Name = "radScheduler1";
            schedulerDailyPrintStyle1.AppointmentFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            schedulerDailyPrintStyle1.DateEndRange = new System.DateTime(2015, 11, 11, 0, 0, 0, 0);
            schedulerDailyPrintStyle1.DateHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            schedulerDailyPrintStyle1.DateStartRange = new System.DateTime(2015, 11, 6, 0, 0, 0, 0);
            schedulerDailyPrintStyle1.PageHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
            this.radScheduler1.PrintStyle = schedulerDailyPrintStyle1;
            this.radScheduler1.ReadOnly = true;
            this.radScheduler1.ShowAppointmentStatus = false;
            this.radScheduler1.ShowItemToolTips = false;
            this.radScheduler1.ShowNavigationElements = false;
            this.radScheduler1.Size = new System.Drawing.Size(1076, 534);
            this.radScheduler1.TabIndex = 0;
            this.radScheduler1.Text = "radScheduler1";
            this.radScheduler1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.radScheduler1_MouseClick);
            // 
            // radPanel2
            // 
            this.radPanel2.Controls.Add(this.radPanel3);
            this.radPanel2.Controls.Add(this.btnCancelSchedule);
            this.radPanel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.radPanel2.Location = new System.Drawing.Point(0, 0);
            this.radPanel2.Name = "radPanel2";
            this.radPanel2.Size = new System.Drawing.Size(1076, 44);
            this.radPanel2.TabIndex = 41;
            // 
            // radPanel3
            // 
            this.radPanel3.BackColor = System.Drawing.Color.White;
            this.radPanel3.Controls.Add(this.radButton1);
            this.radPanel3.Controls.Add(this.cmbSection);
            this.radPanel3.Controls.Add(this.radLabel4);
            this.radPanel3.Controls.Add(this.cmbGradeLevel);
            this.radPanel3.Controls.Add(this.radLabel2);
            this.radPanel3.Dock = System.Windows.Forms.DockStyle.Left;
            this.radPanel3.Location = new System.Drawing.Point(0, 0);
            this.radPanel3.Name = "radPanel3";
            this.radPanel3.Size = new System.Drawing.Size(969, 44);
            this.radPanel3.TabIndex = 42;
            // 
            // radButton1
            // 
            this.radButton1.Location = new System.Drawing.Point(424, 13);
            this.radButton1.Name = "radButton1";
            this.radButton1.Size = new System.Drawing.Size(83, 20);
            this.radButton1.TabIndex = 55;
            this.radButton1.Text = "Apply Filter";
            this.radButton1.Click += new System.EventHandler(this.radButton1_Click);
            // 
            // cmbSection
            // 
            this.cmbSection.DisplayMember = "Section";
            this.cmbSection.Enabled = false;
            this.cmbSection.Location = new System.Drawing.Point(284, 13);
            this.cmbSection.Name = "cmbSection";
            this.cmbSection.Size = new System.Drawing.Size(130, 20);
            this.cmbSection.TabIndex = 54;
            this.cmbSection.ValueMember = "GradeSectionCode";
            // 
            // radLabel4
            // 
            this.radLabel4.Location = new System.Drawing.Point(233, 13);
            this.radLabel4.Name = "radLabel4";
            this.radLabel4.Size = new System.Drawing.Size(45, 18);
            this.radLabel4.TabIndex = 53;
            this.radLabel4.Text = "Section:";
            // 
            // cmbGradeLevel
            // 
            this.cmbGradeLevel.DisplayMember = "Description";
            this.cmbGradeLevel.Location = new System.Drawing.Point(90, 13);
            this.cmbGradeLevel.Name = "cmbGradeLevel";
            this.cmbGradeLevel.Size = new System.Drawing.Size(130, 20);
            this.cmbGradeLevel.TabIndex = 52;
            this.cmbGradeLevel.ValueMember = "GradeLev";
            this.cmbGradeLevel.SelectedValueChanged += new System.EventHandler(this.cmbGradeLevel_SelectedValueChanged);
            // 
            // radLabel2
            // 
            this.radLabel2.Location = new System.Drawing.Point(42, 13);
            this.radLabel2.Name = "radLabel2";
            this.radLabel2.Size = new System.Drawing.Size(39, 18);
            this.radLabel2.TabIndex = 51;
            this.radLabel2.Text = "Grade:";
            // 
            // btnCancelSchedule
            // 
            this.btnCancelSchedule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancelSchedule.Location = new System.Drawing.Point(980, 10);
            this.btnCancelSchedule.Name = "btnCancelSchedule";
            this.btnCancelSchedule.Size = new System.Drawing.Size(83, 24);
            this.btnCancelSchedule.TabIndex = 45;
            this.btnCancelSchedule.Text = "Close";
            this.btnCancelSchedule.Click += new System.EventHandler(this.btnCancelSchedule_Click);
            // 
            // frmScheduleList
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1076, 578);
            this.ControlBox = false;
            this.Controls.Add(this.radPanel1);
            this.Controls.Add(this.radPanel2);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmScheduleList";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "List of Subject Schedules";
            this.ThemeName = "ControlDefault";
            this.Load += new System.EventHandler(this.frmScheduleList_Load);
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
            this.radPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).EndInit();
            this.radPanel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radPanel3)).EndInit();
            this.radPanel3.ResumeLayout(false);
            this.radPanel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbSection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbGradeLevel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnCancelSchedule)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).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()
 {
     Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle2 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
     this.radPageView1        = new Telerik.WinControls.UI.RadPageView();
     this.rpvTotalPenjualan   = new Telerik.WinControls.UI.RadPageViewPage();
     this.radGridView4        = new Telerik.WinControls.UI.RadGridView();
     this.rpvLaporanKunjungan = new Telerik.WinControls.UI.RadPageViewPage();
     this.lblKunjungan        = new Telerik.WinControls.UI.RadLabel();
     this.rpvSummary          = new Telerik.WinControls.UI.RadPageViewPage();
     this.btnProcessData      = new Telerik.WinControls.UI.RadButton();
     this.lblBulan            = new Telerik.WinControls.UI.RadLabel();
     this.btnProcess          = new Telerik.WinControls.UI.RadButton();
     this.radGroupBox1        = new Telerik.WinControls.UI.RadGroupBox();
     this.rpvPenjualan        = new Telerik.WinControls.UI.RadPageView();
     this.radPagePenjualan    = new Telerik.WinControls.UI.RadPageViewPage();
     this.radGridView1        = new Telerik.WinControls.UI.RadGridView();
     this.rpvReturn           = new Telerik.WinControls.UI.RadPageViewPage();
     this.radGridView3        = new Telerik.WinControls.UI.RadGridView();
     this.rpvJadwal           = new Telerik.WinControls.UI.RadPageViewPage();
     this.radScheduler1       = new Telerik.WinControls.UI.RadScheduler();
     this.rpvKomisi           = new Telerik.WinControls.UI.RadPageViewPage();
     this.radGridView2        = new Telerik.WinControls.UI.RadGridView();
     this.rpvKunjungan        = new Telerik.WinControls.UI.RadPageViewPage();
     this.radGridView5        = new Telerik.WinControls.UI.RadGridView();
     ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).BeginInit();
     this.radPageView1.SuspendLayout();
     this.rpvTotalPenjualan.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView4.MasterTemplate)).BeginInit();
     this.rpvLaporanKunjungan.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lblKunjungan)).BeginInit();
     this.rpvSummary.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnProcessData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblBulan)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnProcess)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rpvPenjualan)).BeginInit();
     this.rpvPenjualan.SuspendLayout();
     this.radPagePenjualan.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1.MasterTemplate)).BeginInit();
     this.rpvReturn.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView3.MasterTemplate)).BeginInit();
     this.rpvJadwal.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
     this.rpvKomisi.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView2.MasterTemplate)).BeginInit();
     this.rpvKunjungan.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView5.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radPageView1
     //
     this.radPageView1.Controls.Add(this.rpvTotalPenjualan);
     this.radPageView1.Controls.Add(this.rpvLaporanKunjungan);
     this.radPageView1.Controls.Add(this.rpvSummary);
     this.radPageView1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.radPageView1.ItemSizeMode         = ((Telerik.WinControls.UI.PageViewItemSizeMode)((Telerik.WinControls.UI.PageViewItemSizeMode.EqualWidth | Telerik.WinControls.UI.PageViewItemSizeMode.EqualHeight)));
     this.radPageView1.Location             = new System.Drawing.Point(0, 0);
     this.radPageView1.Name                 = "radPageView1";
     this.radPageView1.SelectedPage         = this.rpvSummary;
     this.radPageView1.Size                 = new System.Drawing.Size(298, 496);
     this.radPageView1.TabIndex             = 0;
     this.radPageView1.Text                 = "radPageView1";
     this.radPageView1.ViewMode             = Telerik.WinControls.UI.PageViewMode.Stack;
     this.radPageView1.SelectedPageChanged += new System.EventHandler(this.radPageView1_SelectedPageChanged);
     //
     // rpvTotalPenjualan
     //
     this.rpvTotalPenjualan.Controls.Add(this.radGridView4);
     this.rpvTotalPenjualan.ItemSize = new System.Drawing.SizeF(298F, 32F);
     this.rpvTotalPenjualan.Location = new System.Drawing.Point(5, 29);
     this.rpvTotalPenjualan.Name     = "rpvTotalPenjualan";
     this.rpvTotalPenjualan.Size     = new System.Drawing.Size(288, 370);
     this.rpvTotalPenjualan.Text     = "Total Penjualan";
     //
     // radGridView4
     //
     this.radGridView4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radGridView4.Location = new System.Drawing.Point(0, 0);
     //
     // radGridView4
     //
     this.radGridView4.MasterTemplate.AllowAddNewRow     = false;
     this.radGridView4.MasterTemplate.AllowColumnReorder = false;
     this.radGridView4.Name           = "radGridView4";
     this.radGridView4.ReadOnly       = true;
     this.radGridView4.ShowGroupPanel = false;
     this.radGridView4.Size           = new System.Drawing.Size(288, 370);
     this.radGridView4.TabIndex       = 0;
     this.radGridView4.Text           = "radGridView4";
     //
     // rpvLaporanKunjungan
     //
     this.rpvLaporanKunjungan.Controls.Add(this.lblKunjungan);
     this.rpvLaporanKunjungan.Font     = new System.Drawing.Font("Segoe UI", 10F);
     this.rpvLaporanKunjungan.ItemSize = new System.Drawing.SizeF(298F, 32F);
     this.rpvLaporanKunjungan.Location = new System.Drawing.Point(5, 29);
     this.rpvLaporanKunjungan.Name     = "rpvLaporanKunjungan";
     this.rpvLaporanKunjungan.Size     = new System.Drawing.Size(288, 370);
     this.rpvLaporanKunjungan.Text     = "Laporan Kunjungan";
     //
     // lblKunjungan
     //
     this.lblKunjungan.Location = new System.Drawing.Point(7, 11);
     this.lblKunjungan.Name     = "lblKunjungan";
     this.lblKunjungan.Size     = new System.Drawing.Size(168, 21);
     this.lblKunjungan.TabIndex = 2;
     this.lblKunjungan.Text     = "Penjualan Bulan June 2012";
     //
     // rpvSummary
     //
     this.rpvSummary.Controls.Add(this.btnProcessData);
     this.rpvSummary.Controls.Add(this.lblBulan);
     this.rpvSummary.Font     = new System.Drawing.Font("Segoe UI", 10F);
     this.rpvSummary.ItemSize = new System.Drawing.SizeF(298F, 32F);
     this.rpvSummary.Location = new System.Drawing.Point(5, 29);
     this.rpvSummary.Name     = "rpvSummary";
     this.rpvSummary.Size     = new System.Drawing.Size(288, 370);
     this.rpvSummary.Text     = "Summary";
     //
     // btnProcessData
     //
     this.btnProcessData.Dock     = System.Windows.Forms.DockStyle.Top;
     this.btnProcessData.Font     = new System.Drawing.Font("Segoe UI", 10F);
     this.btnProcessData.Location = new System.Drawing.Point(0, 0);
     this.btnProcessData.Name     = "btnProcessData";
     this.btnProcessData.Size     = new System.Drawing.Size(288, 32);
     this.btnProcessData.TabIndex = 2;
     this.btnProcessData.Text     = "&Refresh";
     this.btnProcessData.Click   += new System.EventHandler(this.btnProcessData_Click);
     //
     // lblBulan
     //
     this.lblBulan.Location = new System.Drawing.Point(5, 36);
     this.lblBulan.Name     = "lblBulan";
     this.lblBulan.Size     = new System.Drawing.Size(86, 18);
     this.lblBulan.TabIndex = 1;
     this.lblBulan.Text     = "Penjualan Bulan";
     //
     // btnProcess
     //
     this.btnProcess.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnProcess.Font     = new System.Drawing.Font("Segoe UI", 10F);
     this.btnProcess.Location = new System.Drawing.Point(0, 0);
     this.btnProcess.Name     = "btnProcess";
     this.btnProcess.Size     = new System.Drawing.Size(701, 37);
     this.btnProcess.TabIndex = 2;
     this.btnProcess.Text     = "&Process Komisi";
     this.btnProcess.Click   += new System.EventHandler(this.btnProcess_Click);
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.radPageView1);
     this.radGroupBox1.Dock       = System.Windows.Forms.DockStyle.Left;
     this.radGroupBox1.Font       = new System.Drawing.Font("Segoe UI", 10F);
     this.radGroupBox1.HeaderText = "";
     this.radGroupBox1.Location   = new System.Drawing.Point(0, 0);
     this.radGroupBox1.Name       = "radGroupBox1";
     this.radGroupBox1.Padding    = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.Size       = new System.Drawing.Size(298, 496);
     this.radGroupBox1.TabIndex   = 1;
     //
     // rpvPenjualan
     //
     this.rpvPenjualan.Controls.Add(this.radPagePenjualan);
     this.rpvPenjualan.Controls.Add(this.rpvReturn);
     this.rpvPenjualan.Controls.Add(this.rpvJadwal);
     this.rpvPenjualan.Controls.Add(this.rpvKomisi);
     this.rpvPenjualan.Controls.Add(this.rpvKunjungan);
     this.rpvPenjualan.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.rpvPenjualan.Font                 = new System.Drawing.Font("Segoe UI", 10F);
     this.rpvPenjualan.Location             = new System.Drawing.Point(298, 0);
     this.rpvPenjualan.Name                 = "rpvPenjualan";
     this.rpvPenjualan.SelectedPage         = this.rpvKomisi;
     this.rpvPenjualan.Size                 = new System.Drawing.Size(722, 496);
     this.rpvPenjualan.TabIndex             = 2;
     this.rpvPenjualan.Text                 = "radPageView2";
     this.rpvPenjualan.SelectedPageChanged += new System.EventHandler(this.radPageView2_SelectedPageChanged);
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.rpvPenjualan.GetChildAt(0))).StripButtons = Telerik.WinControls.UI.StripViewButtons.None;
     //
     // radPagePenjualan
     //
     this.radPagePenjualan.Controls.Add(this.radGridView1);
     this.radPagePenjualan.ItemSize = new System.Drawing.SizeF(117F, 31F);
     this.radPagePenjualan.Location = new System.Drawing.Point(10, 40);
     this.radPagePenjualan.Name     = "radPagePenjualan";
     this.radPagePenjualan.Size     = new System.Drawing.Size(701, 445);
     this.radPagePenjualan.Text     = "Daftar Penjualan";
     //
     // radGridView1
     //
     this.radGridView1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.radGridView1.Location    = new System.Drawing.Point(0, 0);
     this.radGridView1.Name        = "radGridView1";
     this.radGridView1.Size        = new System.Drawing.Size(701, 445);
     this.radGridView1.StandardTab = true;
     this.radGridView1.TabIndex    = 0;
     this.radGridView1.Text        = "radGridView1";
     //
     // rpvReturn
     //
     this.rpvReturn.Controls.Add(this.radGridView3);
     this.rpvReturn.ItemSize = new System.Drawing.SizeF(104F, 31F);
     this.rpvReturn.Location = new System.Drawing.Point(10, 40);
     this.rpvReturn.Name     = "rpvReturn";
     this.rpvReturn.Size     = new System.Drawing.Size(701, 445);
     this.rpvReturn.Text     = "Barang Return";
     //
     // radGridView3
     //
     this.radGridView3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.radGridView3.Location = new System.Drawing.Point(0, 75);
     this.radGridView3.Name     = "radGridView3";
     this.radGridView3.Size     = new System.Drawing.Size(701, 370);
     this.radGridView3.TabIndex = 1;
     this.radGridView3.Text     = "radGridView3";
     //
     // rpvJadwal
     //
     this.rpvJadwal.Controls.Add(this.radScheduler1);
     this.rpvJadwal.ItemSize = new System.Drawing.SizeF(141F, 31F);
     this.rpvJadwal.Location = new System.Drawing.Point(10, 40);
     this.rpvJadwal.Name     = "rpvJadwal";
     this.rpvJadwal.Size     = new System.Drawing.Size(701, 445);
     this.rpvJadwal.Text     = "Jadwal Sesuai Absen";
     //
     // radScheduler1
     //
     this.radScheduler1.ActiveViewType         = Telerik.WinControls.UI.SchedulerViewType.Month;
     this.radScheduler1.AppointmentTitleFormat = null;
     this.radScheduler1.Culture                = new System.Globalization.CultureInfo("en-US");
     this.radScheduler1.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.radScheduler1.FocusedDate            = new System.DateTime(2012, 6, 1, 0, 0, 0, 0);
     this.radScheduler1.Font                   = new System.Drawing.Font("Segoe UI", 10F);
     this.radScheduler1.HighlightToday         = false;
     this.radScheduler1.Location               = new System.Drawing.Point(0, 0);
     this.radScheduler1.Name                   = "radScheduler1";
     schedulerDailyPrintStyle2.AppointmentFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     schedulerDailyPrintStyle2.DateEndRange    = new System.DateTime(2013, 1, 6, 0, 0, 0, 0);
     schedulerDailyPrintStyle2.DateHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     schedulerDailyPrintStyle2.DateStartRange  = new System.DateTime(2013, 1, 1, 0, 0, 0, 0);
     schedulerDailyPrintStyle2.PageHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
     this.radScheduler1.PrintStyle             = schedulerDailyPrintStyle2;
     this.radScheduler1.ReadOnly               = true;
     this.radScheduler1.ShowAppointmentStatus  = false;
     this.radScheduler1.ShowNavigationElements = false;
     this.radScheduler1.Size                   = new System.Drawing.Size(701, 445);
     this.radScheduler1.TabIndex               = 0;
     this.radScheduler1.Text                   = "radScheduler1";
     //
     // rpvKomisi
     //
     this.rpvKomisi.Controls.Add(this.btnProcess);
     this.rpvKomisi.Controls.Add(this.radGridView2);
     this.rpvKomisi.ItemSize = new System.Drawing.SizeF(57F, 31F);
     this.rpvKomisi.Location = new System.Drawing.Point(10, 40);
     this.rpvKomisi.Name     = "rpvKomisi";
     this.rpvKomisi.Size     = new System.Drawing.Size(701, 445);
     this.rpvKomisi.Text     = "Komisi";
     //
     // radGridView2
     //
     this.radGridView2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.radGridView2.Location = new System.Drawing.Point(0, 37);
     //
     // radGridView2
     //
     this.radGridView2.MasterTemplate.AllowAddNewRow     = false;
     this.radGridView2.MasterTemplate.AllowColumnReorder = false;
     this.radGridView2.Name           = "radGridView2";
     this.radGridView2.ReadOnly       = true;
     this.radGridView2.ShowGroupPanel = false;
     this.radGridView2.Size           = new System.Drawing.Size(701, 408);
     this.radGridView2.TabIndex       = 1;
     this.radGridView2.Text           = "radGridView2";
     //
     // rpvKunjungan
     //
     this.rpvKunjungan.Controls.Add(this.radGridView5);
     this.rpvKunjungan.ItemSize = new System.Drawing.SizeF(82F, 31F);
     this.rpvKunjungan.Location = new System.Drawing.Point(10, 40);
     this.rpvKunjungan.Name     = "rpvKunjungan";
     this.rpvKunjungan.Size     = new System.Drawing.Size(701, 445);
     this.rpvKunjungan.Text     = "Kunjungan";
     //
     // radGridView5
     //
     this.radGridView5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radGridView5.Location = new System.Drawing.Point(0, 0);
     this.radGridView5.Name     = "radGridView5";
     this.radGridView5.Size     = new System.Drawing.Size(701, 445);
     this.radGridView5.TabIndex = 0;
     this.radGridView5.Text     = "radGridView5";
     //
     // frmSalesPerformanceReview
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1020, 496);
     this.Controls.Add(this.rpvPenjualan);
     this.Controls.Add(this.radGroupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "frmSalesPerformanceReview";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "Sales Performance";
     this.ThemeName = "ControlDefault";
     this.Load     += new System.EventHandler(this.frmSalesPerformanceReview_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).EndInit();
     this.radPageView1.ResumeLayout(false);
     this.rpvTotalPenjualan.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGridView4.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView4)).EndInit();
     this.rpvLaporanKunjungan.ResumeLayout(false);
     this.rpvLaporanKunjungan.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lblKunjungan)).EndInit();
     this.rpvSummary.ResumeLayout(false);
     this.rpvSummary.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnProcessData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblBulan)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnProcess)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.rpvPenjualan)).EndInit();
     this.rpvPenjualan.ResumeLayout(false);
     this.radPagePenjualan.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1)).EndInit();
     this.rpvReturn.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGridView3.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView3)).EndInit();
     this.rpvJadwal.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
     this.rpvKomisi.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGridView2.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView2)).EndInit();
     this.rpvKunjungan.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGridView5.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 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();
     Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle2 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
     this.office2013LightTheme1  = new Telerik.WinControls.Themes.Office2013LightTheme();
     this.radStatusStrip1        = new Telerik.WinControls.UI.RadStatusStrip();
     this.radLabel1              = new Telerik.WinControls.UI.RadLabel();
     this.radSchedulerNavigator1 = new Telerik.WinControls.UI.RadSchedulerNavigator();
     this.radScheduler1          = new Telerik.WinControls.UI.RadScheduler();
     this.radGroupBox1           = new Telerik.WinControls.UI.RadGroupBox();
     this.pictureBox1            = new System.Windows.Forms.PictureBox();
     this.radButton2             = new Telerik.WinControls.UI.RadButton();
     this.radButton1             = new Telerik.WinControls.UI.RadButton();
     this.radDateTimePicker1     = new Telerik.WinControls.UI.RadDateTimePicker();
     this.radLabel4              = new Telerik.WinControls.UI.RadLabel();
     this.radTimePicker1         = new Telerik.WinControls.UI.RadTimePicker();
     this.radLabel6              = new Telerik.WinControls.UI.RadLabel();
     this.radTextBox2            = new Telerik.WinControls.UI.RadTextBox();
     this.radTextBox1            = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel3              = new Telerik.WinControls.UI.RadLabel();
     this.radLabel2              = new Telerik.WinControls.UI.RadLabel();
     this.radImageItem1          = new Telerik.WinControls.UI.RadImageItem();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSchedulerNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDateTimePicker1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTimePicker1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radStatusStrip1
     //
     this.radStatusStrip1.Location  = new System.Drawing.Point(0, 497);
     this.radStatusStrip1.Name      = "radStatusStrip1";
     this.radStatusStrip1.Size      = new System.Drawing.Size(920, 26);
     this.radStatusStrip1.TabIndex  = 0;
     this.radStatusStrip1.Text      = "radStatusStrip1";
     this.radStatusStrip1.ThemeName = "Office2010Silver";
     //
     // radLabel1
     //
     this.radLabel1.ForeColor = System.Drawing.Color.Black;
     this.radLabel1.Location  = new System.Drawing.Point(13, 13);
     this.radLabel1.Name      = "radLabel1";
     this.radLabel1.Size      = new System.Drawing.Size(499, 18);
     this.radLabel1.TabIndex  = 1;
     this.radLabel1.Text      = "EN ESTA VENTANA PUEDE CONSULTAR LAS CITAS O PROYECTOS QUE SE PLANEARON ESTE AÑO.";
     //
     // radSchedulerNavigator1
     //
     this.radSchedulerNavigator1.AssociatedScheduler = this.radScheduler1;
     this.radSchedulerNavigator1.DateFormat          = "dd/MM/yy";
     this.radSchedulerNavigator1.Location            = new System.Drawing.Point(13, 34);
     this.radSchedulerNavigator1.Name = "radSchedulerNavigator1";
     this.radSchedulerNavigator1.NavigationStepType = Telerik.WinControls.UI.NavigationStepTypes.Week;
     //
     //
     //
     this.radSchedulerNavigator1.RootElement.FitToSizeMode     = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
     this.radSchedulerNavigator1.RootElement.StretchVertically = false;
     this.radSchedulerNavigator1.Size      = new System.Drawing.Size(630, 78);
     this.radSchedulerNavigator1.TabIndex  = 4;
     this.radSchedulerNavigator1.Text      = "radSchedulerNavigator1";
     this.radSchedulerNavigator1.ThemeName = "Office2010Silver";
     ((Telerik.WinControls.UI.RadToggleButtonElement)(this.radSchedulerNavigator1.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(2).GetChildAt(0))).ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
     ((Telerik.WinControls.Primitives.TextPrimitive)(this.radSchedulerNavigator1.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1))).TextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
     ((Telerik.WinControls.Primitives.TextPrimitive)(this.radSchedulerNavigator1.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1))).TextWrap          = false;
     ((Telerik.WinControls.Primitives.TextPrimitive)(this.radSchedulerNavigator1.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment         = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // radScheduler1
     //
     this.radScheduler1.Culture  = new System.Globalization.CultureInfo("es-ES");
     this.radScheduler1.Location = new System.Drawing.Point(13, 117);
     this.radScheduler1.Name     = "radScheduler1";
     schedulerDailyPrintStyle2.AppointmentFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     schedulerDailyPrintStyle2.DateEndRange    = new System.DateTime(2016, 2, 9, 0, 0, 0, 0);
     schedulerDailyPrintStyle2.DateHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     schedulerDailyPrintStyle2.DateStartRange  = new System.DateTime(2016, 2, 4, 0, 0, 0, 0);
     schedulerDailyPrintStyle2.PageHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
     this.radScheduler1.PrintStyle             = schedulerDailyPrintStyle2;
     this.radScheduler1.ReadOnly  = true;
     this.radScheduler1.Size      = new System.Drawing.Size(630, 360);
     this.radScheduler1.TabIndex  = 2;
     this.radScheduler1.Text      = "radScheduler1";
     this.radScheduler1.ThemeName = "Office2010Silver";
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.pictureBox1);
     this.radGroupBox1.Controls.Add(this.radButton2);
     this.radGroupBox1.Controls.Add(this.radButton1);
     this.radGroupBox1.Controls.Add(this.radDateTimePicker1);
     this.radGroupBox1.Controls.Add(this.radLabel4);
     this.radGroupBox1.Controls.Add(this.radTimePicker1);
     this.radGroupBox1.Controls.Add(this.radLabel6);
     this.radGroupBox1.Controls.Add(this.radTextBox2);
     this.radGroupBox1.Controls.Add(this.radTextBox1);
     this.radGroupBox1.Controls.Add(this.radLabel3);
     this.radGroupBox1.Controls.Add(this.radLabel2);
     this.radGroupBox1.FooterText              = "Info.: Aquí usted puede actualizar la cita.";
     this.radGroupBox1.FooterVisibility        = Telerik.WinControls.ElementVisibility.Visible;
     this.radGroupBox1.GroupBoxStyle           = Telerik.WinControls.UI.RadGroupBoxStyle.Office;
     this.radGroupBox1.HeaderImage             = global::Sistema_académico.Properties.Resources.OutlookViewTasks;
     this.radGroupBox1.HeaderText              = "Detalles";
     this.radGroupBox1.HeaderTextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radGroupBox1.Location  = new System.Drawing.Point(649, 37);
     this.radGroupBox1.Name      = "radGroupBox1";
     this.radGroupBox1.Size      = new System.Drawing.Size(259, 440);
     this.radGroupBox1.TabIndex  = 3;
     this.radGroupBox1.Text      = "Detalles";
     this.radGroupBox1.ThemeName = "VisualStudio2012Light";
     //
     // pictureBox1
     //
     this.pictureBox1.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.pictureBox1.Image    = global::Sistema_académico.Properties.Resources.buttonDelete;
     this.pictureBox1.Location = new System.Drawing.Point(215, 366);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(32, 32);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 21;
     this.pictureBox1.TabStop  = false;
     this.toolTip1.SetToolTip(this.pictureBox1, "Eliminar todas las citas");
     //
     // radButton2
     //
     this.radButton2.Location  = new System.Drawing.Point(137, 266);
     this.radButton2.Name      = "radButton2";
     this.radButton2.Size      = new System.Drawing.Size(110, 24);
     this.radButton2.TabIndex  = 20;
     this.radButton2.Text      = "Cancelar";
     this.radButton2.ThemeName = "Office2010Blue";
     //
     // radButton1
     //
     this.radButton1.Location  = new System.Drawing.Point(15, 266);
     this.radButton1.Name      = "radButton1";
     this.radButton1.Size      = new System.Drawing.Size(110, 24);
     this.radButton1.TabIndex  = 19;
     this.radButton1.Text      = "Actualizar";
     this.radButton1.ThemeName = "Office2010Blue";
     //
     // radDateTimePicker1
     //
     this.radDateTimePicker1.Location  = new System.Drawing.Point(75, 43);
     this.radDateTimePicker1.Name      = "radDateTimePicker1";
     this.radDateTimePicker1.Size      = new System.Drawing.Size(172, 25);
     this.radDateTimePicker1.TabIndex  = 18;
     this.radDateTimePicker1.TabStop   = false;
     this.radDateTimePicker1.Text      = "sábado, 6 de febrero de 2016";
     this.radDateTimePicker1.ThemeName = "Breeze";
     this.radDateTimePicker1.Value     = new System.DateTime(2016, 2, 6, 20, 34, 14, 0);
     //
     // radLabel4
     //
     this.radLabel4.Location = new System.Drawing.Point(6, 43);
     this.radLabel4.Name     = "radLabel4";
     this.radLabel4.Size     = new System.Drawing.Size(62, 18);
     this.radLabel4.TabIndex = 17;
     this.radLabel4.Text     = "Calendario:";
     //
     // radTimePicker1
     //
     this.radTimePicker1.CloseButtonText = "Cerrar";
     this.radTimePicker1.Location        = new System.Drawing.Point(75, 80);
     this.radTimePicker1.MaxValue        = new System.DateTime(9999, 12, 31, 23, 59, 59, 0);
     this.radTimePicker1.MinValue        = new System.DateTime(((long)(0)));
     this.radTimePicker1.Name            = "radTimePicker1";
     this.radTimePicker1.Size            = new System.Drawing.Size(80, 25);
     this.radTimePicker1.TabIndex        = 13;
     this.radTimePicker1.TabStop         = false;
     this.radTimePicker1.Text            = "radTimePicker1";
     this.radTimePicker1.ThemeName       = "Breeze";
     this.radTimePicker1.Value           = new System.DateTime(2016, 2, 4, 17, 49, 49, 823);
     //
     // radLabel6
     //
     this.radLabel6.BackColor = System.Drawing.Color.Transparent;
     this.radLabel6.Location  = new System.Drawing.Point(6, 83);
     this.radLabel6.Name      = "radLabel6";
     this.radLabel6.Size      = new System.Drawing.Size(33, 18);
     this.radLabel6.TabIndex  = 16;
     this.radLabel6.Text      = "Hora:";
     //
     // radTextBox2
     //
     this.radTextBox2.AutoSize    = false;
     this.radTextBox2.Location    = new System.Drawing.Point(75, 164);
     this.radTextBox2.MinimumSize = new System.Drawing.Size(0, 24);
     this.radTextBox2.Multiline   = true;
     this.radTextBox2.Name        = "radTextBox2";
     //
     //
     //
     this.radTextBox2.RootElement.MinSize = new System.Drawing.Size(0, 24);
     this.radTextBox2.Size      = new System.Drawing.Size(172, 80);
     this.radTextBox2.TabIndex  = 15;
     this.radTextBox2.ThemeName = "Breeze";
     //
     // radTextBox1
     //
     this.radTextBox1.Location    = new System.Drawing.Point(75, 119);
     this.radTextBox1.MinimumSize = new System.Drawing.Size(0, 24);
     this.radTextBox1.Name        = "radTextBox1";
     //
     //
     //
     this.radTextBox1.RootElement.MinSize = new System.Drawing.Size(0, 24);
     this.radTextBox1.Size      = new System.Drawing.Size(172, 25);
     this.radTextBox1.TabIndex  = 14;
     this.radTextBox1.ThemeName = "Breeze";
     //
     // radLabel3
     //
     this.radLabel3.BackColor = System.Drawing.Color.Transparent;
     this.radLabel3.Location  = new System.Drawing.Point(6, 164);
     this.radLabel3.Name      = "radLabel3";
     this.radLabel3.Size      = new System.Drawing.Size(67, 18);
     this.radLabel3.TabIndex  = 12;
     this.radLabel3.Text      = "Descripción:";
     //
     // radLabel2
     //
     this.radLabel2.BackColor = System.Drawing.Color.Transparent;
     this.radLabel2.Location  = new System.Drawing.Point(6, 120);
     this.radLabel2.Name      = "radLabel2";
     this.radLabel2.Size      = new System.Drawing.Size(44, 18);
     this.radLabel2.TabIndex  = 11;
     this.radLabel2.Text      = "Asunto:";
     //
     // radImageItem1
     //
     this.radImageItem1.Image = global::Sistema_académico.Properties.Resources.Poesía;
     this.radImageItem1.Name  = "radImageItem1";
     this.radImageItem1.Text  = "radImageItem1";
     //
     // Citas
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(920, 523);
     this.Controls.Add(this.radSchedulerNavigator1);
     this.Controls.Add(this.radGroupBox1);
     this.Controls.Add(this.radScheduler1);
     this.Controls.Add(this.radLabel1);
     this.Controls.Add(this.radStatusStrip1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "Citas";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Consulta de citas o proyectos";
     this.ThemeName     = "Office2013Light";
     ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSchedulerNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDateTimePicker1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTimePicker1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle1 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
     Telerik.WinControls.UI.AppointmentMappingInfo   appointmentMappingInfo1   = new Telerik.WinControls.UI.AppointmentMappingInfo();
     Telerik.WinControls.UI.ResourceMappingInfo      resourceMappingInfo1      = new Telerik.WinControls.UI.ResourceMappingInfo();
     this.layoutControlItem1          = new Telerik.WinControls.UI.LayoutControlItem();
     this.radDataLayout1              = new Telerik.WinControls.UI.RadDataLayout();
     this.radScheduler1               = new Telerik.WinControls.UI.RadScheduler();
     this.schedulerBindingDataSource1 = new Telerik.WinControls.UI.SchedulerBindingDataSource();
     this.examsBindingSource          = new System.Windows.Forms.BindingSource(this.components);
     this.schedulerDataSet            = new Presentation.SchedulerDataSet();
     this.radSchedulerNavigator1      = new Telerik.WinControls.UI.RadSchedulerNavigator();
     this.layoutControlItem2          = new Telerik.WinControls.UI.LayoutControlItem();
     this.layoutControlItem3          = new Telerik.WinControls.UI.LayoutControlItem();
     this.examsTableAdapter           = new Presentation.SchedulerDataSetTableAdapters.ExamsTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.radDataLayout1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDataLayout1.LayoutControl)).BeginInit();
     this.radDataLayout1.LayoutControl.SuspendLayout();
     this.radDataLayout1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.EventProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.ResourceProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.examsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSchedulerNavigator1)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.AssociatedControl         = null;
     this.layoutControlItem1.Bounds                    = new System.Drawing.Rectangle(0, 0, 798, 448);
     this.layoutControlItem1.DisabledTextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Text = "";
     this.layoutControlItem1.TextRenderingHint          = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.layoutControlItem1.UseCompatibleTextRendering = false;
     //
     // radDataLayout1
     //
     this.radDataLayout1.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     // radDataLayout1.LayoutControl
     //
     this.radDataLayout1.LayoutControl.Controls.Add(this.radScheduler1);
     this.radDataLayout1.LayoutControl.Controls.Add(this.radSchedulerNavigator1);
     this.radDataLayout1.LayoutControl.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.radDataLayout1.LayoutControl.DrawBorder = false;
     this.radDataLayout1.LayoutControl.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.layoutControlItem2,
         this.layoutControlItem3
     });
     this.radDataLayout1.LayoutControl.Location  = new System.Drawing.Point(0, 0);
     this.radDataLayout1.LayoutControl.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.radDataLayout1.LayoutControl.Name      = "LayoutControl";
     this.radDataLayout1.LayoutControl.Size      = new System.Drawing.Size(974, 587);
     this.radDataLayout1.LayoutControl.TabIndex  = 0;
     this.radDataLayout1.LayoutControl.ThemeName = "Crystal";
     this.radDataLayout1.Location  = new System.Drawing.Point(0, 0);
     this.radDataLayout1.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.radDataLayout1.Name      = "radDataLayout1";
     this.radDataLayout1.Size      = new System.Drawing.Size(974, 587);
     this.radDataLayout1.TabIndex  = 0;
     this.radDataLayout1.ThemeName = "Crystal";
     //
     // radScheduler1
     //
     this.radScheduler1.Culture                = new System.Globalization.CultureInfo("en-US");
     this.radScheduler1.DataSource             = this.schedulerBindingDataSource1;
     this.radScheduler1.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.radScheduler1.Location               = new System.Drawing.Point(4, 88);
     this.radScheduler1.Margin                 = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.radScheduler1.Name                   = "radScheduler1";
     schedulerDailyPrintStyle1.AppointmentFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     schedulerDailyPrintStyle1.DateEndRange    = new System.DateTime(2019, 6, 23, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.DateHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     schedulerDailyPrintStyle1.DateStartRange  = new System.DateTime(2019, 6, 18, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.PageHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
     this.radScheduler1.PrintStyle             = schedulerDailyPrintStyle1;
     this.radScheduler1.Size                   = new System.Drawing.Size(966, 495);
     this.radScheduler1.TabIndex               = 3;
     this.radScheduler1.AppointmentDeleted    += new System.EventHandler <Telerik.WinControls.UI.SchedulerAppointmentEventArgs>(this.radScheduler1_AppointmentDeleted);
     this.radScheduler1.AppointmentAdded      += new System.EventHandler <Telerik.WinControls.UI.AppointmentAddedEventArgs>(this.radScheduler1_AppointmentAdded);
     this.radScheduler1.AppointmentChanged    += new System.EventHandler <Telerik.WinControls.UI.AppointmentChangedEventArgs>(this.radScheduler1_AppointmentChanged);
     //
     // schedulerBindingDataSource1
     //
     //
     //
     //
     this.schedulerBindingDataSource1.EventProvider.DataSource = this.examsBindingSource;
     appointmentMappingInfo1.End      = "ExaminationTimeEnd";
     appointmentMappingInfo1.Location = "Hall";
     appointmentMappingInfo1.Start    = "ExaminationTimeStart";
     appointmentMappingInfo1.Summary  = "Description";
     appointmentMappingInfo1.UniqueId = "Id";
     this.schedulerBindingDataSource1.EventProvider.Mapping = appointmentMappingInfo1;
     //
     //
     //
     this.schedulerBindingDataSource1.ResourceProvider.DataSource = this.examsBindingSource;
     this.schedulerBindingDataSource1.ResourceProvider.Mapping    = resourceMappingInfo1;
     //
     // examsBindingSource
     //
     this.examsBindingSource.DataMember = "Exams";
     this.examsBindingSource.DataSource = this.schedulerDataSet;
     //
     // schedulerDataSet
     //
     this.schedulerDataSet.DataSetName             = "SchedulerDataSet";
     this.schedulerDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // radSchedulerNavigator1
     //
     this.radSchedulerNavigator1.AssociatedScheduler = this.radScheduler1;
     this.radSchedulerNavigator1.DateFormat          = "yyyy/MM/dd";
     this.radSchedulerNavigator1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.radSchedulerNavigator1.Location           = new System.Drawing.Point(4, 4);
     this.radSchedulerNavigator1.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.radSchedulerNavigator1.Name               = "radSchedulerNavigator1";
     this.radSchedulerNavigator1.NavigationStepType = Telerik.WinControls.UI.NavigationStepTypes.Day;
     //
     //
     //
     this.radSchedulerNavigator1.RootElement.StretchVertically = false;
     this.radSchedulerNavigator1.Size     = new System.Drawing.Size(966, 77);
     this.radSchedulerNavigator1.TabIndex = 5;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.AssociatedControl = this.radScheduler1;
     this.layoutControlItem2.Bounds            = new System.Drawing.Rectangle(0, 84, 972, 501);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Text = "";
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.AssociatedControl        = this.radSchedulerNavigator1;
     this.layoutControlItem3.Bounds                   = new System.Drawing.Rectangle(0, 0, 972, 84);
     this.layoutControlItem3.ControlVerticalAlignment = Telerik.WinControls.UI.RadVerticalAlignment.Center;
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Text = "layoutControlItem3";
     //
     // examsTableAdapter
     //
     this.examsTableAdapter.ClearBeforeFill = true;
     //
     // SchedulerView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.Controls.Add(this.radDataLayout1);
     this.Font   = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name   = "SchedulerView";
     this.Size   = new System.Drawing.Size(974, 587);
     this.Load  += new System.EventHandler(this.SchedulerView_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radDataLayout1.LayoutControl)).EndInit();
     this.radDataLayout1.LayoutControl.ResumeLayout(false);
     this.radDataLayout1.LayoutControl.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radDataLayout1)).EndInit();
     this.radDataLayout1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.EventProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.ResourceProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.examsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSchedulerNavigator1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle1 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
     this.radScheduler1                    = new Telerik.WinControls.UI.RadScheduler();
     this.radSchedulerNavigator1           = new Telerik.WinControls.UI.RadSchedulerNavigator();
     this.patientsDataSet                  = new MedicalAssistant.PatientsDataSet();
     this.appointmentsTableAdapter         = new MedicalAssistant.PatientsDataSetTableAdapters.AppointmentsTableAdapter();
     this.appointmentsBindingSource        = new System.Windows.Forms.BindingSource(this.components);
     this.radButtonNewAppointmentScheduler = new Telerik.WinControls.UI.RadButton();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSchedulerNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.patientsDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.appointmentsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonNewAppointmentScheduler)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radScheduler1
     //
     this.radScheduler1.ActiveViewType                = Telerik.WinControls.UI.SchedulerViewType.Week;
     this.radScheduler1.Culture                       = new System.Globalization.CultureInfo("ar-EG");
     this.radScheduler1.Location                      = new System.Drawing.Point(31, 119);
     this.radScheduler1.Name                          = "radScheduler1";
     schedulerDailyPrintStyle1.AppointmentFont        = new System.Drawing.Font("Tahoma", 8F);
     schedulerDailyPrintStyle1.DateEndRange           = new System.DateTime(2021, 5, 24, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.DateHeadingFont        = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     schedulerDailyPrintStyle1.DateStartRange         = new System.DateTime(2021, 5, 19, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.PageHeadingFont        = new System.Drawing.Font("Tahoma", 22F, System.Drawing.FontStyle.Bold);
     this.radScheduler1.PrintStyle                    = schedulerDailyPrintStyle1;
     this.radScheduler1.Size                          = new System.Drawing.Size(1047, 361);
     this.radScheduler1.TabIndex                      = 0;
     this.radScheduler1.ThemeName                     = "Fluent";
     this.radScheduler1.AppointmentDeleted           += new System.EventHandler <Telerik.WinControls.UI.SchedulerAppointmentEventArgs>(this.radScheduler1_AppointmentDeleted);
     this.radScheduler1.DataBindingComplete          += new System.EventHandler(this.radScheduler1_DataBindingComplete);
     this.radScheduler1.AppointmentEditDialogShowing += new System.EventHandler <Telerik.WinControls.UI.AppointmentEditDialogShowingEventArgs>(this.radScheduler1_AppointmentEditDialogShowing);
     //
     // radSchedulerNavigator1
     //
     this.radSchedulerNavigator1.AssociatedScheduler = this.radScheduler1;
     this.radSchedulerNavigator1.DateFormat          = "yyyy/MM/dd";
     this.radSchedulerNavigator1.Location            = new System.Drawing.Point(31, 36);
     this.radSchedulerNavigator1.Name               = "radSchedulerNavigator1";
     this.radSchedulerNavigator1.NavigationStep     = 7;
     this.radSchedulerNavigator1.NavigationStepType = Telerik.WinControls.UI.NavigationStepTypes.Day;
     //
     //
     //
     this.radSchedulerNavigator1.RootElement.StretchVertically = false;
     this.radSchedulerNavigator1.Size      = new System.Drawing.Size(1047, 78);
     this.radSchedulerNavigator1.TabIndex  = 1;
     this.radSchedulerNavigator1.ThemeName = "Fluent";
     this.radSchedulerNavigator1.Click    += new System.EventHandler(this.radSchedulerNavigator1_Click);
     //
     // patientsDataSet
     //
     this.patientsDataSet.DataSetName             = "PatientsDataSet";
     this.patientsDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // appointmentsTableAdapter
     //
     this.appointmentsTableAdapter.ClearBeforeFill = true;
     //
     // appointmentsBindingSource
     //
     this.appointmentsBindingSource.DataMember = "Appointments";
     this.appointmentsBindingSource.DataSource = this.patientsDataSet;
     //
     // radButtonNewAppointmentScheduler
     //
     this.radButtonNewAppointmentScheduler.Location = new System.Drawing.Point(875, -3);
     this.radButtonNewAppointmentScheduler.Margin   = new System.Windows.Forms.Padding(20, 3, 3, 3);
     this.radButtonNewAppointmentScheduler.Name     = "radButtonNewAppointmentScheduler";
     this.radButtonNewAppointmentScheduler.Size     = new System.Drawing.Size(133, 33);
     this.radButtonNewAppointmentScheduler.TabIndex = 6;
     this.radButtonNewAppointmentScheduler.Text     = "اضافه موعد";
     this.radButtonNewAppointmentScheduler.Click   += new System.EventHandler(this.radButtonNewAppointmentScheduler_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonNewAppointmentScheduler.GetChildAt(0))).Text = "اضافه موعد";
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButtonNewAppointmentScheduler.GetChildAt(0).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(241)))), ((int)(((byte)(252)))));
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButtonNewAppointmentScheduler.GetChildAt(0).GetChildAt(0))).BackColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(226)))), ((int)(((byte)(244)))));
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButtonNewAppointmentScheduler.GetChildAt(0).GetChildAt(0))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(240)))), ((int)(((byte)(251)))));
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButtonNewAppointmentScheduler.GetChildAt(0).GetChildAt(0))).BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(241)))), ((int)(((byte)(252)))));
     //
     // Scheduler
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1105, 525);
     this.Controls.Add(this.radButtonNewAppointmentScheduler);
     this.Controls.Add(this.radSchedulerNavigator1);
     this.Controls.Add(this.radScheduler1);
     this.Name = "Scheduler";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "Scheduler";
     this.ThemeName = "Fluent";
     this.Load     += new System.EventHandler(this.Scheduler_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSchedulerNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.patientsDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.appointmentsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonNewAppointmentScheduler)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 14
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();
     Telerik.WinControls.UI.AppointmentMappingInfo   appointmentMappingInfo1   = new Telerik.WinControls.UI.AppointmentMappingInfo();
     Telerik.WinControls.UI.ResourceMappingInfo      resourceMappingInfo1      = new Telerik.WinControls.UI.ResourceMappingInfo();
     Telerik.WinControls.UI.DateTimeInterval         dateTimeInterval1         = new Telerik.WinControls.UI.DateTimeInterval();
     Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle1 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
     this.schedulerBindingDataSource1 = new Telerik.WinControls.UI.SchedulerBindingDataSource();
     this.radScheduler1          = new Telerik.WinControls.UI.RadScheduler();
     this.openFileDialog1        = new System.Windows.Forms.OpenFileDialog();
     this.radSchedulerNavigator1 = new Telerik.WinControls.UI.RadSchedulerNavigator();
     this.radSchedulerReminder1  = new Telerik.WinControls.UI.RadSchedulerReminder(this.components);
     this.radCalendar1           = new Telerik.WinControls.UI.RadCalendar();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.EventProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.ResourceProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSchedulerNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCalendar1)).BeginInit();
     this.SuspendLayout();
     //
     // schedulerBindingDataSource1
     //
     //
     //
     //
     this.schedulerBindingDataSource1.EventProvider.Mapping = appointmentMappingInfo1;
     //
     //
     //
     this.schedulerBindingDataSource1.ResourceProvider.Mapping = resourceMappingInfo1;
     //
     // radScheduler1
     //
     dateTimeInterval1.End   = new System.DateTime(((long)(0)));
     dateTimeInterval1.Start = new System.DateTime(((long)(0)));
     this.radScheduler1.AccessibleInterval = dateTimeInterval1;
     this.radScheduler1.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.radScheduler1.AppointmentTitleFormat = null;
     this.radScheduler1.Culture                = new System.Globalization.CultureInfo("en-US");
     this.radScheduler1.DataSource             = null;
     this.radScheduler1.GroupType              = Telerik.WinControls.UI.GroupType.None;
     this.radScheduler1.HeaderFormat           = "dd dddd";
     this.radScheduler1.Location               = new System.Drawing.Point(443, 185);
     this.radScheduler1.Margin                 = new System.Windows.Forms.Padding(7, 7, 7, 7);
     this.radScheduler1.Name                   = "radScheduler1";
     schedulerDailyPrintStyle1.AppointmentFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     schedulerDailyPrintStyle1.DateEndRange    = new System.DateTime(2020, 6, 28, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.DateHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     schedulerDailyPrintStyle1.DateStartRange  = new System.DateTime(2020, 5, 13, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.PageHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
     this.radScheduler1.PrintStyle             = schedulerDailyPrintStyle1;
     this.radScheduler1.Size                   = new System.Drawing.Size(1664, 1115);
     this.radScheduler1.TabIndex               = 0;
     this.radScheduler1.Text                   = "radScheduler1";
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName    = "openFileDialog1";
     this.openFileDialog1.Multiselect = true;
     //
     // radSchedulerNavigator1
     //
     this.radSchedulerNavigator1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.radSchedulerNavigator1.AssociatedScheduler = this.radScheduler1;
     this.radSchedulerNavigator1.DateFormat          = "yyyy/MM/dd";
     this.radSchedulerNavigator1.Location            = new System.Drawing.Point(0, 0);
     this.radSchedulerNavigator1.Margin             = new System.Windows.Forms.Padding(7, 7, 7, 7);
     this.radSchedulerNavigator1.Name               = "radSchedulerNavigator1";
     this.radSchedulerNavigator1.NavigationStepType = Telerik.WinControls.UI.NavigationStepTypes.Day;
     //
     //
     //
     this.radSchedulerNavigator1.RootElement.StretchVertically = false;
     this.radSchedulerNavigator1.Size     = new System.Drawing.Size(2088, 116);
     this.radSchedulerNavigator1.TabIndex = 1;
     this.radSchedulerNavigator1.Text     = "radSchedulerNavigator1";
     //
     // radSchedulerReminder1
     //
     this.radSchedulerReminder1.AssociatedScheduler = null;
     this.radSchedulerReminder1.StartNotification   = System.TimeSpan.Parse("00:15:00");
     this.radSchedulerReminder1.ThemeName           = null;
     this.radSchedulerReminder1.TimeInterval        = 60000;
     //
     // radCalendar1
     //
     this.radCalendar1.AllowMultipleView = true;
     this.radCalendar1.Anchor            = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                 | System.Windows.Forms.AnchorStyles.Left)));
     this.radCalendar1.Location      = new System.Drawing.Point(0, 185);
     this.radCalendar1.Margin        = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.radCalendar1.MultiViewRows = 2;
     this.radCalendar1.Name          = "radCalendar1";
     this.radCalendar1.Size          = new System.Drawing.Size(425, 845);
     this.radCalendar1.TabIndex      = 2;
     this.radCalendar1.Text          = "radCalendar1";
     //
     // FrmScheduler
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 29F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(2116, 1207);
     this.Controls.Add(this.radCalendar1);
     this.Controls.Add(this.radSchedulerNavigator1);
     this.Controls.Add(this.radScheduler1);
     this.Margin      = new System.Windows.Forms.Padding(7, 7, 7, 7);
     this.Name        = "FrmScheduler";
     this.Text        = "FrmScheduler";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.FrmScheduler_Load);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.EventProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.ResourceProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSchedulerNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCalendar1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 15
0
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Telerik.WinControls.UI.AppointmentMappingInfo appointmentMappingInfo1 = new Telerik.WinControls.UI.AppointmentMappingInfo();
            Telerik.WinControls.UI.ResourceMappingInfo resourceMappingInfo1 = new Telerik.WinControls.UI.ResourceMappingInfo();
            Telerik.WinControls.UI.DateTimeInterval dateTimeInterval1 = new Telerik.WinControls.UI.DateTimeInterval();
            Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle1 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
            this.radApplicationMenu1 = new Telerik.WinControls.UI.RadApplicationMenu();
            this.mnuFile = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuBackup = new Telerik.WinControls.UI.RadMenuItem();
            this.exitMenuItem = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuActivity = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuVisit = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuSendSms = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuAdministration = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuRole = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuEmployee = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuService = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuInsurance = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuDrug = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuPrescription = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuCalendar = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuLab = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuPatient = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuLabratryService = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuHelp = new Telerik.WinControls.UI.RadMenuItem();
            this.radMenuItem4 = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuUpdate = new Telerik.WinControls.UI.RadMenuItem();
            this.radMenuItem7 = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuSetting = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuRvgSetting = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuNamingConvention = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuNaming1 = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuNaming2 = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuNaming3 = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuSmsSetting = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuSchedulerSetting = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuClincSetting = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuBackupSetting = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuChangePassword = new Telerik.WinControls.UI.RadMenuItem();
            this.schedulerBindingDataSource1 = new Telerik.WinControls.UI.SchedulerBindingDataSource();
            this.visitBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
            this.btnSelectToday = new Telerik.WinControls.UI.RadButton();
            this.btnViewDay = new Telerik.WinControls.UI.RadButton();
            this.btnViewWeek = new Telerik.WinControls.UI.RadButton();
            this.btnViewMonth = new Telerik.WinControls.UI.RadButton();
            this.btnViewNext = new Telerik.WinControls.UI.RadButton();
            this.btnViewPreious = new Telerik.WinControls.UI.RadButton();
            this.radScheduler1 = new ShayanDental.ucAshnaScheduler();
            this.mnuAccountant = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuPatientAccountant = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuInsuranceAccountant = new Telerik.WinControls.UI.RadMenuItem();
            this.mnuspReport = new Telerik.WinControls.UI.RadMenuSeparatorItem();
            this.mnuInsuranceReport = new Telerik.WinControls.UI.RadMenuItem();
            this.radMenu1 = new Telerik.WinControls.UI.RadMenu();
            ((System.ComponentModel.ISupportInitialize)(this.radApplicationMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.EventProvider)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.ResourceProvider)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.visitBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
            this.radGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnSelectToday)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewDay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewWeek)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewMonth)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewNext)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewPreious)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // radApplicationMenu1
            // 
            this.radApplicationMenu1.Location = new System.Drawing.Point(-19, -45);
            this.radApplicationMenu1.Name = "radApplicationMenu1";
            this.radApplicationMenu1.Size = new System.Drawing.Size(48, 48);
            this.radApplicationMenu1.TabIndex = 0;
            this.radApplicationMenu1.Text = "radApplicationMenu1";
            // 
            // mnuFile
            // 
            this.mnuFile.AccessibleDescription = "فایل";
            this.mnuFile.AccessibleName = "فایل";
            this.mnuFile.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.mnuFile.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.mnuBackup,
            this.exitMenuItem});
            this.mnuFile.Name = "mnuFile";
            this.mnuFile.Text = "فایل";
            this.mnuFile.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // mnuBackup
            // 
            this.mnuBackup.AccessibleDescription = "پشتیبان گیری";
            this.mnuBackup.AccessibleName = "پشتیبان گیری";
            this.mnuBackup.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuBackup.Image = null;
            this.mnuBackup.Name = "mnuBackup";
            this.mnuBackup.Text = "پشتیبان گیری";
            this.mnuBackup.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuBackup.Click += new System.EventHandler(this.mnuBackup_Click);
            // 
            // exitMenuItem
            // 
            this.exitMenuItem.AccessibleDescription = "خروج";
            this.exitMenuItem.AccessibleName = "خروج";
            this.exitMenuItem.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.exitMenuItem.Name = "exitMenuItem";
            this.exitMenuItem.Text = "خروج";
            this.exitMenuItem.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
            // 
            // mnuActivity
            // 
            this.mnuActivity.AccessibleDescription = "عملیات روزانه";
            this.mnuActivity.AccessibleName = "عملیات روزانه";
            this.mnuActivity.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.mnuActivity.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.mnuVisit,
            this.mnuSendSms});
            this.mnuActivity.Name = "mnuActivity";
            this.mnuActivity.ShowArrow = false;
            this.mnuActivity.Text = "عملیات روزانه";
            this.mnuActivity.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // mnuVisit
            // 
            this.mnuVisit.AccessibleDescription = "radMenuItem1";
            this.mnuVisit.AccessibleName = "radMenuItem1";
            this.mnuVisit.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuVisit.HintText = "Ctrl+V";
            this.mnuVisit.Name = "mnuVisit";
            this.mnuVisit.Text = "ویزیت";
            this.mnuVisit.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuVisit.Click += new System.EventHandler(this.vititMenuItem_Click);
            // 
            // mnuSendSms
            // 
            this.mnuSendSms.AccessibleDescription = "ارسال پیامک همگانی";
            this.mnuSendSms.AccessibleName = "ارسال پیامک همگانی";
            this.mnuSendSms.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuSendSms.HintText = "Ctrl+D";
            this.mnuSendSms.Name = "mnuSendSms";
            this.mnuSendSms.Text = "ارسال پیامک همگانی";
            this.mnuSendSms.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuSendSms.Click += new System.EventHandler(this.radMenuItem5_Click);
            // 
            // mnuAdministration
            // 
            this.mnuAdministration.AccessibleDescription = "مدیریت سیستم";
            this.mnuAdministration.AccessibleName = "مدیریت سیستم";
            this.mnuAdministration.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.mnuAdministration.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.mnuRole,
            this.mnuEmployee,
            this.mnuService,
            this.mnuInsurance,
            this.mnuDrug,
            this.mnuPrescription,
            this.mnuCalendar,
            this.mnuLab,
            this.mnuPatient,
            this.mnuLabratryService});
            this.mnuAdministration.Name = "mnuAdministration";
            this.mnuAdministration.Text = "مدیریت سیستم";
            this.mnuAdministration.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // mnuRole
            // 
            this.mnuRole.AccessibleDescription = "نقش ها";
            this.mnuRole.AccessibleName = "نقش ها";
            this.mnuRole.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuRole.HintText = "Ctrl+R";
            this.mnuRole.Name = "mnuRole";
            this.mnuRole.Text = "نقش ها";
            this.mnuRole.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuRole.Click += new System.EventHandler(this.rolesMenuItem_Click);
            // 
            // mnuEmployee
            // 
            this.mnuEmployee.AccessibleDescription = "کارکنان";
            this.mnuEmployee.AccessibleName = "کارکنان";
            this.mnuEmployee.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuEmployee.HintText = "Ctrl+E";
            this.mnuEmployee.Name = "mnuEmployee";
            this.mnuEmployee.Text = "کارکنان";
            this.mnuEmployee.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuEmployee.Click += new System.EventHandler(this.employeesMenuItem_Click);
            // 
            // mnuService
            // 
            this.mnuService.AccessibleDescription = "خدمات";
            this.mnuService.AccessibleName = "خدمات";
            this.mnuService.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuService.HintText = "Ctrl+K";
            this.mnuService.Name = "mnuService";
            this.mnuService.Text = "خدمات";
            this.mnuService.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuService.Click += new System.EventHandler(this.servicesMenuItem_Click);
            // 
            // mnuInsurance
            // 
            this.mnuInsurance.AccessibleDescription = "بیمه ها";
            this.mnuInsurance.AccessibleName = "بیمه ها";
            this.mnuInsurance.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuInsurance.HintText = "Ctrl+I";
            this.mnuInsurance.Name = "mnuInsurance";
            this.mnuInsurance.Text = "بیمه ها";
            this.mnuInsurance.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuInsurance.Click += new System.EventHandler(this.insurancesMenuItem_Click);
            // 
            // mnuDrug
            // 
            this.mnuDrug.AccessibleDescription = "داروها";
            this.mnuDrug.AccessibleName = "داروها";
            this.mnuDrug.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuDrug.HintText = "Ctrl+U";
            this.mnuDrug.Name = "mnuDrug";
            this.mnuDrug.Text = "داروها";
            this.mnuDrug.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuDrug.Click += new System.EventHandler(this.drugsMenuItem_Click);
            // 
            // mnuPrescription
            // 
            this.mnuPrescription.AccessibleDescription = "نسخه ها";
            this.mnuPrescription.AccessibleName = "نسخه ها";
            this.mnuPrescription.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuPrescription.HintText = "Ctrl+O";
            this.mnuPrescription.Name = "mnuPrescription";
            this.mnuPrescription.Text = "نسخه ها";
            this.mnuPrescription.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuPrescription.Click += new System.EventHandler(this.prescriptionsMenuItem_Click);
            // 
            // mnuCalendar
            // 
            this.mnuCalendar.AccessibleDescription = "تقویم";
            this.mnuCalendar.AccessibleName = "تقویم";
            this.mnuCalendar.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuCalendar.HintText = "Ctrl+A";
            this.mnuCalendar.Name = "mnuCalendar";
            this.mnuCalendar.Text = "تقویم";
            this.mnuCalendar.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuCalendar.Click += new System.EventHandler(this.calenderMenuItem_Click);
            // 
            // mnuLab
            // 
            this.mnuLab.AccessibleDescription = "لابراتوار";
            this.mnuLab.AccessibleName = "لابراتوار";
            this.mnuLab.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuLab.HintText = "Ctrl+L";
            this.mnuLab.Name = "mnuLab";
            this.mnuLab.Text = "لابراتوار";
            this.mnuLab.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuLab.Click += new System.EventHandler(this.radMenuItem2_Click);
            // 
            // mnuPatient
            // 
            this.mnuPatient.AccessibleDescription = "پرونده بیمار";
            this.mnuPatient.AccessibleName = "پرونده بیمار";
            this.mnuPatient.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuPatient.HintText = "Ctrl+P";
            this.mnuPatient.Name = "mnuPatient";
            this.mnuPatient.Text = "پرونده بیمار";
            this.mnuPatient.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuPatient.Click += new System.EventHandler(this.mnuPatient_Click);
            // 
            // mnuLabratryService
            // 
            this.mnuLabratryService.AccessibleDescription = "سفارش لابراتوار";
            this.mnuLabratryService.AccessibleName = "سفارش لابراتوار";
            this.mnuLabratryService.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuLabratryService.HintText = "Ctrl+B";
            this.mnuLabratryService.Name = "mnuLabratryService";
            this.mnuLabratryService.Text = "سفارش لابراتوار";
            this.mnuLabratryService.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuLabratryService.Click += new System.EventHandler(this.mnuLabratryService_Click);
            // 
            // mnuHelp
            // 
            this.mnuHelp.AccessibleDescription = "کمک";
            this.mnuHelp.AccessibleName = "کمک";
            this.mnuHelp.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.mnuHelp.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.radMenuItem4,
            this.mnuUpdate,
            this.radMenuItem7});
            this.mnuHelp.Name = "mnuHelp";
            this.mnuHelp.Text = "کمک";
            this.mnuHelp.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // radMenuItem4
            // 
            this.radMenuItem4.AccessibleDescription = "mnuReportSuggestion";
            this.radMenuItem4.AccessibleName = "ارسال نظرات";
            this.radMenuItem4.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.radMenuItem4.Name = "radMenuItem4";
            this.radMenuItem4.Text = "ارسال نظرات";
            this.radMenuItem4.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.radMenuItem4.Click += new System.EventHandler(this.radMenuItem4_Click);
            // 
            // mnuUpdate
            // 
            this.mnuUpdate.AccessibleDescription = "به روزرسانی";
            this.mnuUpdate.AccessibleName = "به روزرسانی";
            this.mnuUpdate.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuUpdate.Name = "mnuUpdate";
            this.mnuUpdate.Text = "به روزرسانی";
            this.mnuUpdate.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuUpdate.Click += new System.EventHandler(this.mnuUpdate_Click);
            // 
            // radMenuItem7
            // 
            this.radMenuItem7.AccessibleDescription = "mnuAboutUs";
            this.radMenuItem7.AccessibleName = "درباره ما";
            this.radMenuItem7.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.radMenuItem7.Name = "radMenuItem7";
            this.radMenuItem7.Text = "درباره ما";
            this.radMenuItem7.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.radMenuItem7.Click += new System.EventHandler(this.radMenuItem7_Click);
            // 
            // mnuSetting
            // 
            this.mnuSetting.AccessibleDescription = "تنظیمات";
            this.mnuSetting.AccessibleName = "تنظیمات";
            this.mnuSetting.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.mnuSetting.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.mnuRvgSetting,
            this.mnuNamingConvention,
            this.mnuSmsSetting,
            this.mnuSchedulerSetting,
            this.mnuClincSetting,
            this.mnuBackupSetting,
            this.mnuChangePassword});
            this.mnuSetting.Name = "mnuSetting";
            this.mnuSetting.Text = "تنظیمات";
            this.mnuSetting.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // mnuRvgSetting
            // 
            this.mnuRvgSetting.AccessibleDescription = "دستگاه Rvg";
            this.mnuRvgSetting.AccessibleName = "دستگاه Rvg";
            this.mnuRvgSetting.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuRvgSetting.HintText = "Ctrl+G";
            this.mnuRvgSetting.Name = "mnuRvgSetting";
            this.mnuRvgSetting.Text = "دستگاه Rvg";
            this.mnuRvgSetting.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuRvgSetting.Click += new System.EventHandler(this.mnuRvgSetting_Click);
            // 
            // mnuNamingConvention
            // 
            this.mnuNamingConvention.AccessibleDescription = "نام گذاری دندان ها";
            this.mnuNamingConvention.AccessibleName = "نام گذاری دندان ها";
            this.mnuNamingConvention.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuNamingConvention.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.mnuNaming1,
            this.mnuNaming2,
            this.mnuNaming3});
            this.mnuNamingConvention.Name = "mnuNamingConvention";
            this.mnuNamingConvention.Text = "نام گذاری دندان ها";
            this.mnuNamingConvention.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // mnuNaming1
            // 
            this.mnuNaming1.AccessibleDescription = "نام گذاری 1";
            this.mnuNaming1.AccessibleName = "نام گذاری 1";
            this.mnuNaming1.IsChecked = true;
            this.mnuNaming1.Name = "mnuNaming1";
            this.mnuNaming1.Text = "Universal Numbering System";
            this.mnuNaming1.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
            this.mnuNaming1.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuNaming1.Click += new System.EventHandler(this.mnuNaming1_Click);
            // 
            // mnuNaming2
            // 
            this.mnuNaming2.AccessibleDescription = "نام گذاری 2";
            this.mnuNaming2.AccessibleName = "نام گذاری 2";
            this.mnuNaming2.Name = "mnuNaming2";
            this.mnuNaming2.Text = "Palmer Numbering System";
            this.mnuNaming2.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuNaming2.Click += new System.EventHandler(this.mnuNaming2_Click);
            // 
            // mnuNaming3
            // 
            this.mnuNaming3.AccessibleDescription = "نام گذاری 3";
            this.mnuNaming3.AccessibleName = "نام گذاری 3";
            this.mnuNaming3.Name = "mnuNaming3";
            this.mnuNaming3.Text = "FDI Two-Digit Tooth Numbering System";
            this.mnuNaming3.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuNaming3.Click += new System.EventHandler(this.mnuNaming3_Click);
            // 
            // mnuSmsSetting
            // 
            this.mnuSmsSetting.AccessibleDescription = "تنظیمات SMS";
            this.mnuSmsSetting.AccessibleName = "تنظیمات SMS";
            this.mnuSmsSetting.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuSmsSetting.HintText = "Ctrl+S";
            this.mnuSmsSetting.Name = "mnuSmsSetting";
            this.mnuSmsSetting.PopupDirection = Telerik.WinControls.UI.RadDirection.Right;
            this.mnuSmsSetting.RightToLeft = true;
            this.mnuSmsSetting.Text = "تنظیمات پیامک";
            this.mnuSmsSetting.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuSmsSetting.Click += new System.EventHandler(this.mnuSmsSetting_Click);
            // 
            // mnuSchedulerSetting
            // 
            this.mnuSchedulerSetting.AccessibleDescription = "تنظیمات تقویم";
            this.mnuSchedulerSetting.AccessibleName = "تنظیمات تقویم";
            this.mnuSchedulerSetting.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuSchedulerSetting.HintText = "Ctrl+Q";
            this.mnuSchedulerSetting.Name = "mnuSchedulerSetting";
            this.mnuSchedulerSetting.Text = "تنظیمات تقویم رومیزی";
            this.mnuSchedulerSetting.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuSchedulerSetting.Click += new System.EventHandler(this.mnuSchedulerSetting_Click);
            // 
            // mnuClincSetting
            // 
            this.mnuClincSetting.AccessibleDescription = "مطب";
            this.mnuClincSetting.AccessibleName = "مطب";
            this.mnuClincSetting.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuClincSetting.HintText = "Ctrl+C";
            this.mnuClincSetting.Name = "mnuClincSetting";
            this.mnuClincSetting.Text = "مطب";
            this.mnuClincSetting.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuClincSetting.Click += new System.EventHandler(this.radMenuItem8_Click);
            // 
            // mnuBackupSetting
            // 
            this.mnuBackupSetting.AccessibleDescription = "تنظیمات پشتیبانگیری";
            this.mnuBackupSetting.AccessibleName = "تنظیمات پشتیبانگیری";
            this.mnuBackupSetting.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuBackupSetting.Name = "mnuBackupSetting";
            this.mnuBackupSetting.Text = "تنظیمات پشتیبانگیری";
            this.mnuBackupSetting.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuBackupSetting.Click += new System.EventHandler(this.mnuBackupSetting_Click);
            // 
            // mnuChangePassword
            // 
            this.mnuChangePassword.AccessibleDescription = "تغییر رمز عبور";
            this.mnuChangePassword.AccessibleName = "تغییر رمز عبور";
            this.mnuChangePassword.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuChangePassword.Name = "mnuChangePassword";
            this.mnuChangePassword.Text = "تغییر رمز عبور";
            this.mnuChangePassword.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuChangePassword.Click += new System.EventHandler(this.mnuChangePassword_Click);
            // 
            // schedulerBindingDataSource1
            // 
            // 
            // 
            // 
            this.schedulerBindingDataSource1.EventProvider.DataSource = this.visitBindingSource;
            appointmentMappingInfo1.End = "ToTime";
            appointmentMappingInfo1.Start = "FromTime";
            appointmentMappingInfo1.Summary = "VisitSummary";
            appointmentMappingInfo1.UniqueId = "Id";
            this.schedulerBindingDataSource1.EventProvider.Mapping = appointmentMappingInfo1;
            // 
            // 
            // 
            this.schedulerBindingDataSource1.ResourceProvider.Mapping = resourceMappingInfo1;
            // 
            // visitBindingSource
            // 
            this.visitBindingSource.DataSource = typeof(Shayan.Data.Visit);
            // 
            // radGroupBox1
            // 
            this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox1.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.radGroupBox1.Controls.Add(this.btnSelectToday);
            this.radGroupBox1.Controls.Add(this.btnViewDay);
            this.radGroupBox1.Controls.Add(this.btnViewWeek);
            this.radGroupBox1.Controls.Add(this.btnViewMonth);
            this.radGroupBox1.Controls.Add(this.btnViewNext);
            this.radGroupBox1.Controls.Add(this.btnViewPreious);
            this.radGroupBox1.Controls.Add(this.radScheduler1);
            this.radGroupBox1.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.radGroupBox1.FooterImageIndex = -1;
            this.radGroupBox1.FooterImageKey = "";
            this.radGroupBox1.HeaderImageIndex = -1;
            this.radGroupBox1.HeaderImageKey = "";
            this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
            this.radGroupBox1.HeaderText = "تقویم رومیزی";
            this.radGroupBox1.Location = new System.Drawing.Point(12, 33);
            this.radGroupBox1.Name = "radGroupBox1";
            this.radGroupBox1.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            this.radGroupBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radGroupBox1.Size = new System.Drawing.Size(992, 621);
            this.radGroupBox1.TabIndex = 3;
            this.radGroupBox1.Text = "تقویم رومیزی";
            // 
            // btnSelectToday
            // 
            this.btnSelectToday.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSelectToday.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.btnSelectToday.Location = new System.Drawing.Point(450, 22);
            this.btnSelectToday.Name = "btnSelectToday";
            this.btnSelectToday.Size = new System.Drawing.Size(130, 30);
            this.btnSelectToday.TabIndex = 8;
            this.btnSelectToday.Text = "امروز";
            this.btnSelectToday.Click += new System.EventHandler(this.btnSelectToday_Click);
            // 
            // btnViewDay
            // 
            this.btnViewDay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnViewDay.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.btnViewDay.Location = new System.Drawing.Point(585, 22);
            this.btnViewDay.Name = "btnViewDay";
            this.btnViewDay.Size = new System.Drawing.Size(130, 30);
            this.btnViewDay.TabIndex = 7;
            this.btnViewDay.Text = "دید روزانه";
            this.btnViewDay.Click += new System.EventHandler(this.btnViewDay_Click);
            // 
            // btnViewWeek
            // 
            this.btnViewWeek.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnViewWeek.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.btnViewWeek.Location = new System.Drawing.Point(721, 22);
            this.btnViewWeek.Name = "btnViewWeek";
            this.btnViewWeek.Size = new System.Drawing.Size(130, 30);
            this.btnViewWeek.TabIndex = 6;
            this.btnViewWeek.Text = "دید هفتگی";
            this.btnViewWeek.Click += new System.EventHandler(this.btnViewWeek_Click);
            // 
            // btnViewMonth
            // 
            this.btnViewMonth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnViewMonth.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.btnViewMonth.Location = new System.Drawing.Point(857, 22);
            this.btnViewMonth.Name = "btnViewMonth";
            this.btnViewMonth.Size = new System.Drawing.Size(130, 30);
            this.btnViewMonth.TabIndex = 5;
            this.btnViewMonth.Text = "دید ماهانه";
            this.btnViewMonth.Click += new System.EventHandler(this.btnViewMonth_Click);
            // 
            // btnViewNext
            // 
            this.btnViewNext.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.btnViewNext.Location = new System.Drawing.Point(72, 21);
            this.btnViewNext.Name = "btnViewNext";
            this.btnViewNext.Size = new System.Drawing.Size(60, 30);
            this.btnViewNext.TabIndex = 4;
            this.btnViewNext.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.btnViewNext.Click += new System.EventHandler(this.btnViewNext_Click);
            // 
            // btnViewPreious
            // 
            this.btnViewPreious.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold);
            this.btnViewPreious.Location = new System.Drawing.Point(6, 21);
            this.btnViewPreious.Name = "btnViewPreious";
            this.btnViewPreious.Size = new System.Drawing.Size(60, 30);
            this.btnViewPreious.TabIndex = 3;
            this.btnViewPreious.Click += new System.EventHandler(this.btnViewPreious_Click);
            // 
            // radScheduler1
            // 
            dateTimeInterval1.End = new System.DateTime(((long)(0)));
            dateTimeInterval1.Start = new System.DateTime(((long)(0)));
            this.radScheduler1.AccessibleInterval = dateTimeInterval1;
            this.radScheduler1.AllowAppointmentCreateInline = false;
            this.radScheduler1.AllowAppointmentMove = false;
            this.radScheduler1.AllowAppointmentResize = false;
            this.radScheduler1.AllowMouseWheelSupport = false;
            this.radScheduler1.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.radScheduler1.AppointmentTitleFormat = null;
            this.radScheduler1.Culture = new System.Globalization.CultureInfo("en-US");
            this.radScheduler1.DataSource = null;
            this.radScheduler1.GroupType = Telerik.WinControls.UI.GroupType.None;
            this.radScheduler1.HeaderFormat = "dd dddd";
            this.radScheduler1.Location = new System.Drawing.Point(5, 58);
            this.radScheduler1.Name = "radScheduler1";
            schedulerDailyPrintStyle1.AppointmentFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            schedulerDailyPrintStyle1.DateEndRange = new System.DateTime(2012, 11, 20, 0, 0, 0, 0);
            schedulerDailyPrintStyle1.DateHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            schedulerDailyPrintStyle1.DateStartRange = new System.DateTime(2012, 8, 24, 0, 0, 0, 0);
            schedulerDailyPrintStyle1.PageHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
            this.radScheduler1.PrintStyle = schedulerDailyPrintStyle1;
            this.radScheduler1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.radScheduler1.ShowAppointmentStatus = false;
            this.radScheduler1.ShowNavigationElements = false;
            this.radScheduler1.Size = new System.Drawing.Size(982, 558);
            this.radScheduler1.TabIndex = 2;
            this.radScheduler1.Text = "ucAshnaScheduler1";
            this.radScheduler1.CellFormatting += new System.EventHandler<Telerik.WinControls.UI.SchedulerCellEventArgs>(this.radScheduler1_CellFormatting);
            this.radScheduler1.ActiveViewChanged += new System.EventHandler<Telerik.WinControls.UI.SchedulerViewChangedEventArgs>(this.radScheduler1_ActiveViewChanged);
            this.radScheduler1.AppointmentFormatting += new System.EventHandler<Telerik.WinControls.UI.SchedulerAppointmentEventArgs>(this.radScheduler1_AppointmentFormatting);
            this.radScheduler1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.radScheduler1_KeyDown);
            // 
            // mnuAccountant
            // 
            this.mnuAccountant.AccessibleDescription = "حسابداری";
            this.mnuAccountant.AccessibleName = "حسابداری";
            this.mnuAccountant.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.mnuPatientAccountant,
            this.mnuInsuranceAccountant,
            this.mnuspReport,
            this.mnuInsuranceReport});
            this.mnuAccountant.Name = "mnuAccountant";
            this.mnuAccountant.Text = "حسابداری";
            this.mnuAccountant.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // mnuPatientAccountant
            // 
            this.mnuPatientAccountant.AccessibleDescription = "بیماران";
            this.mnuPatientAccountant.AccessibleName = "بیماران";
            this.mnuPatientAccountant.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuPatientAccountant.Name = "mnuPatientAccountant";
            this.mnuPatientAccountant.Text = "بیماران";
            this.mnuPatientAccountant.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuPatientAccountant.Click += new System.EventHandler(this.mnuPatientAccountant_Click);
            // 
            // mnuInsuranceAccountant
            // 
            this.mnuInsuranceAccountant.AccessibleDescription = "بیمه ها";
            this.mnuInsuranceAccountant.AccessibleName = "بیمه ها";
            this.mnuInsuranceAccountant.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuInsuranceAccountant.Name = "mnuInsuranceAccountant";
            this.mnuInsuranceAccountant.Text = "بیمه ها";
            this.mnuInsuranceAccountant.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuInsuranceAccountant.Click += new System.EventHandler(this.mnuInsuranceAccountant_Click);
            // 
            // mnuspReport
            // 
            this.mnuspReport.AccessibleDescription = "radMenuSeparatorItem1";
            this.mnuspReport.AccessibleName = "radMenuSeparatorItem1";
            this.mnuspReport.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuspReport.Name = "mnuspReport";
            this.mnuspReport.Text = "radMenuSeparatorItem1";
            this.mnuspReport.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // mnuInsuranceReport
            // 
            this.mnuInsuranceReport.AccessibleDescription = "گزارش بیمه ها";
            this.mnuInsuranceReport.AccessibleName = "گزارش بیمه ها";
            this.mnuInsuranceReport.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.mnuInsuranceReport.Name = "mnuInsuranceReport";
            this.mnuInsuranceReport.Text = "گزارش بیمه ها";
            this.mnuInsuranceReport.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            this.mnuInsuranceReport.Click += new System.EventHandler(this.mnuInsuranceReport_Click);
            // 
            // radMenu1
            // 
            this.radMenu1.Font = new System.Drawing.Font("B Nazanin", 9.75F, System.Drawing.FontStyle.Bold);
            this.radMenu1.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.mnuFile,
            this.mnuActivity,
            this.mnuAccountant,
            this.mnuAdministration,
            this.mnuSetting,
            this.mnuHelp});
            this.radMenu1.Location = new System.Drawing.Point(0, 0);
            this.radMenu1.Name = "radMenu1";
            this.radMenu1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radMenu1.Size = new System.Drawing.Size(1016, 27);
            this.radMenu1.TabIndex = 1;
            this.radMenu1.Text = "radMenu1";
            // 
            // FormMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1016, 666);
            this.Controls.Add(this.radGroupBox1);
            this.Controls.Add(this.radMenu1);
            this.Controls.Add(this.radApplicationMenu1);
            this.Font = new System.Drawing.Font("B Nazanin", 9.3F, System.Drawing.FontStyle.Bold);
            this.Name = "FormMain";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.Text = "شایان نمودار";
            this.ThemeName = "ControlDefault";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormMain_FormClosed);
            this.Load += new System.EventHandler(this.FormMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.radApplicationMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.EventProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.ResourceProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.visitBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
            this.radGroupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.btnSelectToday)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewDay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewWeek)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewMonth)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewNext)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnViewPreious)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.AppointmentMappingInfo   appointmentMappingInfo1   = new Telerik.WinControls.UI.AppointmentMappingInfo();
     Telerik.WinControls.UI.ResourceMappingInfo      resourceMappingInfo1      = new Telerik.WinControls.UI.ResourceMappingInfo();
     Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle1 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
     System.ComponentModel.ComponentResourceManager  resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.panel1 = new System.Windows.Forms.Panel();
     this.schedulerBindingDataSource1 = new Telerik.WinControls.UI.SchedulerBindingDataSource();
     this.schedulerDataDataSet        = new CIDAGENDA2018.schedulerDataDataSet();
     this.radSchedulerNavigator1      = new Telerik.WinControls.UI.RadSchedulerNavigator();
     this.radScheduler1        = new Telerik.WinControls.UI.RadScheduler();
     this.panelTool            = new System.Windows.Forms.Panel();
     this.label2               = new System.Windows.Forms.Label();
     this.btn_forward_resource = new System.Windows.Forms.Button();
     this.btn_back_resource    = new System.Windows.Forms.Button();
     this.label1               = new System.Windows.Forms.Label();
     this.txt_salas            = new System.Windows.Forms.ComboBox();
     this.citasTableAdapter1   = new CIDAGENDA2018.schedulerDataDataSetTableAdapters.CITASTableAdapter();
     this.cita1TableAdapter1   = new CIDAGENDA2018.schedulerDataDataSetTableAdapters.CITA1TableAdapter();
     this.salasTableAdapter1   = new CIDAGENDA2018.schedulerDataDataSetTableAdapters.SALASTableAdapter();
     this.panelScheduler       = new System.Windows.Forms.Panel();
     this.btn_IniciarSesion    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6  = new System.Windows.Forms.ToolStripSeparator();
     this.btnAgendarCitas      = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1  = new System.Windows.Forms.ToolStripSeparator();
     this.btnRecepcion         = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2  = new System.Windows.Forms.ToolStripSeparator();
     this.btn_VerAgenda        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3  = new System.Windows.Forms.ToolStripSeparator();
     this.btn_Complementos     = new System.Windows.Forms.ToolStripButton();
     this.btn_Preparacion      = new System.Windows.Forms.ToolStripButton();
     this.btn_Usuarios         = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5  = new System.Windows.Forms.ToolStripSeparator();
     this.btn_Salir            = new System.Windows.Forms.ToolStripButton();
     this.toolStrip_Menu       = new System.Windows.Forms.ToolStrip();
     this.btn_CerrarSesion     = new System.Windows.Forms.ToolStripButton();
     this.btnCotizador         = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4  = new System.Windows.Forms.ToolStripSeparator();
     this.btn_Diagnostico      = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator7  = new System.Windows.Forms.ToolStripSeparator();
     this.btn_Salas            = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1     = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.EventProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.ResourceProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerDataDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSchedulerNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
     this.panelTool.SuspendLayout();
     this.panelScheduler.SuspendLayout();
     this.toolStrip_Menu.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(185)))), ((int)(((byte)(19)))));
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location  = new System.Drawing.Point(0, 0);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(1096, 6);
     this.panel1.TabIndex  = 102;
     //
     // schedulerBindingDataSource1
     //
     //
     //
     //
     this.schedulerBindingDataSource1.EventProvider.DataMember = "CITAS";
     this.schedulerBindingDataSource1.EventProvider.DataSource = this.schedulerDataDataSet;
     this.schedulerBindingDataSource1.EventProvider.Mapping    = appointmentMappingInfo1;
     //
     //
     //
     this.schedulerBindingDataSource1.ResourceProvider.DataMember = "SALAS";
     this.schedulerBindingDataSource1.ResourceProvider.DataSource = this.schedulerDataDataSet;
     this.schedulerBindingDataSource1.ResourceProvider.Mapping    = resourceMappingInfo1;
     //
     // schedulerDataDataSet
     //
     this.schedulerDataDataSet.DataSetName             = "schedulerDataDataSet";
     this.schedulerDataDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // radSchedulerNavigator1
     //
     this.radSchedulerNavigator1.AssociatedScheduler = this.radScheduler1;
     this.radSchedulerNavigator1.BackColor           = System.Drawing.SystemColors.ControlLightLight;
     this.radSchedulerNavigator1.DateFormat          = "dddd dd MMMM yyyy";
     this.radSchedulerNavigator1.Dock               = System.Windows.Forms.DockStyle.Top;
     this.radSchedulerNavigator1.Location           = new System.Drawing.Point(0, 0);
     this.radSchedulerNavigator1.Name               = "radSchedulerNavigator1";
     this.radSchedulerNavigator1.NavigationStepType = Telerik.WinControls.UI.NavigationStepTypes.Day;
     //
     //
     //
     this.radSchedulerNavigator1.RootElement.ControlBounds     = new System.Drawing.Rectangle(0, 0, 472, 78);
     this.radSchedulerNavigator1.RootElement.StretchVertically = false;
     this.radSchedulerNavigator1.Size     = new System.Drawing.Size(1096, 77);
     this.radSchedulerNavigator1.TabIndex = 0;
     this.radSchedulerNavigator1.Text     = "radSchedulerNavigator1";
     //
     // radScheduler1
     //
     this.radScheduler1.AllowCopyPaste         = Telerik.WinControls.UI.CopyPasteMode.Disallow;
     this.radScheduler1.AutoScroll             = true;
     this.radScheduler1.Culture                = new System.Globalization.CultureInfo("es-MX");
     this.radScheduler1.DataSource             = this.schedulerBindingDataSource1;
     this.radScheduler1.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.radScheduler1.HeaderFormat           = "dddd dd MMMM yyyy";
     this.radScheduler1.Location               = new System.Drawing.Point(0, 77);
     this.radScheduler1.Name                   = "radScheduler1";
     schedulerDailyPrintStyle1.AppointmentFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     schedulerDailyPrintStyle1.DateEndRange    = new System.DateTime(2018, 6, 12, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.DateHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     schedulerDailyPrintStyle1.DateStartRange  = new System.DateTime(2018, 6, 7, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.PageHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
     this.radScheduler1.PrintStyle             = schedulerDailyPrintStyle1;
     //
     //
     //
     this.radScheduler1.RootElement.ControlBounds   = new System.Drawing.Rectangle(0, 77, 500, 500);
     this.radScheduler1.ShowAllDayAppointmentStatus = true;
     this.radScheduler1.Size                          = new System.Drawing.Size(1096, 248);
     this.radScheduler1.TabIndex                      = 1;
     this.radScheduler1.Text                          = "radScheduler1";
     this.radScheduler1.AppointmentDropping          += new System.EventHandler <Telerik.WinControls.UI.AppointmentMovingEventArgs>(this.radScheduler1_AppointmentDropping);
     this.radScheduler1.AppointmentResizeEnd         += new System.EventHandler <Telerik.WinControls.UI.SchedulerAppointmentEventArgs>(this.radScheduler1_AppointmentResizeEnd);
     this.radScheduler1.ContextMenuOpening           += new Telerik.WinControls.UI.SchedulerContextMenuOpeningEventHandler(this.radScheduler1_ContextMenuOpening);
     this.radScheduler1.AppointmentFormatting        += new System.EventHandler <Telerik.WinControls.UI.SchedulerAppointmentEventArgs>(this.radScheduler1_AppointmentFormatting_1);
     this.radScheduler1.AppointmentEditDialogShowing += new System.EventHandler <Telerik.WinControls.UI.AppointmentEditDialogShowingEventArgs>(this.radScheduler1_AppointmentEditDialogShowing);
     this.radScheduler1.ToolTipTextNeeded            += new Telerik.WinControls.ToolTipTextNeededEventHandler(this.radScheduler1_ToolTipTextNeeded);
     //
     // panelTool
     //
     this.panelTool.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.panelTool.Controls.Add(this.label2);
     this.panelTool.Controls.Add(this.btn_forward_resource);
     this.panelTool.Controls.Add(this.btn_back_resource);
     this.panelTool.Controls.Add(this.label1);
     this.panelTool.Controls.Add(this.txt_salas);
     this.panelTool.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTool.Location = new System.Drawing.Point(0, 58);
     this.panelTool.Name     = "panelTool";
     this.panelTool.Size     = new System.Drawing.Size(1096, 43);
     this.panelTool.TabIndex = 0;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(366, 14);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(108, 13);
     this.label2.TabIndex = 32;
     this.label2.Text     = "Navegar entre salas :";
     //
     // btn_forward_resource
     //
     this.btn_forward_resource.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.btn_forward_resource.Image     = ((System.Drawing.Image)(resources.GetObject("btn_forward_resource.Image")));
     this.btn_forward_resource.Location  = new System.Drawing.Point(536, 3);
     this.btn_forward_resource.Name      = "btn_forward_resource";
     this.btn_forward_resource.Size      = new System.Drawing.Size(50, 35);
     this.btn_forward_resource.TabIndex  = 31;
     this.btn_forward_resource.UseVisualStyleBackColor = false;
     this.btn_forward_resource.Click += new System.EventHandler(this.btn_forward_resource_Click);
     //
     // btn_back_resource
     //
     this.btn_back_resource.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.btn_back_resource.Image     = ((System.Drawing.Image)(resources.GetObject("btn_back_resource.Image")));
     this.btn_back_resource.Location  = new System.Drawing.Point(480, 3);
     this.btn_back_resource.Name      = "btn_back_resource";
     this.btn_back_resource.Size      = new System.Drawing.Size(50, 35);
     this.btn_back_resource.TabIndex  = 30;
     this.btn_back_resource.UseVisualStyleBackColor = false;
     this.btn_back_resource.Click += new System.EventHandler(this.btn_back_resource_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(13, 13);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(66, 13);
     this.label1.TabIndex = 29;
     this.label1.Text     = "Mostrar Sala";
     //
     // txt_salas
     //
     this.txt_salas.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.txt_salas.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.txt_salas.FormattingEnabled  = true;
     this.txt_salas.Location           = new System.Drawing.Point(85, 10);
     this.txt_salas.Name                  = "txt_salas";
     this.txt_salas.Size                  = new System.Drawing.Size(267, 21);
     this.txt_salas.TabIndex              = 28;
     this.txt_salas.SelectedIndexChanged += new System.EventHandler(this.txt_salas_SelectedIndexChanged);
     //
     // citasTableAdapter1
     //
     this.citasTableAdapter1.ClearBeforeFill = true;
     //
     // cita1TableAdapter1
     //
     this.cita1TableAdapter1.ClearBeforeFill = true;
     //
     // salasTableAdapter1
     //
     this.salasTableAdapter1.ClearBeforeFill = true;
     //
     // panelScheduler
     //
     this.panelScheduler.AutoScroll = true;
     this.panelScheduler.Controls.Add(this.radScheduler1);
     this.panelScheduler.Controls.Add(this.radSchedulerNavigator1);
     this.panelScheduler.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelScheduler.Location = new System.Drawing.Point(0, 101);
     this.panelScheduler.Name     = "panelScheduler";
     this.panelScheduler.Size     = new System.Drawing.Size(1096, 325);
     this.panelScheduler.TabIndex = 110;
     //
     // btn_IniciarSesion
     //
     this.btn_IniciarSesion.Image                 = ((System.Drawing.Image)(resources.GetObject("btn_IniciarSesion.Image")));
     this.btn_IniciarSesion.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_IniciarSesion.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_IniciarSesion.Name = "btn_IniciarSesion";
     this.btn_IniciarSesion.Size = new System.Drawing.Size(74, 49);
     this.btn_IniciarSesion.Text = "Iniciar Sesión";
     this.btn_IniciarSesion.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btn_IniciarSesion.Click            += new System.EventHandler(this.btn_IniciarSesion_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 52);
     //
     // btnAgendarCitas
     //
     this.btnAgendarCitas.Image                 = ((System.Drawing.Image)(resources.GetObject("btnAgendarCitas.Image")));
     this.btnAgendarCitas.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnAgendarCitas.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnAgendarCitas.Name = "btnAgendarCitas";
     this.btnAgendarCitas.Size = new System.Drawing.Size(77, 49);
     this.btnAgendarCitas.Text = "Agendar Citas";
     this.btnAgendarCitas.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnAgendarCitas.Click            += new System.EventHandler(this.btnAgendarCitas_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 52);
     //
     // btnRecepcion
     //
     this.btnRecepcion.Image                 = ((System.Drawing.Image)(resources.GetObject("btnRecepcion.Image")));
     this.btnRecepcion.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnRecepcion.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnRecepcion.Name = "btnRecepcion";
     this.btnRecepcion.Size = new System.Drawing.Size(63, 49);
     this.btnRecepcion.Text = "Recepción";
     this.btnRecepcion.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnRecepcion.Click            += new System.EventHandler(this.btnRecepcion_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 52);
     //
     // btn_VerAgenda
     //
     this.btn_VerAgenda.Image                 = ((System.Drawing.Image)(resources.GetObject("btn_VerAgenda.Image")));
     this.btn_VerAgenda.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_VerAgenda.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_VerAgenda.Name = "btn_VerAgenda";
     this.btn_VerAgenda.Size = new System.Drawing.Size(67, 49);
     this.btn_VerAgenda.Text = "Ver Agenda";
     this.btn_VerAgenda.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btn_VerAgenda.Click            += new System.EventHandler(this.btn_VerAgenda_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 52);
     //
     // btn_Complementos
     //
     this.btn_Complementos.Image                 = ((System.Drawing.Image)(resources.GetObject("btn_Complementos.Image")));
     this.btn_Complementos.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_Complementos.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_Complementos.Name = "btn_Complementos";
     this.btn_Complementos.Size = new System.Drawing.Size(80, 49);
     this.btn_Complementos.Text = "Complementos";
     this.btn_Complementos.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btn_Complementos.Click            += new System.EventHandler(this.btn_Complementos_Click);
     //
     // btn_Preparacion
     //
     this.btn_Preparacion.Image                 = ((System.Drawing.Image)(resources.GetObject("btn_Preparacion.Image")));
     this.btn_Preparacion.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_Preparacion.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_Preparacion.Name = "btn_Preparacion";
     this.btn_Preparacion.Size = new System.Drawing.Size(68, 49);
     this.btn_Preparacion.Text = "Preparación";
     this.btn_Preparacion.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btn_Preparacion.Click            += new System.EventHandler(this.btn_Preparacion_Click);
     //
     // btn_Usuarios
     //
     this.btn_Usuarios.Image                 = ((System.Drawing.Image)(resources.GetObject("btn_Usuarios.Image")));
     this.btn_Usuarios.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_Usuarios.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_Usuarios.Name = "btn_Usuarios";
     this.btn_Usuarios.Size = new System.Drawing.Size(52, 49);
     this.btn_Usuarios.Text = "Usuarios";
     this.btn_Usuarios.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btn_Usuarios.Click            += new System.EventHandler(this.btn_Usuarios_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 52);
     //
     // btn_Salir
     //
     this.btn_Salir.Image                 = ((System.Drawing.Image)(resources.GetObject("btn_Salir.Image")));
     this.btn_Salir.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_Salir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_Salir.Name = "btn_Salir";
     this.btn_Salir.Size = new System.Drawing.Size(36, 49);
     this.btn_Salir.Text = "Salir";
     this.btn_Salir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btn_Salir.Click            += new System.EventHandler(this.btn_Salir_Click);
     //
     // toolStrip_Menu
     //
     this.toolStrip_Menu.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.toolStrip_Menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btn_IniciarSesion,
         this.btn_CerrarSesion,
         this.toolStripSeparator6,
         this.btnCotizador,
         this.toolStripSeparator4,
         this.btnAgendarCitas,
         this.toolStripSeparator1,
         this.btnRecepcion,
         this.toolStripSeparator2,
         this.btn_VerAgenda,
         this.toolStripSeparator3,
         this.btn_Preparacion,
         this.btn_Complementos,
         this.btn_Diagnostico,
         this.toolStripSeparator7,
         this.btn_Salas,
         this.btn_Usuarios,
         this.toolStripSeparator5,
         this.btn_Salir,
         this.toolStripButton1
     });
     this.toolStrip_Menu.Location = new System.Drawing.Point(0, 6);
     this.toolStrip_Menu.Name     = "toolStrip_Menu";
     this.toolStrip_Menu.Size     = new System.Drawing.Size(1096, 52);
     this.toolStrip_Menu.TabIndex = 108;
     this.toolStrip_Menu.Text     = "toolStrip1";
     //
     // btn_CerrarSesion
     //
     this.btn_CerrarSesion.Image                 = ((System.Drawing.Image)(resources.GetObject("btn_CerrarSesion.Image")));
     this.btn_CerrarSesion.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_CerrarSesion.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_CerrarSesion.Name = "btn_CerrarSesion";
     this.btn_CerrarSesion.Size = new System.Drawing.Size(74, 49);
     this.btn_CerrarSesion.Text = "Cerrar Sesión";
     this.btn_CerrarSesion.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btn_CerrarSesion.Click            += new System.EventHandler(this.btn_CerrarSesion_Click);
     //
     // btnCotizador
     //
     this.btnCotizador.Image                 = ((System.Drawing.Image)(resources.GetObject("btnCotizador.Image")));
     this.btnCotizador.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnCotizador.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCotizador.Name = "btnCotizador";
     this.btnCotizador.Size = new System.Drawing.Size(55, 49);
     this.btnCotizador.Text = "Cotizador";
     this.btnCotizador.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnCotizador.Click            += new System.EventHandler(this.btnCotizador_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 52);
     //
     // btn_Diagnostico
     //
     this.btn_Diagnostico.Image                 = ((System.Drawing.Image)(resources.GetObject("btn_Diagnostico.Image")));
     this.btn_Diagnostico.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_Diagnostico.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_Diagnostico.Name = "btn_Diagnostico";
     this.btn_Diagnostico.Size = new System.Drawing.Size(67, 49);
     this.btn_Diagnostico.Text = "Diagnóstico";
     this.btn_Diagnostico.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btn_Diagnostico.Click            += new System.EventHandler(this.btn_Diagnostico_Click);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(6, 52);
     //
     // btn_Salas
     //
     this.btn_Salas.Image                 = ((System.Drawing.Image)(resources.GetObject("btn_Salas.Image")));
     this.btn_Salas.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_Salas.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_Salas.Name = "btn_Salas";
     this.btn_Salas.Size = new System.Drawing.Size(37, 49);
     this.btn_Salas.Text = "Salas";
     this.btn_Salas.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btn_Salas.Click            += new System.EventHandler(this.btn_Salas_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Enabled               = false;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name        = "toolStripButton1";
     this.toolStripButton1.Size        = new System.Drawing.Size(63, 49);
     this.toolStripButton1.ToolTipText = "Unidad Radiologica IRM, S. de R.L. de C.V.";
     //
     // Form1
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.SystemColors.ControlLightLight;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.ClientSize            = new System.Drawing.Size(1096, 426);
     this.Controls.Add(this.panelScheduler);
     this.Controls.Add(this.panelTool);
     this.Controls.Add(this.toolStrip_Menu);
     this.Controls.Add(this.panel1);
     this.DoubleBuffered = true;
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name           = "Form1";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "Unidad Radiologica IRM, S. de R.L. de C.V.";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.Load          += new System.EventHandler(this.Form1_Load);
     this.Shown         += new System.EventHandler(this.Form1_Shown);
     this.ResizeEnd     += new System.EventHandler(this.Form1_ResizeEnd);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.EventProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.ResourceProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerDataDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSchedulerNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
     this.panelTool.ResumeLayout(false);
     this.panelTool.PerformLayout();
     this.panelScheduler.ResumeLayout(false);
     this.panelScheduler.PerformLayout();
     this.toolStrip_Menu.ResumeLayout(false);
     this.toolStrip_Menu.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.SchedulerDailyPrintStyle schedulerDailyPrintStyle1 = new Telerik.WinControls.UI.SchedulerDailyPrintStyle();
     this.sinarekDataSet           = new NB.sinarekDataSet();
     this.btnPrint                 = new Telerik.WinControls.UI.RadButton();
     this.rddGBID                  = new Telerik.WinControls.UI.RadDropDownList();
     this.gajibulananBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.radLabel1                = new Telerik.WinControls.UI.RadLabel();
     this.radLabel2                = new Telerik.WinControls.UI.RadLabel();
     this.rddMember                = new Telerik.WinControls.UI.RadDropDownList();
     this.memberBindingSource      = new System.Windows.Forms.BindingSource(this.components);
     this.memberTableAdapter       = new NB.sinarekDataSetTableAdapters.memberTableAdapter();
     this.radGroupBox1             = new Telerik.WinControls.UI.RadGroupBox();
     this.radScheduler1            = new Telerik.WinControls.UI.RadScheduler();
     this.gajibulananTableAdapter  = new NB.sinarekDataSetTableAdapters.gajibulananTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.sinarekDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPrint)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rddGBID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gajibulananBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rddMember)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memberBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // sinarekDataSet
     //
     this.sinarekDataSet.DataSetName             = "sinarekDataSet";
     this.sinarekDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // btnPrint
     //
     this.btnPrint.Font     = new System.Drawing.Font("Segoe UI", 10F);
     this.btnPrint.Location = new System.Drawing.Point(644, 23);
     this.btnPrint.Name     = "btnPrint";
     this.btnPrint.Size     = new System.Drawing.Size(151, 28);
     this.btnPrint.TabIndex = 5;
     this.btnPrint.Text     = "&Print Absen";
     this.btnPrint.Click   += new System.EventHandler(this.btnPrint_Click);
     //
     // rddGBID
     //
     this.rddGBID.AutoCompleteDisplayMember = "StartDate";
     this.rddGBID.AutoCompleteMode          = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.rddGBID.AutoCompleteValueMember   = "GBID";
     this.rddGBID.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.gajibulananBindingSource, "StartDate", true));
     this.rddGBID.DataSource            = this.gajibulananBindingSource;
     this.rddGBID.DisplayMember         = "StartDate";
     this.rddGBID.Font                  = new System.Drawing.Font("Segoe UI", 10F);
     this.rddGBID.FormatString          = "MMM yy";
     this.rddGBID.Location              = new System.Drawing.Point(60, 26);
     this.rddGBID.Name                  = "rddGBID";
     this.rddGBID.Size                  = new System.Drawing.Size(167, 23);
     this.rddGBID.TabIndex              = 6;
     this.rddGBID.ValueMember           = "GBID";
     this.rddGBID.SelectedValueChanged += new System.EventHandler(this.rddGBID_SelectedValueChanged);
     //
     // gajibulananBindingSource
     //
     this.gajibulananBindingSource.DataMember = "gajibulanan";
     this.gajibulananBindingSource.DataSource = this.sinarekDataSet;
     //
     // radLabel1
     //
     this.radLabel1.Location = new System.Drawing.Point(13, 27);
     this.radLabel1.Name     = "radLabel1";
     this.radLabel1.Size     = new System.Drawing.Size(40, 18);
     this.radLabel1.TabIndex = 7;
     this.radLabel1.Text     = "Bulan :";
     //
     // radLabel2
     //
     this.radLabel2.Location = new System.Drawing.Point(327, 27);
     this.radLabel2.Name     = "radLabel2";
     this.radLabel2.Size     = new System.Drawing.Size(41, 18);
     this.radLabel2.TabIndex = 9;
     this.radLabel2.Text     = "Nama :";
     //
     // rddMember
     //
     this.rddMember.AutoCompleteDisplayMember = "Name";
     this.rddMember.AutoCompleteMode          = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.rddMember.AutoCompleteValueMember   = "MemberID";
     this.rddMember.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.gajibulananBindingSource, "StartDate", true));
     this.rddMember.DataSource            = this.memberBindingSource;
     this.rddMember.DisplayMember         = "Name";
     this.rddMember.Font                  = new System.Drawing.Font("Segoe UI", 10F);
     this.rddMember.Location              = new System.Drawing.Point(377, 26);
     this.rddMember.Name                  = "rddMember";
     this.rddMember.Size                  = new System.Drawing.Size(194, 23);
     this.rddMember.TabIndex              = 8;
     this.rddMember.ValueMember           = "MemberID";
     this.rddMember.SelectedValueChanged += new System.EventHandler(this.rddMember_SelectedValueChanged);
     //
     // memberBindingSource
     //
     this.memberBindingSource.DataMember = "member";
     this.memberBindingSource.DataSource = this.sinarekDataSet;
     this.memberBindingSource.Filter     = "active = 1";
     this.memberBindingSource.Sort       = "";
     //
     // memberTableAdapter
     //
     this.memberTableAdapter.ClearBeforeFill = true;
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.radLabel2);
     this.radGroupBox1.Controls.Add(this.rddMember);
     this.radGroupBox1.Controls.Add(this.radLabel1);
     this.radGroupBox1.Controls.Add(this.rddGBID);
     this.radGroupBox1.Controls.Add(this.btnPrint);
     this.radGroupBox1.Dock       = System.Windows.Forms.DockStyle.Top;
     this.radGroupBox1.Font       = new System.Drawing.Font("Segoe UI", 10F);
     this.radGroupBox1.HeaderText = "";
     this.radGroupBox1.Location   = new System.Drawing.Point(0, 0);
     this.radGroupBox1.Name       = "radGroupBox1";
     this.radGroupBox1.Size       = new System.Drawing.Size(846, 69);
     this.radGroupBox1.TabIndex   = 10;
     //
     // radScheduler1
     //
     this.radScheduler1.ActiveViewType         = Telerik.WinControls.UI.SchedulerViewType.Month;
     this.radScheduler1.AppointmentTitleFormat = null;
     this.radScheduler1.Culture  = new System.Globalization.CultureInfo("en-US");
     this.radScheduler1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radScheduler1.Font     = new System.Drawing.Font("Segoe UI", 10F);
     this.radScheduler1.Location = new System.Drawing.Point(0, 69);
     this.radScheduler1.Name     = "radScheduler1";
     schedulerDailyPrintStyle1.AppointmentFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     schedulerDailyPrintStyle1.DateEndRange    = new System.DateTime(2016, 2, 14, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.DateHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     schedulerDailyPrintStyle1.DateStartRange  = new System.DateTime(2016, 2, 9, 0, 0, 0, 0);
     schedulerDailyPrintStyle1.PageHeadingFont = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold);
     this.radScheduler1.PrintStyle             = schedulerDailyPrintStyle1;
     this.radScheduler1.ReadOnly = true;
     this.radScheduler1.Size     = new System.Drawing.Size(846, 480);
     this.radScheduler1.TabIndex = 11;
     this.radScheduler1.Text     = "radScheduler1";
     //
     // gajibulananTableAdapter
     //
     this.gajibulananTableAdapter.ClearBeforeFill = true;
     //
     // frmAbsenAll
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(846, 549);
     this.Controls.Add(this.radScheduler1);
     this.Controls.Add(this.radGroupBox1);
     this.Font            = new System.Drawing.Font("Segoe UI", 10F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "frmAbsenAll";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.Text          = "Lihat Absen Bulanan";
     this.ThemeName     = "ControlDefault";
     this.Load         += new System.EventHandler(this.frmAbsenSatpam_Load);
     ((System.ComponentModel.ISupportInitialize)(this.sinarekDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPrint)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rddGBID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gajibulananBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rddMember)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memberBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radScheduler1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }