Changeset 899


Ignore:
Timestamp:
Aug 8, 2010, 6:58:05 AM (14 years ago)
Author:
Sam Habiel
Message:
  1. Make combo boxes in DManagement searchable (in MS Lingo AutoComplete).
  2. Make sure that all DManagement lists and combo boxes are sorted.
Location:
Scheduling/trunk/cs/bsdx0200GUISourceCode
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DAccessGroupItem.cs

    r614 r899  
    6060                private void InitializeComponent()
    6161                {
    62                         this.pnlPageBottom = new System.Windows.Forms.Panel();
    63                         this.cmdCancel = new System.Windows.Forms.Button();
    64                         this.cmdOK = new System.Windows.Forms.Button();
    65                         this.label1 = new System.Windows.Forms.Label();
    66                         this.cboAccessType = new System.Windows.Forms.ComboBox();
    67                         this.pnlPageBottom.SuspendLayout();
    68                         this.SuspendLayout();
    69                         //
    70                         // pnlPageBottom
    71                         //
    72                         this.pnlPageBottom.Controls.AddRange(new System.Windows.Forms.Control[] {
    73                                                                                                                                                                                 this.cmdCancel,
    74                                                                                                                                                                                 this.cmdOK});
    75                         this.pnlPageBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
    76                         this.pnlPageBottom.Location = new System.Drawing.Point(0, 112);
    77                         this.pnlPageBottom.Name = "pnlPageBottom";
    78                         this.pnlPageBottom.Size = new System.Drawing.Size(472, 40);
    79                         this.pnlPageBottom.TabIndex = 6;
    80                         //
    81                         // cmdCancel
    82                         //
    83                         this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    84                         this.cmdCancel.Location = new System.Drawing.Point(376, 8);
    85                         this.cmdCancel.Name = "cmdCancel";
    86                         this.cmdCancel.Size = new System.Drawing.Size(56, 24);
    87                         this.cmdCancel.TabIndex = 2;
    88                         this.cmdCancel.Text = "Cancel";
    89                         //
    90                         // cmdOK
    91                         //
    92                         this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
    93                         this.cmdOK.Location = new System.Drawing.Point(296, 8);
    94                         this.cmdOK.Name = "cmdOK";
    95                         this.cmdOK.Size = new System.Drawing.Size(64, 24);
    96                         this.cmdOK.TabIndex = 1;
    97                         this.cmdOK.Text = "OK";
    98                         this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
    99                         //
    100                         // label1
    101                         //
    102                         this.label1.Location = new System.Drawing.Point(24, 40);
    103                         this.label1.Name = "label1";
    104                         this.label1.Size = new System.Drawing.Size(120, 16);
    105                         this.label1.TabIndex = 10;
    106                         this.label1.Text = "Select Access Type:";
    107                         this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    108                         //
    109                         // cboAccessType
    110                         //
    111                         this.cboAccessType.Location = new System.Drawing.Point(152, 40);
    112                         this.cboAccessType.Name = "cboAccessType";
    113                         this.cboAccessType.Size = new System.Drawing.Size(248, 21);
    114                         this.cboAccessType.TabIndex = 9;
    115                         this.cboAccessType.Text = "cboAccessType";
    116                         //
    117                         // DAccessGroupItem
    118                         //
    119                         this.AcceptButton = this.cmdOK;
    120                         this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
    121                         this.CancelButton = this.cmdCancel;
    122                         this.ClientSize = new System.Drawing.Size(472, 152);
    123                         this.Controls.AddRange(new System.Windows.Forms.Control[] {
    124                                                                                                                                                   this.label1,
    125                                                                                                                                                   this.cboAccessType,
    126                                                                                                                                                   this.pnlPageBottom});
    127                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    128                         this.Name = "DAccessGroupItem";
    129                         this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    130                         this.Text = "DAccessGroupItem";
    131                         this.pnlPageBottom.ResumeLayout(false);
    132                         this.ResumeLayout(false);
     62            this.pnlPageBottom = new System.Windows.Forms.Panel();
     63            this.cmdCancel = new System.Windows.Forms.Button();
     64            this.cmdOK = new System.Windows.Forms.Button();
     65            this.label1 = new System.Windows.Forms.Label();
     66            this.cboAccessType = new System.Windows.Forms.ComboBox();
     67            this.pnlPageBottom.SuspendLayout();
     68            this.SuspendLayout();
     69            //
     70            // pnlPageBottom
     71            //
     72            this.pnlPageBottom.Controls.Add(this.cmdCancel);
     73            this.pnlPageBottom.Controls.Add(this.cmdOK);
     74            this.pnlPageBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     75            this.pnlPageBottom.Location = new System.Drawing.Point(0, 112);
     76            this.pnlPageBottom.Name = "pnlPageBottom";
     77            this.pnlPageBottom.Size = new System.Drawing.Size(472, 40);
     78            this.pnlPageBottom.TabIndex = 6;
     79            //
     80            // cmdCancel
     81            //
     82            this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     83            this.cmdCancel.Location = new System.Drawing.Point(376, 8);
     84            this.cmdCancel.Name = "cmdCancel";
     85            this.cmdCancel.Size = new System.Drawing.Size(56, 24);
     86            this.cmdCancel.TabIndex = 2;
     87            this.cmdCancel.Text = "Cancel";
     88            //
     89            // cmdOK
     90            //
     91            this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     92            this.cmdOK.Location = new System.Drawing.Point(296, 8);
     93            this.cmdOK.Name = "cmdOK";
     94            this.cmdOK.Size = new System.Drawing.Size(64, 24);
     95            this.cmdOK.TabIndex = 1;
     96            this.cmdOK.Text = "OK";
     97            this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
     98            //
     99            // label1
     100            //
     101            this.label1.Location = new System.Drawing.Point(24, 40);
     102            this.label1.Name = "label1";
     103            this.label1.Size = new System.Drawing.Size(120, 16);
     104            this.label1.TabIndex = 10;
     105            this.label1.Text = "Select Access Type:";
     106            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     107            //
     108            // cboAccessType
     109            //
     110            this.cboAccessType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     111            this.cboAccessType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     112            this.cboAccessType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     113            this.cboAccessType.Location = new System.Drawing.Point(152, 40);
     114            this.cboAccessType.Name = "cboAccessType";
     115            this.cboAccessType.Size = new System.Drawing.Size(248, 21);
     116            this.cboAccessType.TabIndex = 9;
     117            //
     118            // DAccessGroupItem
     119            //
     120            this.AcceptButton = this.cmdOK;
     121            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     122            this.CancelButton = this.cmdCancel;
     123            this.ClientSize = new System.Drawing.Size(472, 152);
     124            this.Controls.Add(this.label1);
     125            this.Controls.Add(this.cboAccessType);
     126            this.Controls.Add(this.pnlPageBottom);
     127            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     128            this.Name = "DAccessGroupItem";
     129            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     130            this.Text = "DAccessGroupItem";
     131            this.pnlPageBottom.ResumeLayout(false);
     132            this.ResumeLayout(false);
    133133
    134134                }
     
    147147                        DataTable dtAccessType = dsGlobal.Tables["AccessTypes"];
    148148                        DataView dvAccessType = new DataView(dtAccessType);
     149            dvAccessType.Sort = "ACCESS_TYPE_NAME ASC";
    149150
    150151
     
    209210                #endregion Properties
    210211
     212
    211213        }
    212214}
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DAccessGroupItem.resx

    r614 r899  
    22<root>
    33  <!--
    4             Microsoft ResX Schema
    5        
    6             Version 1.3
     4    Microsoft ResX Schema
     5   
     6    Version 2.0
     7   
     8    The primary goals of this format is to allow a simple XML format
     9    that is mostly human readable. The generation and parsing of the
     10    various data types are done through the TypeConverter classes
     11    associated with the data types.
     12   
     13    Example:
     14   
     15    ... ado.net/XML headers & schema ...
     16    <resheader name="resmimetype">text/microsoft-resx</resheader>
     17    <resheader name="version">2.0</resheader>
     18    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
     19    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
     20    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
     21    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
     22    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
     23        <value>[base64 mime encoded serialized .NET Framework object]</value>
     24    </data>
     25    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     26        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
     27        <comment>This is a comment</comment>
     28    </data>
    729               
    8             The primary goals of this format is to allow a simple XML format
    9             that is mostly human readable. The generation and parsing of the
    10             various data types are done through the TypeConverter classes
    11             associated with the data types.
    12        
    13             Example:
    14        
    15                 ... ado.net/XML headers & schema ...
    16                 <resheader name="resmimetype">text/microsoft-resx</resheader>
    17                 <resheader name="version">1.3</resheader>
    18                 <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
    19                 <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
    20                 <data name="Name1">this is my long string</data>
    21                 <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
    22                 <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
    23                     [base64 mime encoded serialized .NET Framework object]
    24                 </data>
    25                 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    26                     [base64 mime encoded string representing a byte array form of the .NET Framework object]
    27                 </data>
    28        
    29             There are any number of "resheader" rows that contain simple
    30             name/value pairs.
    31            
    32             Each data row contains a name, and value. The row also contains a
    33             type or mimetype. Type corresponds to a .NET class that support
    34             text/value conversion through the TypeConverter architecture.
    35             Classes that don't support this are serialized and stored with the
    36             mimetype set.
    37                      
    38             The mimetype is used for serialized objects, and tells the
    39             ResXResourceReader how to depersist the object. This is currently not
    40             extensible. For a given mimetype the value must be set accordingly:
    41        
    42             Note - application/x-microsoft.net.object.binary.base64 is the format
    43                    that the ResXResourceWriter will generate, however the reader can
    44                    read any of the formats listed below.
    45        
    46             mimetype: application/x-microsoft.net.object.binary.base64
    47             value   : The object must be serialized with
    48                     : System.Serialization.Formatters.Binary.BinaryFormatter
    49                     : and then encoded with base64 encoding.
    50        
    51             mimetype: application/x-microsoft.net.object.soap.base64
    52             value   : The object must be serialized with
    53                     : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
    54                     : and then encoded with base64 encoding.
    55             mimetype: application/x-microsoft.net.object.bytearray.base64
    56             value   : The object must be serialized into a byte array
    57                     : using a System.ComponentModel.TypeConverter
    58                     : and then encoded with base64 encoding.
    59         -->
     30    There are any number of "resheader" rows that contain simple
     31    name/value pairs.
     32   
     33    Each data row contains a name, and value. The row also contains a
     34    type or mimetype. Type corresponds to a .NET class that support
     35    text/value conversion through the TypeConverter architecture.
     36    Classes that don't support this are serialized and stored with the
     37    mimetype set.
     38   
     39    The mimetype is used for serialized objects, and tells the
     40    ResXResourceReader how to depersist the object. This is currently not
     41    extensible. For a given mimetype the value must be set accordingly:
     42   
     43    Note - application/x-microsoft.net.object.binary.base64 is the format
     44    that the ResXResourceWriter will generate, however the reader can
     45    read any of the formats listed below.
     46   
     47    mimetype: application/x-microsoft.net.object.binary.base64
     48    value   : The object must be serialized with
     49            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
     50            : and then encoded with base64 encoding.
     51   
     52    mimetype: application/x-microsoft.net.object.soap.base64
     53    value   : The object must be serialized with
     54            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
     55            : and then encoded with base64 encoding.
     56
     57    mimetype: application/x-microsoft.net.object.bytearray.base64
     58    value   : The object must be serialized into a byte array
     59            : using a System.ComponentModel.TypeConverter
     60            : and then encoded with base64 encoding.
     61    -->
    6062  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
     63    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
    6164    <xsd:element name="root" msdata:IsDataSet="true">
    6265      <xsd:complexType>
    6366        <xsd:choice maxOccurs="unbounded">
     67          <xsd:element name="metadata">
     68            <xsd:complexType>
     69              <xsd:sequence>
     70                <xsd:element name="value" type="xsd:string" minOccurs="0" />
     71              </xsd:sequence>
     72              <xsd:attribute name="name" use="required" type="xsd:string" />
     73              <xsd:attribute name="type" type="xsd:string" />
     74              <xsd:attribute name="mimetype" type="xsd:string" />
     75              <xsd:attribute ref="xml:space" />
     76            </xsd:complexType>
     77          </xsd:element>
     78          <xsd:element name="assembly">
     79            <xsd:complexType>
     80              <xsd:attribute name="alias" type="xsd:string" />
     81              <xsd:attribute name="name" type="xsd:string" />
     82            </xsd:complexType>
     83          </xsd:element>
    6484          <xsd:element name="data">
    6585            <xsd:complexType>
     
    6888                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
    6989              </xsd:sequence>
    70               <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
     90              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
    7191              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
    7292              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
     93              <xsd:attribute ref="xml:space" />
    7394            </xsd:complexType>
    7495          </xsd:element>
     
    89110  </resheader>
    90111  <resheader name="version">
    91     <value>1.3</value>
     112    <value>2.0</value>
    92113  </resheader>
    93114  <resheader name="reader">
    94     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
     115    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
    95116  </resheader>
    96117  <resheader name="writer">
    97     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
     118    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
    98119  </resheader>
    99   <data name="pnlPageBottom.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    100     <value>False</value>
    101   </data>
    102   <data name="$this.Name">
    103     <value>DAccessGroupItem</value>
    104   </data>
    105120</root>
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DManagement.cs

    r843 r899  
    209209                        m_dtResourceGroup = m_dsGlobal.Tables["ResourceGroup"];
    210210                        m_dvResourceGroup = new DataView(m_dtResourceGroup);
     211            m_dvResourceGroup.Sort = "RESOURCE_GROUP ASC";
    211212                        this.grdResourceGroup.DataSource = m_dvResourceGroup;
    212213
     
    259260                        m_dtAccessTypes = m_dsGlobal.Tables["AccessTypes"];
    260261                        m_dvAccessTypes = new DataView(m_dtAccessTypes);
     262            m_dvAccessTypes.Sort = "ACCESS_TYPE_NAME ASC";
    261263                        this.grdAccessTypes.DataSource = m_dvAccessTypes;
    262264
     
    286288                        m_dtAccessGroup = m_dsGlobal.Tables["AccessGroup"];
    287289                        m_dvAccessGroup = new DataView(m_dtAccessGroup);
     290            m_dvAccessGroup.Sort = "ACCESS_GROUP ASC";
    288291                        this.grdAccessGroups.DataSource = m_dvAccessGroup;
    289292
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DResource.cs

    r892 r899  
    7171                private void InitializeComponent()
    7272                {
    73                         this.pnlOkCancel = new System.Windows.Forms.Panel();
    74                         this.cmdCancel = new System.Windows.Forms.Button();
    75                         this.cmdOK = new System.Windows.Forms.Button();
    76                         this.pnlDescription = new System.Windows.Forms.Panel();
    77                         this.grpDescription = new System.Windows.Forms.GroupBox();
    78                         this.lblDescription = new System.Windows.Forms.Label();
    79                         this.tabResources = new System.Windows.Forms.TabControl();
    80                         this.tpRPMSLink = new System.Windows.Forms.TabPage();
    81                         this.label11 = new System.Windows.Forms.Label();
    82                         this.label5 = new System.Windows.Forms.Label();
    83                         this.cboTimeInterval = new System.Windows.Forms.ComboBox();
    84                         this.chkInactivate = new System.Windows.Forms.CheckBox();
    85                         this.grpRPMSClinicLink = new System.Windows.Forms.GroupBox();
    86                         this.lblReactivateDate = new System.Windows.Forms.Label();
    87                         this.label10 = new System.Windows.Forms.Label();
    88                         this.lblInactivateDate = new System.Windows.Forms.Label();
    89                         this.label8 = new System.Windows.Forms.Label();
    90                         this.lblClinicCode = new System.Windows.Forms.Label();
    91                         this.label6 = new System.Windows.Forms.Label();
    92                         this.lblProvider = new System.Windows.Forms.Label();
    93                         this.label7 = new System.Windows.Forms.Label();
    94                         this.lblVisitServiceCategory = new System.Windows.Forms.Label();
    95                         this.label3 = new System.Windows.Forms.Label();
    96                         this.lblCreateVisit = new System.Windows.Forms.Label();
    97                         this.label2 = new System.Windows.Forms.Label();
    98                         this.label4 = new System.Windows.Forms.Label();
    99                         this.cboRPMSClinic = new System.Windows.Forms.ComboBox();
    100                         this.label1 = new System.Windows.Forms.Label();
    101                         this.txtResourceName = new System.Windows.Forms.TextBox();
    102                         this.tpLetter = new System.Windows.Forms.TabPage();
    103                         this.label9 = new System.Windows.Forms.Label();
    104                         this.txtLetter = new System.Windows.Forms.TextBox();
    105                         this.tpRebookLetter = new System.Windows.Forms.TabPage();
    106                         this.label12 = new System.Windows.Forms.Label();
    107                         this.txtRebookLetter = new System.Windows.Forms.TextBox();
    108                         this.tpCancellationLetter = new System.Windows.Forms.TabPage();
    109                         this.label13 = new System.Windows.Forms.Label();
    110                         this.txtCancellationLetter = new System.Windows.Forms.TextBox();
    111                         this.pnlOkCancel.SuspendLayout();
    112                         this.pnlDescription.SuspendLayout();
    113                         this.grpDescription.SuspendLayout();
    114                         this.tabResources.SuspendLayout();
    115                         this.tpRPMSLink.SuspendLayout();
    116                         this.grpRPMSClinicLink.SuspendLayout();
    117                         this.tpLetter.SuspendLayout();
    118                         this.tpRebookLetter.SuspendLayout();
    119                         this.tpCancellationLetter.SuspendLayout();
    120                         this.SuspendLayout();
    121                         //
    122                         // pnlOkCancel
    123                         //
    124                         this.pnlOkCancel.Controls.Add(this.cmdCancel);
    125                         this.pnlOkCancel.Controls.Add(this.cmdOK);
    126                         this.pnlOkCancel.Dock = System.Windows.Forms.DockStyle.Bottom;
    127                         this.pnlOkCancel.Location = new System.Drawing.Point(0, 424);
    128                         this.pnlOkCancel.Name = "pnlOkCancel";
    129                         this.pnlOkCancel.Size = new System.Drawing.Size(498, 40);
    130                         this.pnlOkCancel.TabIndex = 3;
    131                         //
    132                         // cmdCancel
    133                         //
    134                         this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    135                         this.cmdCancel.Location = new System.Drawing.Point(416, 8);
    136                         this.cmdCancel.Name = "cmdCancel";
    137                         this.cmdCancel.Size = new System.Drawing.Size(64, 24);
    138                         this.cmdCancel.TabIndex = 25;
    139                         this.cmdCancel.Text = "Cancel";
    140                         //
    141                         // cmdOK
    142                         //
    143                         this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
    144                         this.cmdOK.Location = new System.Drawing.Point(336, 8);
    145                         this.cmdOK.Name = "cmdOK";
    146                         this.cmdOK.Size = new System.Drawing.Size(64, 24);
    147                         this.cmdOK.TabIndex = 20;
    148                         this.cmdOK.Text = "OK";
    149                         this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
    150                         //
    151                         // pnlDescription
    152                         //
    153                         this.pnlDescription.Controls.Add(this.grpDescription);
    154                         this.pnlDescription.Dock = System.Windows.Forms.DockStyle.Bottom;
    155                         this.pnlDescription.Location = new System.Drawing.Point(0, 344);
    156                         this.pnlDescription.Name = "pnlDescription";
    157                         this.pnlDescription.Size = new System.Drawing.Size(498, 80);
    158                         this.pnlDescription.TabIndex = 46;
    159                         //
    160                         // grpDescription
    161                         //
    162                         this.grpDescription.Controls.Add(this.lblDescription);
    163                         this.grpDescription.Dock = System.Windows.Forms.DockStyle.Fill;
    164                         this.grpDescription.Location = new System.Drawing.Point(0, 0);
    165                         this.grpDescription.Name = "grpDescription";
    166                         this.grpDescription.Size = new System.Drawing.Size(498, 80);
    167                         this.grpDescription.TabIndex = 0;
    168                         this.grpDescription.TabStop = false;
    169                         this.grpDescription.Text = "Description";
    170                         //
    171                         // lblDescription
    172                         //
    173                         this.lblDescription.Dock = System.Windows.Forms.DockStyle.Fill;
    174                         this.lblDescription.Location = new System.Drawing.Point(3, 16);
    175                         this.lblDescription.Name = "lblDescription";
    176                         this.lblDescription.Size = new System.Drawing.Size(492, 61);
    177                         this.lblDescription.TabIndex = 1;
    178                         this.lblDescription.Text = @"Resources may optionally be linked to a VistA Clinic.  To define the parameters for an VistA clinic, you must log into VistA and use the VistA Scheduling Supervisor's menus.  The Time Interval field controls the increment of time used on the Calendar display.  The Letter Text tab contains the body text of reminder letters for this clinic.";
    179                         //
    180                         // tabResources
    181                         //
    182                         this.tabResources.Controls.Add(this.tpRPMSLink);
    183                         this.tabResources.Controls.Add(this.tpLetter);
    184                         this.tabResources.Controls.Add(this.tpRebookLetter);
    185                         this.tabResources.Controls.Add(this.tpCancellationLetter);
    186                         this.tabResources.Dock = System.Windows.Forms.DockStyle.Fill;
    187                         this.tabResources.Location = new System.Drawing.Point(0, 0);
    188                         this.tabResources.Name = "tabResources";
    189                         this.tabResources.SelectedIndex = 0;
    190                         this.tabResources.Size = new System.Drawing.Size(498, 344);
    191                         this.tabResources.TabIndex = 10;
    192                         this.tabResources.SelectedIndexChanged += new System.EventHandler(this.tabResources_SelectedIndexChanged);
    193                         //
    194                         // tpRPMSLink
    195                         //
    196                         this.tpRPMSLink.Controls.Add(this.label11);
    197                         this.tpRPMSLink.Controls.Add(this.label5);
    198                         this.tpRPMSLink.Controls.Add(this.cboTimeInterval);
    199                         this.tpRPMSLink.Controls.Add(this.chkInactivate);
    200                         this.tpRPMSLink.Controls.Add(this.grpRPMSClinicLink);
    201                         this.tpRPMSLink.Controls.Add(this.label1);
    202                         this.tpRPMSLink.Controls.Add(this.txtResourceName);
    203                         this.tpRPMSLink.Location = new System.Drawing.Point(4, 22);
    204                         this.tpRPMSLink.Name = "tpRPMSLink";
    205                         this.tpRPMSLink.Size = new System.Drawing.Size(490, 318);
    206                         this.tpRPMSLink.TabIndex = 0;
    207                         this.tpRPMSLink.Text = "Resource Link";
    208                         //
    209                         // label11
    210                         //
    211                         this.label11.Location = new System.Drawing.Point(328, 40);
    212                         this.label11.Name = "label11";
    213                         this.label11.Size = new System.Drawing.Size(80, 16);
    214                         this.label11.TabIndex = 52;
    215                         this.label11.Text = "minutes.";
    216                         //
    217                         // label5
    218                         //
    219                         this.label5.Location = new System.Drawing.Point(192, 40);
    220                         this.label5.Name = "label5";
    221                         this.label5.Size = new System.Drawing.Size(64, 16);
    222                         this.label5.TabIndex = 51;
    223                         this.label5.Text = "Time Scale:";
    224                         //
    225                         // cboTimeInterval
    226                         //
    227                         this.cboTimeInterval.Items.AddRange(new object[] {
    228                                                                                                                                  "5",
    229                                                                                                                                  "10",
    230                                                                                                                                  "15",
    231                                                                                                                                  "20",
    232                                                                                                                                  "30",
    233                                                                                                                                  "60"});
    234                         this.cboTimeInterval.Location = new System.Drawing.Point(256, 38);
    235                         this.cboTimeInterval.MaxDropDownItems = 6;
    236                         this.cboTimeInterval.Name = "cboTimeInterval";
    237                         this.cboTimeInterval.Size = new System.Drawing.Size(64, 21);
    238                         this.cboTimeInterval.TabIndex = 10;
    239                         //
    240                         // chkInactivate
    241                         //
    242                         this.chkInactivate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
    243                         this.chkInactivate.Location = new System.Drawing.Point(80, 40);
    244                         this.chkInactivate.Name = "chkInactivate";
    245                         this.chkInactivate.Size = new System.Drawing.Size(72, 16);
    246                         this.chkInactivate.TabIndex = 5;
    247                         this.chkInactivate.Text = "Inactive:";
    248                         //
    249                         // grpRPMSClinicLink
    250                         //
    251                         this.grpRPMSClinicLink.Controls.Add(this.lblReactivateDate);
    252                         this.grpRPMSClinicLink.Controls.Add(this.label10);
    253                         this.grpRPMSClinicLink.Controls.Add(this.lblInactivateDate);
    254                         this.grpRPMSClinicLink.Controls.Add(this.label8);
    255                         this.grpRPMSClinicLink.Controls.Add(this.lblClinicCode);
    256                         this.grpRPMSClinicLink.Controls.Add(this.label6);
    257                         this.grpRPMSClinicLink.Controls.Add(this.lblProvider);
    258                         this.grpRPMSClinicLink.Controls.Add(this.label7);
    259                         this.grpRPMSClinicLink.Controls.Add(this.lblVisitServiceCategory);
    260                         this.grpRPMSClinicLink.Controls.Add(this.label3);
    261                         this.grpRPMSClinicLink.Controls.Add(this.lblCreateVisit);
    262                         this.grpRPMSClinicLink.Controls.Add(this.label2);
    263                         this.grpRPMSClinicLink.Controls.Add(this.label4);
    264                         this.grpRPMSClinicLink.Controls.Add(this.cboRPMSClinic);
    265                         this.grpRPMSClinicLink.Location = new System.Drawing.Point(32, 88);
    266                         this.grpRPMSClinicLink.Name = "grpRPMSClinicLink";
    267                         this.grpRPMSClinicLink.Size = new System.Drawing.Size(384, 208);
    268                         this.grpRPMSClinicLink.TabIndex = 48;
    269                         this.grpRPMSClinicLink.TabStop = false;
    270                         this.grpRPMSClinicLink.Text = "VistA Clinic Link";
    271                         //
    272                         // lblReactivateDate
    273                         //
    274                         this.lblReactivateDate.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
    275                         this.lblReactivateDate.Location = new System.Drawing.Point(176, 168);
    276                         this.lblReactivateDate.Name = "lblReactivateDate";
    277                         this.lblReactivateDate.Size = new System.Drawing.Size(176, 16);
    278                         this.lblReactivateDate.TabIndex = 57;
    279                         //
    280                         // label10
    281                         //
    282                         this.label10.Location = new System.Drawing.Point(56, 168);
    283                         this.label10.Name = "label10";
    284                         this.label10.Size = new System.Drawing.Size(112, 16);
    285                         this.label10.TabIndex = 56;
    286                         this.label10.Text = "Reactivate Date:";
    287                         this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    288                         //
    289                         // lblInactivateDate
    290                         //
    291                         this.lblInactivateDate.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
    292                         this.lblInactivateDate.Location = new System.Drawing.Point(176, 144);
    293                         this.lblInactivateDate.Name = "lblInactivateDate";
    294                         this.lblInactivateDate.Size = new System.Drawing.Size(176, 16);
    295                         this.lblInactivateDate.TabIndex = 55;
    296                         //
    297                         // label8
    298                         //
    299                         this.label8.Location = new System.Drawing.Point(48, 144);
    300                         this.label8.Name = "label8";
    301                         this.label8.Size = new System.Drawing.Size(120, 16);
    302                         this.label8.TabIndex = 54;
    303                         this.label8.Text = "Inactivate Date:";
    304                         this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    305                         //
    306                         // lblClinicCode
    307                         //
    308                         this.lblClinicCode.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
    309                         this.lblClinicCode.Location = new System.Drawing.Point(176, 120);
    310                         this.lblClinicCode.Name = "lblClinicCode";
    311                         this.lblClinicCode.Size = new System.Drawing.Size(176, 16);
    312                         this.lblClinicCode.TabIndex = 53;
    313                         //
    314                         // label6
    315                         //
    316                         this.label6.Location = new System.Drawing.Point(96, 120);
    317                         this.label6.Name = "label6";
    318                         this.label6.Size = new System.Drawing.Size(72, 16);
    319                         this.label6.TabIndex = 52;
    320                         this.label6.Text = "Clinic Code:";
    321                         this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    322                         //
    323                         // lblProvider
    324                         //
    325                         this.lblProvider.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
    326                         this.lblProvider.Location = new System.Drawing.Point(176, 96);
    327                         this.lblProvider.Name = "lblProvider";
    328                         this.lblProvider.Size = new System.Drawing.Size(176, 16);
    329                         this.lblProvider.TabIndex = 51;
    330                         //
    331                         // label7
    332                         //
    333                         this.label7.Location = new System.Drawing.Point(104, 96);
    334                         this.label7.Name = "label7";
    335                         this.label7.Size = new System.Drawing.Size(64, 16);
    336                         this.label7.TabIndex = 50;
    337                         this.label7.Text = "Provider:";
    338                         this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    339                         //
    340                         // lblVisitServiceCategory
    341                         //
    342                         this.lblVisitServiceCategory.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
    343                         this.lblVisitServiceCategory.Location = new System.Drawing.Point(176, 72);
    344                         this.lblVisitServiceCategory.Name = "lblVisitServiceCategory";
    345                         this.lblVisitServiceCategory.Size = new System.Drawing.Size(176, 16);
    346                         this.lblVisitServiceCategory.TabIndex = 49;
    347                         //
    348                         // label3
    349                         //
    350                         this.label3.Location = new System.Drawing.Point(48, 72);
    351                         this.label3.Name = "label3";
    352                         this.label3.Size = new System.Drawing.Size(120, 16);
    353                         this.label3.TabIndex = 48;
    354                         this.label3.Text = "Visit Sevice Category:";
    355                         this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    356                         //
    357                         // lblCreateVisit
    358                         //
    359                         this.lblCreateVisit.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
    360                         this.lblCreateVisit.Location = new System.Drawing.Point(176, 48);
    361                         this.lblCreateVisit.Name = "lblCreateVisit";
    362                         this.lblCreateVisit.Size = new System.Drawing.Size(40, 16);
    363                         this.lblCreateVisit.TabIndex = 47;
    364                         //
    365                         // label2
    366                         //
    367                         this.label2.Location = new System.Drawing.Point(32, 48);
    368                         this.label2.Name = "label2";
    369                         this.label2.Size = new System.Drawing.Size(136, 16);
    370                         this.label2.TabIndex = 46;
    371                         this.label2.Text = "Create Visit at Check-In?";
    372                         this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    373                         //
    374                         // label4
    375                         //
    376                         this.label4.Location = new System.Drawing.Point(32, 18);
    377                         this.label4.Name = "label4";
    378                         this.label4.Size = new System.Drawing.Size(72, 16);
    379                         this.label4.TabIndex = 45;
    380                         this.label4.Text = "VistA Clinic:";
    381                         this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    382                         //
    383                         // cboRPMSClinic
    384                         //
    385                         this.cboRPMSClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    386                         this.cboRPMSClinic.Location = new System.Drawing.Point(112, 16);
    387                         this.cboRPMSClinic.Name = "cboRPMSClinic";
    388                         this.cboRPMSClinic.Size = new System.Drawing.Size(256, 21);
    389                         this.cboRPMSClinic.TabIndex = 15;
    390                         //
    391                         // label1
    392                         //
    393                         this.label1.Location = new System.Drawing.Point(36, 11);
    394                         this.label1.Name = "label1";
    395                         this.label1.Size = new System.Drawing.Size(96, 16);
    396                         this.label1.TabIndex = 47;
    397                         this.label1.Text = "Resource Name:";
    398                         this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    399                         //
    400                         // txtResourceName
    401                         //
    402                         this.txtResourceName.Location = new System.Drawing.Point(140, 11);
    403                         this.txtResourceName.MaxLength = 30;
    404                         this.txtResourceName.Name = "txtResourceName";
    405                         this.txtResourceName.Size = new System.Drawing.Size(256, 20);
    406                         this.txtResourceName.TabIndex = 0;
    407                         this.txtResourceName.Text = "";
    408                         //
    409                         // tpLetter
    410                         //
    411                         this.tpLetter.Controls.Add(this.label9);
    412                         this.tpLetter.Controls.Add(this.txtLetter);
    413                         this.tpLetter.Location = new System.Drawing.Point(4, 22);
    414                         this.tpLetter.Name = "tpLetter";
    415                         this.tpLetter.Size = new System.Drawing.Size(490, 318);
    416                         this.tpLetter.TabIndex = 1;
    417                         this.tpLetter.Text = "Reminder Letter";
    418                         //
    419                         // label9
    420                         //
    421                         this.label9.Location = new System.Drawing.Point(32, 24);
    422                         this.label9.Name = "label9";
    423                         this.label9.Size = new System.Drawing.Size(416, 32);
    424                         this.label9.TabIndex = 1;
    425                         this.label9.Text = "Enter the text which will appear on reminder letters sent to patients with appoin" +
    426                                 "tments in this clinic.  Use CTRL+Enter to start a new line.";
    427                         //
    428                         // txtLetter
    429                         //
    430                         this.txtLetter.Location = new System.Drawing.Point(32, 72);
    431                         this.txtLetter.Multiline = true;
    432                         this.txtLetter.Name = "txtLetter";
    433                         this.txtLetter.Size = new System.Drawing.Size(416, 216);
    434                         this.txtLetter.TabIndex = 20;
    435                         this.txtLetter.Text = "Dear Patient,\r\n\r\nThis letter is to remind you that you have the appointments list" +
    436                                 "ed below.\r\n\r\nPlease contact us at 555-1234 if you are unable to keep this appoin" +
    437                                 "tment.\r\n\r\nThank you,\r\n\r\nThe Clinic";
    438                         //
    439                         // tpRebookLetter
    440                         //
    441                         this.tpRebookLetter.Controls.Add(this.label12);
    442                         this.tpRebookLetter.Controls.Add(this.txtRebookLetter);
    443                         this.tpRebookLetter.Location = new System.Drawing.Point(4, 22);
    444                         this.tpRebookLetter.Name = "tpRebookLetter";
    445                         this.tpRebookLetter.Size = new System.Drawing.Size(490, 318);
    446                         this.tpRebookLetter.TabIndex = 2;
    447                         this.tpRebookLetter.Text = "Rebook Letter";
    448                         //
    449                         // label12
    450                         //
    451                         this.label12.Location = new System.Drawing.Point(37, 27);
    452                         this.label12.Name = "label12";
    453                         this.label12.Size = new System.Drawing.Size(416, 32);
    454                         this.label12.TabIndex = 21;
    455                         this.label12.Text = "Enter the text which will appear on rebook letters sent to patients with appointm" +
    456                                 "ents in this clinic.  Use CTRL+Enter to start a new line.";
    457                         //
    458                         // txtRebookLetter
    459                         //
    460                         this.txtRebookLetter.Location = new System.Drawing.Point(37, 75);
    461                         this.txtRebookLetter.Multiline = true;
    462                         this.txtRebookLetter.Name = "txtRebookLetter";
    463                         this.txtRebookLetter.Size = new System.Drawing.Size(416, 216);
    464                         this.txtRebookLetter.TabIndex = 22;
    465                         this.txtRebookLetter.Text = "Dear Patient,\r\n\r\nThis letter is to inform you that we have changed the appointmen" +
    466                                 "ts listed below.\r\n\r\nPlease contact us at 555-1234 if you are unable to keep your" +
    467                                 " appointment.\r\n\r\nThank you,\r\n\r\nThe Clinic";
    468                         //
    469                         // tpCancellationLetter
    470                         //
    471                         this.tpCancellationLetter.Controls.Add(this.label13);
    472                         this.tpCancellationLetter.Controls.Add(this.txtCancellationLetter);
    473                         this.tpCancellationLetter.Location = new System.Drawing.Point(4, 22);
    474                         this.tpCancellationLetter.Name = "tpCancellationLetter";
    475                         this.tpCancellationLetter.Size = new System.Drawing.Size(490, 318);
    476                         this.tpCancellationLetter.TabIndex = 3;
    477                         this.tpCancellationLetter.Text = "Cancellation Letter";
    478                         //
    479                         // label13
    480                         //
    481                         this.label13.Location = new System.Drawing.Point(37, 27);
    482                         this.label13.Name = "label13";
    483                         this.label13.Size = new System.Drawing.Size(416, 32);
    484                         this.label13.TabIndex = 21;
    485                         this.label13.Text = "Enter the text which will appear on cancellation letters sent to patients with ap" +
    486                                 "pointments in this clinic.  Use CTRL+Enter to start a new line.";
    487                         //
    488                         // txtCancellationLetter
    489                         //
    490                         this.txtCancellationLetter.Location = new System.Drawing.Point(37, 75);
    491                         this.txtCancellationLetter.Multiline = true;
    492                         this.txtCancellationLetter.Name = "txtCancellationLetter";
    493                         this.txtCancellationLetter.Size = new System.Drawing.Size(416, 216);
    494                         this.txtCancellationLetter.TabIndex = 22;
    495                         this.txtCancellationLetter.Text = "Dear Patient,\r\n\r\nThis letter is to inform you that the appointments listed below " +
    496                                 "have been cancelled.\r\n\r\nPlease contact us at 555-1234 if you have questions abou" +
    497                                 "t your appointments.\r\n\r\nThank you,\r\n\r\nThe Clinic";
    498                         //
    499                         // DResource
    500                         //
    501                         this.AcceptButton = this.cmdOK;
    502                         this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
    503                         this.CancelButton = this.cmdCancel;
    504                         this.ClientSize = new System.Drawing.Size(498, 464);
    505                         this.Controls.Add(this.tabResources);
    506                         this.Controls.Add(this.pnlDescription);
    507                         this.Controls.Add(this.pnlOkCancel);
    508                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    509                         this.Name = "DResource";
    510                         this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    511                         this.Text = "Manage Resource";
    512                         this.Activated += new System.EventHandler(this.DResource_Activated);
    513                         this.pnlOkCancel.ResumeLayout(false);
    514                         this.pnlDescription.ResumeLayout(false);
    515                         this.grpDescription.ResumeLayout(false);
    516                         this.tabResources.ResumeLayout(false);
    517                         this.tpRPMSLink.ResumeLayout(false);
    518                         this.grpRPMSClinicLink.ResumeLayout(false);
    519                         this.tpLetter.ResumeLayout(false);
    520                         this.tpRebookLetter.ResumeLayout(false);
    521                         this.tpCancellationLetter.ResumeLayout(false);
    522                         this.ResumeLayout(false);
     73            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DResource));
     74            this.pnlOkCancel = new System.Windows.Forms.Panel();
     75            this.cmdCancel = new System.Windows.Forms.Button();
     76            this.cmdOK = new System.Windows.Forms.Button();
     77            this.pnlDescription = new System.Windows.Forms.Panel();
     78            this.grpDescription = new System.Windows.Forms.GroupBox();
     79            this.lblDescription = new System.Windows.Forms.Label();
     80            this.tabResources = new System.Windows.Forms.TabControl();
     81            this.tpRPMSLink = new System.Windows.Forms.TabPage();
     82            this.label11 = new System.Windows.Forms.Label();
     83            this.label5 = new System.Windows.Forms.Label();
     84            this.cboTimeInterval = new System.Windows.Forms.ComboBox();
     85            this.chkInactivate = new System.Windows.Forms.CheckBox();
     86            this.grpRPMSClinicLink = new System.Windows.Forms.GroupBox();
     87            this.lblReactivateDate = new System.Windows.Forms.Label();
     88            this.label10 = new System.Windows.Forms.Label();
     89            this.lblInactivateDate = new System.Windows.Forms.Label();
     90            this.label8 = new System.Windows.Forms.Label();
     91            this.lblClinicCode = new System.Windows.Forms.Label();
     92            this.label6 = new System.Windows.Forms.Label();
     93            this.lblProvider = new System.Windows.Forms.Label();
     94            this.label7 = new System.Windows.Forms.Label();
     95            this.lblVisitServiceCategory = new System.Windows.Forms.Label();
     96            this.label3 = new System.Windows.Forms.Label();
     97            this.lblCreateVisit = new System.Windows.Forms.Label();
     98            this.label2 = new System.Windows.Forms.Label();
     99            this.label4 = new System.Windows.Forms.Label();
     100            this.cboRPMSClinic = new System.Windows.Forms.ComboBox();
     101            this.label1 = new System.Windows.Forms.Label();
     102            this.txtResourceName = new System.Windows.Forms.TextBox();
     103            this.tpLetter = new System.Windows.Forms.TabPage();
     104            this.label9 = new System.Windows.Forms.Label();
     105            this.txtLetter = new System.Windows.Forms.TextBox();
     106            this.tpRebookLetter = new System.Windows.Forms.TabPage();
     107            this.label12 = new System.Windows.Forms.Label();
     108            this.txtRebookLetter = new System.Windows.Forms.TextBox();
     109            this.tpCancellationLetter = new System.Windows.Forms.TabPage();
     110            this.label13 = new System.Windows.Forms.Label();
     111            this.txtCancellationLetter = new System.Windows.Forms.TextBox();
     112            this.pnlOkCancel.SuspendLayout();
     113            this.pnlDescription.SuspendLayout();
     114            this.grpDescription.SuspendLayout();
     115            this.tabResources.SuspendLayout();
     116            this.tpRPMSLink.SuspendLayout();
     117            this.grpRPMSClinicLink.SuspendLayout();
     118            this.tpLetter.SuspendLayout();
     119            this.tpRebookLetter.SuspendLayout();
     120            this.tpCancellationLetter.SuspendLayout();
     121            this.SuspendLayout();
     122            //
     123            // pnlOkCancel
     124            //
     125            this.pnlOkCancel.Controls.Add(this.cmdCancel);
     126            this.pnlOkCancel.Controls.Add(this.cmdOK);
     127            this.pnlOkCancel.Dock = System.Windows.Forms.DockStyle.Bottom;
     128            this.pnlOkCancel.Location = new System.Drawing.Point(0, 424);
     129            this.pnlOkCancel.Name = "pnlOkCancel";
     130            this.pnlOkCancel.Size = new System.Drawing.Size(498, 40);
     131            this.pnlOkCancel.TabIndex = 3;
     132            //
     133            // cmdCancel
     134            //
     135            this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     136            this.cmdCancel.Location = new System.Drawing.Point(416, 8);
     137            this.cmdCancel.Name = "cmdCancel";
     138            this.cmdCancel.Size = new System.Drawing.Size(64, 24);
     139            this.cmdCancel.TabIndex = 5;
     140            this.cmdCancel.Text = "Cancel";
     141            //
     142            // cmdOK
     143            //
     144            this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     145            this.cmdOK.Location = new System.Drawing.Point(336, 8);
     146            this.cmdOK.Name = "cmdOK";
     147            this.cmdOK.Size = new System.Drawing.Size(64, 24);
     148            this.cmdOK.TabIndex = 4;
     149            this.cmdOK.Text = "OK";
     150            this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
     151            //
     152            // pnlDescription
     153            //
     154            this.pnlDescription.Controls.Add(this.grpDescription);
     155            this.pnlDescription.Dock = System.Windows.Forms.DockStyle.Bottom;
     156            this.pnlDescription.Location = new System.Drawing.Point(0, 344);
     157            this.pnlDescription.Name = "pnlDescription";
     158            this.pnlDescription.Size = new System.Drawing.Size(498, 80);
     159            this.pnlDescription.TabIndex = 46;
     160            //
     161            // grpDescription
     162            //
     163            this.grpDescription.Controls.Add(this.lblDescription);
     164            this.grpDescription.Dock = System.Windows.Forms.DockStyle.Fill;
     165            this.grpDescription.Location = new System.Drawing.Point(0, 0);
     166            this.grpDescription.Name = "grpDescription";
     167            this.grpDescription.Size = new System.Drawing.Size(498, 80);
     168            this.grpDescription.TabIndex = 0;
     169            this.grpDescription.TabStop = false;
     170            this.grpDescription.Text = "Description";
     171            //
     172            // lblDescription
     173            //
     174            this.lblDescription.Dock = System.Windows.Forms.DockStyle.Fill;
     175            this.lblDescription.Location = new System.Drawing.Point(3, 16);
     176            this.lblDescription.Name = "lblDescription";
     177            this.lblDescription.Size = new System.Drawing.Size(492, 61);
     178            this.lblDescription.TabIndex = 1;
     179            this.lblDescription.Text = resources.GetString("lblDescription.Text");
     180            //
     181            // tabResources
     182            //
     183            this.tabResources.Controls.Add(this.tpRPMSLink);
     184            this.tabResources.Controls.Add(this.tpLetter);
     185            this.tabResources.Controls.Add(this.tpRebookLetter);
     186            this.tabResources.Controls.Add(this.tpCancellationLetter);
     187            this.tabResources.Dock = System.Windows.Forms.DockStyle.Fill;
     188            this.tabResources.Location = new System.Drawing.Point(0, 0);
     189            this.tabResources.Name = "tabResources";
     190            this.tabResources.SelectedIndex = 0;
     191            this.tabResources.Size = new System.Drawing.Size(498, 344);
     192            this.tabResources.TabIndex = 10;
     193            this.tabResources.SelectedIndexChanged += new System.EventHandler(this.tabResources_SelectedIndexChanged);
     194            //
     195            // tpRPMSLink
     196            //
     197            this.tpRPMSLink.Controls.Add(this.label11);
     198            this.tpRPMSLink.Controls.Add(this.label5);
     199            this.tpRPMSLink.Controls.Add(this.cboTimeInterval);
     200            this.tpRPMSLink.Controls.Add(this.chkInactivate);
     201            this.tpRPMSLink.Controls.Add(this.grpRPMSClinicLink);
     202            this.tpRPMSLink.Controls.Add(this.label1);
     203            this.tpRPMSLink.Controls.Add(this.txtResourceName);
     204            this.tpRPMSLink.Location = new System.Drawing.Point(4, 22);
     205            this.tpRPMSLink.Name = "tpRPMSLink";
     206            this.tpRPMSLink.Size = new System.Drawing.Size(490, 318);
     207            this.tpRPMSLink.TabIndex = 0;
     208            this.tpRPMSLink.Text = "Resource Link";
     209            //
     210            // label11
     211            //
     212            this.label11.Location = new System.Drawing.Point(328, 40);
     213            this.label11.Name = "label11";
     214            this.label11.Size = new System.Drawing.Size(80, 16);
     215            this.label11.TabIndex = 52;
     216            this.label11.Text = "minutes.";
     217            //
     218            // label5
     219            //
     220            this.label5.Location = new System.Drawing.Point(192, 40);
     221            this.label5.Name = "label5";
     222            this.label5.Size = new System.Drawing.Size(64, 16);
     223            this.label5.TabIndex = 51;
     224            this.label5.Text = "Time Scale:";
     225            //
     226            // cboTimeInterval
     227            //
     228            this.cboTimeInterval.Items.AddRange(new object[] {
     229            "5",
     230            "10",
     231            "15",
     232            "20",
     233            "30",
     234            "60"});
     235            this.cboTimeInterval.Location = new System.Drawing.Point(256, 38);
     236            this.cboTimeInterval.MaxDropDownItems = 6;
     237            this.cboTimeInterval.Name = "cboTimeInterval";
     238            this.cboTimeInterval.Size = new System.Drawing.Size(64, 21);
     239            this.cboTimeInterval.TabIndex = 2;
     240            //
     241            // chkInactivate
     242            //
     243            this.chkInactivate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     244            this.chkInactivate.Location = new System.Drawing.Point(80, 40);
     245            this.chkInactivate.Name = "chkInactivate";
     246            this.chkInactivate.Size = new System.Drawing.Size(72, 16);
     247            this.chkInactivate.TabIndex = 1;
     248            this.chkInactivate.Text = "Inactive:";
     249            //
     250            // grpRPMSClinicLink
     251            //
     252            this.grpRPMSClinicLink.Controls.Add(this.lblReactivateDate);
     253            this.grpRPMSClinicLink.Controls.Add(this.label10);
     254            this.grpRPMSClinicLink.Controls.Add(this.lblInactivateDate);
     255            this.grpRPMSClinicLink.Controls.Add(this.label8);
     256            this.grpRPMSClinicLink.Controls.Add(this.lblClinicCode);
     257            this.grpRPMSClinicLink.Controls.Add(this.label6);
     258            this.grpRPMSClinicLink.Controls.Add(this.lblProvider);
     259            this.grpRPMSClinicLink.Controls.Add(this.label7);
     260            this.grpRPMSClinicLink.Controls.Add(this.lblVisitServiceCategory);
     261            this.grpRPMSClinicLink.Controls.Add(this.label3);
     262            this.grpRPMSClinicLink.Controls.Add(this.lblCreateVisit);
     263            this.grpRPMSClinicLink.Controls.Add(this.label2);
     264            this.grpRPMSClinicLink.Controls.Add(this.label4);
     265            this.grpRPMSClinicLink.Controls.Add(this.cboRPMSClinic);
     266            this.grpRPMSClinicLink.Location = new System.Drawing.Point(32, 88);
     267            this.grpRPMSClinicLink.Name = "grpRPMSClinicLink";
     268            this.grpRPMSClinicLink.Size = new System.Drawing.Size(384, 208);
     269            this.grpRPMSClinicLink.TabIndex = 48;
     270            this.grpRPMSClinicLink.TabStop = false;
     271            this.grpRPMSClinicLink.Text = "VistA Clinic Link";
     272            //
     273            // lblReactivateDate
     274            //
     275            this.lblReactivateDate.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     276            this.lblReactivateDate.Location = new System.Drawing.Point(176, 168);
     277            this.lblReactivateDate.Name = "lblReactivateDate";
     278            this.lblReactivateDate.Size = new System.Drawing.Size(176, 16);
     279            this.lblReactivateDate.TabIndex = 57;
     280            //
     281            // label10
     282            //
     283            this.label10.Location = new System.Drawing.Point(56, 168);
     284            this.label10.Name = "label10";
     285            this.label10.Size = new System.Drawing.Size(112, 16);
     286            this.label10.TabIndex = 56;
     287            this.label10.Text = "Reactivate Date:";
     288            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     289            //
     290            // lblInactivateDate
     291            //
     292            this.lblInactivateDate.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     293            this.lblInactivateDate.Location = new System.Drawing.Point(176, 144);
     294            this.lblInactivateDate.Name = "lblInactivateDate";
     295            this.lblInactivateDate.Size = new System.Drawing.Size(176, 16);
     296            this.lblInactivateDate.TabIndex = 55;
     297            //
     298            // label8
     299            //
     300            this.label8.Location = new System.Drawing.Point(48, 144);
     301            this.label8.Name = "label8";
     302            this.label8.Size = new System.Drawing.Size(120, 16);
     303            this.label8.TabIndex = 54;
     304            this.label8.Text = "Inactivate Date:";
     305            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     306            //
     307            // lblClinicCode
     308            //
     309            this.lblClinicCode.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     310            this.lblClinicCode.Location = new System.Drawing.Point(176, 120);
     311            this.lblClinicCode.Name = "lblClinicCode";
     312            this.lblClinicCode.Size = new System.Drawing.Size(176, 16);
     313            this.lblClinicCode.TabIndex = 53;
     314            //
     315            // label6
     316            //
     317            this.label6.Location = new System.Drawing.Point(96, 120);
     318            this.label6.Name = "label6";
     319            this.label6.Size = new System.Drawing.Size(72, 16);
     320            this.label6.TabIndex = 52;
     321            this.label6.Text = "Clinic Code:";
     322            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     323            //
     324            // lblProvider
     325            //
     326            this.lblProvider.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     327            this.lblProvider.Location = new System.Drawing.Point(176, 96);
     328            this.lblProvider.Name = "lblProvider";
     329            this.lblProvider.Size = new System.Drawing.Size(176, 16);
     330            this.lblProvider.TabIndex = 51;
     331            //
     332            // label7
     333            //
     334            this.label7.Location = new System.Drawing.Point(104, 96);
     335            this.label7.Name = "label7";
     336            this.label7.Size = new System.Drawing.Size(64, 16);
     337            this.label7.TabIndex = 50;
     338            this.label7.Text = "Provider:";
     339            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     340            //
     341            // lblVisitServiceCategory
     342            //
     343            this.lblVisitServiceCategory.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     344            this.lblVisitServiceCategory.Location = new System.Drawing.Point(176, 72);
     345            this.lblVisitServiceCategory.Name = "lblVisitServiceCategory";
     346            this.lblVisitServiceCategory.Size = new System.Drawing.Size(176, 16);
     347            this.lblVisitServiceCategory.TabIndex = 49;
     348            //
     349            // label3
     350            //
     351            this.label3.Location = new System.Drawing.Point(48, 72);
     352            this.label3.Name = "label3";
     353            this.label3.Size = new System.Drawing.Size(120, 16);
     354            this.label3.TabIndex = 48;
     355            this.label3.Text = "Visit Sevice Category:";
     356            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     357            //
     358            // lblCreateVisit
     359            //
     360            this.lblCreateVisit.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     361            this.lblCreateVisit.Location = new System.Drawing.Point(176, 48);
     362            this.lblCreateVisit.Name = "lblCreateVisit";
     363            this.lblCreateVisit.Size = new System.Drawing.Size(40, 16);
     364            this.lblCreateVisit.TabIndex = 47;
     365            //
     366            // label2
     367            //
     368            this.label2.Location = new System.Drawing.Point(32, 48);
     369            this.label2.Name = "label2";
     370            this.label2.Size = new System.Drawing.Size(136, 16);
     371            this.label2.TabIndex = 46;
     372            this.label2.Text = "Create Visit at Check-In?";
     373            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     374            //
     375            // label4
     376            //
     377            this.label4.Location = new System.Drawing.Point(32, 18);
     378            this.label4.Name = "label4";
     379            this.label4.Size = new System.Drawing.Size(72, 16);
     380            this.label4.TabIndex = 45;
     381            this.label4.Text = "VistA Clinic:";
     382            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     383            //
     384            // cboRPMSClinic
     385            //
     386            this.cboRPMSClinic.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     387            this.cboRPMSClinic.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     388            this.cboRPMSClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     389            this.cboRPMSClinic.Location = new System.Drawing.Point(112, 16);
     390            this.cboRPMSClinic.Name = "cboRPMSClinic";
     391            this.cboRPMSClinic.Size = new System.Drawing.Size(256, 21);
     392            this.cboRPMSClinic.TabIndex = 3;
     393            //
     394            // label1
     395            //
     396            this.label1.Location = new System.Drawing.Point(36, 11);
     397            this.label1.Name = "label1";
     398            this.label1.Size = new System.Drawing.Size(96, 16);
     399            this.label1.TabIndex = 47;
     400            this.label1.Text = "Resource Name:";
     401            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     402            //
     403            // txtResourceName
     404            //
     405            this.txtResourceName.Location = new System.Drawing.Point(140, 11);
     406            this.txtResourceName.MaxLength = 30;
     407            this.txtResourceName.Name = "txtResourceName";
     408            this.txtResourceName.Size = new System.Drawing.Size(256, 20);
     409            this.txtResourceName.TabIndex = 0;
     410            //
     411            // tpLetter
     412            //
     413            this.tpLetter.Controls.Add(this.label9);
     414            this.tpLetter.Controls.Add(this.txtLetter);
     415            this.tpLetter.Location = new System.Drawing.Point(4, 22);
     416            this.tpLetter.Name = "tpLetter";
     417            this.tpLetter.Size = new System.Drawing.Size(490, 318);
     418            this.tpLetter.TabIndex = 1;
     419            this.tpLetter.Text = "Reminder Letter";
     420            //
     421            // label9
     422            //
     423            this.label9.Location = new System.Drawing.Point(32, 24);
     424            this.label9.Name = "label9";
     425            this.label9.Size = new System.Drawing.Size(416, 32);
     426            this.label9.TabIndex = 1;
     427            this.label9.Text = "Enter the text which will appear on reminder letters sent to patients with appoin" +
     428                "tments in this clinic.  Use CTRL+Enter to start a new line.";
     429            //
     430            // txtLetter
     431            //
     432            this.txtLetter.Location = new System.Drawing.Point(32, 72);
     433            this.txtLetter.Multiline = true;
     434            this.txtLetter.Name = "txtLetter";
     435            this.txtLetter.Size = new System.Drawing.Size(416, 216);
     436            this.txtLetter.TabIndex = 20;
     437            this.txtLetter.Text = "Dear Patient,\r\n\r\nThis letter is to remind you that you have the appointments list" +
     438                "ed below.\r\n\r\nPlease contact us at 555-1234 if you are unable to keep this appoin" +
     439                "tment.\r\n\r\nThank you,\r\n\r\nThe Clinic";
     440            //
     441            // tpRebookLetter
     442            //
     443            this.tpRebookLetter.Controls.Add(this.label12);
     444            this.tpRebookLetter.Controls.Add(this.txtRebookLetter);
     445            this.tpRebookLetter.Location = new System.Drawing.Point(4, 22);
     446            this.tpRebookLetter.Name = "tpRebookLetter";
     447            this.tpRebookLetter.Size = new System.Drawing.Size(490, 318);
     448            this.tpRebookLetter.TabIndex = 2;
     449            this.tpRebookLetter.Text = "Rebook Letter";
     450            //
     451            // label12
     452            //
     453            this.label12.Location = new System.Drawing.Point(37, 27);
     454            this.label12.Name = "label12";
     455            this.label12.Size = new System.Drawing.Size(416, 32);
     456            this.label12.TabIndex = 21;
     457            this.label12.Text = "Enter the text which will appear on rebook letters sent to patients with appointm" +
     458                "ents in this clinic.  Use CTRL+Enter to start a new line.";
     459            //
     460            // txtRebookLetter
     461            //
     462            this.txtRebookLetter.Location = new System.Drawing.Point(37, 75);
     463            this.txtRebookLetter.Multiline = true;
     464            this.txtRebookLetter.Name = "txtRebookLetter";
     465            this.txtRebookLetter.Size = new System.Drawing.Size(416, 216);
     466            this.txtRebookLetter.TabIndex = 22;
     467            this.txtRebookLetter.Text = resources.GetString("txtRebookLetter.Text");
     468            //
     469            // tpCancellationLetter
     470            //
     471            this.tpCancellationLetter.Controls.Add(this.label13);
     472            this.tpCancellationLetter.Controls.Add(this.txtCancellationLetter);
     473            this.tpCancellationLetter.Location = new System.Drawing.Point(4, 22);
     474            this.tpCancellationLetter.Name = "tpCancellationLetter";
     475            this.tpCancellationLetter.Size = new System.Drawing.Size(490, 318);
     476            this.tpCancellationLetter.TabIndex = 3;
     477            this.tpCancellationLetter.Text = "Cancellation Letter";
     478            //
     479            // label13
     480            //
     481            this.label13.Location = new System.Drawing.Point(37, 27);
     482            this.label13.Name = "label13";
     483            this.label13.Size = new System.Drawing.Size(416, 32);
     484            this.label13.TabIndex = 21;
     485            this.label13.Text = "Enter the text which will appear on cancellation letters sent to patients with ap" +
     486                "pointments in this clinic.  Use CTRL+Enter to start a new line.";
     487            //
     488            // txtCancellationLetter
     489            //
     490            this.txtCancellationLetter.Location = new System.Drawing.Point(37, 75);
     491            this.txtCancellationLetter.Multiline = true;
     492            this.txtCancellationLetter.Name = "txtCancellationLetter";
     493            this.txtCancellationLetter.Size = new System.Drawing.Size(416, 216);
     494            this.txtCancellationLetter.TabIndex = 22;
     495            this.txtCancellationLetter.Text = resources.GetString("txtCancellationLetter.Text");
     496            //
     497            // DResource
     498            //
     499            this.AcceptButton = this.cmdOK;
     500            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     501            this.CancelButton = this.cmdCancel;
     502            this.ClientSize = new System.Drawing.Size(498, 464);
     503            this.Controls.Add(this.tabResources);
     504            this.Controls.Add(this.pnlDescription);
     505            this.Controls.Add(this.pnlOkCancel);
     506            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     507            this.Name = "DResource";
     508            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     509            this.Text = "Manage Resource";
     510            this.Activated += new System.EventHandler(this.DResource_Activated);
     511            this.pnlOkCancel.ResumeLayout(false);
     512            this.pnlDescription.ResumeLayout(false);
     513            this.grpDescription.ResumeLayout(false);
     514            this.tabResources.ResumeLayout(false);
     515            this.tpRPMSLink.ResumeLayout(false);
     516            this.tpRPMSLink.PerformLayout();
     517            this.grpRPMSClinicLink.ResumeLayout(false);
     518            this.tpLetter.ResumeLayout(false);
     519            this.tpLetter.PerformLayout();
     520            this.tpRebookLetter.ResumeLayout(false);
     521            this.tpRebookLetter.PerformLayout();
     522            this.tpCancellationLetter.ResumeLayout(false);
     523            this.tpCancellationLetter.PerformLayout();
     524            this.ResumeLayout(false);
    523525
    524526                }
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DResource.resx

    r614 r899  
    44    Microsoft ResX Schema
    55   
    6     Version 1.3
     6    Version 2.0
    77   
    88    The primary goals of this format is to allow a simple XML format
     
    1515    ... ado.net/XML headers & schema ...
    1616    <resheader name="resmimetype">text/microsoft-resx</resheader>
    17     <resheader name="version">1.3</resheader>
     17    <resheader name="version">2.0</resheader>
    1818    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
    1919    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
    20     <data name="Name1">this is my long string</data>
     20    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
    2121    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
    2222    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
    23         [base64 mime encoded serialized .NET Framework object]
     23        <value>[base64 mime encoded serialized .NET Framework object]</value>
    2424    </data>
    2525    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    26         [base64 mime encoded string representing a byte array form of the .NET Framework object]
     26        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
     27        <comment>This is a comment</comment>
    2728    </data>
    2829               
     
    3637    mimetype set.
    3738   
    38     The mimetype is used forserialized objects, and tells the
     39    The mimetype is used for serialized objects, and tells the
    3940    ResXResourceReader how to depersist the object. This is currently not
    4041    extensible. For a given mimetype the value must be set accordingly:
     
    4647    mimetype: application/x-microsoft.net.object.binary.base64
    4748    value   : The object must be serialized with
    48             : System.Serialization.Formatters.Binary.BinaryFormatter
     49            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
    4950            : and then encoded with base64 encoding.
    5051   
     
    6061    -->
    6162  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
     63    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
    6264    <xsd:element name="root" msdata:IsDataSet="true">
    6365      <xsd:complexType>
    6466        <xsd:choice maxOccurs="unbounded">
     67          <xsd:element name="metadata">
     68            <xsd:complexType>
     69              <xsd:sequence>
     70                <xsd:element name="value" type="xsd:string" minOccurs="0" />
     71              </xsd:sequence>
     72              <xsd:attribute name="name" use="required" type="xsd:string" />
     73              <xsd:attribute name="type" type="xsd:string" />
     74              <xsd:attribute name="mimetype" type="xsd:string" />
     75              <xsd:attribute ref="xml:space" />
     76            </xsd:complexType>
     77          </xsd:element>
     78          <xsd:element name="assembly">
     79            <xsd:complexType>
     80              <xsd:attribute name="alias" type="xsd:string" />
     81              <xsd:attribute name="name" type="xsd:string" />
     82            </xsd:complexType>
     83          </xsd:element>
    6584          <xsd:element name="data">
    6685            <xsd:complexType>
     
    6988                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
    7089              </xsd:sequence>
    71               <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
     90              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
    7291              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
    7392              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
     93              <xsd:attribute ref="xml:space" />
    7494            </xsd:complexType>
    7595          </xsd:element>
     
    90110  </resheader>
    91111  <resheader name="version">
    92     <value>1.3</value>
     112    <value>2.0</value>
    93113  </resheader>
    94114  <resheader name="reader">
    95     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
     115    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
    96116  </resheader>
    97117  <resheader name="writer">
    98     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
     118    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
    99119  </resheader>
    100   <data name="pnlOkCancel.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    101     <value>Private</value>
     120  <data name="lblDescription.Text" xml:space="preserve">
     121    <value>Resources may optionally be linked to a VistA Clinic.  To define the parameters for an VistA clinic, you must log into VistA and use the VistA Scheduling Supervisor's menus.  The Time Interval field controls the increment of time used on the Calendar display.  The Letter Text tab contains the body text of reminder letters for this clinic.</value>
    102122  </data>
    103   <data name="pnlOkCancel.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    104     <value>False</value>
     123  <data name="txtRebookLetter.Text" xml:space="preserve">
     124    <value>Dear Patient,
     125
     126This letter is to inform you that we have changed the appointments listed below.
     127
     128Please contact us at 555-1234 if you are unable to keep your appointment.
     129
     130Thank you,
     131
     132The Clinic</value>
    105133  </data>
    106   <data name="pnlOkCancel.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    107     <value>True</value>
    108   </data>
    109   <data name="pnlOkCancel.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    110     <value>Private</value>
    111   </data>
    112   <data name="pnlOkCancel.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    113     <value>8, 8</value>
    114   </data>
    115   <data name="pnlOkCancel.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    116     <value>False</value>
    117   </data>
    118   <data name="cmdCancel.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    119     <value>False</value>
    120   </data>
    121   <data name="cmdCancel.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    122     <value>Private</value>
    123   </data>
    124   <data name="cmdCancel.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    125     <value>Private</value>
    126   </data>
    127   <data name="cmdOK.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    128     <value>False</value>
    129   </data>
    130   <data name="cmdOK.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    131     <value>Private</value>
    132   </data>
    133   <data name="cmdOK.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    134     <value>Private</value>
    135   </data>
    136   <data name="pnlDescription.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    137     <value>False</value>
    138   </data>
    139   <data name="pnlDescription.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    140     <value>True</value>
    141   </data>
    142   <data name="pnlDescription.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    143     <value>Private</value>
    144   </data>
    145   <data name="pnlDescription.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    146     <value>8, 8</value>
    147   </data>
    148   <data name="pnlDescription.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    149     <value>True</value>
    150   </data>
    151   <data name="pnlDescription.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    152     <value>Private</value>
    153   </data>
    154   <data name="grpDescription.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    155     <value>Private</value>
    156   </data>
    157   <data name="grpDescription.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    158     <value>8, 8</value>
    159   </data>
    160   <data name="grpDescription.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    161     <value>True</value>
    162   </data>
    163   <data name="grpDescription.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    164     <value>False</value>
    165   </data>
    166   <data name="grpDescription.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    167     <value>True</value>
    168   </data>
    169   <data name="grpDescription.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    170     <value>Private</value>
    171   </data>
    172   <data name="lblDescription.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    173     <value>False</value>
    174   </data>
    175   <data name="lblDescription.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    176     <value>Private</value>
    177   </data>
    178   <data name="lblDescription.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    179     <value>Private</value>
    180   </data>
    181   <data name="tabResources.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    182     <value>True</value>
    183   </data>
    184   <data name="tabResources.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    185     <value>False</value>
    186   </data>
    187   <data name="tabResources.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    188     <value>True</value>
    189   </data>
    190   <data name="tabResources.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    191     <value>Private</value>
    192   </data>
    193   <data name="tabResources.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    194     <value>Private</value>
    195   </data>
    196   <data name="tabResources.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    197     <value>8, 8</value>
    198   </data>
    199   <data name="tpRPMSLink.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    200     <value>False</value>
    201   </data>
    202   <data name="tpRPMSLink.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    203     <value>True</value>
    204   </data>
    205   <data name="tpRPMSLink.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    206     <value>True</value>
    207   </data>
    208   <data name="tpRPMSLink.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    209     <value>Private</value>
    210   </data>
    211   <data name="tpRPMSLink.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    212     <value>Private</value>
    213   </data>
    214   <data name="tpRPMSLink.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    215     <value>8, 8</value>
    216   </data>
    217   <data name="label11.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    218     <value>False</value>
    219   </data>
    220   <data name="label11.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    221     <value>Private</value>
    222   </data>
    223   <data name="label11.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    224     <value>Private</value>
    225   </data>
    226   <data name="label5.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    227     <value>False</value>
    228   </data>
    229   <data name="label5.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    230     <value>Private</value>
    231   </data>
    232   <data name="label5.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    233     <value>Private</value>
    234   </data>
    235   <data name="cboTimeInterval.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    236     <value>Private</value>
    237   </data>
    238   <data name="cboTimeInterval.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    239     <value>False</value>
    240   </data>
    241   <data name="cboTimeInterval.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    242     <value>Private</value>
    243   </data>
    244   <data name="chkInactivate.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    245     <value>False</value>
    246   </data>
    247   <data name="chkInactivate.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    248     <value>Private</value>
    249   </data>
    250   <data name="chkInactivate.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    251     <value>Private</value>
    252   </data>
    253   <data name="grpRPMSClinicLink.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    254     <value>Private</value>
    255   </data>
    256   <data name="grpRPMSClinicLink.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    257     <value>8, 8</value>
    258   </data>
    259   <data name="grpRPMSClinicLink.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    260     <value>True</value>
    261   </data>
    262   <data name="grpRPMSClinicLink.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    263     <value>False</value>
    264   </data>
    265   <data name="grpRPMSClinicLink.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    266     <value>True</value>
    267   </data>
    268   <data name="grpRPMSClinicLink.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    269     <value>Private</value>
    270   </data>
    271   <data name="lblReactivateDate.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    272     <value>False</value>
    273   </data>
    274   <data name="lblReactivateDate.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    275     <value>Private</value>
    276   </data>
    277   <data name="lblReactivateDate.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    278     <value>Private</value>
    279   </data>
    280   <data name="label10.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    281     <value>False</value>
    282   </data>
    283   <data name="label10.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    284     <value>Private</value>
    285   </data>
    286   <data name="label10.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    287     <value>Private</value>
    288   </data>
    289   <data name="lblInactivateDate.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    290     <value>False</value>
    291   </data>
    292   <data name="lblInactivateDate.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    293     <value>Private</value>
    294   </data>
    295   <data name="lblInactivateDate.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    296     <value>Private</value>
    297   </data>
    298   <data name="label8.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    299     <value>False</value>
    300   </data>
    301   <data name="label8.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    302     <value>Private</value>
    303   </data>
    304   <data name="label8.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    305     <value>Private</value>
    306   </data>
    307   <data name="lblClinicCode.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    308     <value>False</value>
    309   </data>
    310   <data name="lblClinicCode.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    311     <value>Private</value>
    312   </data>
    313   <data name="lblClinicCode.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    314     <value>Private</value>
    315   </data>
    316   <data name="label6.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    317     <value>False</value>
    318   </data>
    319   <data name="label6.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    320     <value>Private</value>
    321   </data>
    322   <data name="label6.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    323     <value>Private</value>
    324   </data>
    325   <data name="lblProvider.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    326     <value>False</value>
    327   </data>
    328   <data name="lblProvider.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    329     <value>Private</value>
    330   </data>
    331   <data name="lblProvider.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    332     <value>Private</value>
    333   </data>
    334   <data name="label7.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    335     <value>False</value>
    336   </data>
    337   <data name="label7.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    338     <value>Private</value>
    339   </data>
    340   <data name="label7.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    341     <value>Private</value>
    342   </data>
    343   <data name="lblVisitServiceCategory.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    344     <value>False</value>
    345   </data>
    346   <data name="lblVisitServiceCategory.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    347     <value>Private</value>
    348   </data>
    349   <data name="lblVisitServiceCategory.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    350     <value>Private</value>
    351   </data>
    352   <data name="label3.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    353     <value>False</value>
    354   </data>
    355   <data name="label3.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    356     <value>Private</value>
    357   </data>
    358   <data name="label3.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    359     <value>Private</value>
    360   </data>
    361   <data name="lblCreateVisit.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    362     <value>False</value>
    363   </data>
    364   <data name="lblCreateVisit.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    365     <value>Private</value>
    366   </data>
    367   <data name="lblCreateVisit.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    368     <value>Private</value>
    369   </data>
    370   <data name="label2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    371     <value>False</value>
    372   </data>
    373   <data name="label2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    374     <value>Private</value>
    375   </data>
    376   <data name="label2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    377     <value>Private</value>
    378   </data>
    379   <data name="label4.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    380     <value>False</value>
    381   </data>
    382   <data name="label4.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    383     <value>Private</value>
    384   </data>
    385   <data name="label4.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    386     <value>Private</value>
    387   </data>
    388   <data name="cboRPMSClinic.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    389     <value>Private</value>
    390   </data>
    391   <data name="cboRPMSClinic.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    392     <value>False</value>
    393   </data>
    394   <data name="cboRPMSClinic.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    395     <value>Private</value>
    396   </data>
    397   <data name="label1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    398     <value>False</value>
    399   </data>
    400   <data name="label1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    401     <value>Private</value>
    402   </data>
    403   <data name="label1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    404     <value>Private</value>
    405   </data>
    406   <data name="txtResourceName.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    407     <value>Private</value>
    408   </data>
    409   <data name="txtResourceName.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    410     <value>False</value>
    411   </data>
    412   <data name="txtResourceName.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    413     <value>Private</value>
    414   </data>
    415   <data name="tpLetter.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    416     <value>False</value>
    417   </data>
    418   <data name="tpLetter.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    419     <value>True</value>
    420   </data>
    421   <data name="tpLetter.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    422     <value>True</value>
    423   </data>
    424   <data name="tpLetter.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    425     <value>Private</value>
    426   </data>
    427   <data name="tpLetter.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    428     <value>Private</value>
    429   </data>
    430   <data name="tpLetter.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    431     <value>8, 8</value>
    432   </data>
    433   <data name="label9.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    434     <value>False</value>
    435   </data>
    436   <data name="label9.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    437     <value>Private</value>
    438   </data>
    439   <data name="label9.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    440     <value>Private</value>
    441   </data>
    442   <data name="txtLetter.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    443     <value>Private</value>
    444   </data>
    445   <data name="txtLetter.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    446     <value>False</value>
    447   </data>
    448   <data name="txtLetter.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    449     <value>Private</value>
    450   </data>
    451   <data name="tpRebookLetter.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    452     <value>False</value>
    453   </data>
    454   <data name="tpRebookLetter.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    455     <value>True</value>
    456   </data>
    457   <data name="tpRebookLetter.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    458     <value>True</value>
    459   </data>
    460   <data name="tpRebookLetter.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    461     <value>Private</value>
    462   </data>
    463   <data name="tpRebookLetter.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    464     <value>Private</value>
    465   </data>
    466   <data name="tpRebookLetter.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    467     <value>8, 8</value>
    468   </data>
    469   <data name="label12.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    470     <value>False</value>
    471   </data>
    472   <data name="label12.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    473     <value>Private</value>
    474   </data>
    475   <data name="label12.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    476     <value>Private</value>
    477   </data>
    478   <data name="txtRebookLetter.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    479     <value>Private</value>
    480   </data>
    481   <data name="txtRebookLetter.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    482     <value>False</value>
    483   </data>
    484   <data name="txtRebookLetter.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    485     <value>Private</value>
    486   </data>
    487   <data name="tpCancellationLetter.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    488     <value>False</value>
    489   </data>
    490   <data name="tpCancellationLetter.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    491     <value>True</value>
    492   </data>
    493   <data name="tpCancellationLetter.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    494     <value>True</value>
    495   </data>
    496   <data name="tpCancellationLetter.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    497     <value>Private</value>
    498   </data>
    499   <data name="tpCancellationLetter.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    500     <value>Private</value>
    501   </data>
    502   <data name="tpCancellationLetter.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    503     <value>8, 8</value>
    504   </data>
    505   <data name="label13.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    506     <value>False</value>
    507   </data>
    508   <data name="label13.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    509     <value>Private</value>
    510   </data>
    511   <data name="label13.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    512     <value>Private</value>
    513   </data>
    514   <data name="txtCancellationLetter.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    515     <value>Private</value>
    516   </data>
    517   <data name="txtCancellationLetter.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    518     <value>False</value>
    519   </data>
    520   <data name="txtCancellationLetter.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    521     <value>Private</value>
    522   </data>
    523   <data name="$this.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    524     <value>False</value>
    525   </data>
    526   <data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    527     <value>(Default)</value>
    528   </data>
    529   <data name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    530     <value>False</value>
    531   </data>
    532   <data name="$this.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    533     <value>False</value>
    534   </data>
    535   <data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    536     <value>8, 8</value>
    537   </data>
    538   <data name="$this.Name">
    539     <value>DResource</value>
    540   </data>
    541   <data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    542     <value>True</value>
    543   </data>
    544   <data name="$this.TrayHeight" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    545     <value>80</value>
    546   </data>
    547   <data name="$this.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    548     <value>True</value>
    549   </data>
    550   <data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    551     <value>Private</value>
     134  <data name="txtCancellationLetter.Text" xml:space="preserve">
     135    <value>Dear Patient,
     136
     137This letter is to inform you that the appointments listed below have been cancelled.
     138
     139Please contact us at 555-1234 if you have questions about your appointments.
     140
     141Thank you,
     142
     143The Clinic</value>
    552144  </data>
    553145</root>
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DResourceGroupItem.cs

    r614 r899  
    6060                private void InitializeComponent()
    6161                {
    62                         this.pnlPageBottom = new System.Windows.Forms.Panel();
    63                         this.cmdCancel = new System.Windows.Forms.Button();
    64                         this.cmdOK = new System.Windows.Forms.Button();
    65                         this.label1 = new System.Windows.Forms.Label();
    66                         this.cboResource = new System.Windows.Forms.ComboBox();
    67                         this.pnlPageBottom.SuspendLayout();
    68                         this.SuspendLayout();
    69                         //
    70                         // pnlPageBottom
    71                         //
    72                         this.pnlPageBottom.Controls.AddRange(new System.Windows.Forms.Control[] {
    73                                                                                                                                                                                 this.cmdCancel,
    74                                                                                                                                                                                 this.cmdOK});
    75                         this.pnlPageBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
    76                         this.pnlPageBottom.Location = new System.Drawing.Point(0, 112);
    77                         this.pnlPageBottom.Name = "pnlPageBottom";
    78                         this.pnlPageBottom.Size = new System.Drawing.Size(456, 40);
    79                         this.pnlPageBottom.TabIndex = 5;
    80                         //
    81                         // cmdCancel
    82                         //
    83                         this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    84                         this.cmdCancel.Location = new System.Drawing.Point(376, 8);
    85                         this.cmdCancel.Name = "cmdCancel";
    86                         this.cmdCancel.Size = new System.Drawing.Size(56, 24);
    87                         this.cmdCancel.TabIndex = 2;
    88                         this.cmdCancel.Text = "Cancel";
    89                         //
    90                         // cmdOK
    91                         //
    92                         this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
    93                         this.cmdOK.Location = new System.Drawing.Point(296, 8);
    94                         this.cmdOK.Name = "cmdOK";
    95                         this.cmdOK.Size = new System.Drawing.Size(64, 24);
    96                         this.cmdOK.TabIndex = 1;
    97                         this.cmdOK.Text = "OK";
    98                         this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
    99                         //
    100                         // label1
    101                         //
    102                         this.label1.Location = new System.Drawing.Point(40, 40);
    103                         this.label1.Name = "label1";
    104                         this.label1.Size = new System.Drawing.Size(96, 16);
    105                         this.label1.TabIndex = 8;
    106                         this.label1.Text = "Select Resource:";
    107                         this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    108                         //
    109                         // cboResource
    110                         //
    111                         this.cboResource.Location = new System.Drawing.Point(144, 40);
    112                         this.cboResource.Name = "cboResource";
    113                         this.cboResource.Size = new System.Drawing.Size(248, 21);
    114                         this.cboResource.TabIndex = 7;
    115                         this.cboResource.Text = "cboResource";
    116                         //
    117                         // DResourceGroupItem
    118                         //
    119                         this.AcceptButton = this.cmdOK;
    120                         this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
    121                         this.CancelButton = this.cmdCancel;
    122                         this.ClientSize = new System.Drawing.Size(456, 152);
    123                         this.Controls.AddRange(new System.Windows.Forms.Control[] {
    124                                                                                                                                                   this.label1,
    125                                                                                                                                                   this.cboResource,
    126                                                                                                                                                   this.pnlPageBottom});
    127                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    128                         this.Name = "DResourceGroupItem";
    129                         this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    130                         this.Text = "DResourceGroupItem";
    131                         this.pnlPageBottom.ResumeLayout(false);
    132                         this.ResumeLayout(false);
     62            this.pnlPageBottom = new System.Windows.Forms.Panel();
     63            this.cmdCancel = new System.Windows.Forms.Button();
     64            this.cmdOK = new System.Windows.Forms.Button();
     65            this.label1 = new System.Windows.Forms.Label();
     66            this.cboResource = new System.Windows.Forms.ComboBox();
     67            this.pnlPageBottom.SuspendLayout();
     68            this.SuspendLayout();
     69            //
     70            // pnlPageBottom
     71            //
     72            this.pnlPageBottom.Controls.Add(this.cmdCancel);
     73            this.pnlPageBottom.Controls.Add(this.cmdOK);
     74            this.pnlPageBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     75            this.pnlPageBottom.Location = new System.Drawing.Point(0, 112);
     76            this.pnlPageBottom.Name = "pnlPageBottom";
     77            this.pnlPageBottom.Size = new System.Drawing.Size(456, 40);
     78            this.pnlPageBottom.TabIndex = 5;
     79            //
     80            // cmdCancel
     81            //
     82            this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     83            this.cmdCancel.Location = new System.Drawing.Point(376, 8);
     84            this.cmdCancel.Name = "cmdCancel";
     85            this.cmdCancel.Size = new System.Drawing.Size(56, 24);
     86            this.cmdCancel.TabIndex = 2;
     87            this.cmdCancel.Text = "Cancel";
     88            //
     89            // cmdOK
     90            //
     91            this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     92            this.cmdOK.Location = new System.Drawing.Point(296, 8);
     93            this.cmdOK.Name = "cmdOK";
     94            this.cmdOK.Size = new System.Drawing.Size(64, 24);
     95            this.cmdOK.TabIndex = 1;
     96            this.cmdOK.Text = "OK";
     97            this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
     98            //
     99            // label1
     100            //
     101            this.label1.Location = new System.Drawing.Point(40, 40);
     102            this.label1.Name = "label1";
     103            this.label1.Size = new System.Drawing.Size(96, 16);
     104            this.label1.TabIndex = 8;
     105            this.label1.Text = "Select Resource:";
     106            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     107            //
     108            // cboResource
     109            //
     110            this.cboResource.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     111            this.cboResource.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     112            this.cboResource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     113            this.cboResource.Location = new System.Drawing.Point(144, 40);
     114            this.cboResource.Name = "cboResource";
     115            this.cboResource.Size = new System.Drawing.Size(248, 21);
     116            this.cboResource.TabIndex = 7;
     117            //
     118            // DResourceGroupItem
     119            //
     120            this.AcceptButton = this.cmdOK;
     121            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     122            this.CancelButton = this.cmdCancel;
     123            this.ClientSize = new System.Drawing.Size(456, 152);
     124            this.Controls.Add(this.label1);
     125            this.Controls.Add(this.cboResource);
     126            this.Controls.Add(this.pnlPageBottom);
     127            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     128            this.Name = "DResourceGroupItem";
     129            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     130            this.Text = "DResourceGroupItem";
     131            this.pnlPageBottom.ResumeLayout(false);
     132            this.ResumeLayout(false);
    133133
    134134                }
     
    151151                        DataTable dtResource = dsGlobal.Tables["Resources"];
    152152                        DataView dvResource = new DataView(dtResource);
    153 
     153            dvResource.Sort = "RESOURCE_NAME ASC";
    154154
    155155                        cboResource.DataSource = dvResource;
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DResourceGroupItem.resx

    r614 r899  
    22<root>
    33  <!--
    4             Microsoft ResX Schema
    5        
    6             Version 1.3
     4    Microsoft ResX Schema
     5   
     6    Version 2.0
     7   
     8    The primary goals of this format is to allow a simple XML format
     9    that is mostly human readable. The generation and parsing of the
     10    various data types are done through the TypeConverter classes
     11    associated with the data types.
     12   
     13    Example:
     14   
     15    ... ado.net/XML headers & schema ...
     16    <resheader name="resmimetype">text/microsoft-resx</resheader>
     17    <resheader name="version">2.0</resheader>
     18    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
     19    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
     20    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
     21    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
     22    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
     23        <value>[base64 mime encoded serialized .NET Framework object]</value>
     24    </data>
     25    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     26        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
     27        <comment>This is a comment</comment>
     28    </data>
    729               
    8             The primary goals of this format is to allow a simple XML format
    9             that is mostly human readable. The generation and parsing of the
    10             various data types are done through the TypeConverter classes
    11             associated with the data types.
    12        
    13             Example:
    14        
    15                 ... ado.net/XML headers & schema ...
    16                 <resheader name="resmimetype">text/microsoft-resx</resheader>
    17                 <resheader name="version">1.3</resheader>
    18                 <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
    19                 <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
    20                 <data name="Name1">this is my long string</data>
    21                 <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
    22                 <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
    23                     [base64 mime encoded serialized .NET Framework object]
    24                 </data>
    25                 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    26                     [base64 mime encoded string representing a byte array form of the .NET Framework object]
    27                 </data>
    28        
    29             There are any number of "resheader" rows that contain simple
    30             name/value pairs.
    31            
    32             Each data row contains a name, and value. The row also contains a
    33             type or mimetype. Type corresponds to a .NET class that support
    34             text/value conversion through the TypeConverter architecture.
    35             Classes that don't support this are serialized and stored with the
    36             mimetype set.
    37                      
    38             The mimetype is used for serialized objects, and tells the
    39             ResXResourceReader how to depersist the object. This is currently not
    40             extensible. For a given mimetype the value must be set accordingly:
    41        
    42             Note - application/x-microsoft.net.object.binary.base64 is the format
    43                    that the ResXResourceWriter will generate, however the reader can
    44                    read any of the formats listed below.
    45        
    46             mimetype: application/x-microsoft.net.object.binary.base64
    47             value   : The object must be serialized with
    48                     : System.Serialization.Formatters.Binary.BinaryFormatter
    49                     : and then encoded with base64 encoding.
    50        
    51             mimetype: application/x-microsoft.net.object.soap.base64
    52             value   : The object must be serialized with
    53                     : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
    54                     : and then encoded with base64 encoding.
    55             mimetype: application/x-microsoft.net.object.bytearray.base64
    56             value   : The object must be serialized into a byte array
    57                     : using a System.ComponentModel.TypeConverter
    58                     : and then encoded with base64 encoding.
    59         -->
     30    There are any number of "resheader" rows that contain simple
     31    name/value pairs.
     32   
     33    Each data row contains a name, and value. The row also contains a
     34    type or mimetype. Type corresponds to a .NET class that support
     35    text/value conversion through the TypeConverter architecture.
     36    Classes that don't support this are serialized and stored with the
     37    mimetype set.
     38   
     39    The mimetype is used for serialized objects, and tells the
     40    ResXResourceReader how to depersist the object. This is currently not
     41    extensible. For a given mimetype the value must be set accordingly:
     42   
     43    Note - application/x-microsoft.net.object.binary.base64 is the format
     44    that the ResXResourceWriter will generate, however the reader can
     45    read any of the formats listed below.
     46   
     47    mimetype: application/x-microsoft.net.object.binary.base64
     48    value   : The object must be serialized with
     49            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
     50            : and then encoded with base64 encoding.
     51   
     52    mimetype: application/x-microsoft.net.object.soap.base64
     53    value   : The object must be serialized with
     54            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
     55            : and then encoded with base64 encoding.
     56
     57    mimetype: application/x-microsoft.net.object.bytearray.base64
     58    value   : The object must be serialized into a byte array
     59            : using a System.ComponentModel.TypeConverter
     60            : and then encoded with base64 encoding.
     61    -->
    6062  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
     63    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
    6164    <xsd:element name="root" msdata:IsDataSet="true">
    6265      <xsd:complexType>
    6366        <xsd:choice maxOccurs="unbounded">
     67          <xsd:element name="metadata">
     68            <xsd:complexType>
     69              <xsd:sequence>
     70                <xsd:element name="value" type="xsd:string" minOccurs="0" />
     71              </xsd:sequence>
     72              <xsd:attribute name="name" use="required" type="xsd:string" />
     73              <xsd:attribute name="type" type="xsd:string" />
     74              <xsd:attribute name="mimetype" type="xsd:string" />
     75              <xsd:attribute ref="xml:space" />
     76            </xsd:complexType>
     77          </xsd:element>
     78          <xsd:element name="assembly">
     79            <xsd:complexType>
     80              <xsd:attribute name="alias" type="xsd:string" />
     81              <xsd:attribute name="name" type="xsd:string" />
     82            </xsd:complexType>
     83          </xsd:element>
    6484          <xsd:element name="data">
    6585            <xsd:complexType>
     
    6888                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
    6989              </xsd:sequence>
    70               <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
     90              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
    7191              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
    7292              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
     93              <xsd:attribute ref="xml:space" />
    7394            </xsd:complexType>
    7495          </xsd:element>
     
    89110  </resheader>
    90111  <resheader name="version">
    91     <value>1.3</value>
     112    <value>2.0</value>
    92113  </resheader>
    93114  <resheader name="reader">
    94     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
     115    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
    95116  </resheader>
    96117  <resheader name="writer">
    97     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
     118    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
    98119  </resheader>
    99   <data name="pnlPageBottom.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    100     <value>False</value>
    101   </data>
    102   <data name="$this.Name">
    103     <value>DResourceGroupItem</value>
    104   </data>
    105120</root>
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DResourceUser.cs

    r627 r899  
    6565                private void InitializeComponent()
    6666                {
    67                         this.cboScheduleUser = new System.Windows.Forms.ComboBox();
    68                         this.label1 = new System.Windows.Forms.Label();
    69                         this.pnlPageBottom = new System.Windows.Forms.Panel();
    70                         this.cmdCancel = new System.Windows.Forms.Button();
    71                         this.cmdOK = new System.Windows.Forms.Button();
    72                         this.pnlDescription = new System.Windows.Forms.Panel();
    73                         this.grpDescriptionResourceGroup = new System.Windows.Forms.GroupBox();
    74                         this.lblDescriptionResourceGroup = new System.Windows.Forms.Label();
    75                         this.chkModifySchedule = new System.Windows.Forms.CheckBox();
    76                         this.chkOverbook = new System.Windows.Forms.CheckBox();
    77                         this.chkAppointments = new System.Windows.Forms.CheckBox();
    78                         this.pnlPageBottom.SuspendLayout();
    79                         this.pnlDescription.SuspendLayout();
    80                         this.grpDescriptionResourceGroup.SuspendLayout();
    81                         this.SuspendLayout();
    82                         //
    83                         // cboScheduleUser
    84                         //
    85                         this.cboScheduleUser.Location = new System.Drawing.Point(144, 32);
    86                         this.cboScheduleUser.Name = "cboScheduleUser";
    87                         this.cboScheduleUser.Size = new System.Drawing.Size(248, 21);
    88                         this.cboScheduleUser.TabIndex = 0;
    89                         this.cboScheduleUser.Text = "cboScheduleUser";
    90                         this.cboScheduleUser.SelectedIndexChanged += new System.EventHandler(this.cboScheduleUser_SelectedIndexChanged);
    91                         //
    92                         // label1
    93                         //
    94                         this.label1.Location = new System.Drawing.Point(16, 32);
    95                         this.label1.Name = "label1";
    96                         this.label1.Size = new System.Drawing.Size(120, 16);
    97                         this.label1.TabIndex = 1;
    98                         this.label1.Text = "Select Resource User:";
    99                         this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    100                         //
    101                         // pnlPageBottom
    102                         //
    103                         this.pnlPageBottom.Controls.Add(this.cmdCancel);
    104                         this.pnlPageBottom.Controls.Add(this.cmdOK);
    105                         this.pnlPageBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
    106                         this.pnlPageBottom.Location = new System.Drawing.Point(0, 254);
    107                         this.pnlPageBottom.Name = "pnlPageBottom";
    108                         this.pnlPageBottom.Size = new System.Drawing.Size(448, 40);
    109                         this.pnlPageBottom.TabIndex = 4;
    110                         //
    111                         // cmdCancel
    112                         //
    113                         this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    114                         this.cmdCancel.Location = new System.Drawing.Point(376, 8);
    115                         this.cmdCancel.Name = "cmdCancel";
    116                         this.cmdCancel.Size = new System.Drawing.Size(56, 24);
    117                         this.cmdCancel.TabIndex = 2;
    118                         this.cmdCancel.Text = "Cancel";
    119                         //
    120                         // cmdOK
    121                         //
    122                         this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
    123                         this.cmdOK.Location = new System.Drawing.Point(296, 8);
    124                         this.cmdOK.Name = "cmdOK";
    125                         this.cmdOK.Size = new System.Drawing.Size(64, 24);
    126                         this.cmdOK.TabIndex = 1;
    127                         this.cmdOK.Text = "OK";
    128                         this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
    129                         //
    130                         // pnlDescription
    131                         //
    132                         this.pnlDescription.Controls.Add(this.grpDescriptionResourceGroup);
    133                         this.pnlDescription.Dock = System.Windows.Forms.DockStyle.Bottom;
    134                         this.pnlDescription.Location = new System.Drawing.Point(0, 182);
    135                         this.pnlDescription.Name = "pnlDescription";
    136                         this.pnlDescription.Size = new System.Drawing.Size(448, 72);
    137                         this.pnlDescription.TabIndex = 5;
    138                         //
    139                         // grpDescriptionResourceGroup
    140                         //
    141                         this.grpDescriptionResourceGroup.Controls.Add(this.lblDescriptionResourceGroup);
    142                         this.grpDescriptionResourceGroup.Dock = System.Windows.Forms.DockStyle.Fill;
    143                         this.grpDescriptionResourceGroup.Location = new System.Drawing.Point(0, 0);
    144                         this.grpDescriptionResourceGroup.Name = "grpDescriptionResourceGroup";
    145                         this.grpDescriptionResourceGroup.Size = new System.Drawing.Size(448, 72);
    146                         this.grpDescriptionResourceGroup.TabIndex = 1;
    147                         this.grpDescriptionResourceGroup.TabStop = false;
    148                         this.grpDescriptionResourceGroup.Text = "Description";
    149                         //
    150                         // lblDescriptionResourceGroup
    151                         //
    152                         this.lblDescriptionResourceGroup.Dock = System.Windows.Forms.DockStyle.Fill;
    153                         this.lblDescriptionResourceGroup.Location = new System.Drawing.Point(3, 16);
    154                         this.lblDescriptionResourceGroup.Name = "lblDescriptionResourceGroup";
    155                         this.lblDescriptionResourceGroup.Size = new System.Drawing.Size(442, 53);
    156                         this.lblDescriptionResourceGroup.TabIndex = 0;
    157                         this.lblDescriptionResourceGroup.Text = "Use this panel to assign user access to Resources.  Only users who have the BSDXZ" +
    158                                 "MENU key in VistA will appear in the selection list.  If Modify Schedule is check" +
    159                                 "ed, then the user will be able to add and edit the resource\'s availability.";
    160                         //
    161                         // chkModifySchedule
    162                         //
    163                         this.chkModifySchedule.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
    164                         this.chkModifySchedule.Location = new System.Drawing.Point(96, 136);
    165                         this.chkModifySchedule.Name = "chkModifySchedule";
    166                         this.chkModifySchedule.Size = new System.Drawing.Size(152, 16);
    167                         this.chkModifySchedule.TabIndex = 7;
    168                         this.chkModifySchedule.Text = "Modify Clinic Availability:";
    169                         this.chkModifySchedule.CheckedChanged += new System.EventHandler(this.chkModifySchedule_CheckedChanged);
    170                         //
    171                         // chkOverbook
    172                         //
    173                         this.chkOverbook.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
    174                         this.chkOverbook.Location = new System.Drawing.Point(160, 104);
    175                         this.chkOverbook.Name = "chkOverbook";
    176                         this.chkOverbook.Size = new System.Drawing.Size(88, 16);
    177                         this.chkOverbook.TabIndex = 8;
    178                         this.chkOverbook.Text = "Overbook:";
    179                         this.chkOverbook.CheckedChanged += new System.EventHandler(this.chkOverbook_CheckedChanged);
    180                         //
    181                         // chkAppointments
    182                         //
    183                         this.chkAppointments.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
    184                         this.chkAppointments.Location = new System.Drawing.Point(40, 72);
    185                         this.chkAppointments.Name = "chkAppointments";
    186                         this.chkAppointments.Size = new System.Drawing.Size(208, 16);
    187                         this.chkAppointments.TabIndex = 9;
    188                         this.chkAppointments.Text = "Add, Edit and Delete appointments:";
    189                         this.chkAppointments.CheckedChanged += new System.EventHandler(this.chkAppointments_CheckedChanged);
    190                         //
    191                         // DResourceUser
    192                         //
    193                         this.AcceptButton = this.cmdOK;
    194                         this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
    195                         this.CancelButton = this.cmdCancel;
    196                         this.ClientSize = new System.Drawing.Size(448, 294);
    197                         this.Controls.Add(this.chkAppointments);
    198                         this.Controls.Add(this.chkOverbook);
    199                         this.Controls.Add(this.chkModifySchedule);
    200                         this.Controls.Add(this.pnlDescription);
    201                         this.Controls.Add(this.pnlPageBottom);
    202                         this.Controls.Add(this.label1);
    203                         this.Controls.Add(this.cboScheduleUser);
    204                         this.Name = "DResourceUser";
    205                         this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    206                         this.Text = "DResourceUser";
    207                         this.pnlPageBottom.ResumeLayout(false);
    208                         this.pnlDescription.ResumeLayout(false);
    209                         this.grpDescriptionResourceGroup.ResumeLayout(false);
    210                         this.ResumeLayout(false);
     67            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DResourceUser));
     68            this.cboScheduleUser = new System.Windows.Forms.ComboBox();
     69            this.label1 = new System.Windows.Forms.Label();
     70            this.pnlPageBottom = new System.Windows.Forms.Panel();
     71            this.cmdCancel = new System.Windows.Forms.Button();
     72            this.cmdOK = new System.Windows.Forms.Button();
     73            this.pnlDescription = new System.Windows.Forms.Panel();
     74            this.grpDescriptionResourceGroup = new System.Windows.Forms.GroupBox();
     75            this.lblDescriptionResourceGroup = new System.Windows.Forms.Label();
     76            this.chkModifySchedule = new System.Windows.Forms.CheckBox();
     77            this.chkOverbook = new System.Windows.Forms.CheckBox();
     78            this.chkAppointments = new System.Windows.Forms.CheckBox();
     79            this.pnlPageBottom.SuspendLayout();
     80            this.pnlDescription.SuspendLayout();
     81            this.grpDescriptionResourceGroup.SuspendLayout();
     82            this.SuspendLayout();
     83            //
     84            // cboScheduleUser
     85            //
     86            this.cboScheduleUser.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     87            this.cboScheduleUser.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     88            this.cboScheduleUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     89            this.cboScheduleUser.Location = new System.Drawing.Point(144, 32);
     90            this.cboScheduleUser.Name = "cboScheduleUser";
     91            this.cboScheduleUser.Size = new System.Drawing.Size(248, 21);
     92            this.cboScheduleUser.TabIndex = 0;
     93            this.cboScheduleUser.SelectedIndexChanged += new System.EventHandler(this.cboScheduleUser_SelectedIndexChanged);
     94            //
     95            // label1
     96            //
     97            this.label1.Location = new System.Drawing.Point(16, 32);
     98            this.label1.Name = "label1";
     99            this.label1.Size = new System.Drawing.Size(120, 16);
     100            this.label1.TabIndex = 1;
     101            this.label1.Text = "Select Resource User:";
     102            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     103            //
     104            // pnlPageBottom
     105            //
     106            this.pnlPageBottom.Controls.Add(this.cmdCancel);
     107            this.pnlPageBottom.Controls.Add(this.cmdOK);
     108            this.pnlPageBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     109            this.pnlPageBottom.Location = new System.Drawing.Point(0, 254);
     110            this.pnlPageBottom.Name = "pnlPageBottom";
     111            this.pnlPageBottom.Size = new System.Drawing.Size(448, 40);
     112            this.pnlPageBottom.TabIndex = 4;
     113            //
     114            // cmdCancel
     115            //
     116            this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     117            this.cmdCancel.Location = new System.Drawing.Point(376, 8);
     118            this.cmdCancel.Name = "cmdCancel";
     119            this.cmdCancel.Size = new System.Drawing.Size(56, 24);
     120            this.cmdCancel.TabIndex = 6;
     121            this.cmdCancel.Text = "Cancel";
     122            //
     123            // cmdOK
     124            //
     125            this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     126            this.cmdOK.Location = new System.Drawing.Point(296, 8);
     127            this.cmdOK.Name = "cmdOK";
     128            this.cmdOK.Size = new System.Drawing.Size(64, 24);
     129            this.cmdOK.TabIndex = 5;
     130            this.cmdOK.Text = "OK";
     131            this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
     132            //
     133            // pnlDescription
     134            //
     135            this.pnlDescription.Controls.Add(this.grpDescriptionResourceGroup);
     136            this.pnlDescription.Dock = System.Windows.Forms.DockStyle.Bottom;
     137            this.pnlDescription.Location = new System.Drawing.Point(0, 182);
     138            this.pnlDescription.Name = "pnlDescription";
     139            this.pnlDescription.Size = new System.Drawing.Size(448, 72);
     140            this.pnlDescription.TabIndex = 5;
     141            //
     142            // grpDescriptionResourceGroup
     143            //
     144            this.grpDescriptionResourceGroup.Controls.Add(this.lblDescriptionResourceGroup);
     145            this.grpDescriptionResourceGroup.Dock = System.Windows.Forms.DockStyle.Fill;
     146            this.grpDescriptionResourceGroup.Location = new System.Drawing.Point(0, 0);
     147            this.grpDescriptionResourceGroup.Name = "grpDescriptionResourceGroup";
     148            this.grpDescriptionResourceGroup.Size = new System.Drawing.Size(448, 72);
     149            this.grpDescriptionResourceGroup.TabIndex = 1;
     150            this.grpDescriptionResourceGroup.TabStop = false;
     151            this.grpDescriptionResourceGroup.Text = "Description";
     152            //
     153            // lblDescriptionResourceGroup
     154            //
     155            this.lblDescriptionResourceGroup.Dock = System.Windows.Forms.DockStyle.Fill;
     156            this.lblDescriptionResourceGroup.Location = new System.Drawing.Point(3, 16);
     157            this.lblDescriptionResourceGroup.Name = "lblDescriptionResourceGroup";
     158            this.lblDescriptionResourceGroup.Size = new System.Drawing.Size(442, 53);
     159            this.lblDescriptionResourceGroup.TabIndex = 0;
     160            this.lblDescriptionResourceGroup.Text = resources.GetString("lblDescriptionResourceGroup.Text");
     161            //
     162            // chkModifySchedule
     163            //
     164            this.chkModifySchedule.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     165            this.chkModifySchedule.Location = new System.Drawing.Point(96, 136);
     166            this.chkModifySchedule.Name = "chkModifySchedule";
     167            this.chkModifySchedule.Size = new System.Drawing.Size(152, 16);
     168            this.chkModifySchedule.TabIndex = 4;
     169            this.chkModifySchedule.Text = "Modify Clinic Availability:";
     170            this.chkModifySchedule.CheckedChanged += new System.EventHandler(this.chkModifySchedule_CheckedChanged);
     171            //
     172            // chkOverbook
     173            //
     174            this.chkOverbook.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     175            this.chkOverbook.Location = new System.Drawing.Point(160, 104);
     176            this.chkOverbook.Name = "chkOverbook";
     177            this.chkOverbook.Size = new System.Drawing.Size(88, 16);
     178            this.chkOverbook.TabIndex = 3;
     179            this.chkOverbook.Text = "Overbook:";
     180            this.chkOverbook.CheckedChanged += new System.EventHandler(this.chkOverbook_CheckedChanged);
     181            //
     182            // chkAppointments
     183            //
     184            this.chkAppointments.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     185            this.chkAppointments.Location = new System.Drawing.Point(40, 72);
     186            this.chkAppointments.Name = "chkAppointments";
     187            this.chkAppointments.Size = new System.Drawing.Size(208, 16);
     188            this.chkAppointments.TabIndex = 2;
     189            this.chkAppointments.Text = "Add, Edit and Delete appointments:";
     190            this.chkAppointments.CheckedChanged += new System.EventHandler(this.chkAppointments_CheckedChanged);
     191            //
     192            // DResourceUser
     193            //
     194            this.AcceptButton = this.cmdOK;
     195            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     196            this.CancelButton = this.cmdCancel;
     197            this.ClientSize = new System.Drawing.Size(448, 294);
     198            this.Controls.Add(this.chkAppointments);
     199            this.Controls.Add(this.chkOverbook);
     200            this.Controls.Add(this.chkModifySchedule);
     201            this.Controls.Add(this.pnlDescription);
     202            this.Controls.Add(this.pnlPageBottom);
     203            this.Controls.Add(this.label1);
     204            this.Controls.Add(this.cboScheduleUser);
     205            this.Name = "DResourceUser";
     206            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     207            this.Text = "DResourceUser";
     208            this.pnlPageBottom.ResumeLayout(false);
     209            this.pnlDescription.ResumeLayout(false);
     210            this.grpDescriptionResourceGroup.ResumeLayout(false);
     211            this.ResumeLayout(false);
    211212
    212213                }
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DResourceUser.resx

    r614 r899  
    44    Microsoft ResX Schema
    55   
    6     Version 1.3
     6    Version 2.0
    77   
    88    The primary goals of this format is to allow a simple XML format
     
    1515    ... ado.net/XML headers & schema ...
    1616    <resheader name="resmimetype">text/microsoft-resx</resheader>
    17     <resheader name="version">1.3</resheader>
     17    <resheader name="version">2.0</resheader>
    1818    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
    1919    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
    20     <data name="Name1">this is my long string</data>
     20    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
    2121    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
    2222    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
    23         [base64 mime encoded serialized .NET Framework object]
     23        <value>[base64 mime encoded serialized .NET Framework object]</value>
    2424    </data>
    2525    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    26         [base64 mime encoded string representing a byte array form of the .NET Framework object]
     26        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
     27        <comment>This is a comment</comment>
    2728    </data>
    2829               
     
    3637    mimetype set.
    3738   
    38     The mimetype is used forserialized objects, and tells the
     39    The mimetype is used for serialized objects, and tells the
    3940    ResXResourceReader how to depersist the object. This is currently not
    4041    extensible. For a given mimetype the value must be set accordingly:
     
    4647    mimetype: application/x-microsoft.net.object.binary.base64
    4748    value   : The object must be serialized with
    48             : System.Serialization.Formatters.Binary.BinaryFormatter
     49            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
    4950            : and then encoded with base64 encoding.
    5051   
     
    6061    -->
    6162  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
     63    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
    6264    <xsd:element name="root" msdata:IsDataSet="true">
    6365      <xsd:complexType>
    6466        <xsd:choice maxOccurs="unbounded">
     67          <xsd:element name="metadata">
     68            <xsd:complexType>
     69              <xsd:sequence>
     70                <xsd:element name="value" type="xsd:string" minOccurs="0" />
     71              </xsd:sequence>
     72              <xsd:attribute name="name" use="required" type="xsd:string" />
     73              <xsd:attribute name="type" type="xsd:string" />
     74              <xsd:attribute name="mimetype" type="xsd:string" />
     75              <xsd:attribute ref="xml:space" />
     76            </xsd:complexType>
     77          </xsd:element>
     78          <xsd:element name="assembly">
     79            <xsd:complexType>
     80              <xsd:attribute name="alias" type="xsd:string" />
     81              <xsd:attribute name="name" type="xsd:string" />
     82            </xsd:complexType>
     83          </xsd:element>
    6584          <xsd:element name="data">
    6685            <xsd:complexType>
     
    6988                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
    7089              </xsd:sequence>
    71               <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
     90              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
    7291              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
    7392              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
     93              <xsd:attribute ref="xml:space" />
    7494            </xsd:complexType>
    7595          </xsd:element>
     
    90110  </resheader>
    91111  <resheader name="version">
    92     <value>1.3</value>
     112    <value>2.0</value>
    93113  </resheader>
    94114  <resheader name="reader">
    95     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
     115    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
    96116  </resheader>
    97117  <resheader name="writer">
    98     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
     118    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
    99119  </resheader>
    100   <data name="cboScheduleUser.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    101     <value>Private</value>
    102   </data>
    103   <data name="cboScheduleUser.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    104     <value>False</value>
    105   </data>
    106   <data name="cboScheduleUser.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    107     <value>Private</value>
    108   </data>
    109   <data name="label1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    110     <value>False</value>
    111   </data>
    112   <data name="label1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    113     <value>Private</value>
    114   </data>
    115   <data name="label1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    116     <value>Private</value>
    117   </data>
    118   <data name="pnlPageBottom.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    119     <value>False</value>
    120   </data>
    121   <data name="pnlPageBottom.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    122     <value>True</value>
    123   </data>
    124   <data name="pnlPageBottom.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    125     <value>Private</value>
    126   </data>
    127   <data name="pnlPageBottom.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    128     <value>8, 8</value>
    129   </data>
    130   <data name="pnlPageBottom.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    131     <value>False</value>
    132   </data>
    133   <data name="pnlPageBottom.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    134     <value>Private</value>
    135   </data>
    136   <data name="cmdCancel.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    137     <value>False</value>
    138   </data>
    139   <data name="cmdCancel.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    140     <value>Private</value>
    141   </data>
    142   <data name="cmdCancel.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    143     <value>Private</value>
    144   </data>
    145   <data name="cmdOK.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    146     <value>False</value>
    147   </data>
    148   <data name="cmdOK.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    149     <value>Private</value>
    150   </data>
    151   <data name="cmdOK.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    152     <value>Private</value>
    153   </data>
    154   <data name="pnlDescription.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    155     <value>False</value>
    156   </data>
    157   <data name="pnlDescription.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    158     <value>True</value>
    159   </data>
    160   <data name="pnlDescription.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    161     <value>Private</value>
    162   </data>
    163   <data name="pnlDescription.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    164     <value>8, 8</value>
    165   </data>
    166   <data name="pnlDescription.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    167     <value>True</value>
    168   </data>
    169   <data name="pnlDescription.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    170     <value>Private</value>
    171   </data>
    172   <data name="grpDescriptionResourceGroup.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    173     <value>Private</value>
    174   </data>
    175   <data name="grpDescriptionResourceGroup.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    176     <value>8, 8</value>
    177   </data>
    178   <data name="grpDescriptionResourceGroup.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    179     <value>True</value>
    180   </data>
    181   <data name="grpDescriptionResourceGroup.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    182     <value>False</value>
    183   </data>
    184   <data name="grpDescriptionResourceGroup.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    185     <value>True</value>
    186   </data>
    187   <data name="grpDescriptionResourceGroup.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    188     <value>Private</value>
    189   </data>
    190   <data name="lblDescriptionResourceGroup.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    191     <value>False</value>
    192   </data>
    193   <data name="lblDescriptionResourceGroup.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    194     <value>Private</value>
    195   </data>
    196   <data name="lblDescriptionResourceGroup.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    197     <value>Private</value>
    198   </data>
    199   <data name="chkModifySchedule.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    200     <value>False</value>
    201   </data>
    202   <data name="chkModifySchedule.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    203     <value>Private</value>
    204   </data>
    205   <data name="chkModifySchedule.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    206     <value>Private</value>
    207   </data>
    208   <data name="chkOverbook.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    209     <value>False</value>
    210   </data>
    211   <data name="chkOverbook.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    212     <value>Private</value>
    213   </data>
    214   <data name="chkOverbook.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    215     <value>Private</value>
    216   </data>
    217   <data name="chkAppointments.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    218     <value>False</value>
    219   </data>
    220   <data name="chkAppointments.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    221     <value>Private</value>
    222   </data>
    223   <data name="chkAppointments.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    224     <value>Private</value>
    225   </data>
    226   <data name="$this.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    227     <value>False</value>
    228   </data>
    229   <data name="$this.Name">
    230     <value>DResourceUser</value>
    231   </data>
    232   <data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    233     <value>(Default)</value>
    234   </data>
    235   <data name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    236     <value>False</value>
    237   </data>
    238   <data name="$this.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    239     <value>False</value>
    240   </data>
    241   <data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    242     <value>8, 8</value>
    243   </data>
    244   <data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    245     <value>True</value>
    246   </data>
    247   <data name="$this.TrayHeight" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    248     <value>80</value>
    249   </data>
    250   <data name="$this.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    251     <value>True</value>
    252   </data>
    253   <data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    254     <value>Private</value>
     120  <data name="lblDescriptionResourceGroup.Text" xml:space="preserve">
     121    <value>Use this panel to assign user access to Resources.  Only users who have the BSDXZMENU key in VistA will appear in the selection list.  If Modify Schedule is checked, then the user will be able to add and edit the resource's availability.</value>
    255122  </data>
    256123</root>
Note: See TracChangeset for help on using the changeset viewer.