_ Partial Class frmCustomAppointment Inherits DevExpress.XtraScheduler.UI.AppointmentForm 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.Label1 = New System.Windows.Forms.Label() Me.txtRecordID = New System.Windows.Forms.TextBox() Me.txtControlID = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() CType(Me.chkAllDay.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.edtStartDate.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.edtStartDate.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.edtEndDate.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.edtEndDate.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.edtStartTime.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.edtEndTime.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.edtLabel.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.edtShowTimeAs.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.tbSubject.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.edtResource.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.edtResources.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.edtResources.ResourcesCheckedListBoxControl, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.chkReminder.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.tbDescription.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.cbReminder.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.tbLocation.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.panel1, System.ComponentModel.ISupportInitialize).BeginInit() Me.panel1.SuspendLayout() Me.progressPanel.SuspendLayout() CType(Me.tbProgress, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.tbProgress.Properties, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'lblLabel ' Me.lblLabel.Appearance.BackColor = System.Drawing.Color.Transparent ' 'chkAllDay ' ' 'edtStartDate ' Me.edtStartDate.EditValue = New Date(2005, 3, 31, 0, 0, 0, 0) ' 'edtEndDate ' Me.edtEndDate.EditValue = New Date(2005, 3, 31, 0, 0, 0, 0) ' 'edtStartTime ' Me.edtStartTime.EditValue = New Date(2005, 3, 31, 0, 0, 0, 0) ' 'edtEndTime ' Me.edtEndTime.EditValue = New Date(2005, 3, 31, 0, 0, 0, 0) ' 'edtLabel ' ' 'edtShowTimeAs ' ' 'tbSubject ' ' 'edtResource ' ' 'edtResources ' ' ' ' Me.edtResources.ResourcesCheckedListBoxControl.CheckOnClick = True Me.edtResources.ResourcesCheckedListBoxControl.Dock = System.Windows.Forms.DockStyle.Fill Me.edtResources.ResourcesCheckedListBoxControl.Location = New System.Drawing.Point(0, 0) Me.edtResources.ResourcesCheckedListBoxControl.Name = "" Me.edtResources.ResourcesCheckedListBoxControl.Size = New System.Drawing.Size(200, 100) Me.edtResources.ResourcesCheckedListBoxControl.TabIndex = 0 ' 'chkReminder ' ' 'tbDescription ' Me.tbDescription.Size = New System.Drawing.Size(496, 108) ' 'cbReminder ' ' 'tbLocation ' ' 'tbProgress ' Me.tbProgress.Properties.LabelAppearance.Options.UseTextOptions = True Me.tbProgress.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center ' 'lblPercentComplete ' Me.lblPercentComplete.Appearance.BackColor = System.Drawing.Color.Transparent ' 'lblPercentCompleteValue ' Me.lblPercentCompleteValue.Appearance.BackColor = System.Drawing.Color.Transparent ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(324, 319) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(60, 13) Me.Label1.TabIndex = 29 Me.Label1.Text = "Record-ID:" ' 'txtRecordID ' Me.txtRecordID.Location = New System.Drawing.Point(412, 316) Me.txtRecordID.Name = "txtRecordID" Me.txtRecordID.ReadOnly = True Me.txtRecordID.Size = New System.Drawing.Size(100, 21) Me.txtRecordID.TabIndex = 30 ' 'txtControlID ' Me.txtControlID.Location = New System.Drawing.Point(96, 316) Me.txtControlID.Name = "txtControlID" Me.txtControlID.ReadOnly = True Me.txtControlID.Size = New System.Drawing.Size(100, 21) Me.txtControlID.TabIndex = 31 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(13, 319) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(61, 13) Me.Label2.TabIndex = 32 Me.Label2.Text = "Control-ID:" ' 'frmCustomAppointment ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.ClientSize = New System.Drawing.Size(528, 382) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.txtControlID) Me.Controls.Add(Me.txtRecordID) Me.Controls.Add(Me.Label1) Me.MinimumSize = New System.Drawing.Size(518, 307) Me.Name = "frmCustomAppointment" Me.Controls.SetChildIndex(Me.edtShowTimeAs, 0) Me.Controls.SetChildIndex(Me.edtEndTime, 0) Me.Controls.SetChildIndex(Me.edtEndDate, 0) Me.Controls.SetChildIndex(Me.btnRecurrence, 0) Me.Controls.SetChildIndex(Me.btnDelete, 0) Me.Controls.SetChildIndex(Me.btnCancel, 0) Me.Controls.SetChildIndex(Me.lblShowTimeAs, 0) Me.Controls.SetChildIndex(Me.lblEndTime, 0) Me.Controls.SetChildIndex(Me.tbLocation, 0) Me.Controls.SetChildIndex(Me.lblSubject, 0) Me.Controls.SetChildIndex(Me.lblLocation, 0) Me.Controls.SetChildIndex(Me.tbSubject, 0) Me.Controls.SetChildIndex(Me.lblStartTime, 0) Me.Controls.SetChildIndex(Me.btnOk, 0) Me.Controls.SetChildIndex(Me.edtStartDate, 0) Me.Controls.SetChildIndex(Me.edtStartTime, 0) Me.Controls.SetChildIndex(Me.panel1, 0) Me.Controls.SetChildIndex(Me.progressPanel, 0) Me.Controls.SetChildIndex(Me.tbDescription, 0) Me.Controls.SetChildIndex(Me.Label1, 0) Me.Controls.SetChildIndex(Me.txtRecordID, 0) Me.Controls.SetChildIndex(Me.txtControlID, 0) Me.Controls.SetChildIndex(Me.Label2, 0) CType(Me.chkAllDay.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.edtStartDate.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.edtStartDate.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.edtEndDate.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.edtEndDate.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.edtStartTime.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.edtEndTime.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.edtLabel.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.edtShowTimeAs.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.tbSubject.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.edtResource.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.edtResources.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.edtResources.ResourcesCheckedListBoxControl, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.chkReminder.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.tbDescription.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.cbReminder.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.tbLocation.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.panel1, System.ComponentModel.ISupportInitialize).EndInit() Me.panel1.ResumeLayout(False) Me.panel1.PerformLayout() Me.progressPanel.ResumeLayout(False) Me.progressPanel.PerformLayout() CType(Me.tbProgress.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.tbProgress, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txtRecordID As System.Windows.Forms.TextBox Friend WithEvents txtControlID As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label End Class