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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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                }
Note: See TracChangeset for help on using the changeset viewer.