示例#1
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OldfrmPatientSetup));
     this.components                  = new System.ComponentModel.Container();
     this.ToolTip1                    = new System.Windows.Forms.ToolTip(components);
     this.sstabpatientSetup           = new System.Windows.Forms.TabControl();
     this._sstabpatientSetup_TabPage0 = new System.Windows.Forms.TabPage();
     this.Label3                      = new System.Windows.Forms.Label();
     this.Label1                      = new System.Windows.Forms.Label();
     this.Label4                      = new System.Windows.Forms.Label();
     this.Label2                      = new System.Windows.Forms.Label();
     this.dbgPatientFields            = new AxMSDBGrid.AxDBGrid();
     this.cboIndicatorGroup           = new System.Windows.Forms.ComboBox();
     this.cmdDelete                   = new System.Windows.Forms.Button();
     this.cmdEdit                     = new System.Windows.Forms.Button();
     this.cmdNew                      = new System.Windows.Forms.Button();
     this.cmdAddPatientField          = new System.Windows.Forms.Button();
     this.cmdRemovePatientField       = new System.Windows.Forms.Button();
     this.cmdEditPatientField         = new System.Windows.Forms.Button();
     this.lstFieldIndicator           = new System.Windows.Forms.ListBox();
     this.cmdMoveUp                   = new System.Windows.Forms.Button();
     this.cmdMoveDown                 = new System.Windows.Forms.Button();
     this.cmdRemoveFieldIndicator     = new System.Windows.Forms.Button();
     this.cmdChangeStatus             = new System.Windows.Forms.Button();
     this.cmdMoveToAbsPosition        = new System.Windows.Forms.Button();
     this._sstabpatientSetup_TabPage1 = new System.Windows.Forms.TabPage();
     this.cmdMoveSectionDown          = new System.Windows.Forms.Button();
     this.cmdMoveSectionUp            = new System.Windows.Forms.Button();
     this.dbgSections                 = new AxMSDBGrid.AxDBGrid();
     this.rdcPatientFields            = new AxMSRDC.AxMSRDC();
     this.rdcSections                 = new AxMSRDC.AxMSRDC();
     this.sstabpatientSetup.SuspendLayout();
     this._sstabpatientSetup_TabPage0.SuspendLayout();
     this._sstabpatientSetup_TabPage1.SuspendLayout();
     this.SuspendLayout();
     this.ToolTip1.Active = true;
     ((System.ComponentModel.ISupportInitialize) this.dbgPatientFields).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.dbgSections).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcPatientFields).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcSections).BeginInit();
     this.Text                                     = "Patient Form Setup";
     this.ClientSize                               = new System.Drawing.Size(895, 939);
     this.Location                                 = new System.Drawing.Point(5, 29);
     this.StartPosition                            = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds;
     this.Font                                     = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.AutoScaleMode                            = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor                                = System.Drawing.SystemColors.Control;
     this.FormBorderStyle                          = System.Windows.Forms.FormBorderStyle.Sizable;
     this.ControlBox                               = true;
     this.Enabled                                  = true;
     this.KeyPreview                               = false;
     this.MaximizeBox                              = true;
     this.MinimizeBox                              = true;
     this.Cursor                                   = System.Windows.Forms.Cursors.Default;
     this.RightToLeft                              = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar                            = true;
     this.HelpButton                               = false;
     this.WindowState                              = System.Windows.Forms.FormWindowState.Normal;
     this.Name                                     = "frmPatientSetup";
     this.sstabpatientSetup.Size                   = new System.Drawing.Size(870, 924);
     this.sstabpatientSetup.Location               = new System.Drawing.Point(19, 8);
     this.sstabpatientSetup.TabIndex               = 0;
     this.sstabpatientSetup.ItemSize               = new System.Drawing.Size(42, 22);
     this.sstabpatientSetup.Font                   = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.sstabpatientSetup.Name                   = "sstabpatientSetup";
     this._sstabpatientSetup_TabPage0.Text         = "Patient Form Setup";
     this.Label3.Text                              = "Fields for the Section:";
     this.Label3.Size                              = new System.Drawing.Size(322, 22);
     this.Label3.Location                          = new System.Drawing.Point(23, 93);
     this.Label3.TabIndex                          = 13;
     this.Label3.Font                              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label3.TextAlign                         = System.Drawing.ContentAlignment.TopLeft;
     this.Label3.BackColor                         = System.Drawing.SystemColors.Control;
     this.Label3.Enabled                           = true;
     this.Label3.ForeColor                         = System.Drawing.SystemColors.ControlText;
     this.Label3.Cursor                            = System.Windows.Forms.Cursors.Default;
     this.Label3.RightToLeft                       = System.Windows.Forms.RightToLeft.No;
     this.Label3.UseMnemonic                       = true;
     this.Label3.Visible                           = true;
     this.Label3.AutoSize                          = false;
     this.Label3.BorderStyle                       = System.Windows.Forms.BorderStyle.None;
     this.Label3.Name                              = "Label3";
     this.Label1.Text                              = "Sections on Patient Form:";
     this.Label1.Size                              = new System.Drawing.Size(218, 19);
     this.Label1.Location                          = new System.Drawing.Point(23, 37);
     this.Label1.TabIndex                          = 14;
     this.Label1.Font                              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label1.TextAlign                         = System.Drawing.ContentAlignment.TopLeft;
     this.Label1.BackColor                         = System.Drawing.SystemColors.Control;
     this.Label1.Enabled                           = true;
     this.Label1.ForeColor                         = System.Drawing.SystemColors.ControlText;
     this.Label1.Cursor                            = System.Windows.Forms.Cursors.Default;
     this.Label1.RightToLeft                       = System.Windows.Forms.RightToLeft.No;
     this.Label1.UseMnemonic                       = true;
     this.Label1.Visible                           = true;
     this.Label1.AutoSize                          = false;
     this.Label1.BorderStyle                       = System.Windows.Forms.BorderStyle.None;
     this.Label1.Name                              = "Label1";
     this.Label4.Text                              = "Indicators selected for this field";
     this.Label4.Size                              = new System.Drawing.Size(197, 22);
     this.Label4.Location                          = new System.Drawing.Point(14, 312);
     this.Label4.TabIndex                          = 15;
     this.Label4.Font                              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label4.TextAlign                         = System.Drawing.ContentAlignment.TopLeft;
     this.Label4.BackColor                         = System.Drawing.SystemColors.Control;
     this.Label4.Enabled                           = true;
     this.Label4.ForeColor                         = System.Drawing.SystemColors.ControlText;
     this.Label4.Cursor                            = System.Windows.Forms.Cursors.Default;
     this.Label4.RightToLeft                       = System.Windows.Forms.RightToLeft.No;
     this.Label4.UseMnemonic                       = true;
     this.Label4.Visible                           = true;
     this.Label4.AutoSize                          = false;
     this.Label4.BorderStyle                       = System.Windows.Forms.BorderStyle.None;
     this.Label4.Name                              = "Label4";
     this.Label2.Text                              = "(Relationship between field and indicator is independent from section)";
     this.Label2.ForeColor                         = System.Drawing.Color.FromArgb(192, 0, 0);
     this.Label2.Size                              = new System.Drawing.Size(409, 23);
     this.Label2.Location                          = new System.Drawing.Point(205, 312);
     this.Label2.TabIndex                          = 19;
     this.Label2.Font                              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label2.TextAlign                         = System.Drawing.ContentAlignment.TopLeft;
     this.Label2.BackColor                         = System.Drawing.SystemColors.Control;
     this.Label2.Enabled                           = true;
     this.Label2.Cursor                            = System.Windows.Forms.Cursors.Default;
     this.Label2.RightToLeft                       = System.Windows.Forms.RightToLeft.No;
     this.Label2.UseMnemonic                       = true;
     this.Label2.Visible                           = true;
     this.Label2.AutoSize                          = false;
     this.Label2.BorderStyle                       = System.Windows.Forms.BorderStyle.None;
     this.Label2.Name                              = "Label2";
     dbgPatientFields.OcxState                     = (System.Windows.Forms.AxHost.State)resources.GetObject("dbgPatientFields.OcxState");
     this.dbgPatientFields.Size                    = new System.Drawing.Size(714, 132);
     this.dbgPatientFields.Location                = new System.Drawing.Point(23, 118);
     this.dbgPatientFields.TabIndex                = 12;
     this.dbgPatientFields.Name                    = "dbgPatientFields";
     this.cboIndicatorGroup.Size                   = new System.Drawing.Size(584, 27);
     this.cboIndicatorGroup.Location               = new System.Drawing.Point(24, 55);
     this.cboIndicatorGroup.TabIndex               = 1;
     this.cboIndicatorGroup.Font                   = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboIndicatorGroup.BackColor              = System.Drawing.SystemColors.Window;
     this.cboIndicatorGroup.CausesValidation       = true;
     this.cboIndicatorGroup.Enabled                = true;
     this.cboIndicatorGroup.ForeColor              = System.Drawing.SystemColors.WindowText;
     this.cboIndicatorGroup.IntegralHeight         = true;
     this.cboIndicatorGroup.Cursor                 = System.Windows.Forms.Cursors.Default;
     this.cboIndicatorGroup.RightToLeft            = System.Windows.Forms.RightToLeft.No;
     this.cboIndicatorGroup.Sorted                 = false;
     this.cboIndicatorGroup.DropDownStyle          = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboIndicatorGroup.TabStop                = true;
     this.cboIndicatorGroup.Visible                = true;
     this.cboIndicatorGroup.Name                   = "cboIndicatorGroup";
     this.cmdDelete.TextAlign                      = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdDelete.Text                           = "Delete";
     this.cmdDelete.Size                           = new System.Drawing.Size(60, 25);
     this.cmdDelete.Location                       = new System.Drawing.Point(757, 55);
     this.cmdDelete.TabIndex                       = 2;
     this.cmdDelete.Font                           = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdDelete.BackColor                      = System.Drawing.SystemColors.Control;
     this.cmdDelete.CausesValidation               = true;
     this.cmdDelete.Enabled                        = true;
     this.cmdDelete.ForeColor                      = System.Drawing.SystemColors.ControlText;
     this.cmdDelete.Cursor                         = System.Windows.Forms.Cursors.Default;
     this.cmdDelete.RightToLeft                    = System.Windows.Forms.RightToLeft.No;
     this.cmdDelete.TabStop                        = true;
     this.cmdDelete.Name                           = "cmdDelete";
     this.cmdEdit.TextAlign                        = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdEdit.Text                             = "Edit";
     this.cmdEdit.Size                             = new System.Drawing.Size(63, 25);
     this.cmdEdit.Location                         = new System.Drawing.Point(693, 55);
     this.cmdEdit.TabIndex                         = 3;
     this.cmdEdit.Font                             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdEdit.BackColor                        = System.Drawing.SystemColors.Control;
     this.cmdEdit.CausesValidation                 = true;
     this.cmdEdit.Enabled                          = true;
     this.cmdEdit.ForeColor                        = System.Drawing.SystemColors.ControlText;
     this.cmdEdit.Cursor                           = System.Windows.Forms.Cursors.Default;
     this.cmdEdit.RightToLeft                      = System.Windows.Forms.RightToLeft.No;
     this.cmdEdit.TabStop                          = true;
     this.cmdEdit.Name                             = "cmdEdit";
     this.cmdNew.TextAlign                         = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdNew.Text                              = "New";
     this.cmdNew.Size                              = new System.Drawing.Size(64, 25);
     this.cmdNew.Location                          = new System.Drawing.Point(627, 55);
     this.cmdNew.TabIndex                          = 4;
     this.cmdNew.Font                              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdNew.BackColor                         = System.Drawing.SystemColors.Control;
     this.cmdNew.CausesValidation                  = true;
     this.cmdNew.Enabled                           = true;
     this.cmdNew.ForeColor                         = System.Drawing.SystemColors.ControlText;
     this.cmdNew.Cursor                            = System.Windows.Forms.Cursors.Default;
     this.cmdNew.RightToLeft                       = System.Windows.Forms.RightToLeft.No;
     this.cmdNew.TabStop                           = true;
     this.cmdNew.Name                              = "cmdNew";
     this.cmdAddPatientField.TextAlign             = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdAddPatientField.Text                  = "Add Patient Field to Section";
     this.cmdAddPatientField.Size                  = new System.Drawing.Size(200, 25);
     this.cmdAddPatientField.Location              = new System.Drawing.Point(23, 254);
     this.cmdAddPatientField.TabIndex              = 5;
     this.cmdAddPatientField.Font                  = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdAddPatientField.BackColor             = System.Drawing.SystemColors.Control;
     this.cmdAddPatientField.CausesValidation      = true;
     this.cmdAddPatientField.Enabled               = true;
     this.cmdAddPatientField.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.cmdAddPatientField.Cursor                = System.Windows.Forms.Cursors.Default;
     this.cmdAddPatientField.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.cmdAddPatientField.TabStop               = true;
     this.cmdAddPatientField.Name                  = "cmdAddPatientField";
     this.cmdRemovePatientField.TextAlign          = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdRemovePatientField.Text               = "Remove Patient Field from Section";
     this.cmdRemovePatientField.Size               = new System.Drawing.Size(232, 25);
     this.cmdRemovePatientField.Location           = new System.Drawing.Point(227, 254);
     this.cmdRemovePatientField.TabIndex           = 6;
     this.cmdRemovePatientField.Font               = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdRemovePatientField.BackColor          = System.Drawing.SystemColors.Control;
     this.cmdRemovePatientField.CausesValidation   = true;
     this.cmdRemovePatientField.Enabled            = true;
     this.cmdRemovePatientField.ForeColor          = System.Drawing.SystemColors.ControlText;
     this.cmdRemovePatientField.Cursor             = System.Windows.Forms.Cursors.Default;
     this.cmdRemovePatientField.RightToLeft        = System.Windows.Forms.RightToLeft.No;
     this.cmdRemovePatientField.TabStop            = true;
     this.cmdRemovePatientField.Name               = "cmdRemovePatientField";
     this.cmdEditPatientField.TextAlign            = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdEditPatientField.Text                 = "Link Indicator To Field";
     this.cmdEditPatientField.Size                 = new System.Drawing.Size(163, 25);
     this.cmdEditPatientField.Location             = new System.Drawing.Point(694, 323);
     this.cmdEditPatientField.TabIndex             = 7;
     this.cmdEditPatientField.Font                 = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdEditPatientField.BackColor            = System.Drawing.SystemColors.Control;
     this.cmdEditPatientField.CausesValidation     = true;
     this.cmdEditPatientField.Enabled              = true;
     this.cmdEditPatientField.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.cmdEditPatientField.Cursor               = System.Windows.Forms.Cursors.Default;
     this.cmdEditPatientField.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.cmdEditPatientField.TabStop              = true;
     this.cmdEditPatientField.Name                 = "cmdEditPatientField";
     this.lstFieldIndicator.Size                   = new System.Drawing.Size(672, 578);
     this.lstFieldIndicator.Location               = new System.Drawing.Point(15, 330);
     this.lstFieldIndicator.TabIndex               = 8;
     this.lstFieldIndicator.Font                   = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lstFieldIndicator.BorderStyle            = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lstFieldIndicator.BackColor              = System.Drawing.SystemColors.Window;
     this.lstFieldIndicator.CausesValidation       = true;
     this.lstFieldIndicator.Enabled                = true;
     this.lstFieldIndicator.ForeColor              = System.Drawing.SystemColors.WindowText;
     this.lstFieldIndicator.IntegralHeight         = true;
     this.lstFieldIndicator.Cursor                 = System.Windows.Forms.Cursors.Default;
     this.lstFieldIndicator.SelectionMode          = System.Windows.Forms.SelectionMode.One;
     this.lstFieldIndicator.RightToLeft            = System.Windows.Forms.RightToLeft.No;
     this.lstFieldIndicator.Sorted                 = false;
     this.lstFieldIndicator.TabStop                = true;
     this.lstFieldIndicator.Visible                = true;
     this.lstFieldIndicator.MultiColumn            = false;
     this.lstFieldIndicator.Name                   = "lstFieldIndicator";
     this.cmdMoveUp.TextAlign                      = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdMoveUp.Text                           = "Move Up";
     this.cmdMoveUp.Size                           = new System.Drawing.Size(74, 37);
     this.cmdMoveUp.Location                       = new System.Drawing.Point(750, 118);
     this.cmdMoveUp.TabIndex                       = 9;
     this.cmdMoveUp.Font                           = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdMoveUp.BackColor                      = System.Drawing.SystemColors.Control;
     this.cmdMoveUp.CausesValidation               = true;
     this.cmdMoveUp.Enabled                        = true;
     this.cmdMoveUp.ForeColor                      = System.Drawing.SystemColors.ControlText;
     this.cmdMoveUp.Cursor                         = System.Windows.Forms.Cursors.Default;
     this.cmdMoveUp.RightToLeft                    = System.Windows.Forms.RightToLeft.No;
     this.cmdMoveUp.TabStop                        = true;
     this.cmdMoveUp.Name                           = "cmdMoveUp";
     this.cmdMoveDown.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdMoveDown.Text                         = "Move Down";
     this.cmdMoveDown.Size                         = new System.Drawing.Size(74, 38);
     this.cmdMoveDown.Location                     = new System.Drawing.Point(750, 155);
     this.cmdMoveDown.TabIndex                     = 10;
     this.cmdMoveDown.Font                         = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdMoveDown.BackColor                    = System.Drawing.SystemColors.Control;
     this.cmdMoveDown.CausesValidation             = true;
     this.cmdMoveDown.Enabled                      = true;
     this.cmdMoveDown.ForeColor                    = System.Drawing.SystemColors.ControlText;
     this.cmdMoveDown.Cursor                       = System.Windows.Forms.Cursors.Default;
     this.cmdMoveDown.RightToLeft                  = System.Windows.Forms.RightToLeft.No;
     this.cmdMoveDown.TabStop                      = true;
     this.cmdMoveDown.Name                         = "cmdMoveDown";
     this.cmdRemoveFieldIndicator.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdRemoveFieldIndicator.Text             = "Unlink Indicator From Field";
     this.cmdRemoveFieldIndicator.Size             = new System.Drawing.Size(160, 37);
     this.cmdRemoveFieldIndicator.Location         = new System.Drawing.Point(695, 350);
     this.cmdRemoveFieldIndicator.TabIndex         = 11;
     this.cmdRemoveFieldIndicator.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdRemoveFieldIndicator.BackColor        = System.Drawing.SystemColors.Control;
     this.cmdRemoveFieldIndicator.CausesValidation = true;
     this.cmdRemoveFieldIndicator.Enabled          = true;
     this.cmdRemoveFieldIndicator.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.cmdRemoveFieldIndicator.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cmdRemoveFieldIndicator.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cmdRemoveFieldIndicator.TabStop          = true;
     this.cmdRemoveFieldIndicator.Name             = "cmdRemoveFieldIndicator";
     this.cmdChangeStatus.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdChangeStatus.Text                     = "Change Status";
     this.cmdChangeStatus.Size                     = new System.Drawing.Size(192, 25);
     this.cmdChangeStatus.Location                 = new System.Drawing.Point(625, 85);
     this.cmdChangeStatus.TabIndex                 = 20;
     this.cmdChangeStatus.Font                     = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdChangeStatus.BackColor                = System.Drawing.SystemColors.Control;
     this.cmdChangeStatus.CausesValidation         = true;
     this.cmdChangeStatus.Enabled                  = true;
     this.cmdChangeStatus.ForeColor                = System.Drawing.SystemColors.ControlText;
     this.cmdChangeStatus.Cursor                   = System.Windows.Forms.Cursors.Default;
     this.cmdChangeStatus.RightToLeft              = System.Windows.Forms.RightToLeft.No;
     this.cmdChangeStatus.TabStop                  = true;
     this.cmdChangeStatus.Name                     = "cmdChangeStatus";
     this.cmdMoveToAbsPosition.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdMoveToAbsPosition.Text                = "Move To Position";
     this.cmdMoveToAbsPosition.Size                = new System.Drawing.Size(74, 37);
     this.cmdMoveToAbsPosition.Location            = new System.Drawing.Point(750, 210);
     this.cmdMoveToAbsPosition.TabIndex            = 21;
     this.cmdMoveToAbsPosition.Font                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdMoveToAbsPosition.BackColor           = System.Drawing.SystemColors.Control;
     this.cmdMoveToAbsPosition.CausesValidation    = true;
     this.cmdMoveToAbsPosition.Enabled             = true;
     this.cmdMoveToAbsPosition.ForeColor           = System.Drawing.SystemColors.ControlText;
     this.cmdMoveToAbsPosition.Cursor              = System.Windows.Forms.Cursors.Default;
     this.cmdMoveToAbsPosition.RightToLeft         = System.Windows.Forms.RightToLeft.No;
     this.cmdMoveToAbsPosition.TabStop             = true;
     this.cmdMoveToAbsPosition.Name                = "cmdMoveToAbsPosition";
     this._sstabpatientSetup_TabPage1.Text         = "Sections Display Order";
     this.cmdMoveSectionDown.TextAlign             = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdMoveSectionDown.Text                  = "Move Down";
     this.cmdMoveSectionDown.Size                  = new System.Drawing.Size(74, 38);
     this.cmdMoveSectionDown.Location              = new System.Drawing.Point(529, 133);
     this.cmdMoveSectionDown.TabIndex              = 17;
     this.cmdMoveSectionDown.Font                  = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdMoveSectionDown.BackColor             = System.Drawing.SystemColors.Control;
     this.cmdMoveSectionDown.CausesValidation      = true;
     this.cmdMoveSectionDown.Enabled               = true;
     this.cmdMoveSectionDown.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.cmdMoveSectionDown.Cursor                = System.Windows.Forms.Cursors.Default;
     this.cmdMoveSectionDown.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.cmdMoveSectionDown.TabStop               = true;
     this.cmdMoveSectionDown.Name                  = "cmdMoveSectionDown";
     this.cmdMoveSectionUp.TextAlign               = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdMoveSectionUp.Text                    = "Move Up";
     this.cmdMoveSectionUp.Size                    = new System.Drawing.Size(74, 37);
     this.cmdMoveSectionUp.Location                = new System.Drawing.Point(529, 93);
     this.cmdMoveSectionUp.TabIndex                = 16;
     this.cmdMoveSectionUp.Font                    = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdMoveSectionUp.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdMoveSectionUp.CausesValidation        = true;
     this.cmdMoveSectionUp.Enabled                 = true;
     this.cmdMoveSectionUp.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdMoveSectionUp.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdMoveSectionUp.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdMoveSectionUp.TabStop                 = true;
     this.cmdMoveSectionUp.Name                    = "cmdMoveSectionUp";
     dbgSections.OcxState                          = (System.Windows.Forms.AxHost.State)resources.GetObject("dbgSections.OcxState");
     this.dbgSections.Size                         = new System.Drawing.Size(510, 639);
     this.dbgSections.Location                     = new System.Drawing.Point(12, 42);
     this.dbgSections.TabIndex                     = 18;
     this.dbgSections.Name                         = "dbgSections";
     rdcPatientFields.OcxState                     = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcPatientFields.OcxState");
     this.rdcPatientFields.Size                    = new System.Drawing.Size(249, 28);
     this.rdcPatientFields.Location                = new System.Drawing.Point(52, 719);
     this.rdcPatientFields.Visible                 = false;
     this.rdcPatientFields.Name                    = "rdcPatientFields";
     rdcSections.OcxState                          = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcSections.OcxState");
     this.rdcSections.Size                         = new System.Drawing.Size(249, 28);
     this.rdcSections.Location                     = new System.Drawing.Point(308, 720);
     this.rdcSections.Visible                      = false;
     this.rdcSections.Name                         = "rdcSections";
     ((System.ComponentModel.ISupportInitialize) this.rdcSections).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcPatientFields).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.dbgSections).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.dbgPatientFields).EndInit();
     this.Controls.Add(sstabpatientSetup);
     this.Controls.Add(rdcPatientFields);
     this.Controls.Add(rdcSections);
     this.sstabpatientSetup.Controls.Add(_sstabpatientSetup_TabPage0);
     this.sstabpatientSetup.Controls.Add(_sstabpatientSetup_TabPage1);
     this._sstabpatientSetup_TabPage0.Controls.Add(Label3);
     this._sstabpatientSetup_TabPage0.Controls.Add(Label1);
     this._sstabpatientSetup_TabPage0.Controls.Add(Label4);
     this._sstabpatientSetup_TabPage0.Controls.Add(Label2);
     this._sstabpatientSetup_TabPage0.Controls.Add(dbgPatientFields);
     this._sstabpatientSetup_TabPage0.Controls.Add(cboIndicatorGroup);
     this._sstabpatientSetup_TabPage0.Controls.Add(cmdDelete);
     this._sstabpatientSetup_TabPage0.Controls.Add(cmdEdit);
     this._sstabpatientSetup_TabPage0.Controls.Add(cmdNew);
     this._sstabpatientSetup_TabPage0.Controls.Add(cmdAddPatientField);
     this._sstabpatientSetup_TabPage0.Controls.Add(cmdRemovePatientField);
     this._sstabpatientSetup_TabPage0.Controls.Add(cmdEditPatientField);
     this._sstabpatientSetup_TabPage0.Controls.Add(lstFieldIndicator);
     this._sstabpatientSetup_TabPage0.Controls.Add(cmdMoveUp);
     this._sstabpatientSetup_TabPage0.Controls.Add(cmdMoveDown);
     this._sstabpatientSetup_TabPage0.Controls.Add(cmdRemoveFieldIndicator);
     this._sstabpatientSetup_TabPage0.Controls.Add(cmdChangeStatus);
     this._sstabpatientSetup_TabPage0.Controls.Add(cmdMoveToAbsPosition);
     this._sstabpatientSetup_TabPage1.Controls.Add(cmdMoveSectionDown);
     this._sstabpatientSetup_TabPage1.Controls.Add(cmdMoveSectionUp);
     this._sstabpatientSetup_TabPage1.Controls.Add(dbgSections);
     this.sstabpatientSetup.ResumeLayout(false);
     this._sstabpatientSetup_TabPage0.ResumeLayout(false);
     this._sstabpatientSetup_TabPage1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OldfrmSetupVersion));
     this.components        = new System.ComponentModel.Container();
     this.ToolTip1          = new System.Windows.Forms.ToolTip(components);
     this.cmdDelete         = new System.Windows.Forms.Button();
     this.txtNotes          = new System.Windows.Forms.TextBox();
     this.cmdEdit           = new System.Windows.Forms.Button();
     this.cmdReset          = new System.Windows.Forms.Button();
     this.rdcVersionHistory = new AxMSRDC.AxMSRDC();
     this.dbgVersionHistory = new AxMSDBGrid.AxDBGrid();
     this.SuspendLayout();
     this.ToolTip1.Active = true;
     ((System.ComponentModel.ISupportInitialize) this.rdcVersionHistory).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.dbgVersionHistory).BeginInit();
     this.Text                       = "Setup Version History";
     this.ClientSize                 = new System.Drawing.Size(695, 272);
     this.Location                   = new System.Drawing.Point(5, 29);
     this.StartPosition              = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds;
     this.Font                       = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.AutoScaleMode              = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor                  = System.Drawing.SystemColors.Control;
     this.FormBorderStyle            = System.Windows.Forms.FormBorderStyle.Sizable;
     this.ControlBox                 = true;
     this.Enabled                    = true;
     this.KeyPreview                 = false;
     this.MaximizeBox                = true;
     this.MinimizeBox                = true;
     this.Cursor                     = System.Windows.Forms.Cursors.Default;
     this.RightToLeft                = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar              = true;
     this.HelpButton                 = false;
     this.WindowState                = System.Windows.Forms.FormWindowState.Normal;
     this.Name                       = "frmSetupVersion";
     this.cmdDelete.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdDelete.Text             = "Delete";
     this.cmdDelete.Size             = new System.Drawing.Size(110, 28);
     this.cmdDelete.Location         = new System.Drawing.Point(250, 240);
     this.cmdDelete.TabIndex         = 4;
     this.cmdDelete.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdDelete.BackColor        = System.Drawing.SystemColors.Control;
     this.cmdDelete.CausesValidation = true;
     this.cmdDelete.Enabled          = true;
     this.cmdDelete.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.cmdDelete.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cmdDelete.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cmdDelete.TabStop          = true;
     this.cmdDelete.Name             = "cmdDelete";
     this.txtNotes.AutoSize          = false;
     this.txtNotes.Size              = new System.Drawing.Size(50, 32);
     this.txtNotes.Location          = new System.Drawing.Point(469, 238);
     this.txtNotes.TabIndex          = 3;
     this.txtNotes.Visible           = false;
     this.txtNotes.Font              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.txtNotes.AcceptsReturn     = true;
     this.txtNotes.TextAlign         = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtNotes.BackColor         = System.Drawing.SystemColors.Window;
     this.txtNotes.CausesValidation  = true;
     this.txtNotes.Enabled           = true;
     this.txtNotes.ForeColor         = System.Drawing.SystemColors.WindowText;
     this.txtNotes.HideSelection     = true;
     this.txtNotes.ReadOnly          = false;
     this.txtNotes.MaxLength         = 0;
     this.txtNotes.Cursor            = System.Windows.Forms.Cursors.IBeam;
     this.txtNotes.Multiline         = false;
     this.txtNotes.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.txtNotes.ScrollBars        = System.Windows.Forms.ScrollBars.None;
     this.txtNotes.TabStop           = true;
     this.txtNotes.BorderStyle       = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtNotes.Name              = "txtNotes";
     this.cmdEdit.TextAlign          = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdEdit.Text               = "Edit";
     this.cmdEdit.Size               = new System.Drawing.Size(110, 28);
     this.cmdEdit.Location           = new System.Drawing.Point(129, 240);
     this.cmdEdit.TabIndex           = 2;
     this.cmdEdit.Font               = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdEdit.BackColor          = System.Drawing.SystemColors.Control;
     this.cmdEdit.CausesValidation   = true;
     this.cmdEdit.Enabled            = true;
     this.cmdEdit.ForeColor          = System.Drawing.SystemColors.ControlText;
     this.cmdEdit.Cursor             = System.Windows.Forms.Cursors.Default;
     this.cmdEdit.RightToLeft        = System.Windows.Forms.RightToLeft.No;
     this.cmdEdit.TabStop            = true;
     this.cmdEdit.Name               = "cmdEdit";
     this.cmdReset.TextAlign         = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdReset.Text              = "Reset";
     this.cmdReset.Size              = new System.Drawing.Size(110, 28);
     this.cmdReset.Location          = new System.Drawing.Point(8, 240);
     this.cmdReset.TabIndex          = 1;
     this.cmdReset.Font              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdReset.BackColor         = System.Drawing.SystemColors.Control;
     this.cmdReset.CausesValidation  = true;
     this.cmdReset.Enabled           = true;
     this.cmdReset.ForeColor         = System.Drawing.SystemColors.ControlText;
     this.cmdReset.Cursor            = System.Windows.Forms.Cursors.Default;
     this.cmdReset.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.cmdReset.TabStop           = true;
     this.cmdReset.Name              = "cmdReset";
     rdcVersionHistory.OcxState      = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcVersionHistory.OcxState");
     this.rdcVersionHistory.Size     = new System.Drawing.Size(140, 30);
     this.rdcVersionHistory.Location = new System.Drawing.Point(538, 239);
     this.rdcVersionHistory.Visible  = false;
     this.rdcVersionHistory.Name     = "rdcVersionHistory";
     dbgVersionHistory.OcxState      = (System.Windows.Forms.AxHost.State)resources.GetObject("dbgVersionHistory.OcxState");
     this.dbgVersionHistory.Size     = new System.Drawing.Size(675, 224);
     this.dbgVersionHistory.Location = new System.Drawing.Point(9, 8);
     this.dbgVersionHistory.TabIndex = 0;
     this.dbgVersionHistory.Name     = "dbgVersionHistory";
     ((System.ComponentModel.ISupportInitialize) this.dbgVersionHistory).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcVersionHistory).EndInit();
     this.Controls.Add(cmdDelete);
     this.Controls.Add(txtNotes);
     this.Controls.Add(cmdEdit);
     this.Controls.Add(cmdReset);
     this.Controls.Add(rdcVersionHistory);
     this.Controls.Add(dbgVersionHistory);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OldfrmTableEditField));
     this.components         = new System.ComponentModel.Container();
     this.ToolTip1           = new System.Windows.Forms.ToolTip(components);
     this.chkDynamic         = new System.Windows.Forms.CheckBox();
     this.chkPhysician       = new System.Windows.Forms.CheckBox();
     this.chkUTD             = new System.Windows.Forms.CheckBox();
     this.txtMaxSel          = new System.Windows.Forms.TextBox();
     this.chkMultipleSel     = new System.Windows.Forms.CheckBox();
     this.chkInactive        = new System.Windows.Forms.CheckBox();
     this.cboDateFields      = new System.Windows.Forms.ComboBox();
     this.cbo_LookupTbls     = new System.Windows.Forms.ComboBox();
     this.cmdCancel          = new System.Windows.Forms.Button();
     this.cmdUpdateField     = new System.Windows.Forms.Button();
     this.txtFieldName       = new System.Windows.Forms.TextBox();
     this.txtHelp            = new System.Windows.Forms.TextBox();
     this.cboFieldType       = new System.Windows.Forms.ComboBox();
     this.txtFieldSize       = new System.Windows.Forms.TextBox();
     this.rdcLookupTableList = new AxMSRDC.AxMSRDC();
     this.lblMaxSel          = new System.Windows.Forms.Label();
     this.lblDateFields      = new System.Windows.Forms.Label();
     this.lblLookupTable     = new System.Windows.Forms.Label();
     this.Label5             = new System.Windows.Forms.Label();
     this.lblFieldSize       = new System.Windows.Forms.Label();
     this.Label3             = new System.Windows.Forms.Label();
     this.Label2             = new System.Windows.Forms.Label();
     this.SuspendLayout();
     this.ToolTip1.Active = true;
     ((System.ComponentModel.ISupportInitialize) this.rdcLookupTableList).BeginInit();
     this.FormBorderStyle                 = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Text                            = "Edit Field";
     this.ClientSize                      = new System.Drawing.Size(959, 694);
     this.Location                        = new System.Drawing.Point(4, 28);
     this.MaximizeBox                     = false;
     this.MinimizeBox                     = false;
     this.StartPosition                   = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation;
     this.Font                            = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.AutoScaleMode                   = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor                       = System.Drawing.SystemColors.Control;
     this.ControlBox                      = true;
     this.Enabled                         = true;
     this.KeyPreview                      = false;
     this.Cursor                          = System.Windows.Forms.Cursors.Default;
     this.RightToLeft                     = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar                   = true;
     this.HelpButton                      = false;
     this.WindowState                     = System.Windows.Forms.FormWindowState.Normal;
     this.Name                            = "frmTableEditField";
     this.chkDynamic.CheckAlign           = System.Drawing.ContentAlignment.MiddleRight;
     this.chkDynamic.Text                 = "Dynamic Field";
     this.chkDynamic.ForeColor            = System.Drawing.Color.Red;
     this.chkDynamic.Size                 = new System.Drawing.Size(172, 22);
     this.chkDynamic.Location             = new System.Drawing.Point(520, 40);
     this.chkDynamic.TabIndex             = 20;
     this.chkDynamic.Font                 = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.chkDynamic.FlatStyle            = System.Windows.Forms.FlatStyle.Standard;
     this.chkDynamic.BackColor            = System.Drawing.SystemColors.Control;
     this.chkDynamic.CausesValidation     = true;
     this.chkDynamic.Enabled              = true;
     this.chkDynamic.Cursor               = System.Windows.Forms.Cursors.Default;
     this.chkDynamic.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.chkDynamic.Appearance           = System.Windows.Forms.Appearance.Normal;
     this.chkDynamic.TabStop              = true;
     this.chkDynamic.CheckState           = System.Windows.Forms.CheckState.Unchecked;
     this.chkDynamic.Visible              = true;
     this.chkDynamic.Name                 = "chkDynamic";
     this.chkPhysician.CheckAlign         = System.Drawing.ContentAlignment.MiddleRight;
     this.chkPhysician.Text               = "Physician Field?";
     this.chkPhysician.Size               = new System.Drawing.Size(172, 22);
     this.chkPhysician.Location           = new System.Drawing.Point(520, 70);
     this.chkPhysician.TabIndex           = 19;
     this.chkPhysician.Font               = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.chkPhysician.FlatStyle          = System.Windows.Forms.FlatStyle.Standard;
     this.chkPhysician.BackColor          = System.Drawing.SystemColors.Control;
     this.chkPhysician.CausesValidation   = true;
     this.chkPhysician.Enabled            = true;
     this.chkPhysician.ForeColor          = System.Drawing.SystemColors.ControlText;
     this.chkPhysician.Cursor             = System.Windows.Forms.Cursors.Default;
     this.chkPhysician.RightToLeft        = System.Windows.Forms.RightToLeft.No;
     this.chkPhysician.Appearance         = System.Windows.Forms.Appearance.Normal;
     this.chkPhysician.TabStop            = true;
     this.chkPhysician.CheckState         = System.Windows.Forms.CheckState.Unchecked;
     this.chkPhysician.Visible            = true;
     this.chkPhysician.Name               = "chkPhysician";
     this.chkUTD.CheckAlign               = System.Drawing.ContentAlignment.MiddleRight;
     this.chkUTD.Text                     = "Can Be UTD?";
     this.chkUTD.Size                     = new System.Drawing.Size(148, 19);
     this.chkUTD.Location                 = new System.Drawing.Point(310, 70);
     this.chkUTD.TabIndex                 = 18;
     this.chkUTD.Visible                  = false;
     this.chkUTD.Font                     = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.chkUTD.FlatStyle                = System.Windows.Forms.FlatStyle.Standard;
     this.chkUTD.BackColor                = System.Drawing.SystemColors.Control;
     this.chkUTD.CausesValidation         = true;
     this.chkUTD.Enabled                  = true;
     this.chkUTD.ForeColor                = System.Drawing.SystemColors.ControlText;
     this.chkUTD.Cursor                   = System.Windows.Forms.Cursors.Default;
     this.chkUTD.RightToLeft              = System.Windows.Forms.RightToLeft.No;
     this.chkUTD.Appearance               = System.Windows.Forms.Appearance.Normal;
     this.chkUTD.TabStop                  = true;
     this.chkUTD.CheckState               = System.Windows.Forms.CheckState.Unchecked;
     this.chkUTD.Name                     = "chkUTD";
     this.txtMaxSel.AutoSize              = false;
     this.txtMaxSel.Enabled               = false;
     this.txtMaxSel.Size                  = new System.Drawing.Size(62, 24);
     this.txtMaxSel.Location              = new System.Drawing.Point(190, 530);
     this.txtMaxSel.TabIndex              = 16;
     this.txtMaxSel.Text                  = "2";
     this.txtMaxSel.Font                  = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.txtMaxSel.AcceptsReturn         = true;
     this.txtMaxSel.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtMaxSel.BackColor             = System.Drawing.SystemColors.Window;
     this.txtMaxSel.CausesValidation      = true;
     this.txtMaxSel.ForeColor             = System.Drawing.SystemColors.WindowText;
     this.txtMaxSel.HideSelection         = true;
     this.txtMaxSel.ReadOnly              = false;
     this.txtMaxSel.MaxLength             = 0;
     this.txtMaxSel.Cursor                = System.Windows.Forms.Cursors.IBeam;
     this.txtMaxSel.Multiline             = false;
     this.txtMaxSel.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.txtMaxSel.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.txtMaxSel.TabStop               = true;
     this.txtMaxSel.Visible               = true;
     this.txtMaxSel.BorderStyle           = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtMaxSel.Name                  = "txtMaxSel";
     this.chkMultipleSel.Text             = "Multiple Selections";
     this.chkMultipleSel.Enabled          = false;
     this.chkMultipleSel.Size             = new System.Drawing.Size(142, 32);
     this.chkMultipleSel.Location         = new System.Drawing.Point(50, 530);
     this.chkMultipleSel.TabIndex         = 15;
     this.chkMultipleSel.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.chkMultipleSel.CheckAlign       = System.Drawing.ContentAlignment.MiddleLeft;
     this.chkMultipleSel.FlatStyle        = System.Windows.Forms.FlatStyle.Standard;
     this.chkMultipleSel.BackColor        = System.Drawing.SystemColors.Control;
     this.chkMultipleSel.CausesValidation = true;
     this.chkMultipleSel.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.chkMultipleSel.Cursor           = System.Windows.Forms.Cursors.Default;
     this.chkMultipleSel.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.chkMultipleSel.Appearance       = System.Windows.Forms.Appearance.Normal;
     this.chkMultipleSel.TabStop          = true;
     this.chkMultipleSel.CheckState       = System.Windows.Forms.CheckState.Unchecked;
     this.chkMultipleSel.Visible          = true;
     this.chkMultipleSel.Name             = "chkMultipleSel";
     this.chkInactive.CheckAlign          = System.Drawing.ContentAlignment.MiddleRight;
     this.chkInactive.Text                = "Inactive:";
     this.chkInactive.Size                = new System.Drawing.Size(148, 19);
     this.chkInactive.Location            = new System.Drawing.Point(310, 42);
     this.chkInactive.TabIndex            = 14;
     this.chkInactive.Font                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.chkInactive.FlatStyle           = System.Windows.Forms.FlatStyle.Standard;
     this.chkInactive.BackColor           = System.Drawing.SystemColors.Control;
     this.chkInactive.CausesValidation    = true;
     this.chkInactive.Enabled             = true;
     this.chkInactive.ForeColor           = System.Drawing.SystemColors.ControlText;
     this.chkInactive.Cursor              = System.Windows.Forms.Cursors.Default;
     this.chkInactive.RightToLeft         = System.Windows.Forms.RightToLeft.No;
     this.chkInactive.Appearance          = System.Windows.Forms.Appearance.Normal;
     this.chkInactive.TabStop             = true;
     this.chkInactive.CheckState          = System.Windows.Forms.CheckState.Unchecked;
     this.chkInactive.Visible             = true;
     this.chkInactive.Name                = "chkInactive";
     this.cboDateFields.Size              = new System.Drawing.Size(797, 27);
     this.cboDateFields.Location          = new System.Drawing.Point(133, 608);
     this.cboDateFields.TabIndex          = 13;
     this.cboDateFields.Visible           = false;
     this.cboDateFields.Font              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboDateFields.BackColor         = System.Drawing.SystemColors.Window;
     this.cboDateFields.CausesValidation  = true;
     this.cboDateFields.Enabled           = true;
     this.cboDateFields.ForeColor         = System.Drawing.SystemColors.WindowText;
     this.cboDateFields.IntegralHeight    = true;
     this.cboDateFields.Cursor            = System.Windows.Forms.Cursors.Default;
     this.cboDateFields.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.cboDateFields.Sorted            = false;
     this.cboDateFields.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboDateFields.TabStop           = true;
     this.cboDateFields.Name              = "cboDateFields";
     this.cbo_LookupTbls.Size             = new System.Drawing.Size(797, 27);
     this.cbo_LookupTbls.Location         = new System.Drawing.Point(133, 477);
     this.cbo_LookupTbls.TabIndex         = 10;
     this.cbo_LookupTbls.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cbo_LookupTbls.BackColor        = System.Drawing.SystemColors.Window;
     this.cbo_LookupTbls.CausesValidation = true;
     this.cbo_LookupTbls.Enabled          = true;
     this.cbo_LookupTbls.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.cbo_LookupTbls.IntegralHeight   = true;
     this.cbo_LookupTbls.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cbo_LookupTbls.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cbo_LookupTbls.Sorted           = false;
     this.cbo_LookupTbls.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cbo_LookupTbls.TabStop          = true;
     this.cbo_LookupTbls.Visible          = true;
     this.cbo_LookupTbls.Name             = "cbo_LookupTbls";
     this.cmdCancel.TextAlign             = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdCancel.Text                  = "Cancel";
     this.cmdCancel.Size                  = new System.Drawing.Size(72, 25);
     this.cmdCancel.Location              = new System.Drawing.Point(297, 655);
     this.cmdCancel.TabIndex              = 5;
     this.cmdCancel.Font                  = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdCancel.BackColor             = System.Drawing.SystemColors.Control;
     this.cmdCancel.CausesValidation      = true;
     this.cmdCancel.Enabled               = true;
     this.cmdCancel.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.cmdCancel.Cursor                = System.Windows.Forms.Cursors.Default;
     this.cmdCancel.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.cmdCancel.TabStop               = true;
     this.cmdCancel.Name                  = "cmdCancel";
     this.cmdUpdateField.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdUpdateField.Text             = "Update";
     this.cmdUpdateField.Size             = new System.Drawing.Size(67, 25);
     this.cmdUpdateField.Location         = new System.Drawing.Point(222, 655);
     this.cmdUpdateField.TabIndex         = 4;
     this.cmdUpdateField.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdUpdateField.BackColor        = System.Drawing.SystemColors.Control;
     this.cmdUpdateField.CausesValidation = true;
     this.cmdUpdateField.Enabled          = true;
     this.cmdUpdateField.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.cmdUpdateField.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cmdUpdateField.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cmdUpdateField.TabStop          = true;
     this.cmdUpdateField.Name             = "cmdUpdateField";
     this.txtFieldName.AutoSize           = false;
     this.txtFieldName.Size               = new System.Drawing.Size(808, 27);
     this.txtFieldName.Location           = new System.Drawing.Point(113, 10);
     this.txtFieldName.TabIndex           = 0;
     this.txtFieldName.Font               = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.txtFieldName.AcceptsReturn      = true;
     this.txtFieldName.TextAlign          = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtFieldName.BackColor          = System.Drawing.SystemColors.Window;
     this.txtFieldName.CausesValidation   = true;
     this.txtFieldName.Enabled            = true;
     this.txtFieldName.ForeColor          = System.Drawing.SystemColors.WindowText;
     this.txtFieldName.HideSelection      = true;
     this.txtFieldName.ReadOnly           = false;
     this.txtFieldName.MaxLength          = 0;
     this.txtFieldName.Cursor             = System.Windows.Forms.Cursors.IBeam;
     this.txtFieldName.Multiline          = false;
     this.txtFieldName.RightToLeft        = System.Windows.Forms.RightToLeft.No;
     this.txtFieldName.ScrollBars         = System.Windows.Forms.ScrollBars.None;
     this.txtFieldName.TabStop            = true;
     this.txtFieldName.Visible            = true;
     this.txtFieldName.BorderStyle        = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtFieldName.Name               = "txtFieldName";
     this.txtHelp.AutoSize                = false;
     this.txtHelp.Size                    = new System.Drawing.Size(817, 355);
     this.txtHelp.Location                = new System.Drawing.Point(113, 107);
     this.txtHelp.Multiline               = true;
     this.txtHelp.ScrollBars              = System.Windows.Forms.ScrollBars.Both;
     this.txtHelp.WordWrap                = false;
     this.txtHelp.TabIndex                = 3;
     this.txtHelp.Font                    = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.txtHelp.AcceptsReturn           = true;
     this.txtHelp.TextAlign               = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtHelp.BackColor               = System.Drawing.SystemColors.Window;
     this.txtHelp.CausesValidation        = true;
     this.txtHelp.Enabled                 = true;
     this.txtHelp.ForeColor               = System.Drawing.SystemColors.WindowText;
     this.txtHelp.HideSelection           = true;
     this.txtHelp.ReadOnly                = false;
     this.txtHelp.MaxLength               = 0;
     this.txtHelp.Cursor                  = System.Windows.Forms.Cursors.IBeam;
     this.txtHelp.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.txtHelp.TabStop                 = true;
     this.txtHelp.Visible                 = true;
     this.txtHelp.BorderStyle             = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtHelp.Name                    = "txtHelp";
     this.cboFieldType.Size               = new System.Drawing.Size(184, 27);
     this.cboFieldType.Location           = new System.Drawing.Point(113, 42);
     this.cboFieldType.Items.AddRange(new object[] {
         "Date",
         "Number",
         "Text",
         "Time",
         "Date/Time"
     });
     this.cboFieldType.TabIndex         = 1;
     this.cboFieldType.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboFieldType.BackColor        = System.Drawing.SystemColors.Window;
     this.cboFieldType.CausesValidation = true;
     this.cboFieldType.Enabled          = true;
     this.cboFieldType.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.cboFieldType.IntegralHeight   = true;
     this.cboFieldType.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cboFieldType.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cboFieldType.Sorted           = false;
     this.cboFieldType.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboFieldType.TabStop          = true;
     this.cboFieldType.Visible          = true;
     this.cboFieldType.Name             = "cboFieldType";
     this.txtFieldSize.AutoSize         = false;
     this.txtFieldSize.Size             = new System.Drawing.Size(43, 27);
     this.txtFieldSize.Location         = new System.Drawing.Point(113, 75);
     this.txtFieldSize.TabIndex         = 2;
     this.txtFieldSize.Visible          = false;
     this.txtFieldSize.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.txtFieldSize.AcceptsReturn    = true;
     this.txtFieldSize.TextAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtFieldSize.BackColor        = System.Drawing.SystemColors.Window;
     this.txtFieldSize.CausesValidation = true;
     this.txtFieldSize.Enabled          = true;
     this.txtFieldSize.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.txtFieldSize.HideSelection    = true;
     this.txtFieldSize.ReadOnly         = false;
     this.txtFieldSize.MaxLength        = 0;
     this.txtFieldSize.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.txtFieldSize.Multiline        = false;
     this.txtFieldSize.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.txtFieldSize.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txtFieldSize.TabStop          = true;
     this.txtFieldSize.BorderStyle      = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtFieldSize.Name             = "txtFieldSize";
     rdcLookupTableList.OcxState        = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcLookupTableList.OcxState");
     this.rdcLookupTableList.Size       = new System.Drawing.Size(178, 28);
     this.rdcLookupTableList.Location   = new System.Drawing.Point(50, 690);
     this.rdcLookupTableList.Visible    = false;
     this.rdcLookupTableList.Name       = "rdcLookupTableList";
     this.lblMaxSel.Text             = "(Max Selections)";
     this.lblMaxSel.Enabled          = false;
     this.lblMaxSel.Size             = new System.Drawing.Size(82, 42);
     this.lblMaxSel.Location         = new System.Drawing.Point(260, 520);
     this.lblMaxSel.TabIndex         = 17;
     this.lblMaxSel.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lblMaxSel.TextAlign        = System.Drawing.ContentAlignment.TopLeft;
     this.lblMaxSel.BackColor        = System.Drawing.SystemColors.Control;
     this.lblMaxSel.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.lblMaxSel.Cursor           = System.Windows.Forms.Cursors.Default;
     this.lblMaxSel.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.lblMaxSel.UseMnemonic      = true;
     this.lblMaxSel.Visible          = true;
     this.lblMaxSel.AutoSize         = false;
     this.lblMaxSel.BorderStyle      = System.Windows.Forms.BorderStyle.None;
     this.lblMaxSel.Name             = "lblMaxSel";
     this.lblDateFields.TextAlign    = System.Drawing.ContentAlignment.TopRight;
     this.lblDateFields.Text         = "Related Date Field:";
     this.lblDateFields.Size         = new System.Drawing.Size(104, 32);
     this.lblDateFields.Location     = new System.Drawing.Point(27, 605);
     this.lblDateFields.TabIndex     = 12;
     this.lblDateFields.Visible      = false;
     this.lblDateFields.Font         = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lblDateFields.BackColor    = System.Drawing.SystemColors.Control;
     this.lblDateFields.Enabled      = true;
     this.lblDateFields.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.lblDateFields.Cursor       = System.Windows.Forms.Cursors.Default;
     this.lblDateFields.RightToLeft  = System.Windows.Forms.RightToLeft.No;
     this.lblDateFields.UseMnemonic  = true;
     this.lblDateFields.AutoSize     = false;
     this.lblDateFields.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.lblDateFields.Name         = "lblDateFields";
     this.lblLookupTable.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     this.lblLookupTable.Text        = "Lookup Table:";
     this.lblLookupTable.Size        = new System.Drawing.Size(87, 20);
     this.lblLookupTable.Location    = new System.Drawing.Point(42, 480);
     this.lblLookupTable.TabIndex    = 11;
     this.lblLookupTable.Font        = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lblLookupTable.BackColor   = System.Drawing.SystemColors.Control;
     this.lblLookupTable.Enabled     = true;
     this.lblLookupTable.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblLookupTable.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblLookupTable.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblLookupTable.UseMnemonic = true;
     this.lblLookupTable.Visible     = true;
     this.lblLookupTable.AutoSize    = false;
     this.lblLookupTable.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblLookupTable.Name        = "lblLookupTable";
     this.Label5.TextAlign           = System.Drawing.ContentAlignment.TopRight;
     this.Label5.Text              = "Help Message:";
     this.Label5.Size              = new System.Drawing.Size(87, 39);
     this.Label5.Location          = new System.Drawing.Point(22, 108);
     this.Label5.TabIndex          = 9;
     this.Label5.Font              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label5.BackColor         = System.Drawing.SystemColors.Control;
     this.Label5.Enabled           = true;
     this.Label5.ForeColor         = System.Drawing.SystemColors.ControlText;
     this.Label5.Cursor            = System.Windows.Forms.Cursors.Default;
     this.Label5.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.Label5.UseMnemonic       = true;
     this.Label5.Visible           = true;
     this.Label5.AutoSize          = false;
     this.Label5.BorderStyle       = System.Windows.Forms.BorderStyle.None;
     this.Label5.Name              = "Label5";
     this.lblFieldSize.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     this.lblFieldSize.Text        = "Field Size:";
     this.lblFieldSize.Size        = new System.Drawing.Size(87, 20);
     this.lblFieldSize.Location    = new System.Drawing.Point(22, 78);
     this.lblFieldSize.TabIndex    = 8;
     this.lblFieldSize.Visible     = false;
     this.lblFieldSize.Font        = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lblFieldSize.BackColor   = System.Drawing.SystemColors.Control;
     this.lblFieldSize.Enabled     = true;
     this.lblFieldSize.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblFieldSize.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblFieldSize.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblFieldSize.UseMnemonic = true;
     this.lblFieldSize.AutoSize    = false;
     this.lblFieldSize.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblFieldSize.Name        = "lblFieldSize";
     this.Label3.TextAlign         = System.Drawing.ContentAlignment.TopRight;
     this.Label3.Text              = "Field Type:";
     this.Label3.Size              = new System.Drawing.Size(87, 20);
     this.Label3.Location          = new System.Drawing.Point(22, 44);
     this.Label3.TabIndex          = 7;
     this.Label3.Font              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label3.BackColor         = System.Drawing.SystemColors.Control;
     this.Label3.Enabled           = true;
     this.Label3.ForeColor         = System.Drawing.SystemColors.ControlText;
     this.Label3.Cursor            = System.Windows.Forms.Cursors.Default;
     this.Label3.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.Label3.UseMnemonic       = true;
     this.Label3.Visible           = true;
     this.Label3.AutoSize          = false;
     this.Label3.BorderStyle       = System.Windows.Forms.BorderStyle.None;
     this.Label3.Name              = "Label3";
     this.Label2.TextAlign         = System.Drawing.ContentAlignment.TopRight;
     this.Label2.Text              = "Field Name:";
     this.Label2.Size              = new System.Drawing.Size(87, 20);
     this.Label2.Location          = new System.Drawing.Point(22, 10);
     this.Label2.TabIndex          = 6;
     this.Label2.Font              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label2.BackColor         = System.Drawing.SystemColors.Control;
     this.Label2.Enabled           = true;
     this.Label2.ForeColor         = System.Drawing.SystemColors.ControlText;
     this.Label2.Cursor            = System.Windows.Forms.Cursors.Default;
     this.Label2.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.Label2.UseMnemonic       = true;
     this.Label2.Visible           = true;
     this.Label2.AutoSize          = false;
     this.Label2.BorderStyle       = System.Windows.Forms.BorderStyle.None;
     this.Label2.Name              = "Label2";
     this.Controls.Add(chkDynamic);
     this.Controls.Add(chkPhysician);
     this.Controls.Add(chkUTD);
     this.Controls.Add(txtMaxSel);
     this.Controls.Add(chkMultipleSel);
     this.Controls.Add(chkInactive);
     this.Controls.Add(cboDateFields);
     this.Controls.Add(cbo_LookupTbls);
     this.Controls.Add(cmdCancel);
     this.Controls.Add(cmdUpdateField);
     this.Controls.Add(txtFieldName);
     this.Controls.Add(txtHelp);
     this.Controls.Add(cboFieldType);
     this.Controls.Add(txtFieldSize);
     this.Controls.Add(rdcLookupTableList);
     this.Controls.Add(lblMaxSel);
     this.Controls.Add(lblDateFields);
     this.Controls.Add(lblLookupTable);
     this.Controls.Add(Label5);
     this.Controls.Add(lblFieldSize);
     this.Controls.Add(Label3);
     this.Controls.Add(Label2);
     ((System.ComponentModel.ISupportInitialize) this.rdcLookupTableList).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OldfrmMainMenu));
     this.components = new System.ComponentModel.Container();
     this.ToolTip1   = new System.Windows.Forms.ToolTip(components);
     this.MainMenu1  = new System.Windows.Forms.MenuStrip();
     this.mnuFile    = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuImportRiskCoefficients = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRiskSpecs                = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuSeparator                = new System.Windows.Forms.ToolStripSeparator();
     this.mnuClose                    = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuEdit                     = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuTabFieldValidSetup       = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuTableValidationSetup     = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLookupTableSetup         = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuIndicatorSetup           = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuPatientSetup             = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuHospStatSetup            = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuReportSetup              = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuImport                   = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuSubmitSetup              = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuPatientfieldExportFormat = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuMeasureFlowchart         = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuMeasureSetup             = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuDefineFlowcharts         = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuImpVerifyRecords         = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRiskFactorAssociation    = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuIndicatorReportSetup     = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuSetupVer                 = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuUpdateExistingDB         = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCreateCMSSetup           = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuUpdateSystemSetup        = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuLoadCMSSetup             = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuExportRiskCoef           = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuAbout                    = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuSoftwareVer              = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuSetup                    = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuStateSetup               = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuTiming                   = new System.Windows.Forms.ToolStripMenuItem();
     this.dbgMemoField                = new AxMSDBGrid.AxDBGrid();
     this.txtHelp                     = new System.Windows.Forms.TextBox();
     this.rdcMemoField                = new AxMSRDC.AxMSRDC();
     this.txtMemoField                = new System.Windows.Forms.TextBox();
     this.rdcHelp                     = new AxMSRDC.AxMSRDC();
     this.lblDatabase                 = new System.Windows.Forms.Label();
     this.MainMenu1.SuspendLayout();
     this.SuspendLayout();
     this.ToolTip1.Active = true;
     ((System.ComponentModel.ISupportInitialize) this.dbgMemoField).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcMemoField).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcHelp).BeginInit();
     this.Text            = "Main Menu";
     this.ClientSize      = new System.Drawing.Size(1303, 1043);
     this.Location        = new System.Drawing.Point(14, 38);
     this.ControlBox      = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds;
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Font            = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.AutoScaleMode   = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor       = System.Drawing.SystemColors.Control;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
     this.Enabled         = true;
     this.KeyPreview      = false;
     this.MaximizeBox     = true;
     this.MinimizeBox     = true;
     this.Cursor          = System.Windows.Forms.Cursors.Default;
     this.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar   = true;
     this.HelpButton      = false;
     this.Name            = "frmMainMenu";
     this.mnuFile.Name    = "mnuFile";
     this.mnuFile.Text    = "File";
     this.mnuFile.Checked = false;
     this.mnuFile.Enabled = true;
     this.mnuFile.Visible = true;
     this.mnuImportRiskCoefficients.Name    = "mnuImportRiskCoefficients";
     this.mnuImportRiskCoefficients.Text    = "Import Risk Coefficients";
     this.mnuImportRiskCoefficients.Checked = false;
     this.mnuImportRiskCoefficients.Enabled = true;
     this.mnuImportRiskCoefficients.Visible = true;
     this.mnuRiskSpecs.Name                   = "mnuRiskSpecs";
     this.mnuRiskSpecs.Text                   = "Import Risk Factor Specifications";
     this.mnuRiskSpecs.Checked                = false;
     this.mnuRiskSpecs.Enabled                = true;
     this.mnuRiskSpecs.Visible                = true;
     this.mnuSeparator.Enabled                = true;
     this.mnuSeparator.Visible                = true;
     this.mnuSeparator.Name                   = "mnuSeparator";
     this.mnuClose.Name                       = "mnuClose";
     this.mnuClose.Text                       = "Close";
     this.mnuClose.Checked                    = false;
     this.mnuClose.Enabled                    = true;
     this.mnuClose.Visible                    = true;
     this.mnuEdit.Name                        = "mnuEdit";
     this.mnuEdit.Text                        = "General Setup";
     this.mnuEdit.Checked                     = false;
     this.mnuEdit.Enabled                     = true;
     this.mnuEdit.Visible                     = true;
     this.mnuTabFieldValidSetup.Name          = "mnuTabFieldValidSetup";
     this.mnuTabFieldValidSetup.Text          = "Tables and Fields Setup";
     this.mnuTabFieldValidSetup.Checked       = false;
     this.mnuTabFieldValidSetup.Enabled       = true;
     this.mnuTabFieldValidSetup.Visible       = true;
     this.mnuTableValidationSetup.Name        = "mnuTableValidationSetup";
     this.mnuTableValidationSetup.Text        = "Table Validation Setup";
     this.mnuTableValidationSetup.Checked     = false;
     this.mnuTableValidationSetup.Enabled     = true;
     this.mnuTableValidationSetup.Visible     = true;
     this.mnuLookupTableSetup.Name            = "mnuLookupTableSetup";
     this.mnuLookupTableSetup.Text            = "Lookup Table Setup";
     this.mnuLookupTableSetup.Checked         = false;
     this.mnuLookupTableSetup.Enabled         = true;
     this.mnuLookupTableSetup.Visible         = true;
     this.mnuIndicatorSetup.Name              = "mnuIndicatorSetup";
     this.mnuIndicatorSetup.Text              = "Indicator Setup";
     this.mnuIndicatorSetup.Checked           = false;
     this.mnuIndicatorSetup.Enabled           = true;
     this.mnuIndicatorSetup.Visible           = true;
     this.mnuPatientSetup.Name                = "mnuPatientSetup";
     this.mnuPatientSetup.Text                = "Patient Setup";
     this.mnuPatientSetup.Checked             = false;
     this.mnuPatientSetup.Enabled             = true;
     this.mnuPatientSetup.Visible             = true;
     this.mnuHospStatSetup.Name               = "mnuHospStatSetup";
     this.mnuHospStatSetup.Text               = "Hospital Stat Setup";
     this.mnuHospStatSetup.Checked            = false;
     this.mnuHospStatSetup.Enabled            = true;
     this.mnuHospStatSetup.Visible            = true;
     this.mnuReportSetup.Name                 = "mnuReportSetup";
     this.mnuReportSetup.Text                 = "Report Setup";
     this.mnuReportSetup.Checked              = false;
     this.mnuReportSetup.Enabled              = true;
     this.mnuReportSetup.Visible              = true;
     this.mnuImport.Name                      = "mnuImport";
     this.mnuImport.Text                      = "Import Setup";
     this.mnuImport.Checked                   = false;
     this.mnuImport.Enabled                   = true;
     this.mnuImport.Visible                   = true;
     this.mnuSubmitSetup.Name                 = "mnuSubmitSetup";
     this.mnuSubmitSetup.Text                 = "Data Submission Setup";
     this.mnuSubmitSetup.Checked              = false;
     this.mnuSubmitSetup.Enabled              = true;
     this.mnuSubmitSetup.Visible              = true;
     this.mnuPatientfieldExportFormat.Name    = "mnuPatientfieldExportFormat";
     this.mnuPatientfieldExportFormat.Text    = "Patient Fields Export Format";
     this.mnuPatientfieldExportFormat.Checked = false;
     this.mnuPatientfieldExportFormat.Enabled = true;
     this.mnuPatientfieldExportFormat.Visible = true;
     this.mnuMeasureFlowchart.Name            = "mnuMeasureFlowchart";
     this.mnuMeasureFlowchart.Text            = "Measure Flowchart Setup";
     this.mnuMeasureFlowchart.Checked         = false;
     this.mnuMeasureFlowchart.Enabled         = true;
     this.mnuMeasureFlowchart.Visible         = true;
     this.mnuMeasureSetup.Name                = "mnuMeasureSetup";
     this.mnuMeasureSetup.Text                = "Measure Setup";
     this.mnuMeasureSetup.Checked             = false;
     this.mnuMeasureSetup.Enabled             = true;
     this.mnuMeasureSetup.Visible             = true;
     this.mnuDefineFlowcharts.Name            = "mnuDefineFlowcharts";
     this.mnuDefineFlowcharts.Text            = "Define Flowcharts";
     this.mnuDefineFlowcharts.Checked         = false;
     this.mnuDefineFlowcharts.Enabled         = true;
     this.mnuDefineFlowcharts.Visible         = true;
     this.mnuImpVerifyRecords.Name            = "mnuImpVerifyRecords";
     this.mnuImpVerifyRecords.Text            = "Import / Verify Records";
     this.mnuImpVerifyRecords.Checked         = false;
     this.mnuImpVerifyRecords.Enabled         = true;
     this.mnuImpVerifyRecords.Visible         = true;
     this.mnuRiskFactorAssociation.Name       = "mnuRiskFactorAssociation";
     this.mnuRiskFactorAssociation.Text       = "Risk Factor Association Setup";
     this.mnuRiskFactorAssociation.Checked    = false;
     this.mnuRiskFactorAssociation.Enabled    = true;
     this.mnuRiskFactorAssociation.Visible    = true;
     this.mnuIndicatorReportSetup.Name        = "mnuIndicatorReportSetup";
     this.mnuIndicatorReportSetup.Text        = "Indicator Report Setup";
     this.mnuIndicatorReportSetup.Checked     = false;
     this.mnuIndicatorReportSetup.Enabled     = true;
     this.mnuIndicatorReportSetup.Visible     = true;
     this.mnuSetupVer.Name                    = "mnuSetupVer";
     this.mnuSetupVer.Text                    = "Update Hospital App";
     this.mnuSetupVer.Checked                 = false;
     this.mnuSetupVer.Enabled                 = true;
     this.mnuSetupVer.Visible                 = true;
     this.mnuUpdateExistingDB.Name            = "mnuUpdateExistingDB";
     this.mnuUpdateExistingDB.Text            = "Create an Access Update File";
     this.mnuUpdateExistingDB.Checked         = false;
     this.mnuUpdateExistingDB.Enabled         = true;
     this.mnuUpdateExistingDB.Visible         = true;
     this.mnuCreateCMSSetup.Name              = "mnuCreateCMSSetup";
     this.mnuCreateCMSSetup.Text              = "Create CMS Setup";
     this.mnuCreateCMSSetup.Checked           = false;
     this.mnuCreateCMSSetup.Enabled           = true;
     this.mnuCreateCMSSetup.Visible           = true;
     this.mnuUpdateSystemSetup.Name           = "mnuUpdateSystemSetup";
     this.mnuUpdateSystemSetup.Text           = "Update System Setup";
     this.mnuUpdateSystemSetup.Checked        = false;
     this.mnuUpdateSystemSetup.Enabled        = true;
     this.mnuUpdateSystemSetup.Visible        = true;
     this.mnuLoadCMSSetup.Name                = "mnuLoadCMSSetup";
     this.mnuLoadCMSSetup.Text                = "Load CMS Setup";
     this.mnuLoadCMSSetup.Checked             = false;
     this.mnuLoadCMSSetup.Enabled             = true;
     this.mnuLoadCMSSetup.Visible             = true;
     this.mnuExportRiskCoef.Name              = "mnuExportRiskCoef";
     this.mnuExportRiskCoef.Text              = "Export Risk Adjustment Coefficients";
     this.mnuExportRiskCoef.Checked           = false;
     this.mnuExportRiskCoef.Enabled           = true;
     this.mnuExportRiskCoef.Visible           = true;
     this.mnuAbout.Name                       = "mnuAbout";
     this.mnuAbout.Text                       = "About";
     this.mnuAbout.Checked                    = false;
     this.mnuAbout.Enabled                    = true;
     this.mnuAbout.Visible                    = true;
     this.mnuSoftwareVer.Name                 = "mnuSoftwareVer";
     this.mnuSoftwareVer.Text                 = "Software";
     this.mnuSoftwareVer.Checked              = false;
     this.mnuSoftwareVer.Enabled              = true;
     this.mnuSoftwareVer.Visible              = true;
     this.mnuSetup.Name                       = "mnuSetup";
     this.mnuSetup.Text                       = "JC Setup";
     this.mnuSetup.Checked                    = false;
     this.mnuSetup.Enabled                    = true;
     this.mnuSetup.Visible                    = true;
     this.mnuStateSetup.Name                  = "mnuStateSetup";
     this.mnuStateSetup.Text                  = "State Setup";
     this.mnuStateSetup.Checked               = false;
     this.mnuStateSetup.Enabled               = true;
     this.mnuStateSetup.Visible               = true;
     this.mnuTiming.Name                      = "mnuTiming";
     this.mnuTiming.Text                      = "Timing Tests";
     this.mnuTiming.Visible                   = false;
     this.mnuTiming.Checked                   = false;
     this.mnuTiming.Enabled                   = true;
     dbgMemoField.OcxState                    = (System.Windows.Forms.AxHost.State)resources.GetObject("dbgMemoField.OcxState");
     this.dbgMemoField.Size                   = new System.Drawing.Size(227, 80);
     this.dbgMemoField.Location               = new System.Drawing.Point(325, 952);
     this.dbgMemoField.TabIndex               = 2;
     this.dbgMemoField.Visible                = false;
     this.dbgMemoField.Name                   = "dbgMemoField";
     this.txtHelp.AutoSize                    = false;
     this.txtHelp.Size                        = new System.Drawing.Size(53, 23);
     this.txtHelp.Location                    = new System.Drawing.Point(257, 957);
     this.txtHelp.TabIndex                    = 1;
     this.txtHelp.Visible                     = false;
     this.txtHelp.Font                        = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.txtHelp.AcceptsReturn               = true;
     this.txtHelp.TextAlign                   = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtHelp.BackColor                   = System.Drawing.SystemColors.Window;
     this.txtHelp.CausesValidation            = true;
     this.txtHelp.Enabled                     = true;
     this.txtHelp.ForeColor                   = System.Drawing.SystemColors.WindowText;
     this.txtHelp.HideSelection               = true;
     this.txtHelp.ReadOnly                    = false;
     this.txtHelp.MaxLength                   = 0;
     this.txtHelp.Cursor                      = System.Windows.Forms.Cursors.IBeam;
     this.txtHelp.Multiline                   = false;
     this.txtHelp.RightToLeft                 = System.Windows.Forms.RightToLeft.No;
     this.txtHelp.ScrollBars                  = System.Windows.Forms.ScrollBars.None;
     this.txtHelp.TabStop                     = true;
     this.txtHelp.BorderStyle                 = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtHelp.Name                        = "txtHelp";
     rdcMemoField.OcxState                    = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcMemoField.OcxState");
     this.rdcMemoField.Size                   = new System.Drawing.Size(237, 28);
     this.rdcMemoField.Location               = new System.Drawing.Point(17, 991);
     this.rdcMemoField.Visible                = false;
     this.rdcMemoField.Name                   = "rdcMemoField";
     this.txtMemoField.AutoSize               = false;
     this.txtMemoField.Size                   = new System.Drawing.Size(53, 23);
     this.txtMemoField.Location               = new System.Drawing.Point(258, 992);
     this.txtMemoField.TabIndex               = 0;
     this.txtMemoField.Visible                = false;
     this.txtMemoField.Font                   = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.txtMemoField.AcceptsReturn          = true;
     this.txtMemoField.TextAlign              = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtMemoField.BackColor              = System.Drawing.SystemColors.Window;
     this.txtMemoField.CausesValidation       = true;
     this.txtMemoField.Enabled                = true;
     this.txtMemoField.ForeColor              = System.Drawing.SystemColors.WindowText;
     this.txtMemoField.HideSelection          = true;
     this.txtMemoField.ReadOnly               = false;
     this.txtMemoField.MaxLength              = 0;
     this.txtMemoField.Cursor                 = System.Windows.Forms.Cursors.IBeam;
     this.txtMemoField.Multiline              = false;
     this.txtMemoField.RightToLeft            = System.Windows.Forms.RightToLeft.No;
     this.txtMemoField.ScrollBars             = System.Windows.Forms.ScrollBars.None;
     this.txtMemoField.TabStop                = true;
     this.txtMemoField.BorderStyle            = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtMemoField.Name                   = "txtMemoField";
     rdcHelp.OcxState             = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcHelp.OcxState");
     this.rdcHelp.Size            = new System.Drawing.Size(237, 38);
     this.rdcHelp.Location        = new System.Drawing.Point(12, 956);
     this.rdcHelp.Visible         = false;
     this.rdcHelp.Name            = "rdcHelp";
     this.lblDatabase.BackColor   = System.Drawing.Color.Transparent;
     this.lblDatabase.Font        = new System.Drawing.Font("Arial", 12f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lblDatabase.ForeColor   = System.Drawing.Color.FromArgb(128, 0, 0);
     this.lblDatabase.Size        = new System.Drawing.Size(852, 42);
     this.lblDatabase.Location    = new System.Drawing.Point(0, 30);
     this.lblDatabase.TabIndex    = 3;
     this.lblDatabase.TextAlign   = System.Drawing.ContentAlignment.TopLeft;
     this.lblDatabase.Enabled     = true;
     this.lblDatabase.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblDatabase.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblDatabase.UseMnemonic = true;
     this.lblDatabase.Visible     = true;
     this.lblDatabase.AutoSize    = false;
     this.lblDatabase.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblDatabase.Name        = "lblDatabase";
     ((System.ComponentModel.ISupportInitialize) this.rdcHelp).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcMemoField).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.dbgMemoField).EndInit();
     this.Controls.Add(dbgMemoField);
     this.Controls.Add(txtHelp);
     this.Controls.Add(rdcMemoField);
     this.Controls.Add(txtMemoField);
     this.Controls.Add(rdcHelp);
     this.Controls.Add(lblDatabase);
     MainMenu1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuFile,
         this.mnuEdit,
         this.mnuSetupVer,
         this.mnuAbout,
         this.mnuTiming
     });
     mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuImportRiskCoefficients,
         this.mnuRiskSpecs,
         this.mnuSeparator,
         this.mnuClose
     });
     mnuEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuTabFieldValidSetup,
         this.mnuTableValidationSetup,
         this.mnuLookupTableSetup,
         this.mnuIndicatorSetup,
         this.mnuPatientSetup,
         this.mnuHospStatSetup,
         this.mnuReportSetup,
         this.mnuImport,
         this.mnuSubmitSetup,
         this.mnuPatientfieldExportFormat,
         this.mnuMeasureFlowchart,
         this.mnuRiskFactorAssociation,
         this.mnuIndicatorReportSetup
     });
     mnuMeasureFlowchart.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuMeasureSetup,
         this.mnuDefineFlowcharts,
         this.mnuImpVerifyRecords
     });
     mnuSetupVer.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuUpdateExistingDB,
         this.mnuCreateCMSSetup,
         this.mnuUpdateSystemSetup,
         this.mnuLoadCMSSetup,
         this.mnuExportRiskCoef
     });
     mnuAbout.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuSoftwareVer,
         this.mnuSetup,
         this.mnuStateSetup
     });
     this.Controls.Add(MainMenu1);
     this.MainMenu1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#5
0
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OldfrmPatientFieldsExportFormat));
			this.components = new System.ComponentModel.Container();
			this.ToolTip1 = new System.Windows.Forms.ToolTip(components);
			this.cmdUpdate = new System.Windows.Forms.Button();
			this.cmdMeasureFieldDetails = new System.Windows.Forms.Button();
			this.cmdRemoveFromMeasure = new System.Windows.Forms.Button();
			this.cmdLinkToMeasure = new System.Windows.Forms.Button();
			this.lstSelectedMeasures = new System.Windows.Forms.ListBox();
			this.lstMeasureList = new System.Windows.Forms.ListBox();
			this.txtJCFieldCode = new System.Windows.Forms.TextBox();
			this.txtCMSFieldCode = new System.Windows.Forms.TextBox();
			this.lstFieldList = new System.Windows.Forms.ListBox();
			this.rdcFieldList = new AxMSRDC.AxMSRDC();
			this.rdcTemp = new AxMSRDC.AxMSRDC();
			this.Label5 = new System.Windows.Forms.Label();
			this.Label3 = new System.Windows.Forms.Label();
			this.Label2 = new System.Windows.Forms.Label();
			this.Label4 = new System.Windows.Forms.Label();
			this.Label1 = new System.Windows.Forms.Label();
			this.SuspendLayout();
			this.ToolTip1.Active = true;
			((System.ComponentModel.ISupportInitialize)this.rdcFieldList).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.rdcTemp).BeginInit();
			this.Text = "Patient Field Export Format";
			this.ClientSize = new System.Drawing.Size(1057, 339);
			this.Location = new System.Drawing.Point(5, 38);
			this.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds;
			this.Font = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.SystemColors.Control;
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
			this.ControlBox = true;
			this.Enabled = true;
			this.KeyPreview = false;
			this.MaximizeBox = true;
			this.MinimizeBox = true;
			this.Cursor = System.Windows.Forms.Cursors.Default;
			this.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.ShowInTaskbar = true;
			this.HelpButton = false;
			this.WindowState = System.Windows.Forms.FormWindowState.Normal;
			this.Name = "frmPatientFieldsExportFormat";
			this.cmdUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.cmdUpdate.Text = "Update";
			this.cmdUpdate.Size = new System.Drawing.Size(125, 24);
			this.cmdUpdate.Location = new System.Drawing.Point(195, 292);
			this.cmdUpdate.TabIndex = 13;
			this.cmdUpdate.Font = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
			this.cmdUpdate.BackColor = System.Drawing.SystemColors.Control;
			this.cmdUpdate.CausesValidation = true;
			this.cmdUpdate.Enabled = true;
			this.cmdUpdate.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdUpdate.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdUpdate.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdUpdate.TabStop = true;
			this.cmdUpdate.Name = "cmdUpdate";
			this.cmdMeasureFieldDetails.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.cmdMeasureFieldDetails.Text = "Measure Details ";
			this.cmdMeasureFieldDetails.Size = new System.Drawing.Size(254, 24);
			this.cmdMeasureFieldDetails.Location = new System.Drawing.Point(333, 292);
			this.cmdMeasureFieldDetails.TabIndex = 12;
			this.cmdMeasureFieldDetails.Font = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
			this.cmdMeasureFieldDetails.BackColor = System.Drawing.SystemColors.Control;
			this.cmdMeasureFieldDetails.CausesValidation = true;
			this.cmdMeasureFieldDetails.Enabled = true;
			this.cmdMeasureFieldDetails.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdMeasureFieldDetails.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdMeasureFieldDetails.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdMeasureFieldDetails.TabStop = true;
			this.cmdMeasureFieldDetails.Name = "cmdMeasureFieldDetails";
			this.cmdRemoveFromMeasure.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.cmdRemoveFromMeasure.Text = "<<==";
			this.cmdRemoveFromMeasure.Font = new System.Drawing.Font("Arial", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
			this.cmdRemoveFromMeasure.Size = new System.Drawing.Size(49, 20);
			this.cmdRemoveFromMeasure.Location = new System.Drawing.Point(780, 175);
			this.cmdRemoveFromMeasure.TabIndex = 9;
			this.cmdRemoveFromMeasure.BackColor = System.Drawing.SystemColors.Control;
			this.cmdRemoveFromMeasure.CausesValidation = true;
			this.cmdRemoveFromMeasure.Enabled = true;
			this.cmdRemoveFromMeasure.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdRemoveFromMeasure.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdRemoveFromMeasure.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdRemoveFromMeasure.TabStop = true;
			this.cmdRemoveFromMeasure.Name = "cmdRemoveFromMeasure";
			this.cmdLinkToMeasure.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.cmdLinkToMeasure.Text = "==>>";
			this.cmdLinkToMeasure.Font = new System.Drawing.Font("Arial", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
			this.cmdLinkToMeasure.Size = new System.Drawing.Size(47, 20);
			this.cmdLinkToMeasure.Location = new System.Drawing.Point(780, 135);
			this.cmdLinkToMeasure.TabIndex = 8;
			this.cmdLinkToMeasure.BackColor = System.Drawing.SystemColors.Control;
			this.cmdLinkToMeasure.CausesValidation = true;
			this.cmdLinkToMeasure.Enabled = true;
			this.cmdLinkToMeasure.ForeColor = System.Drawing.SystemColors.ControlText;
			this.cmdLinkToMeasure.Cursor = System.Windows.Forms.Cursors.Default;
			this.cmdLinkToMeasure.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.cmdLinkToMeasure.TabStop = true;
			this.cmdLinkToMeasure.Name = "cmdLinkToMeasure";
			this.lstSelectedMeasures.Size = new System.Drawing.Size(212, 155);
			this.lstSelectedMeasures.Location = new System.Drawing.Point(840, 110);
			this.lstSelectedMeasures.TabIndex = 7;
			this.lstSelectedMeasures.Font = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
			this.lstSelectedMeasures.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.lstSelectedMeasures.BackColor = System.Drawing.SystemColors.Window;
			this.lstSelectedMeasures.CausesValidation = true;
			this.lstSelectedMeasures.Enabled = true;
			this.lstSelectedMeasures.ForeColor = System.Drawing.SystemColors.WindowText;
			this.lstSelectedMeasures.IntegralHeight = true;
			this.lstSelectedMeasures.Cursor = System.Windows.Forms.Cursors.Default;
			this.lstSelectedMeasures.SelectionMode = System.Windows.Forms.SelectionMode.One;
			this.lstSelectedMeasures.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.lstSelectedMeasures.Sorted = false;
			this.lstSelectedMeasures.TabStop = true;
			this.lstSelectedMeasures.Visible = true;
			this.lstSelectedMeasures.MultiColumn = false;
			this.lstSelectedMeasures.Name = "lstSelectedMeasures";
			this.lstMeasureList.Size = new System.Drawing.Size(207, 155);
			this.lstMeasureList.Location = new System.Drawing.Point(560, 110);
			this.lstMeasureList.TabIndex = 6;
			this.lstMeasureList.Font = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
			this.lstMeasureList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.lstMeasureList.BackColor = System.Drawing.SystemColors.Window;
			this.lstMeasureList.CausesValidation = true;
			this.lstMeasureList.Enabled = true;
			this.lstMeasureList.ForeColor = System.Drawing.SystemColors.WindowText;
			this.lstMeasureList.IntegralHeight = true;
			this.lstMeasureList.Cursor = System.Windows.Forms.Cursors.Default;
			this.lstMeasureList.SelectionMode = System.Windows.Forms.SelectionMode.One;
			this.lstMeasureList.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.lstMeasureList.Sorted = false;
			this.lstMeasureList.TabStop = true;
			this.lstMeasureList.Visible = true;
			this.lstMeasureList.MultiColumn = false;
			this.lstMeasureList.Name = "lstMeasureList";
			this.txtJCFieldCode.AutoSize = false;
			this.txtJCFieldCode.Size = new System.Drawing.Size(388, 24);
			this.txtJCFieldCode.Location = new System.Drawing.Point(650, 29);
			this.txtJCFieldCode.TabIndex = 3;
			this.txtJCFieldCode.Font = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
			this.txtJCFieldCode.AcceptsReturn = true;
			this.txtJCFieldCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			this.txtJCFieldCode.BackColor = System.Drawing.SystemColors.Window;
			this.txtJCFieldCode.CausesValidation = true;
			this.txtJCFieldCode.Enabled = true;
			this.txtJCFieldCode.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtJCFieldCode.HideSelection = true;
			this.txtJCFieldCode.ReadOnly = false;
			this.txtJCFieldCode.MaxLength = 0;
			this.txtJCFieldCode.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtJCFieldCode.Multiline = false;
			this.txtJCFieldCode.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtJCFieldCode.ScrollBars = System.Windows.Forms.ScrollBars.None;
			this.txtJCFieldCode.TabStop = true;
			this.txtJCFieldCode.Visible = true;
			this.txtJCFieldCode.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtJCFieldCode.Name = "txtJCFieldCode";
			this.txtCMSFieldCode.AutoSize = false;
			this.txtCMSFieldCode.Size = new System.Drawing.Size(388, 24);
			this.txtCMSFieldCode.Location = new System.Drawing.Point(650, 58);
			this.txtCMSFieldCode.TabIndex = 2;
			this.txtCMSFieldCode.Font = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
			this.txtCMSFieldCode.AcceptsReturn = true;
			this.txtCMSFieldCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			this.txtCMSFieldCode.BackColor = System.Drawing.SystemColors.Window;
			this.txtCMSFieldCode.CausesValidation = true;
			this.txtCMSFieldCode.Enabled = true;
			this.txtCMSFieldCode.ForeColor = System.Drawing.SystemColors.WindowText;
			this.txtCMSFieldCode.HideSelection = true;
			this.txtCMSFieldCode.ReadOnly = false;
			this.txtCMSFieldCode.MaxLength = 0;
			this.txtCMSFieldCode.Cursor = System.Windows.Forms.Cursors.IBeam;
			this.txtCMSFieldCode.Multiline = false;
			this.txtCMSFieldCode.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.txtCMSFieldCode.ScrollBars = System.Windows.Forms.ScrollBars.None;
			this.txtCMSFieldCode.TabStop = true;
			this.txtCMSFieldCode.Visible = true;
			this.txtCMSFieldCode.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.txtCMSFieldCode.Name = "txtCMSFieldCode";
			this.lstFieldList.Size = new System.Drawing.Size(522, 253);
			this.lstFieldList.Location = new System.Drawing.Point(9, 32);
			this.lstFieldList.TabIndex = 0;
			this.lstFieldList.Font = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
			this.lstFieldList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.lstFieldList.BackColor = System.Drawing.SystemColors.Window;
			this.lstFieldList.CausesValidation = true;
			this.lstFieldList.Enabled = true;
			this.lstFieldList.ForeColor = System.Drawing.SystemColors.WindowText;
			this.lstFieldList.IntegralHeight = true;
			this.lstFieldList.Cursor = System.Windows.Forms.Cursors.Default;
			this.lstFieldList.SelectionMode = System.Windows.Forms.SelectionMode.One;
			this.lstFieldList.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.lstFieldList.Sorted = false;
			this.lstFieldList.TabStop = true;
			this.lstFieldList.Visible = true;
			this.lstFieldList.MultiColumn = false;
			this.lstFieldList.Name = "lstFieldList";
			rdcFieldList.OcxState = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcFieldList.OcxState");
			this.rdcFieldList.Size = new System.Drawing.Size(195, 28);
			this.rdcFieldList.Location = new System.Drawing.Point(28, 328);
			this.rdcFieldList.Visible = false;
			this.rdcFieldList.Name = "rdcFieldList";
			rdcTemp.OcxState = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcTemp.OcxState");
			this.rdcTemp.Size = new System.Drawing.Size(195, 28);
			this.rdcTemp.Location = new System.Drawing.Point(225, 327);
			this.rdcTemp.Visible = false;
			this.rdcTemp.Name = "rdcTemp";
			this.Label5.Text = "Linked to";
			this.Label5.Size = new System.Drawing.Size(92, 15);
			this.Label5.Location = new System.Drawing.Point(795, 90);
			this.Label5.TabIndex = 11;
			this.Label5.Font = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
			this.Label5.TextAlign = System.Drawing.ContentAlignment.TopLeft;
			this.Label5.BackColor = System.Drawing.SystemColors.Control;
			this.Label5.Enabled = true;
			this.Label5.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label5.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label5.UseMnemonic = true;
			this.Label5.Visible = true;
			this.Label5.AutoSize = false;
			this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label5.Name = "Label5";
			this.Label3.Text = "Measure List";
			this.Label3.Size = new System.Drawing.Size(93, 15);
			this.Label3.Location = new System.Drawing.Point(650, 89);
			this.Label3.TabIndex = 10;
			this.Label3.Font = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
			this.Label3.TextAlign = System.Drawing.ContentAlignment.TopLeft;
			this.Label3.BackColor = System.Drawing.SystemColors.Control;
			this.Label3.Enabled = true;
			this.Label3.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label3.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label3.UseMnemonic = true;
			this.Label3.Visible = true;
			this.Label3.AutoSize = false;
			this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label3.Name = "Label3";
			this.Label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.Label2.Text = "JC Field Code:";
			this.Label2.Size = new System.Drawing.Size(85, 20);
			this.Label2.Location = new System.Drawing.Point(563, 34);
			this.Label2.TabIndex = 5;
			this.Label2.Font = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
			this.Label2.BackColor = System.Drawing.SystemColors.Control;
			this.Label2.Enabled = true;
			this.Label2.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label2.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label2.UseMnemonic = true;
			this.Label2.Visible = true;
			this.Label2.AutoSize = false;
			this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label2.Name = "Label2";
			this.Label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
			this.Label4.Text = "CMS Field Code:";
			this.Label4.Size = new System.Drawing.Size(99, 25);
			this.Label4.Location = new System.Drawing.Point(549, 59);
			this.Label4.TabIndex = 4;
			this.Label4.Font = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
			this.Label4.BackColor = System.Drawing.SystemColors.Control;
			this.Label4.Enabled = true;
			this.Label4.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label4.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label4.UseMnemonic = true;
			this.Label4.Visible = true;
			this.Label4.AutoSize = false;
			this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label4.Name = "Label4";
			this.Label1.Text = "Patient Fields";
			this.Label1.Font = new System.Drawing.Font("Arial", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
			this.Label1.Size = new System.Drawing.Size(142, 20);
			this.Label1.Location = new System.Drawing.Point(12, 8);
			this.Label1.TabIndex = 1;
			this.Label1.TextAlign = System.Drawing.ContentAlignment.TopLeft;
			this.Label1.BackColor = System.Drawing.SystemColors.Control;
			this.Label1.Enabled = true;
			this.Label1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.Label1.Cursor = System.Windows.Forms.Cursors.Default;
			this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Label1.UseMnemonic = true;
			this.Label1.Visible = true;
			this.Label1.AutoSize = false;
			this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.Label1.Name = "Label1";
			((System.ComponentModel.ISupportInitialize)this.rdcTemp).EndInit();
			((System.ComponentModel.ISupportInitialize)this.rdcFieldList).EndInit();
			this.Controls.Add(cmdUpdate);
			this.Controls.Add(cmdMeasureFieldDetails);
			this.Controls.Add(cmdRemoveFromMeasure);
			this.Controls.Add(cmdLinkToMeasure);
			this.Controls.Add(lstSelectedMeasures);
			this.Controls.Add(lstMeasureList);
			this.Controls.Add(txtJCFieldCode);
			this.Controls.Add(txtCMSFieldCode);
			this.Controls.Add(lstFieldList);
			this.Controls.Add(rdcFieldList);
			this.Controls.Add(rdcTemp);
			this.Controls.Add(Label5);
			this.Controls.Add(Label3);
			this.Controls.Add(Label2);
			this.Controls.Add(Label4);
			this.Controls.Add(Label1);
			this.ResumeLayout(false);
			this.PerformLayout();
		}
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OldfrmLookupSetup));
     this.components         = new System.ComponentModel.Container();
     this.ToolTip1           = new System.Windows.Forms.ToolTip(components);
     this.fraLk              = new System.Windows.Forms.GroupBox();
     this.OptLKValue         = new System.Windows.Forms.RadioButton();
     this.optID              = new System.Windows.Forms.RadioButton();
     this.Frame1             = new System.Windows.Forms.GroupBox();
     this.cmdImport          = new System.Windows.Forms.Button();
     this.cmdEdit            = new System.Windows.Forms.Button();
     this.cmdMoveDown        = new System.Windows.Forms.Button();
     this.cmdMoveUp          = new System.Windows.Forms.Button();
     this.cmdDelete          = new System.Windows.Forms.Button();
     this.cmdAddLookupTable  = new System.Windows.Forms.Button();
     this.cmdClose           = new System.Windows.Forms.Button();
     this.cboLookupTableList = new System.Windows.Forms.ComboBox();
     this.cmdEditLookup      = new System.Windows.Forms.Button();
     this.cmdDelLookup       = new System.Windows.Forms.Button();
     this.cmdAddLookupValue  = new System.Windows.Forms.Button();
     this.txtLookupValue     = new System.Windows.Forms.TextBox();
     this.txtID              = new System.Windows.Forms.TextBox();
     this.rdcLookupTableList = new AxMSRDC.AxMSRDC();
     this.rdcLookupList      = new AxMSRDC.AxMSRDC();
     this.dbgLookupList      = new AxMSDBGrid.AxDBGrid();
     this.Label2             = new System.Windows.Forms.Label();
     this.Label3             = new System.Windows.Forms.Label();
     this.fraLk.SuspendLayout();
     this.SuspendLayout();
     this.ToolTip1.Active = true;
     ((System.ComponentModel.ISupportInitialize) this.rdcLookupTableList).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcLookupList).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.dbgLookupList).BeginInit();
     this.Text                                = "Lookup Table Setup";
     this.ClientSize                          = new System.Drawing.Size(808, 438);
     this.Location                            = new System.Drawing.Point(5, 29);
     this.StartPosition                       = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds;
     this.Font                                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.AutoScaleMode                       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor                           = System.Drawing.SystemColors.Control;
     this.FormBorderStyle                     = System.Windows.Forms.FormBorderStyle.Sizable;
     this.ControlBox                          = true;
     this.Enabled                             = true;
     this.KeyPreview                          = false;
     this.MaximizeBox                         = true;
     this.MinimizeBox                         = true;
     this.Cursor                              = System.Windows.Forms.Cursors.Default;
     this.RightToLeft                         = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar                       = true;
     this.HelpButton                          = false;
     this.WindowState                         = System.Windows.Forms.FormWindowState.Normal;
     this.Name                                = "frmLookupSetup";
     this.fraLk.Text                          = "Compare Table Values to:";
     this.fraLk.Enabled                       = false;
     this.fraLk.Size                          = new System.Drawing.Size(224, 64);
     this.fraLk.Location                      = new System.Drawing.Point(510, 90);
     this.fraLk.TabIndex                      = 15;
     this.fraLk.Font                          = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.fraLk.BackColor                     = System.Drawing.SystemColors.Control;
     this.fraLk.ForeColor                     = System.Drawing.SystemColors.ControlText;
     this.fraLk.RightToLeft                   = System.Windows.Forms.RightToLeft.No;
     this.fraLk.Visible                       = true;
     this.fraLk.Padding                       = new System.Windows.Forms.Padding(0);
     this.fraLk.Name                          = "fraLk";
     this.OptLKValue.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.OptLKValue.Text                     = "Lookup Value";
     this.OptLKValue.Size                     = new System.Drawing.Size(122, 19);
     this.OptLKValue.Location                 = new System.Drawing.Point(17, 40);
     this.OptLKValue.TabIndex                 = 17;
     this.OptLKValue.Font                     = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.OptLKValue.CheckAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.OptLKValue.BackColor                = System.Drawing.SystemColors.Control;
     this.OptLKValue.CausesValidation         = true;
     this.OptLKValue.Enabled                  = true;
     this.OptLKValue.ForeColor                = System.Drawing.SystemColors.ControlText;
     this.OptLKValue.Cursor                   = System.Windows.Forms.Cursors.Default;
     this.OptLKValue.RightToLeft              = System.Windows.Forms.RightToLeft.No;
     this.OptLKValue.Appearance               = System.Windows.Forms.Appearance.Normal;
     this.OptLKValue.TabStop                  = true;
     this.OptLKValue.Checked                  = false;
     this.OptLKValue.Visible                  = true;
     this.OptLKValue.Name                     = "OptLKValue";
     this.optID.TextAlign                     = System.Drawing.ContentAlignment.MiddleLeft;
     this.optID.Text                          = "ID";
     this.optID.Size                          = new System.Drawing.Size(122, 19);
     this.optID.Location                      = new System.Drawing.Point(17, 20);
     this.optID.TabIndex                      = 16;
     this.optID.Font                          = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.optID.CheckAlign                    = System.Drawing.ContentAlignment.MiddleLeft;
     this.optID.BackColor                     = System.Drawing.SystemColors.Control;
     this.optID.CausesValidation              = true;
     this.optID.Enabled                       = true;
     this.optID.ForeColor                     = System.Drawing.SystemColors.ControlText;
     this.optID.Cursor                        = System.Windows.Forms.Cursors.Default;
     this.optID.RightToLeft                   = System.Windows.Forms.RightToLeft.No;
     this.optID.Appearance                    = System.Windows.Forms.Appearance.Normal;
     this.optID.TabStop                       = true;
     this.optID.Checked                       = false;
     this.optID.Visible                       = true;
     this.optID.Name                          = "optID";
     this.Frame1.Text                         = "Lookup Table Preferences";
     this.Frame1.Size                         = new System.Drawing.Size(314, 254);
     this.Frame1.Location                     = new System.Drawing.Point(480, 60);
     this.Frame1.TabIndex                     = 19;
     this.Frame1.Font                         = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Frame1.BackColor                    = System.Drawing.SystemColors.Control;
     this.Frame1.Enabled                      = true;
     this.Frame1.ForeColor                    = System.Drawing.SystemColors.ControlText;
     this.Frame1.RightToLeft                  = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Visible                      = true;
     this.Frame1.Padding                      = new System.Windows.Forms.Padding(0);
     this.Frame1.Name                         = "Frame1";
     this.cmdImport.TextAlign                 = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdImport.Text                      = "Import values from *.csv List";
     this.cmdImport.Font                      = new System.Drawing.Font("Arial", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdImport.Size                      = new System.Drawing.Size(162, 52);
     this.cmdImport.Location                  = new System.Drawing.Point(510, 350);
     this.cmdImport.TabIndex                  = 18;
     this.cmdImport.BackColor                 = System.Drawing.SystemColors.Control;
     this.cmdImport.CausesValidation          = true;
     this.cmdImport.Enabled                   = true;
     this.cmdImport.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cmdImport.Cursor                    = System.Windows.Forms.Cursors.Default;
     this.cmdImport.RightToLeft               = System.Windows.Forms.RightToLeft.No;
     this.cmdImport.TabStop                   = true;
     this.cmdImport.Name                      = "cmdImport";
     this.cmdEdit.TextAlign                   = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdEdit.Text                        = "Edit";
     this.cmdEdit.Size                        = new System.Drawing.Size(58, 25);
     this.cmdEdit.Location                    = new System.Drawing.Point(718, 17);
     this.cmdEdit.TabIndex                    = 14;
     this.cmdEdit.Font                        = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdEdit.BackColor                   = System.Drawing.SystemColors.Control;
     this.cmdEdit.CausesValidation            = true;
     this.cmdEdit.Enabled                     = true;
     this.cmdEdit.ForeColor                   = System.Drawing.SystemColors.ControlText;
     this.cmdEdit.Cursor                      = System.Windows.Forms.Cursors.Default;
     this.cmdEdit.RightToLeft                 = System.Windows.Forms.RightToLeft.No;
     this.cmdEdit.TabStop                     = true;
     this.cmdEdit.Name                        = "cmdEdit";
     this.cmdMoveDown.TextAlign               = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdMoveDown.Text                    = "Move Down";
     this.cmdMoveDown.Size                    = new System.Drawing.Size(88, 25);
     this.cmdMoveDown.Location                = new System.Drawing.Point(122, 327);
     this.cmdMoveDown.TabIndex                = 13;
     this.cmdMoveDown.Font                    = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdMoveDown.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdMoveDown.CausesValidation        = true;
     this.cmdMoveDown.Enabled                 = true;
     this.cmdMoveDown.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdMoveDown.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdMoveDown.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdMoveDown.TabStop                 = true;
     this.cmdMoveDown.Name                    = "cmdMoveDown";
     this.cmdMoveUp.TextAlign                 = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdMoveUp.Text                      = "Move Up";
     this.cmdMoveUp.Size                      = new System.Drawing.Size(83, 25);
     this.cmdMoveUp.Location                  = new System.Drawing.Point(37, 327);
     this.cmdMoveUp.TabIndex                  = 12;
     this.cmdMoveUp.Font                      = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdMoveUp.BackColor                 = System.Drawing.SystemColors.Control;
     this.cmdMoveUp.CausesValidation          = true;
     this.cmdMoveUp.Enabled                   = true;
     this.cmdMoveUp.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cmdMoveUp.Cursor                    = System.Windows.Forms.Cursors.Default;
     this.cmdMoveUp.RightToLeft               = System.Windows.Forms.RightToLeft.No;
     this.cmdMoveUp.TabStop                   = true;
     this.cmdMoveUp.Name                      = "cmdMoveUp";
     this.cmdDelete.TextAlign                 = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdDelete.Text                      = "Delete";
     this.cmdDelete.Size                      = new System.Drawing.Size(63, 25);
     this.cmdDelete.Location                  = new System.Drawing.Point(653, 17);
     this.cmdDelete.TabIndex                  = 11;
     this.cmdDelete.Font                      = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdDelete.BackColor                 = System.Drawing.SystemColors.Control;
     this.cmdDelete.CausesValidation          = true;
     this.cmdDelete.Enabled                   = true;
     this.cmdDelete.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cmdDelete.Cursor                    = System.Windows.Forms.Cursors.Default;
     this.cmdDelete.RightToLeft               = System.Windows.Forms.RightToLeft.No;
     this.cmdDelete.TabStop                   = true;
     this.cmdDelete.Name                      = "cmdDelete";
     this.cmdAddLookupTable.TextAlign         = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdAddLookupTable.Text              = "Add";
     this.cmdAddLookupTable.Size              = new System.Drawing.Size(63, 25);
     this.cmdAddLookupTable.Location          = new System.Drawing.Point(587, 17);
     this.cmdAddLookupTable.TabIndex          = 10;
     this.cmdAddLookupTable.Font              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdAddLookupTable.BackColor         = System.Drawing.SystemColors.Control;
     this.cmdAddLookupTable.CausesValidation  = true;
     this.cmdAddLookupTable.Enabled           = true;
     this.cmdAddLookupTable.ForeColor         = System.Drawing.SystemColors.ControlText;
     this.cmdAddLookupTable.Cursor            = System.Windows.Forms.Cursors.Default;
     this.cmdAddLookupTable.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.cmdAddLookupTable.TabStop           = true;
     this.cmdAddLookupTable.Name              = "cmdAddLookupTable";
     this.cmdClose.TextAlign                  = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdClose.Text                       = "Close";
     this.cmdClose.Size                       = new System.Drawing.Size(115, 23);
     this.cmdClose.Location                   = new System.Drawing.Point(199, 404);
     this.cmdClose.TabIndex                   = 9;
     this.cmdClose.Font                       = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdClose.BackColor                  = System.Drawing.SystemColors.Control;
     this.cmdClose.CausesValidation           = true;
     this.cmdClose.Enabled                    = true;
     this.cmdClose.ForeColor                  = System.Drawing.SystemColors.ControlText;
     this.cmdClose.Cursor                     = System.Windows.Forms.Cursors.Default;
     this.cmdClose.RightToLeft                = System.Windows.Forms.RightToLeft.No;
     this.cmdClose.TabStop                    = true;
     this.cmdClose.Name                       = "cmdClose";
     this.cboLookupTableList.Size             = new System.Drawing.Size(425, 27);
     this.cboLookupTableList.Location         = new System.Drawing.Point(114, 15);
     this.cboLookupTableList.TabIndex         = 6;
     this.cboLookupTableList.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboLookupTableList.BackColor        = System.Drawing.SystemColors.Window;
     this.cboLookupTableList.CausesValidation = true;
     this.cboLookupTableList.Enabled          = true;
     this.cboLookupTableList.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.cboLookupTableList.IntegralHeight   = true;
     this.cboLookupTableList.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cboLookupTableList.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cboLookupTableList.Sorted           = false;
     this.cboLookupTableList.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboLookupTableList.TabStop          = true;
     this.cboLookupTableList.Visible          = true;
     this.cboLookupTableList.Name             = "cboLookupTableList";
     this.cmdEditLookup.TextAlign             = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdEditLookup.Text                  = "Edit";
     this.cmdEditLookup.Size                  = new System.Drawing.Size(73, 27);
     this.cmdEditLookup.Location              = new System.Drawing.Point(322, 327);
     this.cmdEditLookup.TabIndex              = 4;
     this.cmdEditLookup.Font                  = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdEditLookup.BackColor             = System.Drawing.SystemColors.Control;
     this.cmdEditLookup.CausesValidation      = true;
     this.cmdEditLookup.Enabled               = true;
     this.cmdEditLookup.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.cmdEditLookup.Cursor                = System.Windows.Forms.Cursors.Default;
     this.cmdEditLookup.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.cmdEditLookup.TabStop               = true;
     this.cmdEditLookup.Name                  = "cmdEditLookup";
     this.cmdDelLookup.TextAlign              = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdDelLookup.Text                   = "Delete";
     this.cmdDelLookup.Size                   = new System.Drawing.Size(73, 27);
     this.cmdDelLookup.Location               = new System.Drawing.Point(398, 327);
     this.cmdDelLookup.TabIndex               = 3;
     this.cmdDelLookup.Font                   = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdDelLookup.BackColor              = System.Drawing.SystemColors.Control;
     this.cmdDelLookup.CausesValidation       = true;
     this.cmdDelLookup.Enabled                = true;
     this.cmdDelLookup.ForeColor              = System.Drawing.SystemColors.ControlText;
     this.cmdDelLookup.Cursor                 = System.Windows.Forms.Cursors.Default;
     this.cmdDelLookup.RightToLeft            = System.Windows.Forms.RightToLeft.No;
     this.cmdDelLookup.TabStop                = true;
     this.cmdDelLookup.Name                   = "cmdDelLookup";
     this.cmdAddLookupValue.TextAlign         = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdAddLookupValue.Text              = "Add";
     this.cmdAddLookupValue.Size              = new System.Drawing.Size(70, 27);
     this.cmdAddLookupValue.Location          = new System.Drawing.Point(404, 367);
     this.cmdAddLookupValue.TabIndex          = 2;
     this.cmdAddLookupValue.Font              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdAddLookupValue.BackColor         = System.Drawing.SystemColors.Control;
     this.cmdAddLookupValue.CausesValidation  = true;
     this.cmdAddLookupValue.Enabled           = true;
     this.cmdAddLookupValue.ForeColor         = System.Drawing.SystemColors.ControlText;
     this.cmdAddLookupValue.Cursor            = System.Windows.Forms.Cursors.Default;
     this.cmdAddLookupValue.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.cmdAddLookupValue.TabStop           = true;
     this.cmdAddLookupValue.Name              = "cmdAddLookupValue";
     this.txtLookupValue.AutoSize             = false;
     this.txtLookupValue.Size                 = new System.Drawing.Size(289, 27);
     this.txtLookupValue.Location             = new System.Drawing.Point(112, 367);
     this.txtLookupValue.TabIndex             = 1;
     this.txtLookupValue.Font                 = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.txtLookupValue.AcceptsReturn        = true;
     this.txtLookupValue.TextAlign            = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtLookupValue.BackColor            = System.Drawing.SystemColors.Window;
     this.txtLookupValue.CausesValidation     = true;
     this.txtLookupValue.Enabled              = true;
     this.txtLookupValue.ForeColor            = System.Drawing.SystemColors.WindowText;
     this.txtLookupValue.HideSelection        = true;
     this.txtLookupValue.ReadOnly             = false;
     this.txtLookupValue.MaxLength            = 0;
     this.txtLookupValue.Cursor               = System.Windows.Forms.Cursors.IBeam;
     this.txtLookupValue.Multiline            = false;
     this.txtLookupValue.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.txtLookupValue.ScrollBars           = System.Windows.Forms.ScrollBars.None;
     this.txtLookupValue.TabStop              = true;
     this.txtLookupValue.Visible              = true;
     this.txtLookupValue.BorderStyle          = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtLookupValue.Name                 = "txtLookupValue";
     this.txtID.AutoSize                      = false;
     this.txtID.BackColor                     = System.Drawing.Color.White;
     this.txtID.Size                          = new System.Drawing.Size(40, 27);
     this.txtID.Location                      = new System.Drawing.Point(73, 367);
     this.txtID.TabIndex                      = 0;
     this.txtID.Font                          = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.txtID.AcceptsReturn                 = true;
     this.txtID.TextAlign                     = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtID.CausesValidation              = true;
     this.txtID.Enabled                       = true;
     this.txtID.ForeColor                     = System.Drawing.SystemColors.WindowText;
     this.txtID.HideSelection                 = true;
     this.txtID.ReadOnly                      = false;
     this.txtID.MaxLength                     = 0;
     this.txtID.Cursor                        = System.Windows.Forms.Cursors.IBeam;
     this.txtID.Multiline                     = false;
     this.txtID.RightToLeft                   = System.Windows.Forms.RightToLeft.No;
     this.txtID.ScrollBars                    = System.Windows.Forms.ScrollBars.None;
     this.txtID.TabStop                       = true;
     this.txtID.Visible                       = true;
     this.txtID.BorderStyle                   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtID.Name                          = "txtID";
     rdcLookupTableList.OcxState              = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcLookupTableList.OcxState");
     this.rdcLookupTableList.Size             = new System.Drawing.Size(225, 28);
     this.rdcLookupTableList.Location         = new System.Drawing.Point(29, 424);
     this.rdcLookupTableList.Visible          = false;
     this.rdcLookupTableList.Name             = "rdcLookupTableList";
     rdcLookupList.OcxState                   = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcLookupList.OcxState");
     this.rdcLookupList.Size                  = new System.Drawing.Size(225, 28);
     this.rdcLookupList.Location              = new System.Drawing.Point(257, 424);
     this.rdcLookupList.Visible               = false;
     this.rdcLookupList.Name                  = "rdcLookupList";
     dbgLookupList.OcxState                   = (System.Windows.Forms.AxHost.State)resources.GetObject("dbgLookupList.OcxState");
     this.dbgLookupList.Size                  = new System.Drawing.Size(442, 275);
     this.dbgLookupList.Location              = new System.Drawing.Point(28, 48);
     this.dbgLookupList.TabIndex              = 5;
     this.dbgLookupList.Name                  = "dbgLookupList";
     this.Label2.Text                         = "Lookup Tables:";
     this.Label2.Size                         = new System.Drawing.Size(100, 24);
     this.Label2.Location                     = new System.Drawing.Point(10, 17);
     this.Label2.TabIndex                     = 8;
     this.Label2.Font                         = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label2.TextAlign                    = System.Drawing.ContentAlignment.TopLeft;
     this.Label2.BackColor                    = System.Drawing.SystemColors.Control;
     this.Label2.Enabled                      = true;
     this.Label2.ForeColor                    = System.Drawing.SystemColors.ControlText;
     this.Label2.Cursor                       = System.Windows.Forms.Cursors.Default;
     this.Label2.RightToLeft                  = System.Windows.Forms.RightToLeft.No;
     this.Label2.UseMnemonic                  = true;
     this.Label2.Visible                      = true;
     this.Label2.AutoSize                     = false;
     this.Label2.BorderStyle                  = System.Windows.Forms.BorderStyle.None;
     this.Label2.Name                         = "Label2";
     this.Label3.TextAlign                    = System.Drawing.ContentAlignment.TopRight;
     this.Label3.Text                         = "New:";
     this.Label3.ForeColor                    = System.Drawing.Color.Blue;
     this.Label3.Size                         = new System.Drawing.Size(50, 22);
     this.Label3.Location                     = new System.Drawing.Point(22, 368);
     this.Label3.TabIndex                     = 7;
     this.Label3.Font                         = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label3.BackColor                    = System.Drawing.SystemColors.Control;
     this.Label3.Enabled                      = true;
     this.Label3.Cursor                       = System.Windows.Forms.Cursors.Default;
     this.Label3.RightToLeft                  = System.Windows.Forms.RightToLeft.No;
     this.Label3.UseMnemonic                  = true;
     this.Label3.Visible                      = true;
     this.Label3.AutoSize                     = false;
     this.Label3.BorderStyle                  = System.Windows.Forms.BorderStyle.None;
     this.Label3.Name                         = "Label3";
     ((System.ComponentModel.ISupportInitialize) this.dbgLookupList).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcLookupList).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcLookupTableList).EndInit();
     this.Controls.Add(fraLk);
     this.Controls.Add(Frame1);
     this.Controls.Add(cmdImport);
     this.Controls.Add(cmdEdit);
     this.Controls.Add(cmdMoveDown);
     this.Controls.Add(cmdMoveUp);
     this.Controls.Add(cmdDelete);
     this.Controls.Add(cmdAddLookupTable);
     this.Controls.Add(cmdClose);
     this.Controls.Add(cboLookupTableList);
     this.Controls.Add(cmdEditLookup);
     this.Controls.Add(cmdDelLookup);
     this.Controls.Add(cmdAddLookupValue);
     this.Controls.Add(txtLookupValue);
     this.Controls.Add(txtID);
     this.Controls.Add(rdcLookupTableList);
     this.Controls.Add(rdcLookupList);
     this.Controls.Add(dbgLookupList);
     this.Controls.Add(Label2);
     this.Controls.Add(Label3);
     this.fraLk.Controls.Add(OptLKValue);
     this.fraLk.Controls.Add(optID);
     this.fraLk.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#7
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OldfrmMeasureFieldGroups));
     this.components  = new System.ComponentModel.Container();
     this.ToolTip1    = new System.Windows.Forms.ToolTip(components);
     this.cmdPrint    = new System.Windows.Forms.Button();
     this.MSRDCGroups = new AxMSRDC.AxMSRDC();
     this.dbgGroups   = new AxMSDBGrid.AxDBGrid();
     this.Label1      = new System.Windows.Forms.Label();
     this.SuspendLayout();
     this.ToolTip1.Active = true;
     ((System.ComponentModel.ISupportInitialize) this.MSRDCGroups).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.dbgGroups).BeginInit();
     this.Text                      = "Measure Field Group List";
     this.ClientSize                = new System.Drawing.Size(810, 379);
     this.Location                  = new System.Drawing.Point(5, 29);
     this.StartPosition             = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation;
     this.Font                      = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.AutoScaleMode             = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor                 = System.Drawing.SystemColors.Control;
     this.FormBorderStyle           = System.Windows.Forms.FormBorderStyle.Sizable;
     this.ControlBox                = true;
     this.Enabled                   = true;
     this.KeyPreview                = false;
     this.MaximizeBox               = true;
     this.MinimizeBox               = true;
     this.Cursor                    = System.Windows.Forms.Cursors.Default;
     this.RightToLeft               = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar             = true;
     this.HelpButton                = false;
     this.WindowState               = System.Windows.Forms.FormWindowState.Normal;
     this.Name                      = "frmMeasureFieldGroups";
     this.cmdPrint.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdPrint.Text             = "Print";
     this.cmdPrint.Size             = new System.Drawing.Size(82, 32);
     this.cmdPrint.Location         = new System.Drawing.Point(570, 10);
     this.cmdPrint.TabIndex         = 2;
     this.cmdPrint.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdPrint.BackColor        = System.Drawing.SystemColors.Control;
     this.cmdPrint.CausesValidation = true;
     this.cmdPrint.Enabled          = true;
     this.cmdPrint.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.cmdPrint.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cmdPrint.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cmdPrint.TabStop          = true;
     this.cmdPrint.Name             = "cmdPrint";
     MSRDCGroups.OcxState           = (System.Windows.Forms.AxHost.State)resources.GetObject("MSRDCGroups.OcxState");
     this.MSRDCGroups.Size          = new System.Drawing.Size(282, 32);
     this.MSRDCGroups.Location      = new System.Drawing.Point(30, 340);
     this.MSRDCGroups.Visible       = false;
     this.MSRDCGroups.Name          = "MSRDCGroups";
     dbgGroups.OcxState             = (System.Windows.Forms.AxHost.State)resources.GetObject("dbgGroups.OcxState");
     this.dbgGroups.Size            = new System.Drawing.Size(772, 302);
     this.dbgGroups.Location        = new System.Drawing.Point(20, 50);
     this.dbgGroups.TabIndex        = 1;
     this.dbgGroups.Name            = "dbgGroups";
     this.Label1.Text               = "Measure Field Group Logic";
     this.Label1.Font               = new System.Drawing.Font("Arial", 13.5f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label1.Size               = new System.Drawing.Size(402, 32);
     this.Label1.Location           = new System.Drawing.Point(20, 10);
     this.Label1.TabIndex           = 0;
     this.Label1.TextAlign          = System.Drawing.ContentAlignment.TopLeft;
     this.Label1.BackColor          = System.Drawing.SystemColors.Control;
     this.Label1.Enabled            = true;
     this.Label1.ForeColor          = System.Drawing.SystemColors.ControlText;
     this.Label1.Cursor             = System.Windows.Forms.Cursors.Default;
     this.Label1.RightToLeft        = System.Windows.Forms.RightToLeft.No;
     this.Label1.UseMnemonic        = true;
     this.Label1.Visible            = true;
     this.Label1.AutoSize           = false;
     this.Label1.BorderStyle        = System.Windows.Forms.BorderStyle.None;
     this.Label1.Name               = "Label1";
     this.Controls.Add(cmdPrint);
     this.Controls.Add(MSRDCGroups);
     this.Controls.Add(dbgGroups);
     this.Controls.Add(Label1);
     ((System.ComponentModel.ISupportInitialize) this.dbgGroups).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.MSRDCGroups).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#8
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OldfrmExportSetup));
     this.components           = new System.ComponentModel.Container();
     this.ToolTip1             = new System.Windows.Forms.ToolTip(components);
     this.txtNextVersionNumber = new System.Windows.Forms.TextBox();
     this.cboStartYear         = new System.Windows.Forms.ComboBox();
     this.cboStartQuarter      = new System.Windows.Forms.ComboBox();
     this.txtMemoField         = new System.Windows.Forms.TextBox();
     this.Frame2                    = new System.Windows.Forms.GroupBox();
     this.OptForHospitals           = new System.Windows.Forms.RadioButton();
     this.optForTesting             = new System.Windows.Forms.RadioButton();
     this.cmdCancel                 = new System.Windows.Forms.Button();
     this.Frame1                    = new System.Windows.Forms.GroupBox();
     this.optActiveAndTest          = new System.Windows.Forms.RadioButton();
     this.optActive                 = new System.Windows.Forms.RadioButton();
     this.txtUserNotes              = new System.Windows.Forms.TextBox();
     this.cmdExport                 = new System.Windows.Forms.Button();
     this.lstSelectedImportLayouts  = new System.Windows.Forms.ListBox();
     this.lstAvailableImportLayouts = new System.Windows.Forms.ListBox();
     this.cmdAddImportLayout        = new System.Windows.Forms.Button();
     this.cmdRemoveImportLayout     = new System.Windows.Forms.Button();
     this.dbgMemoField              = new AxMSDBGrid.AxDBGrid();
     this.rdcMemoField              = new AxMSRDC.AxMSRDC();
     this.Label5                    = new System.Windows.Forms.Label();
     this.Label6                    = new System.Windows.Forms.Label();
     this.lblNextVersionNumber      = new System.Windows.Forms.Label();
     this.Label4                    = new System.Windows.Forms.Label();
     this.lblCurrentVersionNumber   = new System.Windows.Forms.Label();
     this.Label3                    = new System.Windows.Forms.Label();
     this.Label1                    = new System.Windows.Forms.Label();
     this.Label2                    = new System.Windows.Forms.Label();
     this.Frame2.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.SuspendLayout();
     this.ToolTip1.Active = true;
     ((System.ComponentModel.ISupportInitialize) this.dbgMemoField).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcMemoField).BeginInit();
     this.Text            = "Create Update for Access";
     this.ClientSize      = new System.Drawing.Size(1028, 467);
     this.Location        = new System.Drawing.Point(5, 29);
     this.StartPosition   = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation;
     this.Font            = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.AutoScaleMode   = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor       = System.Drawing.SystemColors.Control;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
     this.ControlBox      = true;
     this.Enabled         = true;
     this.KeyPreview      = false;
     this.MaximizeBox     = true;
     this.MinimizeBox     = true;
     this.Cursor          = System.Windows.Forms.Cursors.Default;
     this.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar   = true;
     this.HelpButton      = false;
     this.WindowState     = System.Windows.Forms.FormWindowState.Normal;
     this.Name            = "frmExportSetup";
     this.txtNextVersionNumber.AutoSize         = false;
     this.txtNextVersionNumber.Size             = new System.Drawing.Size(125, 32);
     this.txtNextVersionNumber.Location         = new System.Drawing.Point(133, 60);
     this.txtNextVersionNumber.TabIndex         = 25;
     this.txtNextVersionNumber.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.txtNextVersionNumber.AcceptsReturn    = true;
     this.txtNextVersionNumber.TextAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtNextVersionNumber.BackColor        = System.Drawing.SystemColors.Window;
     this.txtNextVersionNumber.CausesValidation = true;
     this.txtNextVersionNumber.Enabled          = true;
     this.txtNextVersionNumber.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.txtNextVersionNumber.HideSelection    = true;
     this.txtNextVersionNumber.ReadOnly         = false;
     this.txtNextVersionNumber.MaxLength        = 0;
     this.txtNextVersionNumber.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.txtNextVersionNumber.Multiline        = false;
     this.txtNextVersionNumber.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.txtNextVersionNumber.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txtNextVersionNumber.TabStop          = true;
     this.txtNextVersionNumber.Visible          = true;
     this.txtNextVersionNumber.BorderStyle      = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtNextVersionNumber.Name             = "txtNextVersionNumber";
     this.cboStartYear.Size             = new System.Drawing.Size(99, 27);
     this.cboStartYear.Location         = new System.Drawing.Point(428, 389);
     this.cboStartYear.TabIndex         = 24;
     this.cboStartYear.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboStartYear.BackColor        = System.Drawing.SystemColors.Window;
     this.cboStartYear.CausesValidation = true;
     this.cboStartYear.Enabled          = true;
     this.cboStartYear.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.cboStartYear.IntegralHeight   = true;
     this.cboStartYear.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cboStartYear.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cboStartYear.Sorted           = false;
     this.cboStartYear.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboStartYear.TabStop          = true;
     this.cboStartYear.Visible          = true;
     this.cboStartYear.Name             = "cboStartYear";
     this.cboStartQuarter.Size          = new System.Drawing.Size(49, 27);
     this.cboStartQuarter.Location      = new System.Drawing.Point(375, 389);
     this.cboStartQuarter.Items.AddRange(new object[] {
         "1",
         "2",
         "3",
         "4"
     });
     this.cboStartQuarter.TabIndex         = 23;
     this.cboStartQuarter.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboStartQuarter.BackColor        = System.Drawing.SystemColors.Window;
     this.cboStartQuarter.CausesValidation = true;
     this.cboStartQuarter.Enabled          = true;
     this.cboStartQuarter.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.cboStartQuarter.IntegralHeight   = true;
     this.cboStartQuarter.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cboStartQuarter.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cboStartQuarter.Sorted           = false;
     this.cboStartQuarter.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboStartQuarter.TabStop          = true;
     this.cboStartQuarter.Visible          = true;
     this.cboStartQuarter.Name             = "cboStartQuarter";
     this.txtMemoField.AutoSize            = false;
     this.txtMemoField.Size             = new System.Drawing.Size(53, 23);
     this.txtMemoField.Location         = new System.Drawing.Point(282, 513);
     this.txtMemoField.TabIndex         = 21;
     this.txtMemoField.Visible          = false;
     this.txtMemoField.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.txtMemoField.AcceptsReturn    = true;
     this.txtMemoField.TextAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtMemoField.BackColor        = System.Drawing.SystemColors.Window;
     this.txtMemoField.CausesValidation = true;
     this.txtMemoField.Enabled          = true;
     this.txtMemoField.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.txtMemoField.HideSelection    = true;
     this.txtMemoField.ReadOnly         = false;
     this.txtMemoField.MaxLength        = 0;
     this.txtMemoField.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.txtMemoField.Multiline        = false;
     this.txtMemoField.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.txtMemoField.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txtMemoField.TabStop          = true;
     this.txtMemoField.BorderStyle      = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtMemoField.Name             = "txtMemoField";
     this.Frame2.Text                                = "Select the reason for creating this update";
     this.Frame2.Size                                = new System.Drawing.Size(303, 92);
     this.Frame2.Location                            = new System.Drawing.Point(627, 293);
     this.Frame2.TabIndex                            = 14;
     this.Frame2.Font                                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Frame2.BackColor                           = System.Drawing.SystemColors.Control;
     this.Frame2.Enabled                             = true;
     this.Frame2.ForeColor                           = System.Drawing.SystemColors.ControlText;
     this.Frame2.RightToLeft                         = System.Windows.Forms.RightToLeft.No;
     this.Frame2.Visible                             = true;
     this.Frame2.Padding                             = new System.Windows.Forms.Padding(0);
     this.Frame2.Name                                = "Frame2";
     this.OptForHospitals.TextAlign                  = System.Drawing.ContentAlignment.MiddleLeft;
     this.OptForHospitals.Text                       = "For Hospitals (New Version Number)";
     this.OptForHospitals.Size                       = new System.Drawing.Size(287, 25);
     this.OptForHospitals.Location                   = new System.Drawing.Point(7, 54);
     this.OptForHospitals.TabIndex                   = 16;
     this.OptForHospitals.Font                       = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.OptForHospitals.CheckAlign                 = System.Drawing.ContentAlignment.MiddleLeft;
     this.OptForHospitals.BackColor                  = System.Drawing.SystemColors.Control;
     this.OptForHospitals.CausesValidation           = true;
     this.OptForHospitals.Enabled                    = true;
     this.OptForHospitals.ForeColor                  = System.Drawing.SystemColors.ControlText;
     this.OptForHospitals.Cursor                     = System.Windows.Forms.Cursors.Default;
     this.OptForHospitals.RightToLeft                = System.Windows.Forms.RightToLeft.No;
     this.OptForHospitals.Appearance                 = System.Windows.Forms.Appearance.Normal;
     this.OptForHospitals.TabStop                    = true;
     this.OptForHospitals.Checked                    = false;
     this.OptForHospitals.Visible                    = true;
     this.OptForHospitals.Name                       = "OptForHospitals";
     this.optForTesting.TextAlign                    = System.Drawing.ContentAlignment.MiddleLeft;
     this.optForTesting.Text                         = "For Testing Only  (Don't change the version)";
     this.optForTesting.Size                         = new System.Drawing.Size(292, 27);
     this.optForTesting.Location                     = new System.Drawing.Point(7, 27);
     this.optForTesting.TabIndex                     = 15;
     this.optForTesting.Checked                      = true;
     this.optForTesting.Font                         = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.optForTesting.CheckAlign                   = System.Drawing.ContentAlignment.MiddleLeft;
     this.optForTesting.BackColor                    = System.Drawing.SystemColors.Control;
     this.optForTesting.CausesValidation             = true;
     this.optForTesting.Enabled                      = true;
     this.optForTesting.ForeColor                    = System.Drawing.SystemColors.ControlText;
     this.optForTesting.Cursor                       = System.Windows.Forms.Cursors.Default;
     this.optForTesting.RightToLeft                  = System.Windows.Forms.RightToLeft.No;
     this.optForTesting.Appearance                   = System.Windows.Forms.Appearance.Normal;
     this.optForTesting.TabStop                      = true;
     this.optForTesting.Visible                      = true;
     this.optForTesting.Name                         = "optForTesting";
     this.cmdCancel.TextAlign                        = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdCancel.Text                             = "Cancel";
     this.cmdCancel.Size                             = new System.Drawing.Size(104, 27);
     this.cmdCancel.Location                         = new System.Drawing.Point(362, 428);
     this.cmdCancel.TabIndex                         = 13;
     this.cmdCancel.Font                             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdCancel.BackColor                        = System.Drawing.SystemColors.Control;
     this.cmdCancel.CausesValidation                 = true;
     this.cmdCancel.Enabled                          = true;
     this.cmdCancel.ForeColor                        = System.Drawing.SystemColors.ControlText;
     this.cmdCancel.Cursor                           = System.Windows.Forms.Cursors.Default;
     this.cmdCancel.RightToLeft                      = System.Windows.Forms.RightToLeft.No;
     this.cmdCancel.TabStop                          = true;
     this.cmdCancel.Name                             = "cmdCancel";
     this.Frame1.Text                                = "Select the module";
     this.Frame1.Size                                = new System.Drawing.Size(214, 89);
     this.Frame1.Location                            = new System.Drawing.Point(88, 293);
     this.Frame1.TabIndex                            = 10;
     this.Frame1.Font                                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Frame1.BackColor                           = System.Drawing.SystemColors.Control;
     this.Frame1.Enabled                             = true;
     this.Frame1.ForeColor                           = System.Drawing.SystemColors.ControlText;
     this.Frame1.RightToLeft                         = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Visible                             = true;
     this.Frame1.Padding                             = new System.Windows.Forms.Padding(0);
     this.Frame1.Name                                = "Frame1";
     this.optActiveAndTest.TextAlign                 = System.Drawing.ContentAlignment.MiddleLeft;
     this.optActiveAndTest.Text                      = "Active and Test Setup";
     this.optActiveAndTest.Size                      = new System.Drawing.Size(183, 25);
     this.optActiveAndTest.Location                  = new System.Drawing.Point(13, 22);
     this.optActiveAndTest.TabIndex                  = 12;
     this.optActiveAndTest.Checked                   = true;
     this.optActiveAndTest.Font                      = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.optActiveAndTest.CheckAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.optActiveAndTest.BackColor                 = System.Drawing.SystemColors.Control;
     this.optActiveAndTest.CausesValidation          = true;
     this.optActiveAndTest.Enabled                   = true;
     this.optActiveAndTest.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.optActiveAndTest.Cursor                    = System.Windows.Forms.Cursors.Default;
     this.optActiveAndTest.RightToLeft               = System.Windows.Forms.RightToLeft.No;
     this.optActiveAndTest.Appearance                = System.Windows.Forms.Appearance.Normal;
     this.optActiveAndTest.TabStop                   = true;
     this.optActiveAndTest.Visible                   = true;
     this.optActiveAndTest.Name                      = "optActiveAndTest";
     this.optActive.TextAlign                        = System.Drawing.ContentAlignment.MiddleLeft;
     this.optActive.Text                             = "Active Setup Only";
     this.optActive.Size                             = new System.Drawing.Size(179, 28);
     this.optActive.Location                         = new System.Drawing.Point(13, 48);
     this.optActive.TabIndex                         = 11;
     this.optActive.Font                             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.optActive.CheckAlign                       = System.Drawing.ContentAlignment.MiddleLeft;
     this.optActive.BackColor                        = System.Drawing.SystemColors.Control;
     this.optActive.CausesValidation                 = true;
     this.optActive.Enabled                          = true;
     this.optActive.ForeColor                        = System.Drawing.SystemColors.ControlText;
     this.optActive.Cursor                           = System.Windows.Forms.Cursors.Default;
     this.optActive.RightToLeft                      = System.Windows.Forms.RightToLeft.No;
     this.optActive.Appearance                       = System.Windows.Forms.Appearance.Normal;
     this.optActive.TabStop                          = true;
     this.optActive.Checked                          = false;
     this.optActive.Visible                          = true;
     this.optActive.Name                             = "optActive";
     this.txtUserNotes.AutoSize                      = false;
     this.txtUserNotes.Size                          = new System.Drawing.Size(452, 63);
     this.txtUserNotes.Location                      = new System.Drawing.Point(264, 30);
     this.txtUserNotes.TabIndex                      = 8;
     this.txtUserNotes.Text                          = "No Notes";
     this.txtUserNotes.Font                          = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.txtUserNotes.AcceptsReturn                 = true;
     this.txtUserNotes.TextAlign                     = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtUserNotes.BackColor                     = System.Drawing.SystemColors.Window;
     this.txtUserNotes.CausesValidation              = true;
     this.txtUserNotes.Enabled                       = true;
     this.txtUserNotes.ForeColor                     = System.Drawing.SystemColors.WindowText;
     this.txtUserNotes.HideSelection                 = true;
     this.txtUserNotes.ReadOnly                      = false;
     this.txtUserNotes.MaxLength                     = 0;
     this.txtUserNotes.Cursor                        = System.Windows.Forms.Cursors.IBeam;
     this.txtUserNotes.Multiline                     = false;
     this.txtUserNotes.RightToLeft                   = System.Windows.Forms.RightToLeft.No;
     this.txtUserNotes.ScrollBars                    = System.Windows.Forms.ScrollBars.None;
     this.txtUserNotes.TabStop                       = true;
     this.txtUserNotes.Visible                       = true;
     this.txtUserNotes.BorderStyle                   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtUserNotes.Name                          = "txtUserNotes";
     this.cmdExport.TextAlign                        = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdExport.Text                             = "Export Setup";
     this.cmdExport.Size                             = new System.Drawing.Size(108, 27);
     this.cmdExport.Location                         = new System.Drawing.Point(230, 428);
     this.cmdExport.TabIndex                         = 6;
     this.cmdExport.Font                             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdExport.BackColor                        = System.Drawing.SystemColors.Control;
     this.cmdExport.CausesValidation                 = true;
     this.cmdExport.Enabled                          = true;
     this.cmdExport.ForeColor                        = System.Drawing.SystemColors.ControlText;
     this.cmdExport.Cursor                           = System.Windows.Forms.Cursors.Default;
     this.cmdExport.RightToLeft                      = System.Windows.Forms.RightToLeft.No;
     this.cmdExport.TabStop                          = true;
     this.cmdExport.Name                             = "cmdExport";
     this.lstSelectedImportLayouts.Size              = new System.Drawing.Size(442, 172);
     this.lstSelectedImportLayouts.Location          = new System.Drawing.Point(578, 115);
     this.lstSelectedImportLayouts.TabIndex          = 3;
     this.lstSelectedImportLayouts.Font              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lstSelectedImportLayouts.BorderStyle       = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lstSelectedImportLayouts.BackColor         = System.Drawing.SystemColors.Window;
     this.lstSelectedImportLayouts.CausesValidation  = true;
     this.lstSelectedImportLayouts.Enabled           = true;
     this.lstSelectedImportLayouts.ForeColor         = System.Drawing.SystemColors.WindowText;
     this.lstSelectedImportLayouts.IntegralHeight    = true;
     this.lstSelectedImportLayouts.Cursor            = System.Windows.Forms.Cursors.Default;
     this.lstSelectedImportLayouts.SelectionMode     = System.Windows.Forms.SelectionMode.One;
     this.lstSelectedImportLayouts.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.lstSelectedImportLayouts.Sorted            = false;
     this.lstSelectedImportLayouts.TabStop           = true;
     this.lstSelectedImportLayouts.Visible           = true;
     this.lstSelectedImportLayouts.MultiColumn       = false;
     this.lstSelectedImportLayouts.Name              = "lstSelectedImportLayouts";
     this.lstAvailableImportLayouts.Size             = new System.Drawing.Size(462, 172);
     this.lstAvailableImportLayouts.Location         = new System.Drawing.Point(23, 115);
     this.lstAvailableImportLayouts.TabIndex         = 2;
     this.lstAvailableImportLayouts.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lstAvailableImportLayouts.BorderStyle      = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lstAvailableImportLayouts.BackColor        = System.Drawing.SystemColors.Window;
     this.lstAvailableImportLayouts.CausesValidation = true;
     this.lstAvailableImportLayouts.Enabled          = true;
     this.lstAvailableImportLayouts.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.lstAvailableImportLayouts.IntegralHeight   = true;
     this.lstAvailableImportLayouts.Cursor           = System.Windows.Forms.Cursors.Default;
     this.lstAvailableImportLayouts.SelectionMode    = System.Windows.Forms.SelectionMode.One;
     this.lstAvailableImportLayouts.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.lstAvailableImportLayouts.Sorted           = false;
     this.lstAvailableImportLayouts.TabStop          = true;
     this.lstAvailableImportLayouts.Visible          = true;
     this.lstAvailableImportLayouts.MultiColumn      = false;
     this.lstAvailableImportLayouts.Name             = "lstAvailableImportLayouts";
     this.cmdAddImportLayout.TextAlign               = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdAddImportLayout.Text                    = "==>>";
     this.cmdAddImportLayout.Font                    = new System.Drawing.Font("Arial", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdAddImportLayout.Size                    = new System.Drawing.Size(58, 30);
     this.cmdAddImportLayout.Location                = new System.Drawing.Point(500, 160);
     this.cmdAddImportLayout.TabIndex                = 1;
     this.cmdAddImportLayout.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdAddImportLayout.CausesValidation        = true;
     this.cmdAddImportLayout.Enabled                 = true;
     this.cmdAddImportLayout.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdAddImportLayout.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdAddImportLayout.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdAddImportLayout.TabStop                 = true;
     this.cmdAddImportLayout.Name                    = "cmdAddImportLayout";
     this.cmdRemoveImportLayout.TextAlign            = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdRemoveImportLayout.Text                 = "<<==";
     this.cmdRemoveImportLayout.Font                 = new System.Drawing.Font("Arial", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdRemoveImportLayout.Size                 = new System.Drawing.Size(58, 30);
     this.cmdRemoveImportLayout.Location             = new System.Drawing.Point(500, 220);
     this.cmdRemoveImportLayout.TabIndex             = 0;
     this.cmdRemoveImportLayout.BackColor            = System.Drawing.SystemColors.Control;
     this.cmdRemoveImportLayout.CausesValidation     = true;
     this.cmdRemoveImportLayout.Enabled              = true;
     this.cmdRemoveImportLayout.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.cmdRemoveImportLayout.Cursor               = System.Windows.Forms.Cursors.Default;
     this.cmdRemoveImportLayout.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.cmdRemoveImportLayout.TabStop              = true;
     this.cmdRemoveImportLayout.Name                 = "cmdRemoveImportLayout";
     dbgMemoField.OcxState                           = (System.Windows.Forms.AxHost.State)resources.GetObject("dbgMemoField.OcxState");
     this.dbgMemoField.Size                          = new System.Drawing.Size(227, 80);
     this.dbgMemoField.Location                      = new System.Drawing.Point(349, 473);
     this.dbgMemoField.TabIndex                      = 20;
     this.dbgMemoField.Visible                       = false;
     this.dbgMemoField.Name                          = "dbgMemoField";
     rdcMemoField.OcxState                           = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcMemoField.OcxState");
     this.rdcMemoField.Size                          = new System.Drawing.Size(237, 28);
     this.rdcMemoField.Location                      = new System.Drawing.Point(40, 512);
     this.rdcMemoField.Visible                       = false;
     this.rdcMemoField.Name                          = "rdcMemoField";
     this.Label5.Text                                = "Setup Start Date (Q/YYYY):";
     this.Label5.Size                                = new System.Drawing.Size(170, 20);
     this.Label5.Location                            = new System.Drawing.Point(202, 392);
     this.Label5.TabIndex                            = 22;
     this.Label5.Font                                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label5.TextAlign                           = System.Drawing.ContentAlignment.TopLeft;
     this.Label5.BackColor                           = System.Drawing.SystemColors.Control;
     this.Label5.Enabled                             = true;
     this.Label5.ForeColor                           = System.Drawing.SystemColors.ControlText;
     this.Label5.Cursor                              = System.Windows.Forms.Cursors.Default;
     this.Label5.RightToLeft                         = System.Windows.Forms.RightToLeft.No;
     this.Label5.UseMnemonic                         = true;
     this.Label5.Visible                             = true;
     this.Label5.AutoSize                            = false;
     this.Label5.BorderStyle                         = System.Windows.Forms.BorderStyle.None;
     this.Label5.Name                                = "Label5";
     this.Label6.Text                                = "New Version";
     this.Label6.Size                                = new System.Drawing.Size(100, 23);
     this.Label6.Location                            = new System.Drawing.Point(134, 4);
     this.Label6.TabIndex                            = 19;
     this.Label6.Font                                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label6.TextAlign                           = System.Drawing.ContentAlignment.TopLeft;
     this.Label6.BackColor                           = System.Drawing.SystemColors.Control;
     this.Label6.Enabled                             = true;
     this.Label6.ForeColor                           = System.Drawing.SystemColors.ControlText;
     this.Label6.Cursor                              = System.Windows.Forms.Cursors.Default;
     this.Label6.RightToLeft                         = System.Windows.Forms.RightToLeft.No;
     this.Label6.UseMnemonic                         = true;
     this.Label6.Visible                             = true;
     this.Label6.AutoSize                            = false;
     this.Label6.BorderStyle                         = System.Windows.Forms.BorderStyle.None;
     this.Label6.Name                                = "Label6";
     this.lblNextVersionNumber.BackColor             = System.Drawing.Color.Transparent;
     this.lblNextVersionNumber.Font                  = new System.Drawing.Font("Arial", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lblNextVersionNumber.ForeColor             = System.Drawing.Color.FromArgb(192, 0, 0);
     this.lblNextVersionNumber.Size                  = new System.Drawing.Size(125, 27);
     this.lblNextVersionNumber.Location              = new System.Drawing.Point(134, 30);
     this.lblNextVersionNumber.TabIndex              = 18;
     this.lblNextVersionNumber.TextAlign             = System.Drawing.ContentAlignment.TopLeft;
     this.lblNextVersionNumber.Enabled               = true;
     this.lblNextVersionNumber.Cursor                = System.Windows.Forms.Cursors.Default;
     this.lblNextVersionNumber.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.lblNextVersionNumber.UseMnemonic           = true;
     this.lblNextVersionNumber.Visible               = true;
     this.lblNextVersionNumber.AutoSize              = false;
     this.lblNextVersionNumber.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblNextVersionNumber.Name                  = "lblNextVersionNumber";
     this.Label4.Text                                = "Current Version";
     this.Label4.Size                                = new System.Drawing.Size(117, 23);
     this.Label4.Location                            = new System.Drawing.Point(7, 4);
     this.Label4.TabIndex                            = 17;
     this.Label4.Font                                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label4.TextAlign                           = System.Drawing.ContentAlignment.TopLeft;
     this.Label4.BackColor                           = System.Drawing.SystemColors.Control;
     this.Label4.Enabled                             = true;
     this.Label4.ForeColor                           = System.Drawing.SystemColors.ControlText;
     this.Label4.Cursor                              = System.Windows.Forms.Cursors.Default;
     this.Label4.RightToLeft                         = System.Windows.Forms.RightToLeft.No;
     this.Label4.UseMnemonic                         = true;
     this.Label4.Visible                             = true;
     this.Label4.AutoSize                            = false;
     this.Label4.BorderStyle                         = System.Windows.Forms.BorderStyle.None;
     this.Label4.Name                                = "Label4";
     this.lblCurrentVersionNumber.BackColor          = System.Drawing.Color.Transparent;
     this.lblCurrentVersionNumber.Font               = new System.Drawing.Font("Arial", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lblCurrentVersionNumber.ForeColor          = System.Drawing.Color.FromArgb(192, 0, 0);
     this.lblCurrentVersionNumber.Size               = new System.Drawing.Size(124, 62);
     this.lblCurrentVersionNumber.Location           = new System.Drawing.Point(7, 30);
     this.lblCurrentVersionNumber.TabIndex           = 9;
     this.lblCurrentVersionNumber.TextAlign          = System.Drawing.ContentAlignment.TopLeft;
     this.lblCurrentVersionNumber.Enabled            = true;
     this.lblCurrentVersionNumber.Cursor             = System.Windows.Forms.Cursors.Default;
     this.lblCurrentVersionNumber.RightToLeft        = System.Windows.Forms.RightToLeft.No;
     this.lblCurrentVersionNumber.UseMnemonic        = true;
     this.lblCurrentVersionNumber.Visible            = true;
     this.lblCurrentVersionNumber.AutoSize           = false;
     this.lblCurrentVersionNumber.BorderStyle        = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblCurrentVersionNumber.Name               = "lblCurrentVersionNumber";
     this.Label3.Text                                = "Please enter your notes for version ";
     this.Label3.Size                                = new System.Drawing.Size(234, 23);
     this.Label3.Location                            = new System.Drawing.Point(264, 4);
     this.Label3.TabIndex                            = 7;
     this.Label3.Font                                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label3.TextAlign                           = System.Drawing.ContentAlignment.TopLeft;
     this.Label3.BackColor                           = System.Drawing.SystemColors.Control;
     this.Label3.Enabled                             = true;
     this.Label3.ForeColor                           = System.Drawing.SystemColors.ControlText;
     this.Label3.Cursor                              = System.Windows.Forms.Cursors.Default;
     this.Label3.RightToLeft                         = System.Windows.Forms.RightToLeft.No;
     this.Label3.UseMnemonic                         = true;
     this.Label3.Visible                             = true;
     this.Label3.AutoSize                            = false;
     this.Label3.BorderStyle                         = System.Windows.Forms.BorderStyle.None;
     this.Label3.Name                                = "Label3";
     this.Label1.Text                                = "Selected Import Layouts";
     this.Label1.Size                                = new System.Drawing.Size(167, 19);
     this.Label1.Location                            = new System.Drawing.Point(617, 95);
     this.Label1.TabIndex                            = 5;
     this.Label1.Font                                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label1.TextAlign                           = System.Drawing.ContentAlignment.TopLeft;
     this.Label1.BackColor                           = System.Drawing.SystemColors.Control;
     this.Label1.Enabled                             = true;
     this.Label1.ForeColor                           = System.Drawing.SystemColors.ControlText;
     this.Label1.Cursor                              = System.Windows.Forms.Cursors.Default;
     this.Label1.RightToLeft                         = System.Windows.Forms.RightToLeft.No;
     this.Label1.UseMnemonic                         = true;
     this.Label1.Visible                             = true;
     this.Label1.AutoSize                            = false;
     this.Label1.BorderStyle                         = System.Windows.Forms.BorderStyle.None;
     this.Label1.Name                                = "Label1";
     this.Label2.Text                                = "Available Import Layouts";
     this.Label2.Size                                = new System.Drawing.Size(167, 20);
     this.Label2.Location                            = new System.Drawing.Point(23, 94);
     this.Label2.TabIndex                            = 4;
     this.Label2.Font                                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label2.TextAlign                           = System.Drawing.ContentAlignment.TopLeft;
     this.Label2.BackColor                           = System.Drawing.SystemColors.Control;
     this.Label2.Enabled                             = true;
     this.Label2.ForeColor                           = System.Drawing.SystemColors.ControlText;
     this.Label2.Cursor                              = System.Windows.Forms.Cursors.Default;
     this.Label2.RightToLeft                         = System.Windows.Forms.RightToLeft.No;
     this.Label2.UseMnemonic                         = true;
     this.Label2.Visible                             = true;
     this.Label2.AutoSize                            = false;
     this.Label2.BorderStyle                         = System.Windows.Forms.BorderStyle.None;
     this.Label2.Name                                = "Label2";
     this.Controls.Add(txtNextVersionNumber);
     this.Controls.Add(cboStartYear);
     this.Controls.Add(cboStartQuarter);
     this.Controls.Add(txtMemoField);
     this.Controls.Add(Frame2);
     this.Controls.Add(cmdCancel);
     this.Controls.Add(Frame1);
     this.Controls.Add(txtUserNotes);
     this.Controls.Add(cmdExport);
     this.Controls.Add(lstSelectedImportLayouts);
     this.Controls.Add(lstAvailableImportLayouts);
     this.Controls.Add(cmdAddImportLayout);
     this.Controls.Add(cmdRemoveImportLayout);
     this.Controls.Add(dbgMemoField);
     this.Controls.Add(rdcMemoField);
     this.Controls.Add(Label5);
     this.Controls.Add(Label6);
     this.Controls.Add(lblNextVersionNumber);
     this.Controls.Add(Label4);
     this.Controls.Add(lblCurrentVersionNumber);
     this.Controls.Add(Label3);
     this.Controls.Add(Label1);
     this.Controls.Add(Label2);
     this.Frame2.Controls.Add(OptForHospitals);
     this.Frame2.Controls.Add(optForTesting);
     this.Frame1.Controls.Add(optActiveAndTest);
     this.Frame1.Controls.Add(optActive);
     ((System.ComponentModel.ISupportInitialize) this.rdcMemoField).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.dbgMemoField).EndInit();
     this.Frame2.ResumeLayout(false);
     this.Frame1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OldfrmTableSetup));
     this.components          = new System.ComponentModel.Container();
     this.ToolTip1            = new System.Windows.Forms.ToolTip(components);
     this.cboTableList        = new System.Windows.Forms.ComboBox();
     this.cmdClose            = new System.Windows.Forms.Button();
     this.tabFields           = new System.Windows.Forms.TabControl();
     this._tabFields_TabPage0 = new System.Windows.Forms.TabPage();
     this.cmdAddField         = new System.Windows.Forms.Button();
     this.dbgFieldList        = new AxMSDBGrid.AxDBGrid();
     this.cmdEdit             = new System.Windows.Forms.Button();
     this.cmdDelete           = new System.Windows.Forms.Button();
     this.cmdChangeStatus     = new System.Windows.Forms.Button();
     this.cmdUpdateDEA        = new System.Windows.Forms.Button();
     this.cmdMoveDown         = new System.Windows.Forms.Button();
     this.cmdMoveUp           = new System.Windows.Forms.Button();
     this.rdcTableList        = new AxMSRDC.AxMSRDC();
     this.rdcFieldList        = new AxMSRDC.AxMSRDC();
     this.rdcValDynFields     = new AxMSRDC.AxMSRDC();
     this.rdcFieldReqVal      = new AxMSRDC.AxMSRDC();
     this.Label1 = new System.Windows.Forms.Label();
     this.tabFields.SuspendLayout();
     this._tabFields_TabPage0.SuspendLayout();
     this.SuspendLayout();
     this.ToolTip1.Active = true;
     ((System.ComponentModel.ISupportInitialize) this.dbgFieldList).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcTableList).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcFieldList).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcValDynFields).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcFieldReqVal).BeginInit();
     this.Text                             = "Table and Field Setup Form";
     this.ClientSize                       = new System.Drawing.Size(880, 697);
     this.Location                         = new System.Drawing.Point(5, 29);
     this.StartPosition                    = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds;
     this.Font                             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.AutoScaleMode                    = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor                        = System.Drawing.SystemColors.Control;
     this.FormBorderStyle                  = System.Windows.Forms.FormBorderStyle.Sizable;
     this.ControlBox                       = true;
     this.Enabled                          = true;
     this.KeyPreview                       = false;
     this.MaximizeBox                      = true;
     this.MinimizeBox                      = true;
     this.Cursor                           = System.Windows.Forms.Cursors.Default;
     this.RightToLeft                      = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar                    = true;
     this.HelpButton                       = false;
     this.WindowState                      = System.Windows.Forms.FormWindowState.Normal;
     this.Name                             = "frmTableSetup";
     this.cboTableList.Size                = new System.Drawing.Size(415, 27);
     this.cboTableList.Location            = new System.Drawing.Point(275, 5);
     this.cboTableList.TabIndex            = 2;
     this.cboTableList.Font                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboTableList.BackColor           = System.Drawing.SystemColors.Window;
     this.cboTableList.CausesValidation    = true;
     this.cboTableList.Enabled             = true;
     this.cboTableList.ForeColor           = System.Drawing.SystemColors.WindowText;
     this.cboTableList.IntegralHeight      = true;
     this.cboTableList.Cursor              = System.Windows.Forms.Cursors.Default;
     this.cboTableList.RightToLeft         = System.Windows.Forms.RightToLeft.No;
     this.cboTableList.Sorted              = false;
     this.cboTableList.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboTableList.TabStop             = true;
     this.cboTableList.Visible             = true;
     this.cboTableList.Name                = "cboTableList";
     this.cmdClose.TextAlign               = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdClose.Text                    = "Close";
     this.cmdClose.Size                    = new System.Drawing.Size(134, 25);
     this.cmdClose.Location                = new System.Drawing.Point(333, 655);
     this.cmdClose.TabIndex                = 1;
     this.cmdClose.Font                    = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdClose.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdClose.CausesValidation        = true;
     this.cmdClose.Enabled                 = true;
     this.cmdClose.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdClose.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdClose.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdClose.TabStop                 = true;
     this.cmdClose.Name                    = "cmdClose";
     this.tabFields.Size                   = new System.Drawing.Size(862, 608);
     this.tabFields.Location               = new System.Drawing.Point(7, 38);
     this.tabFields.TabIndex               = 0;
     this.tabFields.ItemSize               = new System.Drawing.Size(42, 22);
     this.tabFields.Font                   = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.tabFields.Name                   = "tabFields";
     this._tabFields_TabPage0.Text         = "Fields";
     this.cmdAddField.TextAlign            = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdAddField.Text                 = "Add";
     this.cmdAddField.Size                 = new System.Drawing.Size(53, 75);
     this.cmdAddField.Location             = new System.Drawing.Point(133, 522);
     this.cmdAddField.TabIndex             = 4;
     this.cmdAddField.Font                 = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdAddField.BackColor            = System.Drawing.SystemColors.Control;
     this.cmdAddField.CausesValidation     = true;
     this.cmdAddField.Enabled              = true;
     this.cmdAddField.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.cmdAddField.Cursor               = System.Windows.Forms.Cursors.Default;
     this.cmdAddField.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.cmdAddField.TabStop              = true;
     this.cmdAddField.Name                 = "cmdAddField";
     dbgFieldList.OcxState                 = (System.Windows.Forms.AxHost.State)resources.GetObject("dbgFieldList.OcxState");
     this.dbgFieldList.Size                = new System.Drawing.Size(827, 475);
     this.dbgFieldList.Location            = new System.Drawing.Point(18, 40);
     this.dbgFieldList.TabIndex            = 7;
     this.dbgFieldList.Name                = "dbgFieldList";
     this.cmdEdit.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdEdit.Text                     = "Edit";
     this.cmdEdit.Size                     = new System.Drawing.Size(53, 75);
     this.cmdEdit.Location                 = new System.Drawing.Point(20, 522);
     this.cmdEdit.TabIndex                 = 5;
     this.cmdEdit.Font                     = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdEdit.BackColor                = System.Drawing.SystemColors.Control;
     this.cmdEdit.CausesValidation         = true;
     this.cmdEdit.Enabled                  = true;
     this.cmdEdit.ForeColor                = System.Drawing.SystemColors.ControlText;
     this.cmdEdit.Cursor                   = System.Windows.Forms.Cursors.Default;
     this.cmdEdit.RightToLeft              = System.Windows.Forms.RightToLeft.No;
     this.cmdEdit.TabStop                  = true;
     this.cmdEdit.Name                     = "cmdEdit";
     this.cmdDelete.TextAlign              = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdDelete.Text                   = "Delete";
     this.cmdDelete.Size                   = new System.Drawing.Size(53, 25);
     this.cmdDelete.Location               = new System.Drawing.Point(80, 570);
     this.cmdDelete.TabIndex               = 6;
     this.cmdDelete.Font                   = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdDelete.BackColor              = System.Drawing.SystemColors.Control;
     this.cmdDelete.CausesValidation       = true;
     this.cmdDelete.Enabled                = true;
     this.cmdDelete.ForeColor              = System.Drawing.SystemColors.ControlText;
     this.cmdDelete.Cursor                 = System.Windows.Forms.Cursors.Default;
     this.cmdDelete.RightToLeft            = System.Windows.Forms.RightToLeft.No;
     this.cmdDelete.TabStop                = true;
     this.cmdDelete.Name                   = "cmdDelete";
     this.cmdChangeStatus.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdChangeStatus.Text             = "Change Status";
     this.cmdChangeStatus.Size             = new System.Drawing.Size(164, 25);
     this.cmdChangeStatus.Location         = new System.Drawing.Point(389, 572);
     this.cmdChangeStatus.TabIndex         = 8;
     this.cmdChangeStatus.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdChangeStatus.BackColor        = System.Drawing.SystemColors.Control;
     this.cmdChangeStatus.CausesValidation = true;
     this.cmdChangeStatus.Enabled          = true;
     this.cmdChangeStatus.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.cmdChangeStatus.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cmdChangeStatus.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cmdChangeStatus.TabStop          = true;
     this.cmdChangeStatus.Name             = "cmdChangeStatus";
     this.cmdUpdateDEA.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdUpdateDEA.Text                = "Update Data Entry Actions";
     this.cmdUpdateDEA.Size                = new System.Drawing.Size(198, 25);
     this.cmdUpdateDEA.Location            = new System.Drawing.Point(188, 572);
     this.cmdUpdateDEA.TabIndex            = 9;
     this.cmdUpdateDEA.Font                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdUpdateDEA.BackColor           = System.Drawing.SystemColors.Control;
     this.cmdUpdateDEA.CausesValidation    = true;
     this.cmdUpdateDEA.Enabled             = true;
     this.cmdUpdateDEA.ForeColor           = System.Drawing.SystemColors.ControlText;
     this.cmdUpdateDEA.Cursor              = System.Windows.Forms.Cursors.Default;
     this.cmdUpdateDEA.RightToLeft         = System.Windows.Forms.RightToLeft.No;
     this.cmdUpdateDEA.TabStop             = true;
     this.cmdUpdateDEA.Name                = "cmdUpdateDEA";
     this.cmdMoveDown.TextAlign            = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdMoveDown.Text                 = "Move Down";
     this.cmdMoveDown.Size                 = new System.Drawing.Size(102, 25);
     this.cmdMoveDown.Location             = new System.Drawing.Point(638, 570);
     this.cmdMoveDown.TabIndex             = 10;
     this.cmdMoveDown.Font                 = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdMoveDown.BackColor            = System.Drawing.SystemColors.Control;
     this.cmdMoveDown.CausesValidation     = true;
     this.cmdMoveDown.Enabled              = true;
     this.cmdMoveDown.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.cmdMoveDown.Cursor               = System.Windows.Forms.Cursors.Default;
     this.cmdMoveDown.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.cmdMoveDown.TabStop              = true;
     this.cmdMoveDown.Name                 = "cmdMoveDown";
     this.cmdMoveUp.TextAlign              = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdMoveUp.Text                   = "Move Up";
     this.cmdMoveUp.Size                   = new System.Drawing.Size(74, 25);
     this.cmdMoveUp.Location               = new System.Drawing.Point(558, 570);
     this.cmdMoveUp.TabIndex               = 11;
     this.cmdMoveUp.Font                   = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdMoveUp.BackColor              = System.Drawing.SystemColors.Control;
     this.cmdMoveUp.CausesValidation       = true;
     this.cmdMoveUp.Enabled                = true;
     this.cmdMoveUp.ForeColor              = System.Drawing.SystemColors.ControlText;
     this.cmdMoveUp.Cursor                 = System.Windows.Forms.Cursors.Default;
     this.cmdMoveUp.RightToLeft            = System.Windows.Forms.RightToLeft.No;
     this.cmdMoveUp.TabStop                = true;
     this.cmdMoveUp.Name                   = "cmdMoveUp";
     rdcTableList.OcxState                 = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcTableList.OcxState");
     this.rdcTableList.Size                = new System.Drawing.Size(197, 28);
     this.rdcTableList.Location            = new System.Drawing.Point(10, 714);
     this.rdcTableList.Visible             = false;
     this.rdcTableList.Name                = "rdcTableList";
     rdcFieldList.OcxState                 = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcFieldList.OcxState");
     this.rdcFieldList.Size                = new System.Drawing.Size(195, 28);
     this.rdcFieldList.Location            = new System.Drawing.Point(210, 715);
     this.rdcFieldList.Visible             = false;
     this.rdcFieldList.Name                = "rdcFieldList";
     rdcValDynFields.OcxState              = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcValDynFields.OcxState");
     this.rdcValDynFields.Size             = new System.Drawing.Size(194, 28);
     this.rdcValDynFields.Location         = new System.Drawing.Point(589, 714);
     this.rdcValDynFields.Visible          = false;
     this.rdcValDynFields.Name             = "rdcValDynFields";
     rdcFieldReqVal.OcxState               = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcFieldReqVal.OcxState");
     this.rdcFieldReqVal.Size              = new System.Drawing.Size(203, 28);
     this.rdcFieldReqVal.Location          = new System.Drawing.Point(10, 744);
     this.rdcFieldReqVal.Visible           = false;
     this.rdcFieldReqVal.Name              = "rdcFieldReqVal";
     this.Label1.Text                      = "Tables:";
     this.Label1.Font                      = new System.Drawing.Font("Arial", 9.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label1.ForeColor                 = System.Drawing.Color.FromArgb(192, 0, 0);
     this.Label1.Size                      = new System.Drawing.Size(80, 19);
     this.Label1.Location                  = new System.Drawing.Point(189, 9);
     this.Label1.TabIndex                  = 3;
     this.Label1.TextAlign                 = System.Drawing.ContentAlignment.TopLeft;
     this.Label1.BackColor                 = System.Drawing.SystemColors.Control;
     this.Label1.Enabled                   = true;
     this.Label1.Cursor                    = System.Windows.Forms.Cursors.Default;
     this.Label1.RightToLeft               = System.Windows.Forms.RightToLeft.No;
     this.Label1.UseMnemonic               = true;
     this.Label1.Visible                   = true;
     this.Label1.AutoSize                  = false;
     this.Label1.BorderStyle               = System.Windows.Forms.BorderStyle.None;
     this.Label1.Name                      = "Label1";
     ((System.ComponentModel.ISupportInitialize) this.rdcFieldReqVal).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcValDynFields).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcFieldList).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcTableList).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.dbgFieldList).EndInit();
     this.Controls.Add(cboTableList);
     this.Controls.Add(cmdClose);
     this.Controls.Add(tabFields);
     this.Controls.Add(rdcTableList);
     this.Controls.Add(rdcFieldList);
     this.Controls.Add(rdcValDynFields);
     this.Controls.Add(rdcFieldReqVal);
     this.Controls.Add(Label1);
     this.tabFields.Controls.Add(_tabFields_TabPage0);
     this._tabFields_TabPage0.Controls.Add(cmdAddField);
     this._tabFields_TabPage0.Controls.Add(dbgFieldList);
     this._tabFields_TabPage0.Controls.Add(cmdEdit);
     this._tabFields_TabPage0.Controls.Add(cmdDelete);
     this._tabFields_TabPage0.Controls.Add(cmdChangeStatus);
     this._tabFields_TabPage0.Controls.Add(cmdUpdateDEA);
     this._tabFields_TabPage0.Controls.Add(cmdMoveDown);
     this._tabFields_TabPage0.Controls.Add(cmdMoveUp);
     this.tabFields.ResumeLayout(false);
     this._tabFields_TabPage0.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OldfrmImportSelectLayout));
     this.components         = new System.ComponentModel.Container();
     this.ToolTip1           = new System.Windows.Forms.ToolTip(components);
     this.cmdChangeStatus    = new System.Windows.Forms.Button();
     this.cmdSelect          = new System.Windows.Forms.Button();
     this.cmdDelete          = new System.Windows.Forms.Button();
     this.cmdUpdate          = new System.Windows.Forms.Button();
     this.cmdClose           = new System.Windows.Forms.Button();
     this.cmdAdd             = new System.Windows.Forms.Button();
     this.txtNewImportLayout = new System.Windows.Forms.TextBox();
     this.dbgImportLayout    = new AxMSDBGrid.AxDBGrid();
     this.rdcImportLayout    = new AxMSRDC.AxMSRDC();
     this.Label1             = new System.Windows.Forms.Label();
     this.SuspendLayout();
     this.ToolTip1.Active = true;
     ((System.ComponentModel.ISupportInitialize) this.dbgImportLayout).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcImportLayout).BeginInit();
     this.Text                                = "Select the Layout";
     this.ClientSize                          = new System.Drawing.Size(607, 417);
     this.Location                            = new System.Drawing.Point(5, 29);
     this.StartPosition                       = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation;
     this.Font                                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.AutoScaleMode                       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor                           = System.Drawing.SystemColors.Control;
     this.FormBorderStyle                     = System.Windows.Forms.FormBorderStyle.Sizable;
     this.ControlBox                          = true;
     this.Enabled                             = true;
     this.KeyPreview                          = false;
     this.MaximizeBox                         = true;
     this.MinimizeBox                         = true;
     this.Cursor                              = System.Windows.Forms.Cursors.Default;
     this.RightToLeft                         = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar                       = true;
     this.HelpButton                          = false;
     this.WindowState                         = System.Windows.Forms.FormWindowState.Normal;
     this.Name                                = "frmImportSelectLayout";
     this.cmdChangeStatus.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdChangeStatus.Text                = "Change Status";
     this.cmdChangeStatus.Size                = new System.Drawing.Size(124, 25);
     this.cmdChangeStatus.Location            = new System.Drawing.Point(332, 312);
     this.cmdChangeStatus.TabIndex            = 8;
     this.cmdChangeStatus.Font                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdChangeStatus.BackColor           = System.Drawing.SystemColors.Control;
     this.cmdChangeStatus.CausesValidation    = true;
     this.cmdChangeStatus.Enabled             = true;
     this.cmdChangeStatus.ForeColor           = System.Drawing.SystemColors.ControlText;
     this.cmdChangeStatus.Cursor              = System.Windows.Forms.Cursors.Default;
     this.cmdChangeStatus.RightToLeft         = System.Windows.Forms.RightToLeft.No;
     this.cmdChangeStatus.TabStop             = true;
     this.cmdChangeStatus.Name                = "cmdChangeStatus";
     this.cmdSelect.TextAlign                 = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdSelect.Text                      = "Select";
     this.cmdSelect.Size                      = new System.Drawing.Size(99, 25);
     this.cmdSelect.Location                  = new System.Drawing.Point(22, 312);
     this.cmdSelect.TabIndex                  = 7;
     this.cmdSelect.Font                      = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdSelect.BackColor                 = System.Drawing.SystemColors.Control;
     this.cmdSelect.CausesValidation          = true;
     this.cmdSelect.Enabled                   = true;
     this.cmdSelect.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cmdSelect.Cursor                    = System.Windows.Forms.Cursors.Default;
     this.cmdSelect.RightToLeft               = System.Windows.Forms.RightToLeft.No;
     this.cmdSelect.TabStop                   = true;
     this.cmdSelect.Name                      = "cmdSelect";
     this.cmdDelete.TextAlign                 = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdDelete.Text                      = "Delete";
     this.cmdDelete.Size                      = new System.Drawing.Size(99, 25);
     this.cmdDelete.Location                  = new System.Drawing.Point(228, 312);
     this.cmdDelete.TabIndex                  = 6;
     this.cmdDelete.Font                      = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdDelete.BackColor                 = System.Drawing.SystemColors.Control;
     this.cmdDelete.CausesValidation          = true;
     this.cmdDelete.Enabled                   = true;
     this.cmdDelete.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cmdDelete.Cursor                    = System.Windows.Forms.Cursors.Default;
     this.cmdDelete.RightToLeft               = System.Windows.Forms.RightToLeft.No;
     this.cmdDelete.TabStop                   = true;
     this.cmdDelete.Name                      = "cmdDelete";
     this.cmdUpdate.TextAlign                 = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdUpdate.Text                      = "Update Desc.";
     this.cmdUpdate.Size                      = new System.Drawing.Size(99, 25);
     this.cmdUpdate.Location                  = new System.Drawing.Point(125, 312);
     this.cmdUpdate.TabIndex                  = 5;
     this.cmdUpdate.Font                      = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdUpdate.BackColor                 = System.Drawing.SystemColors.Control;
     this.cmdUpdate.CausesValidation          = true;
     this.cmdUpdate.Enabled                   = true;
     this.cmdUpdate.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cmdUpdate.Cursor                    = System.Windows.Forms.Cursors.Default;
     this.cmdUpdate.RightToLeft               = System.Windows.Forms.RightToLeft.No;
     this.cmdUpdate.TabStop                   = true;
     this.cmdUpdate.Name                      = "cmdUpdate";
     this.cmdClose.TextAlign                  = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdClose.Text                       = "Close";
     this.cmdClose.Size                       = new System.Drawing.Size(99, 27);
     this.cmdClose.Location                   = new System.Drawing.Point(225, 392);
     this.cmdClose.TabIndex                   = 4;
     this.cmdClose.Font                       = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdClose.BackColor                  = System.Drawing.SystemColors.Control;
     this.cmdClose.CausesValidation           = true;
     this.cmdClose.Enabled                    = true;
     this.cmdClose.ForeColor                  = System.Drawing.SystemColors.ControlText;
     this.cmdClose.Cursor                     = System.Windows.Forms.Cursors.Default;
     this.cmdClose.RightToLeft                = System.Windows.Forms.RightToLeft.No;
     this.cmdClose.TabStop                    = true;
     this.cmdClose.Name                       = "cmdClose";
     this.cmdAdd.TextAlign                    = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdAdd.Text                         = "Add";
     this.cmdAdd.Size                         = new System.Drawing.Size(69, 27);
     this.cmdAdd.Location                     = new System.Drawing.Point(463, 345);
     this.cmdAdd.TabIndex                     = 3;
     this.cmdAdd.Font                         = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdAdd.BackColor                    = System.Drawing.SystemColors.Control;
     this.cmdAdd.CausesValidation             = true;
     this.cmdAdd.Enabled                      = true;
     this.cmdAdd.ForeColor                    = System.Drawing.SystemColors.ControlText;
     this.cmdAdd.Cursor                       = System.Windows.Forms.Cursors.Default;
     this.cmdAdd.RightToLeft                  = System.Windows.Forms.RightToLeft.No;
     this.cmdAdd.TabStop                      = true;
     this.cmdAdd.Name                         = "cmdAdd";
     this.txtNewImportLayout.AutoSize         = false;
     this.txtNewImportLayout.Size             = new System.Drawing.Size(330, 27);
     this.txtNewImportLayout.Location         = new System.Drawing.Point(125, 348);
     this.txtNewImportLayout.TabIndex         = 1;
     this.txtNewImportLayout.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.txtNewImportLayout.AcceptsReturn    = true;
     this.txtNewImportLayout.TextAlign        = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtNewImportLayout.BackColor        = System.Drawing.SystemColors.Window;
     this.txtNewImportLayout.CausesValidation = true;
     this.txtNewImportLayout.Enabled          = true;
     this.txtNewImportLayout.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.txtNewImportLayout.HideSelection    = true;
     this.txtNewImportLayout.ReadOnly         = false;
     this.txtNewImportLayout.MaxLength        = 0;
     this.txtNewImportLayout.Cursor           = System.Windows.Forms.Cursors.IBeam;
     this.txtNewImportLayout.Multiline        = false;
     this.txtNewImportLayout.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.txtNewImportLayout.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txtNewImportLayout.TabStop          = true;
     this.txtNewImportLayout.Visible          = true;
     this.txtNewImportLayout.BorderStyle      = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtNewImportLayout.Name             = "txtNewImportLayout";
     dbgImportLayout.OcxState                 = (System.Windows.Forms.AxHost.State)resources.GetObject("dbgImportLayout.OcxState");
     this.dbgImportLayout.Size                = new System.Drawing.Size(572, 278);
     this.dbgImportLayout.Location            = new System.Drawing.Point(9, 20);
     this.dbgImportLayout.TabIndex            = 0;
     this.dbgImportLayout.Name                = "dbgImportLayout";
     rdcImportLayout.OcxState                 = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcImportLayout.OcxState");
     this.rdcImportLayout.Size                = new System.Drawing.Size(213, 28);
     this.rdcImportLayout.Location            = new System.Drawing.Point(-17, 415);
     this.rdcImportLayout.Visible             = false;
     this.rdcImportLayout.Name                = "rdcImportLayout";
     this.Label1.TextAlign                    = System.Drawing.ContentAlignment.TopRight;
     this.Label1.Text                         = "New Layout (Desc.):";
     this.Label1.Font                         = new System.Drawing.Font("Arial", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label1.Size                         = new System.Drawing.Size(94, 48);
     this.Label1.Location                     = new System.Drawing.Point(29, 348);
     this.Label1.TabIndex                     = 2;
     this.Label1.BackColor                    = System.Drawing.SystemColors.Control;
     this.Label1.Enabled                      = true;
     this.Label1.ForeColor                    = System.Drawing.SystemColors.ControlText;
     this.Label1.Cursor                       = System.Windows.Forms.Cursors.Default;
     this.Label1.RightToLeft                  = System.Windows.Forms.RightToLeft.No;
     this.Label1.UseMnemonic                  = true;
     this.Label1.Visible                      = true;
     this.Label1.AutoSize                     = false;
     this.Label1.BorderStyle                  = System.Windows.Forms.BorderStyle.None;
     this.Label1.Name                         = "Label1";
     this.Controls.Add(cmdChangeStatus);
     this.Controls.Add(cmdSelect);
     this.Controls.Add(cmdDelete);
     this.Controls.Add(cmdUpdate);
     this.Controls.Add(cmdClose);
     this.Controls.Add(cmdAdd);
     this.Controls.Add(txtNewImportLayout);
     this.Controls.Add(dbgImportLayout);
     this.Controls.Add(rdcImportLayout);
     this.Controls.Add(Label1);
     ((System.ComponentModel.ISupportInitialize) this.rdcImportLayout).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.dbgImportLayout).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#11
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OldfrmIndicatorReportSetup));
     this.components           = new System.ComponentModel.Container();
     this.ToolTip1             = new System.Windows.Forms.ToolTip(components);
     this.rdcDenominatorFields = new AxMSRDC.AxMSRDC();
     this.Frame2   = new System.Windows.Forms.GroupBox();
     this.Command2 = new System.Windows.Forms.Button();
     this.Command1 = new System.Windows.Forms.Button();
     this.Frame5   = new System.Windows.Forms.GroupBox();
     this.cmdReportUpdateDenominatorField = new System.Windows.Forms.Button();
     this.dbgDenominatorFields            = new AxMSDBGrid.AxDBGrid();
     this.lstHeading    = new System.Windows.Forms.CheckedListBox();
     this.Frame1        = new System.Windows.Forms.GroupBox();
     this.cmbIndicators = new System.Windows.Forms.ComboBox();
     this.Frame2.SuspendLayout();
     this.Frame5.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.SuspendLayout();
     this.ToolTip1.Active = true;
     ((System.ComponentModel.ISupportInitialize) this.rdcDenominatorFields).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.dbgDenominatorFields).BeginInit();
     this.Text                                             = "Indicator Report Setup";
     this.ClientSize                                       = new System.Drawing.Size(650, 357);
     this.Location                                         = new System.Drawing.Point(29, 54);
     this.StartPosition                                    = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds;
     this.Font                                             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.AutoScaleMode                                    = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor                                        = System.Drawing.SystemColors.Control;
     this.FormBorderStyle                                  = System.Windows.Forms.FormBorderStyle.Sizable;
     this.ControlBox                                       = true;
     this.Enabled                                          = true;
     this.KeyPreview                                       = false;
     this.MaximizeBox                                      = true;
     this.MinimizeBox                                      = true;
     this.Cursor                                           = System.Windows.Forms.Cursors.Default;
     this.RightToLeft                                      = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar                                    = true;
     this.HelpButton                                       = false;
     this.WindowState                                      = System.Windows.Forms.FormWindowState.Normal;
     this.Name                                             = "frmIndicatorReportSetup";
     rdcDenominatorFields.OcxState                         = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcDenominatorFields.OcxState");
     this.rdcDenominatorFields.Size                        = new System.Drawing.Size(302, 32);
     this.rdcDenominatorFields.Location                    = new System.Drawing.Point(160, 370);
     this.rdcDenominatorFields.Visible                     = false;
     this.rdcDenominatorFields.Name                        = "rdcDenominatorFields";
     this.Frame2.Text                                      = "Numerator Setup";
     this.Frame2.Size                                      = new System.Drawing.Size(632, 272);
     this.Frame2.Location                                  = new System.Drawing.Point(10, 80);
     this.Frame2.TabIndex                                  = 2;
     this.Frame2.Font                                      = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Frame2.BackColor                                 = System.Drawing.SystemColors.Control;
     this.Frame2.Enabled                                   = true;
     this.Frame2.ForeColor                                 = System.Drawing.SystemColors.ControlText;
     this.Frame2.RightToLeft                               = System.Windows.Forms.RightToLeft.No;
     this.Frame2.Visible                                   = true;
     this.Frame2.Padding                                   = new System.Windows.Forms.Padding(0);
     this.Frame2.Name                                      = "Frame2";
     this.Command2.TextAlign                               = System.Drawing.ContentAlignment.MiddleCenter;
     this.Command2.Text                                    = "Move Down";
     this.Command2.Size                                    = new System.Drawing.Size(84, 32);
     this.Command2.Location                                = new System.Drawing.Point(130, 210);
     this.Command2.TabIndex                                = 8;
     this.Command2.Font                                    = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Command2.BackColor                               = System.Drawing.SystemColors.Control;
     this.Command2.CausesValidation                        = true;
     this.Command2.Enabled                                 = true;
     this.Command2.ForeColor                               = System.Drawing.SystemColors.ControlText;
     this.Command2.Cursor                                  = System.Windows.Forms.Cursors.Default;
     this.Command2.RightToLeft                             = System.Windows.Forms.RightToLeft.No;
     this.Command2.TabStop                                 = true;
     this.Command2.Name                                    = "Command2";
     this.Command1.TextAlign                               = System.Drawing.ContentAlignment.MiddleCenter;
     this.Command1.Text                                    = "Move Up";
     this.Command1.Size                                    = new System.Drawing.Size(84, 32);
     this.Command1.Location                                = new System.Drawing.Point(10, 210);
     this.Command1.TabIndex                                = 7;
     this.Command1.Font                                    = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Command1.BackColor                               = System.Drawing.SystemColors.Control;
     this.Command1.CausesValidation                        = true;
     this.Command1.Enabled                                 = true;
     this.Command1.ForeColor                               = System.Drawing.SystemColors.ControlText;
     this.Command1.Cursor                                  = System.Windows.Forms.Cursors.Default;
     this.Command1.RightToLeft                             = System.Windows.Forms.RightToLeft.No;
     this.Command1.TabStop                                 = true;
     this.Command1.Name                                    = "Command1";
     this.Frame5.Text                                      = "Denominator Setup";
     this.Frame5.Size                                      = new System.Drawing.Size(402, 222);
     this.Frame5.Location                                  = new System.Drawing.Point(220, 30);
     this.Frame5.TabIndex                                  = 4;
     this.Frame5.Font                                      = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Frame5.BackColor                                 = System.Drawing.SystemColors.Control;
     this.Frame5.Enabled                                   = true;
     this.Frame5.ForeColor                                 = System.Drawing.SystemColors.ControlText;
     this.Frame5.RightToLeft                               = System.Windows.Forms.RightToLeft.No;
     this.Frame5.Visible                                   = true;
     this.Frame5.Padding                                   = new System.Windows.Forms.Padding(0);
     this.Frame5.Name                                      = "Frame5";
     this.cmdReportUpdateDenominatorField.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdReportUpdateDenominatorField.Text             = "&Update List";
     this.cmdReportUpdateDenominatorField.Enabled          = false;
     this.cmdReportUpdateDenominatorField.Size             = new System.Drawing.Size(152, 31);
     this.cmdReportUpdateDenominatorField.Location         = new System.Drawing.Point(130, 180);
     this.cmdReportUpdateDenominatorField.TabIndex         = 6;
     this.cmdReportUpdateDenominatorField.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdReportUpdateDenominatorField.BackColor        = System.Drawing.SystemColors.Control;
     this.cmdReportUpdateDenominatorField.CausesValidation = true;
     this.cmdReportUpdateDenominatorField.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.cmdReportUpdateDenominatorField.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cmdReportUpdateDenominatorField.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cmdReportUpdateDenominatorField.TabStop          = true;
     this.cmdReportUpdateDenominatorField.Name             = "cmdReportUpdateDenominatorField";
     dbgDenominatorFields.OcxState                         = (System.Windows.Forms.AxHost.State)resources.GetObject("dbgDenominatorFields.OcxState");
     this.dbgDenominatorFields.Size                        = new System.Drawing.Size(382, 152);
     this.dbgDenominatorFields.Location                    = new System.Drawing.Point(10, 20);
     this.dbgDenominatorFields.TabIndex                    = 5;
     this.dbgDenominatorFields.Name                        = "dbgDenominatorFields";
     this.lstHeading.BackColor                             = System.Drawing.Color.FromArgb(255, 255, 192);
     this.lstHeading.ForeColor                             = System.Drawing.Color.Blue;
     this.lstHeading.Size                                  = new System.Drawing.Size(202, 174);
     this.lstHeading.Location                              = new System.Drawing.Point(10, 20);
     this.lstHeading.TabIndex                              = 3;
     this.lstHeading.Font                                  = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lstHeading.BorderStyle                           = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lstHeading.CausesValidation                      = true;
     this.lstHeading.Enabled                               = true;
     this.lstHeading.IntegralHeight                        = true;
     this.lstHeading.Cursor                                = System.Windows.Forms.Cursors.Default;
     this.lstHeading.SelectionMode                         = System.Windows.Forms.SelectionMode.One;
     this.lstHeading.RightToLeft                           = System.Windows.Forms.RightToLeft.No;
     this.lstHeading.Sorted                                = false;
     this.lstHeading.TabStop                               = true;
     this.lstHeading.Visible                               = true;
     this.lstHeading.MultiColumn                           = false;
     this.lstHeading.Name                                  = "lstHeading";
     this.Frame1.Text                                      = "Select Indicator";
     this.Frame1.Size                                      = new System.Drawing.Size(632, 72);
     this.Frame1.Location                                  = new System.Drawing.Point(10, 10);
     this.Frame1.TabIndex                                  = 0;
     this.Frame1.Font                                      = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Frame1.BackColor                                 = System.Drawing.SystemColors.Control;
     this.Frame1.Enabled                                   = true;
     this.Frame1.ForeColor                                 = System.Drawing.SystemColors.ControlText;
     this.Frame1.RightToLeft                               = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Visible                                   = true;
     this.Frame1.Padding                                   = new System.Windows.Forms.Padding(0);
     this.Frame1.Name                                      = "Frame1";
     this.cmbIndicators.BackColor                          = System.Drawing.Color.FromArgb(255, 255, 192);
     this.cmbIndicators.ForeColor                          = System.Drawing.Color.Blue;
     this.cmbIndicators.Size                               = new System.Drawing.Size(612, 27);
     this.cmbIndicators.Location                           = new System.Drawing.Point(10, 30);
     this.cmbIndicators.DropDownStyle                      = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbIndicators.TabIndex                           = 1;
     this.cmbIndicators.Font                               = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmbIndicators.CausesValidation                   = true;
     this.cmbIndicators.Enabled                            = true;
     this.cmbIndicators.IntegralHeight                     = true;
     this.cmbIndicators.Cursor                             = System.Windows.Forms.Cursors.Default;
     this.cmbIndicators.RightToLeft                        = System.Windows.Forms.RightToLeft.No;
     this.cmbIndicators.Sorted                             = false;
     this.cmbIndicators.TabStop                            = true;
     this.cmbIndicators.Visible                            = true;
     this.cmbIndicators.Name                               = "cmbIndicators";
     ((System.ComponentModel.ISupportInitialize) this.dbgDenominatorFields).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcDenominatorFields).EndInit();
     this.Controls.Add(rdcDenominatorFields);
     this.Controls.Add(Frame2);
     this.Controls.Add(Frame1);
     this.Frame2.Controls.Add(Command2);
     this.Frame2.Controls.Add(Command1);
     this.Frame2.Controls.Add(Frame5);
     this.Frame2.Controls.Add(lstHeading);
     this.Frame5.Controls.Add(cmdReportUpdateDenominatorField);
     this.Frame5.Controls.Add(dbgDenominatorFields);
     this.Frame1.Controls.Add(cmbIndicators);
     this.Frame2.ResumeLayout(false);
     this.Frame5.ResumeLayout(false);
     this.Frame1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OldfrmPatientFieldsExportLinks));
     this.components             = new System.ComponentModel.Container();
     this.ToolTip1               = new System.Windows.Forms.ToolTip(components);
     this.lstFieldCriteria       = new System.Windows.Forms.ListBox();
     this.cmdAddFIeldCrit        = new System.Windows.Forms.Button();
     this.cmdDelFieldCrit        = new System.Windows.Forms.Button();
     this.cmdChangeFieldJoin     = new System.Windows.Forms.Button();
     this.cmdVirtual             = new System.Windows.Forms.Button();
     this.cboParentField         = new System.Windows.Forms.ComboBox();
     this.cboFieldEdit           = new System.Windows.Forms.ComboBox();
     this.cmdUpdate              = new System.Windows.Forms.Button();
     this.cboLookupTbls          = new System.Windows.Forms.ComboBox();
     this.cboOutputFormat        = new System.Windows.Forms.ComboBox();
     this.lstFieldsInMeasure     = new System.Windows.Forms.ListBox();
     this.cmdChangeToHeaderField = new System.Windows.Forms.Button();
     this.rdcTemp      = new AxMSRDC.AxMSRDC();
     this.rdcFieldList = new AxMSRDC.AxMSRDC();
     this.Label3       = new System.Windows.Forms.Label();
     this.Label6       = new System.Windows.Forms.Label();
     this.Label7       = new System.Windows.Forms.Label();
     this.Label8       = new System.Windows.Forms.Label();
     this.Label9       = new System.Windows.Forms.Label();
     this.Label2       = new System.Windows.Forms.Label();
     this.SuspendLayout();
     this.ToolTip1.Active = true;
     ((System.ComponentModel.ISupportInitialize) this.rdcTemp).BeginInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcFieldList).BeginInit();
     this.Text                                = "CMS Question Codes";
     this.ClientSize                          = new System.Drawing.Size(1035, 459);
     this.Location                            = new System.Drawing.Point(5, 38);
     this.StartPosition                       = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation;
     this.Font                                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.AutoScaleMode                       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor                           = System.Drawing.SystemColors.Control;
     this.FormBorderStyle                     = System.Windows.Forms.FormBorderStyle.Sizable;
     this.ControlBox                          = true;
     this.Enabled                             = true;
     this.KeyPreview                          = false;
     this.MaximizeBox                         = true;
     this.MinimizeBox                         = true;
     this.Cursor                              = System.Windows.Forms.Cursors.Default;
     this.RightToLeft                         = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar                       = true;
     this.HelpButton                          = false;
     this.WindowState                         = System.Windows.Forms.FormWindowState.Normal;
     this.Name                                = "frmPatientFieldsExportLinks";
     this.lstFieldCriteria.Size               = new System.Drawing.Size(722, 123);
     this.lstFieldCriteria.Location           = new System.Drawing.Point(10, 280);
     this.lstFieldCriteria.TabIndex           = 16;
     this.lstFieldCriteria.Font               = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lstFieldCriteria.BorderStyle        = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lstFieldCriteria.BackColor          = System.Drawing.SystemColors.Window;
     this.lstFieldCriteria.CausesValidation   = true;
     this.lstFieldCriteria.Enabled            = true;
     this.lstFieldCriteria.ForeColor          = System.Drawing.SystemColors.WindowText;
     this.lstFieldCriteria.IntegralHeight     = true;
     this.lstFieldCriteria.Cursor             = System.Windows.Forms.Cursors.Default;
     this.lstFieldCriteria.SelectionMode      = System.Windows.Forms.SelectionMode.One;
     this.lstFieldCriteria.RightToLeft        = System.Windows.Forms.RightToLeft.No;
     this.lstFieldCriteria.Sorted             = false;
     this.lstFieldCriteria.TabStop            = true;
     this.lstFieldCriteria.Visible            = true;
     this.lstFieldCriteria.MultiColumn        = false;
     this.lstFieldCriteria.Name               = "lstFieldCriteria";
     this.cmdAddFIeldCrit.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdAddFIeldCrit.Text                = "Add Criteria";
     this.cmdAddFIeldCrit.Size                = new System.Drawing.Size(122, 42);
     this.cmdAddFIeldCrit.Location            = new System.Drawing.Point(50, 410);
     this.cmdAddFIeldCrit.TabIndex            = 15;
     this.cmdAddFIeldCrit.Font                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdAddFIeldCrit.BackColor           = System.Drawing.SystemColors.Control;
     this.cmdAddFIeldCrit.CausesValidation    = true;
     this.cmdAddFIeldCrit.Enabled             = true;
     this.cmdAddFIeldCrit.ForeColor           = System.Drawing.SystemColors.ControlText;
     this.cmdAddFIeldCrit.Cursor              = System.Windows.Forms.Cursors.Default;
     this.cmdAddFIeldCrit.RightToLeft         = System.Windows.Forms.RightToLeft.No;
     this.cmdAddFIeldCrit.TabStop             = true;
     this.cmdAddFIeldCrit.Name                = "cmdAddFIeldCrit";
     this.cmdDelFieldCrit.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdDelFieldCrit.Text                = "Delete Criteria";
     this.cmdDelFieldCrit.Size                = new System.Drawing.Size(122, 42);
     this.cmdDelFieldCrit.Location            = new System.Drawing.Point(290, 410);
     this.cmdDelFieldCrit.TabIndex            = 14;
     this.cmdDelFieldCrit.Font                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdDelFieldCrit.BackColor           = System.Drawing.SystemColors.Control;
     this.cmdDelFieldCrit.CausesValidation    = true;
     this.cmdDelFieldCrit.Enabled             = true;
     this.cmdDelFieldCrit.ForeColor           = System.Drawing.SystemColors.ControlText;
     this.cmdDelFieldCrit.Cursor              = System.Windows.Forms.Cursors.Default;
     this.cmdDelFieldCrit.RightToLeft         = System.Windows.Forms.RightToLeft.No;
     this.cmdDelFieldCrit.TabStop             = true;
     this.cmdDelFieldCrit.Name                = "cmdDelFieldCrit";
     this.cmdChangeFieldJoin.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdChangeFieldJoin.Text             = "Change Join Operator between Sets";
     this.cmdChangeFieldJoin.Size             = new System.Drawing.Size(152, 42);
     this.cmdChangeFieldJoin.Location         = new System.Drawing.Point(520, 410);
     this.cmdChangeFieldJoin.TabIndex         = 13;
     this.cmdChangeFieldJoin.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdChangeFieldJoin.BackColor        = System.Drawing.SystemColors.Control;
     this.cmdChangeFieldJoin.CausesValidation = true;
     this.cmdChangeFieldJoin.Enabled          = true;
     this.cmdChangeFieldJoin.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.cmdChangeFieldJoin.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cmdChangeFieldJoin.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cmdChangeFieldJoin.TabStop          = true;
     this.cmdChangeFieldJoin.Name             = "cmdChangeFieldJoin";
     this.cmdVirtual.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdVirtual.Text                     = "Edit/Add Parent Fields";
     this.cmdVirtual.Font                     = new System.Drawing.Font("Arial", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdVirtual.Size                     = new System.Drawing.Size(212, 32);
     this.cmdVirtual.Location                 = new System.Drawing.Point(720, 170);
     this.cmdVirtual.TabIndex                 = 12;
     this.cmdVirtual.BackColor                = System.Drawing.SystemColors.Control;
     this.cmdVirtual.CausesValidation         = true;
     this.cmdVirtual.Enabled                  = true;
     this.cmdVirtual.ForeColor                = System.Drawing.SystemColors.ControlText;
     this.cmdVirtual.Cursor                   = System.Windows.Forms.Cursors.Default;
     this.cmdVirtual.RightToLeft              = System.Windows.Forms.RightToLeft.No;
     this.cmdVirtual.TabStop                  = true;
     this.cmdVirtual.Name                     = "cmdVirtual";
     this.cboParentField.Enabled              = false;
     this.cboParentField.Size                 = new System.Drawing.Size(222, 27);
     this.cboParentField.Location             = new System.Drawing.Point(720, 130);
     this.cboParentField.TabIndex             = 11;
     this.cboParentField.Font                 = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboParentField.BackColor            = System.Drawing.SystemColors.Window;
     this.cboParentField.CausesValidation     = true;
     this.cboParentField.ForeColor            = System.Drawing.SystemColors.WindowText;
     this.cboParentField.IntegralHeight       = true;
     this.cboParentField.Cursor               = System.Windows.Forms.Cursors.Default;
     this.cboParentField.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.cboParentField.Sorted               = false;
     this.cboParentField.DropDownStyle        = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboParentField.TabStop              = true;
     this.cboParentField.Visible              = true;
     this.cboParentField.Name                 = "cboParentField";
     this.cboFieldEdit.Size                   = new System.Drawing.Size(222, 27);
     this.cboFieldEdit.Location               = new System.Drawing.Point(720, 92);
     this.cboFieldEdit.Items.AddRange(new object[] {
         "",
         "DATE",
         "TIME",
         "DATE/TIME"
     });
     this.cboFieldEdit.TabIndex         = 10;
     this.cboFieldEdit.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboFieldEdit.BackColor        = System.Drawing.SystemColors.Window;
     this.cboFieldEdit.CausesValidation = true;
     this.cboFieldEdit.Enabled          = true;
     this.cboFieldEdit.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.cboFieldEdit.IntegralHeight   = true;
     this.cboFieldEdit.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cboFieldEdit.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cboFieldEdit.Sorted           = false;
     this.cboFieldEdit.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboFieldEdit.TabStop          = true;
     this.cboFieldEdit.Visible          = true;
     this.cboFieldEdit.Name             = "cboFieldEdit";
     this.cmdUpdate.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdUpdate.Text                 = "Update";
     this.cmdUpdate.Size                 = new System.Drawing.Size(174, 39);
     this.cmdUpdate.Location             = new System.Drawing.Point(790, 360);
     this.cmdUpdate.TabIndex             = 9;
     this.cmdUpdate.Font                 = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdUpdate.BackColor            = System.Drawing.SystemColors.Control;
     this.cmdUpdate.CausesValidation     = true;
     this.cmdUpdate.Enabled              = true;
     this.cmdUpdate.ForeColor            = System.Drawing.SystemColors.ControlText;
     this.cmdUpdate.Cursor               = System.Windows.Forms.Cursors.Default;
     this.cmdUpdate.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.cmdUpdate.TabStop              = true;
     this.cmdUpdate.Name                 = "cmdUpdate";
     this.cboLookupTbls.Enabled          = false;
     this.cboLookupTbls.Size             = new System.Drawing.Size(229, 27);
     this.cboLookupTbls.Location         = new System.Drawing.Point(720, 10);
     this.cboLookupTbls.TabIndex         = 4;
     this.cboLookupTbls.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboLookupTbls.BackColor        = System.Drawing.SystemColors.Window;
     this.cboLookupTbls.CausesValidation = true;
     this.cboLookupTbls.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.cboLookupTbls.IntegralHeight   = true;
     this.cboLookupTbls.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cboLookupTbls.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cboLookupTbls.Sorted           = false;
     this.cboLookupTbls.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboLookupTbls.TabStop          = true;
     this.cboLookupTbls.Visible          = true;
     this.cboLookupTbls.Name             = "cboLookupTbls";
     this.cboOutputFormat.Size           = new System.Drawing.Size(229, 27);
     this.cboOutputFormat.Location       = new System.Drawing.Point(720, 50);
     this.cboOutputFormat.Items.AddRange(new object[] {
         "DX",
         "PX"
     });
     this.cboOutputFormat.TabIndex                = 1;
     this.cboOutputFormat.Font                    = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboOutputFormat.BackColor               = System.Drawing.SystemColors.Window;
     this.cboOutputFormat.CausesValidation        = true;
     this.cboOutputFormat.Enabled                 = true;
     this.cboOutputFormat.ForeColor               = System.Drawing.SystemColors.WindowText;
     this.cboOutputFormat.IntegralHeight          = true;
     this.cboOutputFormat.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cboOutputFormat.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cboOutputFormat.Sorted                  = false;
     this.cboOutputFormat.DropDownStyle           = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboOutputFormat.TabStop                 = true;
     this.cboOutputFormat.Visible                 = true;
     this.cboOutputFormat.Name                    = "cboOutputFormat";
     this.lstFieldsInMeasure.Size                 = new System.Drawing.Size(508, 204);
     this.lstFieldsInMeasure.Location             = new System.Drawing.Point(4, 34);
     this.lstFieldsInMeasure.TabIndex             = 0;
     this.lstFieldsInMeasure.Font                 = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lstFieldsInMeasure.BorderStyle          = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lstFieldsInMeasure.BackColor            = System.Drawing.SystemColors.Window;
     this.lstFieldsInMeasure.CausesValidation     = true;
     this.lstFieldsInMeasure.Enabled              = true;
     this.lstFieldsInMeasure.ForeColor            = System.Drawing.SystemColors.WindowText;
     this.lstFieldsInMeasure.IntegralHeight       = true;
     this.lstFieldsInMeasure.Cursor               = System.Windows.Forms.Cursors.Default;
     this.lstFieldsInMeasure.SelectionMode        = System.Windows.Forms.SelectionMode.One;
     this.lstFieldsInMeasure.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.lstFieldsInMeasure.Sorted               = false;
     this.lstFieldsInMeasure.TabStop              = true;
     this.lstFieldsInMeasure.Visible              = true;
     this.lstFieldsInMeasure.MultiColumn          = false;
     this.lstFieldsInMeasure.Name                 = "lstFieldsInMeasure";
     this.cmdChangeToHeaderField.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdChangeToHeaderField.Text             = "Switch to Header Field";
     this.cmdChangeToHeaderField.Size             = new System.Drawing.Size(87, 55);
     this.cmdChangeToHeaderField.Location         = new System.Drawing.Point(560, 510);
     this.cmdChangeToHeaderField.TabIndex         = 2;
     this.cmdChangeToHeaderField.Visible          = false;
     this.cmdChangeToHeaderField.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdChangeToHeaderField.BackColor        = System.Drawing.SystemColors.Control;
     this.cmdChangeToHeaderField.CausesValidation = true;
     this.cmdChangeToHeaderField.Enabled          = true;
     this.cmdChangeToHeaderField.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.cmdChangeToHeaderField.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cmdChangeToHeaderField.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cmdChangeToHeaderField.TabStop          = true;
     this.cmdChangeToHeaderField.Name             = "cmdChangeToHeaderField";
     rdcTemp.OcxState           = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcTemp.OcxState");
     this.rdcTemp.Size          = new System.Drawing.Size(195, 28);
     this.rdcTemp.Location      = new System.Drawing.Point(18, 508);
     this.rdcTemp.Visible       = false;
     this.rdcTemp.Name          = "rdcTemp";
     rdcFieldList.OcxState      = (System.Windows.Forms.AxHost.State)resources.GetObject("rdcFieldList.OcxState");
     this.rdcFieldList.Size     = new System.Drawing.Size(195, 28);
     this.rdcFieldList.Location = new System.Drawing.Point(230, 510);
     this.rdcFieldList.Visible  = false;
     this.rdcFieldList.Name     = "rdcFieldList";
     this.Label3.Text           = "Criteria for Display";
     this.Label3.Size           = new System.Drawing.Size(242, 22);
     this.Label3.Location       = new System.Drawing.Point(10, 250);
     this.Label3.TabIndex       = 17;
     this.Label3.Font           = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label3.TextAlign      = System.Drawing.ContentAlignment.TopLeft;
     this.Label3.BackColor      = System.Drawing.SystemColors.Control;
     this.Label3.Enabled        = true;
     this.Label3.ForeColor      = System.Drawing.SystemColors.ControlText;
     this.Label3.Cursor         = System.Windows.Forms.Cursors.Default;
     this.Label3.RightToLeft    = System.Windows.Forms.RightToLeft.No;
     this.Label3.UseMnemonic    = true;
     this.Label3.Visible        = true;
     this.Label3.AutoSize       = false;
     this.Label3.BorderStyle    = System.Windows.Forms.BorderStyle.None;
     this.Label3.Name           = "Label3";
     this.Label6.TextAlign      = System.Drawing.ContentAlignment.TopRight;
     this.Label6.Text           = "Parent Question Code:";
     this.Label6.Size           = new System.Drawing.Size(142, 19);
     this.Label6.Location       = new System.Drawing.Point(577, 140);
     this.Label6.TabIndex       = 8;
     this.Label6.Font           = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label6.BackColor      = System.Drawing.SystemColors.Control;
     this.Label6.Enabled        = true;
     this.Label6.ForeColor      = System.Drawing.SystemColors.ControlText;
     this.Label6.Cursor         = System.Windows.Forms.Cursors.Default;
     this.Label6.RightToLeft    = System.Windows.Forms.RightToLeft.No;
     this.Label6.UseMnemonic    = true;
     this.Label6.Visible        = true;
     this.Label6.AutoSize       = false;
     this.Label6.BorderStyle    = System.Windows.Forms.BorderStyle.None;
     this.Label6.Name           = "Label6";
     this.Label7.TextAlign      = System.Drawing.ContentAlignment.TopRight;
     this.Label7.Text           = "Answer Code Date/Time Format:";
     this.Label7.Size           = new System.Drawing.Size(199, 20);
     this.Label7.Location       = new System.Drawing.Point(519, 100);
     this.Label7.TabIndex       = 7;
     this.Label7.Font           = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label7.BackColor      = System.Drawing.SystemColors.Control;
     this.Label7.Enabled        = true;
     this.Label7.ForeColor      = System.Drawing.SystemColors.ControlText;
     this.Label7.Cursor         = System.Windows.Forms.Cursors.Default;
     this.Label7.RightToLeft    = System.Windows.Forms.RightToLeft.No;
     this.Label7.UseMnemonic    = true;
     this.Label7.Visible        = true;
     this.Label7.AutoSize       = false;
     this.Label7.BorderStyle    = System.Windows.Forms.BorderStyle.None;
     this.Label7.Name           = "Label7";
     this.Label8.TextAlign      = System.Drawing.ContentAlignment.TopRight;
     this.Label8.Text           = "Valid Answer Codes from Lookup Table:";
     this.Label8.Size           = new System.Drawing.Size(202, 39);
     this.Label8.Location       = new System.Drawing.Point(510, 10);
     this.Label8.TabIndex       = 6;
     this.Label8.Font           = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label8.BackColor      = System.Drawing.SystemColors.Control;
     this.Label8.Enabled        = true;
     this.Label8.ForeColor      = System.Drawing.SystemColors.ControlText;
     this.Label8.Cursor         = System.Windows.Forms.Cursors.Default;
     this.Label8.RightToLeft    = System.Windows.Forms.RightToLeft.No;
     this.Label8.UseMnemonic    = true;
     this.Label8.Visible        = true;
     this.Label8.AutoSize       = false;
     this.Label8.BorderStyle    = System.Windows.Forms.BorderStyle.None;
     this.Label8.Name           = "Label8";
     this.Label9.TextAlign      = System.Drawing.ContentAlignment.TopRight;
     this.Label9.Text           = "Answer Code Decimal Format:";
     this.Label9.Size           = new System.Drawing.Size(195, 29);
     this.Label9.Location       = new System.Drawing.Point(520, 60);
     this.Label9.TabIndex       = 5;
     this.Label9.Font           = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label9.BackColor      = System.Drawing.SystemColors.Control;
     this.Label9.Enabled        = true;
     this.Label9.ForeColor      = System.Drawing.SystemColors.ControlText;
     this.Label9.Cursor         = System.Windows.Forms.Cursors.Default;
     this.Label9.RightToLeft    = System.Windows.Forms.RightToLeft.No;
     this.Label9.UseMnemonic    = true;
     this.Label9.Visible        = true;
     this.Label9.AutoSize       = false;
     this.Label9.BorderStyle    = System.Windows.Forms.BorderStyle.None;
     this.Label9.Name           = "Label9";
     this.Label2.Text           = "CMS Question Codes by Measure";
     this.Label2.Size           = new System.Drawing.Size(215, 15);
     this.Label2.Location       = new System.Drawing.Point(3, 14);
     this.Label2.TabIndex       = 3;
     this.Label2.Font           = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label2.TextAlign      = System.Drawing.ContentAlignment.TopLeft;
     this.Label2.BackColor      = System.Drawing.SystemColors.Control;
     this.Label2.Enabled        = true;
     this.Label2.ForeColor      = System.Drawing.SystemColors.ControlText;
     this.Label2.Cursor         = System.Windows.Forms.Cursors.Default;
     this.Label2.RightToLeft    = System.Windows.Forms.RightToLeft.No;
     this.Label2.UseMnemonic    = true;
     this.Label2.Visible        = true;
     this.Label2.AutoSize       = false;
     this.Label2.BorderStyle    = System.Windows.Forms.BorderStyle.None;
     this.Label2.Name           = "Label2";
     this.Controls.Add(lstFieldCriteria);
     this.Controls.Add(cmdAddFIeldCrit);
     this.Controls.Add(cmdDelFieldCrit);
     this.Controls.Add(cmdChangeFieldJoin);
     this.Controls.Add(cmdVirtual);
     this.Controls.Add(cboParentField);
     this.Controls.Add(cboFieldEdit);
     this.Controls.Add(cmdUpdate);
     this.Controls.Add(cboLookupTbls);
     this.Controls.Add(cboOutputFormat);
     this.Controls.Add(lstFieldsInMeasure);
     this.Controls.Add(cmdChangeToHeaderField);
     this.Controls.Add(rdcTemp);
     this.Controls.Add(rdcFieldList);
     this.Controls.Add(Label3);
     this.Controls.Add(Label6);
     this.Controls.Add(Label7);
     this.Controls.Add(Label8);
     this.Controls.Add(Label9);
     this.Controls.Add(Label2);
     ((System.ComponentModel.ISupportInitialize) this.rdcFieldList).EndInit();
     ((System.ComponentModel.ISupportInitialize) this.rdcTemp).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }