/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.checkEmailPat = new System.Windows.Forms.CheckBox();
     this.textEmailPat = new System.Windows.Forms.TextBox();
     this.textEmail2 = new System.Windows.Forms.TextBox();
     this.checkEmail2 = new System.Windows.Forms.CheckBox();
     this.textPaperCopies = new OpenDental.ValidNum();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(78,25);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(134,16);
     this.label1.TabIndex = 83;
     this.label1.Text = "Paper copies";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // checkEmailPat
     //
     this.checkEmailPat.Location = new System.Drawing.Point(62,65);
     this.checkEmailPat.Name = "checkEmailPat";
     this.checkEmailPat.Size = new System.Drawing.Size(185,20);
     this.checkEmailPat.TabIndex = 85;
     this.checkEmailPat.Text = "E-mail to patient:";
     this.checkEmailPat.UseVisualStyleBackColor = true;
     //
     // textEmailPat
     //
     this.textEmailPat.Location = new System.Drawing.Point(81,84);
     this.textEmailPat.Name = "textEmailPat";
     this.textEmailPat.Size = new System.Drawing.Size(272,20);
     this.textEmailPat.TabIndex = 86;
     //
     // textEmail2
     //
     this.textEmail2.Location = new System.Drawing.Point(81,140);
     this.textEmail2.Name = "textEmail2";
     this.textEmail2.Size = new System.Drawing.Size(272,20);
     this.textEmail2.TabIndex = 88;
     //
     // checkEmail2
     //
     this.checkEmail2.Location = new System.Drawing.Point(62,121);
     this.checkEmail2.Name = "checkEmail2";
     this.checkEmail2.Size = new System.Drawing.Size(185,20);
     this.checkEmail2.TabIndex = 87;
     this.checkEmail2.Text = "E-mail to referral:";
     this.checkEmail2.UseVisualStyleBackColor = true;
     //
     // textPaperCopies
     //
     this.textPaperCopies.Location = new System.Drawing.Point(30,24);
     this.textPaperCopies.MaxVal = 255;
     this.textPaperCopies.MinVal = 0;
     this.textPaperCopies.Name = "textPaperCopies";
     this.textPaperCopies.Size = new System.Drawing.Size(45,20);
     this.textPaperCopies.TabIndex = 84;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(231,196);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(343,196);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // FormSheetOutputFormat
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(443,243);
     this.Controls.Add(this.textEmail2);
     this.Controls.Add(this.checkEmail2);
     this.Controls.Add(this.textEmailPat);
     this.Controls.Add(this.checkEmailPat);
     this.Controls.Add(this.textPaperCopies);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butCancel);
     this.Name = "FormSheetOutputFormat";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Sheet Output";
     this.Load += new System.EventHandler(this.FormSheetOutputFormat_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label5 = 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.label1 = new System.Windows.Forms.Label();
     this.textFullPath = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.comboFieldName = new System.Windows.Forms.ComboBox();
     this.textWidth2 = new System.Windows.Forms.TextBox();
     this.textHeight2 = new System.Windows.Forms.TextBox();
     this.pictureBox = new System.Windows.Forms.PictureBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.checkRatio = new System.Windows.Forms.CheckBox();
     this.butShrink = new OpenDental.UI.Button();
     this.butImport = new OpenDental.UI.Button();
     this.butDelete = new OpenDental.UI.Button();
     this.textHeight = new OpenDental.ValidNum();
     this.textWidth = new OpenDental.ValidNum();
     this.textYPos = new OpenDental.ValidNum();
     this.textXPos = new OpenDental.ValidNum();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(70,332);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(71,16);
     this.label5.TabIndex = 90;
     this.label5.Text = "X Pos";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(70,358);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(71,16);
     this.label6.TabIndex = 92;
     this.label6.Text = "Y Pos";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(70,384);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(71,16);
     this.label7.TabIndex = 94;
     this.label7.Text = "Width";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(70,410);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(71,16);
     this.label8.TabIndex = 96;
     this.label8.Text = "Height";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(26,18);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(113,16);
     this.label1.TabIndex = 101;
     this.label1.Text = "File Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textFullPath
     //
     this.textFullPath.Location = new System.Drawing.Point(141,43);
     this.textFullPath.Name = "textFullPath";
     this.textFullPath.ReadOnly = true;
     this.textFullPath.Size = new System.Drawing.Size(434,20);
     this.textFullPath.TabIndex = 104;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(26,44);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(113,16);
     this.label2.TabIndex = 103;
     this.label2.Text = "Full Path";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboFieldName
     //
     this.comboFieldName.FormattingEnabled = true;
     this.comboFieldName.Location = new System.Drawing.Point(141,16);
     this.comboFieldName.MaxDropDownItems = 100;
     this.comboFieldName.Name = "comboFieldName";
     this.comboFieldName.Size = new System.Drawing.Size(257,21);
     this.comboFieldName.TabIndex = 106;
     this.comboFieldName.SelectionChangeCommitted += new System.EventHandler(this.comboFieldName_SelectionChangeCommitted);
     this.comboFieldName.TextUpdate += new System.EventHandler(this.comboFieldName_TextUpdate);
     //
     // textWidth2
     //
     this.textWidth2.Location = new System.Drawing.Point(6,14);
     this.textWidth2.Name = "textWidth2";
     this.textWidth2.ReadOnly = true;
     this.textWidth2.Size = new System.Drawing.Size(51,20);
     this.textWidth2.TabIndex = 110;
     //
     // textHeight2
     //
     this.textHeight2.Location = new System.Drawing.Point(6,40);
     this.textHeight2.Name = "textHeight2";
     this.textHeight2.ReadOnly = true;
     this.textHeight2.Size = new System.Drawing.Size(51,20);
     this.textHeight2.TabIndex = 111;
     //
     // pictureBox
     //
     this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox.Location = new System.Drawing.Point(141,69);
     this.pictureBox.Name = "pictureBox";
     this.pictureBox.Size = new System.Drawing.Size(255,255);
     this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox.TabIndex = 112;
     this.pictureBox.TabStop = false;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textWidth2);
     this.groupBox1.Controls.Add(this.textHeight2);
     this.groupBox1.Location = new System.Drawing.Point(198,369);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(63,66);
     this.groupBox1.TabIndex = 113;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "File Size";
     //
     // checkRatio
     //
     this.checkRatio.Checked = true;
     this.checkRatio.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkRatio.Location = new System.Drawing.Point(267,413);
     this.checkRatio.Name = "checkRatio";
     this.checkRatio.Size = new System.Drawing.Size(104,20);
     this.checkRatio.TabIndex = 115;
     this.checkRatio.Text = "Maintain Ratio";
     this.checkRatio.UseVisualStyleBackColor = true;
     //
     // butShrink
     //
     this.butShrink.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butShrink.Autosize = true;
     this.butShrink.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butShrink.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butShrink.CornerRadius = 4F;
     this.butShrink.Location = new System.Drawing.Point(267,381);
     this.butShrink.Name = "butShrink";
     this.butShrink.Size = new System.Drawing.Size(79,24);
     this.butShrink.TabIndex = 114;
     this.butShrink.Text = "ShrinkToFit";
     this.butShrink.Click += new System.EventHandler(this.butShrink_Click);
     //
     // butImport
     //
     this.butImport.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butImport.Autosize = true;
     this.butImport.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butImport.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butImport.CornerRadius = 4F;
     this.butImport.Location = new System.Drawing.Point(404,14);
     this.butImport.Name = "butImport";
     this.butImport.Size = new System.Drawing.Size(75,24);
     this.butImport.TabIndex = 105;
     this.butImport.Text = "Import";
     this.butImport.Click += new System.EventHandler(this.butImport_Click);
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location = new System.Drawing.Point(15,525);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(77,24);
     this.butDelete.TabIndex = 100;
     this.butDelete.Text = "Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // textHeight
     //
     this.textHeight.Location = new System.Drawing.Point(141,409);
     this.textHeight.MaxVal = 2000;
     this.textHeight.MinVal = 1;
     this.textHeight.Name = "textHeight";
     this.textHeight.Size = new System.Drawing.Size(51,20);
     this.textHeight.TabIndex = 97;
     this.textHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textHeight_KeyUp);
     //
     // textWidth
     //
     this.textWidth.Location = new System.Drawing.Point(141,383);
     this.textWidth.MaxVal = 2000;
     this.textWidth.MinVal = 1;
     this.textWidth.Name = "textWidth";
     this.textWidth.Size = new System.Drawing.Size(51,20);
     this.textWidth.TabIndex = 95;
     this.textWidth.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textWidth_KeyUp);
     //
     // textYPos
     //
     this.textYPos.Location = new System.Drawing.Point(141,357);
     this.textYPos.MaxVal = 2000;
     this.textYPos.MinVal = -100;
     this.textYPos.Name = "textYPos";
     this.textYPos.Size = new System.Drawing.Size(51,20);
     this.textYPos.TabIndex = 93;
     //
     // textXPos
     //
     this.textXPos.Location = new System.Drawing.Point(141,331);
     this.textXPos.MaxVal = 2000;
     this.textXPos.MinVal = -100;
     this.textXPos.Name = "textXPos";
     this.textXPos.Size = new System.Drawing.Size(51,20);
     this.textXPos.TabIndex = 91;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(514,495);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(514,525);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // FormSheetFieldPatImage
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(601,561);
     this.Controls.Add(this.checkRatio);
     this.Controls.Add(this.butShrink);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.pictureBox);
     this.Controls.Add(this.comboFieldName);
     this.Controls.Add(this.butImport);
     this.Controls.Add(this.textFullPath);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textHeight);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textWidth);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.textYPos);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textXPos);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormSheetFieldPatImage";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Image Field";
     this.Load += new System.EventHandler(this.FormSheetFieldPatImage_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.textKey = new System.Windows.Forms.TextBox();
     this.textYear = new OpenDental.ValidNum();
     this.textQuarter = new OpenDental.ValidNum();
     this.butDelete = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(204,119);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(294,119);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(17,24);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(100,18);
     this.label1.TabIndex = 5;
     this.label1.Text = "Year, ex: 12";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(17,50);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100,18);
     this.label2.TabIndex = 7;
     this.label2.Text = "Quarter, ex: 2";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(17,74);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(100,18);
     this.label3.TabIndex = 9;
     this.label3.Text = "Key";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textKey
     //
     this.textKey.Location = new System.Drawing.Point(122,73);
     this.textKey.Name = "textKey";
     this.textKey.Size = new System.Drawing.Size(163,20);
     this.textKey.TabIndex = 8;
     //
     // textYear
     //
     this.textYear.Location = new System.Drawing.Point(122,23);
     this.textYear.MaxVal = 20;
     this.textYear.MinVal = 11;
     this.textYear.Name = "textYear";
     this.textYear.Size = new System.Drawing.Size(58,20);
     this.textYear.TabIndex = 10;
     //
     // textQuarter
     //
     this.textQuarter.Location = new System.Drawing.Point(122,48);
     this.textQuarter.MaxVal = 4;
     this.textQuarter.MinVal = 1;
     this.textQuarter.Name = "textQuarter";
     this.textQuarter.Size = new System.Drawing.Size(58,20);
     this.textQuarter.TabIndex = 11;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Location = new System.Drawing.Point(12,119);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(75,24);
     this.butDelete.TabIndex = 12;
     this.butDelete.Text = "Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // FormEhrQuarterlyKeyEdit
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(388,158);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textQuarter);
     this.Controls.Add(this.textYear);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textKey);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormEhrQuarterlyKeyEdit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Ehr Quarterly Key";
     this.Load += new System.EventHandler(this.FormEhrQuarterlyKeyEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.textDescript = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.textRangeStart = new System.Windows.Forms.TextBox();
     this.textRangeEnd = new System.Windows.Forms.TextBox();
     this.textAtoZpath = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.checkUpdateBlocked = new System.Windows.Forms.CheckBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.butDelete = new OpenDental.UI.Button();
     this.textServerId = new OpenDental.ValidNum();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.textSlaveMonitor = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.butThisComputer = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(340,49);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(327,48);
     this.label1.TabIndex = 60;
     this.label1.Text = "this also needs to be set in the my.ini file on each server.  If the my.ini file " +
     "gets changed, be sure to restart the server and each workstation client.";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textDescript
     //
     this.textDescript.Location = new System.Drawing.Point(238,22);
     this.textDescript.Name = "textDescript";
     this.textDescript.Size = new System.Drawing.Size(318,20);
     this.textDescript.TabIndex = 61;
     this.textDescript.WordWrap = false;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(10,22);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(226,18);
     this.label2.TabIndex = 62;
     this.label2.Text = "Server Description";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(10,64);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(226,18);
     this.label3.TabIndex = 63;
     this.label3.Text = "server_id";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(10,107);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(226,18);
     this.label4.TabIndex = 65;
     this.label4.Text = "Range Start";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(10,137);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(226,18);
     this.label5.TabIndex = 67;
     this.label5.Text = "Range End";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textRangeStart
     //
     this.textRangeStart.Location = new System.Drawing.Point(238,107);
     this.textRangeStart.Name = "textRangeStart";
     this.textRangeStart.Size = new System.Drawing.Size(175,20);
     this.textRangeStart.TabIndex = 68;
     this.textRangeStart.WordWrap = false;
     //
     // textRangeEnd
     //
     this.textRangeEnd.Location = new System.Drawing.Point(238,137);
     this.textRangeEnd.Name = "textRangeEnd";
     this.textRangeEnd.Size = new System.Drawing.Size(175,20);
     this.textRangeEnd.TabIndex = 69;
     this.textRangeEnd.WordWrap = false;
     //
     // textAtoZpath
     //
     this.textAtoZpath.Location = new System.Drawing.Point(238,168);
     this.textAtoZpath.Name = "textAtoZpath";
     this.textAtoZpath.Size = new System.Drawing.Size(388,20);
     this.textAtoZpath.TabIndex = 72;
     this.textAtoZpath.WordWrap = false;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(10,168);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(226,18);
     this.label6.TabIndex = 71;
     this.label6.Text = "A to Z images folder";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkUpdateBlocked
     //
     this.checkUpdateBlocked.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkUpdateBlocked.Location = new System.Drawing.Point(16,200);
     this.checkUpdateBlocked.Name = "checkUpdateBlocked";
     this.checkUpdateBlocked.Size = new System.Drawing.Size(236,18);
     this.checkUpdateBlocked.TabIndex = 99;
     this.checkUpdateBlocked.Text = "Update Blocked";
     this.checkUpdateBlocked.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkUpdateBlocked.UseVisualStyleBackColor = true;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(258,200);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(368,48);
     this.label7.TabIndex = 100;
     this.label7.Text = "Use this option carefully.�It really will block the ability of the server to upda" +
     "te database versions, and it\'s possible that this could prevent startup of the p" +
     "rogram in certain situations.";
     //
     // label8
     //
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
     this.label8.Location = new System.Drawing.Point(418,141);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(258,13);
     this.label8.TabIndex = 101;
     this.label8.Text = "Range must be at least 1,000,000 numbers.";
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location = new System.Drawing.Point(24,333);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(86,24);
     this.butDelete.TabIndex = 70;
     this.butDelete.Text = "Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // textServerId
     //
     this.textServerId.Location = new System.Drawing.Point(238,64);
     this.textServerId.MaxVal = 2000000000;
     this.textServerId.MinVal = 0;
     this.textServerId.Name = "textServerId";
     this.textServerId.Size = new System.Drawing.Size(100,20);
     this.textServerId.TabIndex = 64;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(488,333);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(579,333);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // textSlaveMonitor
     //
     this.textSlaveMonitor.Location = new System.Drawing.Point(238,251);
     this.textSlaveMonitor.Name = "textSlaveMonitor";
     this.textSlaveMonitor.Size = new System.Drawing.Size(306,20);
     this.textSlaveMonitor.TabIndex = 103;
     this.textSlaveMonitor.WordWrap = false;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(10,251);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(226,18);
     this.label9.TabIndex = 102;
     this.label9.Text = "Slave Monitor";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(238,274);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(306,41);
     this.label10.TabIndex = 100;
     this.label10.Text = "Enter the name of the computer that will constantly monitor the health of the rep" +
     "lication process. This machine should stay on at all times.";
     //
     // butThisComputer
     //
     this.butThisComputer.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butThisComputer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butThisComputer.Autosize = true;
     this.butThisComputer.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butThisComputer.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butThisComputer.CornerRadius = 4F;
     this.butThisComputer.Location = new System.Drawing.Point(550,251);
     this.butThisComputer.Name = "butThisComputer";
     this.butThisComputer.Size = new System.Drawing.Size(87,24);
     this.butThisComputer.TabIndex = 3;
     this.butThisComputer.Text = "This Computer";
     this.butThisComputer.Click += new System.EventHandler(this.butThisComputer_Click);
     //
     // FormReplicationEdit
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(678,372);
     this.Controls.Add(this.textSlaveMonitor);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.checkUpdateBlocked);
     this.Controls.Add(this.textAtoZpath);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textRangeEnd);
     this.Controls.Add(this.textRangeStart);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textServerId);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textDescript);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butThisComputer);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormReplicationEdit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Replication Server";
     this.Load += new System.EventHandler(this.FormReplicationEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.checkFontIsBold = new System.Windows.Forms.CheckBox();
     this.textFontSize = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.comboFontName = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label5 = 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.comboGrowthBehavior = new System.Windows.Forms.ComboBox();
     this.label9 = new System.Windows.Forms.Label();
     this.textFieldValue = new System.Windows.Forms.TextBox();
     this.listFields = new System.Windows.Forms.ListBox();
     this.label1 = new System.Windows.Forms.Label();
     this.butDelete = new OpenDental.UI.Button();
     this.textHeight = new OpenDental.ValidNum();
     this.textWidth = new OpenDental.ValidNum();
     this.textYPos = new OpenDental.ValidNum();
     this.textXPos = new OpenDental.ValidNum();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.labelTextW = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkFontIsBold);
     this.groupBox1.Controls.Add(this.textFontSize);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.comboFontName);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Location = new System.Drawing.Point(18,361);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(287,95);
     this.groupBox1.TabIndex = 88;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Font";
     //
     // checkFontIsBold
     //
     this.checkFontIsBold.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkFontIsBold.Location = new System.Drawing.Point(13,66);
     this.checkFontIsBold.Name = "checkFontIsBold";
     this.checkFontIsBold.Size = new System.Drawing.Size(85,20);
     this.checkFontIsBold.TabIndex = 90;
     this.checkFontIsBold.Text = "Bold";
     this.checkFontIsBold.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkFontIsBold.UseVisualStyleBackColor = true;
     //
     // textFontSize
     //
     this.textFontSize.Location = new System.Drawing.Point(83,41);
     this.textFontSize.Name = "textFontSize";
     this.textFontSize.Size = new System.Drawing.Size(44,20);
     this.textFontSize.TabIndex = 89;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(10,42);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(71,16);
     this.label4.TabIndex = 89;
     this.label4.Text = "Size";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboFontName
     //
     this.comboFontName.FormattingEnabled = true;
     this.comboFontName.Location = new System.Drawing.Point(83,14);
     this.comboFontName.Name = "comboFontName";
     this.comboFontName.Size = new System.Drawing.Size(197,21);
     this.comboFontName.TabIndex = 88;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(10,16);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(71,16);
     this.label3.TabIndex = 87;
     this.label3.Text = "Name";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(31,502);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(71,16);
     this.label5.TabIndex = 90;
     this.label5.Text = "X Pos";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(31,528);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(71,16);
     this.label6.TabIndex = 92;
     this.label6.Text = "Y Pos";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(31,554);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(71,16);
     this.label7.TabIndex = 94;
     this.label7.Text = "Width";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(31,580);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(71,16);
     this.label8.TabIndex = 96;
     this.label8.Text = "Height";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboGrowthBehavior
     //
     this.comboGrowthBehavior.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboGrowthBehavior.FormattingEnabled = true;
     this.comboGrowthBehavior.Location = new System.Drawing.Point(101,473);
     this.comboGrowthBehavior.Name = "comboGrowthBehavior";
     this.comboGrowthBehavior.Size = new System.Drawing.Size(197,21);
     this.comboGrowthBehavior.TabIndex = 99;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(-5,474);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(107,16);
     this.label9.TabIndex = 98;
     this.label9.Text = "Growth Behavior";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textFieldValue
     //
     this.textFieldValue.AcceptsReturn = true;
     this.textFieldValue.AcceptsTab = true;
     this.textFieldValue.Location = new System.Drawing.Point(18,17);
     this.textFieldValue.Multiline = true;
     this.textFieldValue.Name = "textFieldValue";
     this.textFieldValue.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textFieldValue.Size = new System.Drawing.Size(854,335);
     this.textFieldValue.TabIndex = 102;
     this.textFieldValue.TextChanged += new System.EventHandler(this.textFieldValue_TextChanged);
     this.textFieldValue.Leave += new System.EventHandler(this.textFieldValue_Leave);
     //
     // listFields
     //
     this.listFields.FormattingEnabled = true;
     this.listFields.IntegralHeight = false;
     this.listFields.Location = new System.Drawing.Point(313,374);
     this.listFields.MultiColumn = true;
     this.listFields.Name = "listFields";
     this.listFields.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listFields.Size = new System.Drawing.Size(559,279);
     this.listFields.TabIndex = 0;
     this.listFields.TabStop = false;
     this.listFields.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listFields_MouseClick);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(311,355);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(107,16);
     this.label1.TabIndex = 103;
     this.label1.Text = "Click to insert Field";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location = new System.Drawing.Point(15,659);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(77,24);
     this.butDelete.TabIndex = 100;
     this.butDelete.Text = "Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // textHeight
     //
     this.textHeight.Location = new System.Drawing.Point(101,579);
     this.textHeight.MaxVal = 2000;
     this.textHeight.MinVal = -100;
     this.textHeight.Name = "textHeight";
     this.textHeight.Size = new System.Drawing.Size(69,20);
     this.textHeight.TabIndex = 97;
     //
     // textWidth
     //
     this.textWidth.Location = new System.Drawing.Point(101,553);
     this.textWidth.MaxVal = 2000;
     this.textWidth.MinVal = -100;
     this.textWidth.Name = "textWidth";
     this.textWidth.Size = new System.Drawing.Size(69,20);
     this.textWidth.TabIndex = 95;
     //
     // textYPos
     //
     this.textYPos.Location = new System.Drawing.Point(101,527);
     this.textYPos.MaxVal = 2000;
     this.textYPos.MinVal = -100;
     this.textYPos.Name = "textYPos";
     this.textYPos.Size = new System.Drawing.Size(69,20);
     this.textYPos.TabIndex = 93;
     //
     // textXPos
     //
     this.textXPos.Location = new System.Drawing.Point(101,501);
     this.textXPos.MaxVal = 2000;
     this.textXPos.MinVal = -100;
     this.textXPos.Name = "textXPos";
     this.textXPos.Size = new System.Drawing.Size(69,20);
     this.textXPos.TabIndex = 91;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(707,659);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(797,659);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // labelTextW
     //
     this.labelTextW.Location = new System.Drawing.Point(176,555);
     this.labelTextW.Name = "labelTextW";
     this.labelTextW.Size = new System.Drawing.Size(109,16);
     this.labelTextW.TabIndex = 104;
     this.labelTextW.Text = "TextW: ";
     this.labelTextW.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FormSheetFieldStatic
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(884,691);
     this.Controls.Add(this.labelTextW);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.listFields);
     this.Controls.Add(this.textFieldValue);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.comboGrowthBehavior);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.textHeight);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textWidth);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.textYPos);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textXPos);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormSheetFieldStatic";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Static Text Field";
     this.Load += new System.EventHandler(this.FormSheetFieldStatic_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelColumnsPerPage = new System.Windows.Forms.Label();
     this.labelFontSize = new System.Windows.Forms.Label();
     this.labelStartTime = new System.Windows.Forms.Label();
     this.labelStopTime = new System.Windows.Forms.Label();
     this.textStopTime = new System.Windows.Forms.TextBox();
     this.textStartTime = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.textFontSize = new OpenDental.ValidNum();
     this.butSave = new OpenDental.UI.Button();
     this.textColumnsPerPage = new OpenDental.ValidNumber();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.label3 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // labelColumnsPerPage
     //
     this.labelColumnsPerPage.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelColumnsPerPage.Location = new System.Drawing.Point(12,85);
     this.labelColumnsPerPage.Name = "labelColumnsPerPage";
     this.labelColumnsPerPage.Size = new System.Drawing.Size(128,15);
     this.labelColumnsPerPage.TabIndex = 72;
     this.labelColumnsPerPage.Text = "Operatories per page";
     this.labelColumnsPerPage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelFontSize
     //
     this.labelFontSize.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelFontSize.Location = new System.Drawing.Point(45,111);
     this.labelFontSize.Name = "labelFontSize";
     this.labelFontSize.Size = new System.Drawing.Size(95,15);
     this.labelFontSize.TabIndex = 74;
     this.labelFontSize.Text = "Font size";
     this.labelFontSize.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelStartTime
     //
     this.labelStartTime.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelStartTime.Location = new System.Drawing.Point(45,33);
     this.labelStartTime.Name = "labelStartTime";
     this.labelStartTime.Size = new System.Drawing.Size(95,15);
     this.labelStartTime.TabIndex = 76;
     this.labelStartTime.Text = "Start time";
     this.labelStartTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelStopTime
     //
     this.labelStopTime.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelStopTime.Location = new System.Drawing.Point(45,59);
     this.labelStopTime.Name = "labelStopTime";
     this.labelStopTime.Size = new System.Drawing.Size(95,15);
     this.labelStopTime.TabIndex = 78;
     this.labelStopTime.Text = "Stop time";
     this.labelStopTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textStopTime
     //
     this.textStopTime.Location = new System.Drawing.Point(146,56);
     this.textStopTime.Name = "textStopTime";
     this.textStopTime.Size = new System.Drawing.Size(75,20);
     this.textStopTime.TabIndex = 83;
     //
     // textStartTime
     //
     this.textStartTime.Location = new System.Drawing.Point(146,30);
     this.textStartTime.Name = "textStartTime";
     this.textStartTime.Size = new System.Drawing.Size(75,20);
     this.textStartTime.TabIndex = 84;
     //
     // label1
     //
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location = new System.Drawing.Point(227,33);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(128,15);
     this.label1.TabIndex = 86;
     this.label1.Text = "Example: 5:00 AM";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location = new System.Drawing.Point(227,59);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(128,15);
     this.label2.TabIndex = 87;
     this.label2.Text = "Example: 8:00 PM";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textFontSize
     //
     this.textFontSize.Location = new System.Drawing.Point(146,108);
     this.textFontSize.MaxVal = 50;
     this.textFontSize.MinVal = 2;
     this.textFontSize.Name = "textFontSize";
     this.textFontSize.Size = new System.Drawing.Size(50,20);
     this.textFontSize.TabIndex = 88;
     //
     // butSave
     //
     this.butSave.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butSave.Autosize = true;
     this.butSave.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butSave.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butSave.CornerRadius = 4F;
     this.butSave.Location = new System.Drawing.Point(12,168);
     this.butSave.Name = "butSave";
     this.butSave.Size = new System.Drawing.Size(75,24);
     this.butSave.TabIndex = 82;
     this.butSave.Text = "Save";
     this.butSave.Click += new System.EventHandler(this.butSave_Click);
     //
     // textColumnsPerPage
     //
     this.textColumnsPerPage.Location = new System.Drawing.Point(146,82);
     this.textColumnsPerPage.MaxVal = 255;
     this.textColumnsPerPage.MinVal = 0;
     this.textColumnsPerPage.Name = "textColumnsPerPage";
     this.textColumnsPerPage.Size = new System.Drawing.Size(50,20);
     this.textColumnsPerPage.TabIndex = 73;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(197,168);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(280,168);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // label3
     //
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Location = new System.Drawing.Point(202,112);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(128,15);
     this.label3.TabIndex = 89;
     this.label3.Text = "Between 2 and 50";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FormApptPrintSetup
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(367,204);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textFontSize);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textStartTime);
     this.Controls.Add(this.textStopTime);
     this.Controls.Add(this.butSave);
     this.Controls.Add(this.labelStopTime);
     this.Controls.Add(this.labelStartTime);
     this.Controls.Add(this.labelFontSize);
     this.Controls.Add(this.textColumnsPerPage);
     this.Controls.Add(this.labelColumnsPerPage);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormApptPrintSetup";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Form Appt Print Setup";
     this.Load += new System.EventHandler(this.FormApptPrintSetup_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#7
0
        private void DrawButton(Graphics g, ODToolBarButton button, Pen outlinePen, Pen dividerPen, SolidBrush textBrush, SolidBrush textBrushDisabled,
                                LinearGradientBrush brushTogglePushed, LinearGradientBrush brushHover, LinearGradientBrush brushMedium, LinearGradientBrush brushPushed)
        {
            const int dropDownWidth = 15;                                                                                                           //The width of the dropdown rectangle where the triangle shows.
            bool      isNotify      = (button.Style == ODToolBarButtonStyle.DropDownButton && !string.IsNullOrWhiteSpace(button.NotificationText)); //Notifies even when disabled.

            #region Separator
            if (button.Style == ODToolBarButtonStyle.Separator)
            {
                //was 112,128,144
                //medium stripe
                g.DrawLine(new Pen(Color.FromArgb(190, 200, 210)), button.Bounds.Left, button.Bounds.Top + 1, button.Bounds.Left, button.Bounds.Bottom - 2);
                //dark stripe
                g.DrawLine(new Pen(Color.FromArgb(130, 140, 160)), button.Bounds.Left + 1, button.Bounds.Top, button.Bounds.Left + 1, button.Bounds.Bottom - 1);
                //white stripe
                g.DrawLine(new Pen(Color.FromArgb(255, 255, 255)), button.Bounds.Left + 2, button.Bounds.Top + 1, button.Bounds.Left + 2, button.Bounds.Bottom - 2);
                return;
            }
            #endregion
            //draw background
            if (!button.Enabled)
            {
                g.FillRectangle(brushMedium, button.Bounds);
            }
            else if (button.Style == ODToolBarButtonStyle.ToggleButton && button.Pushed)
            {
                g.FillRectangle(brushTogglePushed, button.Bounds);
            }
            else if (button.Style == ODToolBarButtonStyle.Label || button.Style == ODToolBarButtonStyle.PageNav)
            {
                g.FillRectangle(brushMedium, button.Bounds);
            }
            else
            {
                switch (button.State)
                {
                case ToolBarButtonState.Normal:                //Control is 224,223,227 (==Ryan. This is not always true. Control is 240,240,240 for me.)
                    g.FillRectangle(brushMedium, button.Bounds);
                    break;

                case ToolBarButtonState.Hover:                //this is lighter than control
                    g.FillRectangle(brushHover, button.Bounds);
                    break;

                case ToolBarButtonState.Pressed:                //slightly darker than control
                    g.FillRectangle(brushPushed, button.Bounds);
                    break;

                case ToolBarButtonState.DropPressed:
                    //left half looks like hover:
                    g.FillRectangle(brushHover, new Rectangle(button.Bounds.X, button.Bounds.Y, button.Bounds.Width - 15, button.Bounds.Height));
                    //right section looks like Pressed:
                    g.FillRectangle(brushPushed, new Rectangle(button.Bounds.X + button.Bounds.Width - 15, button.Bounds.Y, 15, button.Bounds.Height));
                    break;
                }
            }
            if (isNotify)             //Override dropdown background to show notification color.
            {
                Rectangle rectDropDown = new Rectangle(button.Bounds.X + button.Bounds.Width - dropDownWidth, button.Bounds.Y, dropDownWidth, button.Bounds.Height);
                g.FillRectangle(_brushNotify, rectDropDown);               //Fill the dropdown background area with the notification color.
            }
            //draw image and/or text
            Rectangle textRect;
            int       textWidth = button.Bounds.Width;
            if (button.Style == ODToolBarButtonStyle.DropDownButton)
            {
                textWidth -= 15;
            }
            if (imageList != null && button.ImageIndex != -1 && button.ImageIndex < imageList.Images.Count)      //draw image and text
            {
                Image img = imageList.Images[button.ImageIndex];
                if (!button.Enabled)
                {
                    ControlPaint.DrawImageDisabled(g, ODColorTheme.InvertImageIfNeeded(img)
                                                   , button.Bounds.X + 3, button.Bounds.Y + 1, SystemColors.Control);
                    textRect = new Rectangle(button.Bounds.X + imageList.ImageSize.Width + 3
                                             , button.Bounds.Y, textWidth - imageList.ImageSize.Width - 3, button.Bounds.Height);
                }
                else if (button.State == ToolBarButtonState.Pressed)              //draw slightly down and right
                {
                    g.DrawImage(ODColorTheme.InvertImageIfNeeded(img), button.Bounds.X + 4, button.Bounds.Y + 2);
                    textRect = new Rectangle(button.Bounds.X + 1 + imageList.ImageSize.Width + 3
                                             , button.Bounds.Y + 1, textWidth - imageList.ImageSize.Width - 3, button.Bounds.Height);
                }
                else
                {
                    g.DrawImage(ODColorTheme.InvertImageIfNeeded(img), button.Bounds.X + 3, button.Bounds.Y + 1);
                    textRect = new Rectangle(button.Bounds.X + imageList.ImageSize.Width + 3
                                             , button.Bounds.Y, textWidth - imageList.ImageSize.Width - 3, button.Bounds.Height);
                }
            }
            else             //only draw text
            {
                if (button.Style == ODToolBarButtonStyle.Label || button.Style == ODToolBarButtonStyle.PageNav)
                {
                    textRect = new Rectangle(button.Bounds.X, button.Bounds.Y
                                             , textWidth, button.Bounds.Height);
                }
                else if (button.State == ToolBarButtonState.Pressed)              //draw slightly down and right
                {
                    textRect = new Rectangle(button.Bounds.X + 1, button.Bounds.Y + 1
                                             , textWidth, button.Bounds.Height);
                }
                else
                {
                    textRect = new Rectangle(button.Bounds.X, button.Bounds.Y
                                             , textWidth, button.Bounds.Height);
                }
            }
            StringFormat format;
            if (imageList != null && button.ImageIndex != -1)        //if there is an image
            //draw text very close to image
            {
                format               = new StringFormat();
                format.Alignment     = StringAlignment.Near;
                format.LineAlignment = StringAlignment.Center;
                if (button.Enabled)
                {
                    g.DrawString(button.Text, Font, textBrush, textRect, format);
                }
                else
                {
                    g.DrawString(button.Text, Font, textBrushDisabled, textRect, format);
                }
            }
            else
            {
                format               = new StringFormat();
                format.Alignment     = StringAlignment.Center;
                format.LineAlignment = StringAlignment.Center;
                if (button.Enabled)
                {
                    g.DrawString(button.Text, Font, textBrush, textRect, format);
                    //For page navigation buttons we ALWAYS show the text box so that users know they can type in the box to change pages.
                    if (button.Style == ODToolBarButtonStyle.PageNav)
                    {
                        //Because we do not display zeros to users (e.g. 001 / 135) and instead leave them off (e.g. 1 / 135) the width will be lopsided
                        //We need to draw each side of the page navigation (and pad a little) individually.
                        SizeF size = g.MeasureString("/", Font);
                        g.DrawString(button.PageValue.ToString(), Font, textBrush
                                     , new Rectangle(textRect.Location, new Size((textRect.Width / 2) - (int)(size.Width / 2) - 2, textRect.Height))
                                     , new StringFormat()
                        {
                            Alignment = StringAlignment.Far, LineAlignment = StringAlignment.Center
                        });
                        g.DrawString(button.PageMax.ToString(), Font, textBrush
                                     , new Rectangle(new Point(textRect.X + (textRect.Width / 2) + (int)(size.Width / 2) + 2, textRect.Y)
                                                     , new Size((textRect.Width / 2) - (int)(size.Width / 2), textRect.Height))
                                     , new StringFormat()
                        {
                            Alignment = StringAlignment.Near, LineAlignment = StringAlignment.Center
                        });
                        //Only add the text box for page navigation once.
                        //However, we need to add the text box here in the paint otherwise we don't know how large to make the text box.
                        if (textPageNav == null)
                        {
                            textPageNav             = new ValidNum();
                            textPageNav.Size        = new Size((button.Bounds.Width - 10) / 2, button.Bounds.Height);
                            textPageNav.KeyDown    += TextPageNav_KeyDown;
                            textPageNav.MinVal      = 1;                     //There is no such thing as 0 pages in a preview, always set min to 1.
                            textPageNav.RightToLeft = RightToLeft.Yes;
                            this.Controls.Add(textPageNav);
                        }
                        //Always recalculate the location of the button just in case someone changes the size of another button on the toolbar.
                        textPageNav.Location = new Point(button.Bounds.X + 1, button.Bounds.Y + 2);
                        //Nav text changes constantly so we need to update it when redrawing.
                        textPageNav.Text = button.PageValue.ToString();
                        if (button.PageMax != 0)
                        {
                            textPageNav.MaxVal = button.PageMax;
                        }
                    }
                }
                else
                {
                    g.DrawString(button.Text, Font, textBrushDisabled, textRect, format);
                }
            }
            //draw outline
            //Pen penR=penMedium;//new Pen(Color.FromArgb(180,180,180));
            if (!button.Enabled)
            {
                //no outline
                g.DrawLine(dividerPen, button.Bounds.Right - 1, button.Bounds.Top, button.Bounds.Right - 1, button.Bounds.Bottom - 1);      //vertical line on the right side
            }
            else if (button.Style == ODToolBarButtonStyle.ToggleButton && button.Pushed)
            {
                g.DrawRectangle(outlinePen, new Rectangle(button.Bounds.X, button.Bounds.Y
                                                          , button.Bounds.Width - 1, button.Bounds.Height - 1));
            }
            else if (button.Style == ODToolBarButtonStyle.Label || button.Style == ODToolBarButtonStyle.PageNav)
            {
                //no outline
                g.DrawLine(dividerPen, button.Bounds.Right - 1, button.Bounds.Top, button.Bounds.Right - 1, button.Bounds.Bottom - 1);      //vertical line on the right side
            }
            else
            {
                switch (button.State)
                {
                case ToolBarButtonState.Normal:
                    //no outline
                    g.DrawLine(dividerPen, button.Bounds.Right - 1, button.Bounds.Top, button.Bounds.Right - 1, button.Bounds.Bottom - 1);
                    break;

                case ToolBarButtonState.Hover:
                    g.DrawRectangle(outlinePen, new Rectangle(button.Bounds.X, button.Bounds.Y, button.Bounds.Width - 1, button.Bounds.Height - 1));
                    break;

                case ToolBarButtonState.Pressed:
                    g.DrawRectangle(outlinePen, new Rectangle(button.Bounds.X, button.Bounds.Y, button.Bounds.Width - 1, button.Bounds.Height - 1));
                    break;

                case ToolBarButtonState.DropPressed:
                    g.DrawRectangle(outlinePen, new Rectangle(button.Bounds.X, button.Bounds.Y, button.Bounds.Width - 1, button.Bounds.Height - 1));
                    break;
                }
            }
            if (button.Style == ODToolBarButtonStyle.DropDownButton)
            {
                int adjDown = 0;              //The distance to push the triangle down to show the notification text.
                if (isNotify)
                {
                    adjDown = 6;
                    //Draw the notification text.
                    Size sizeText = TextRenderer.MeasureText(button.NotificationText, Font);
                    g.DrawString(button.NotificationText, Font, (button.Enabled?textBrush:textBrushDisabled),
                                 button.Bounds.X + button.Bounds.Width + 1 - (dropDownWidth + sizeText.Width) / 2f, button.Bounds.Y + 2 + sizeText.Height / 2f, format);
                }
                Point[] triangle = new Point[3];
                triangle[0] = new Point(button.Bounds.X + button.Bounds.Width - 11
                                        , button.Bounds.Y + button.Bounds.Height / 2 - 2 + adjDown);
                triangle[1] = new Point(button.Bounds.X + button.Bounds.Width - 4
                                        , button.Bounds.Y + button.Bounds.Height / 2 - 2 + adjDown);
                triangle[2] = new Point(button.Bounds.X + button.Bounds.Width - 8
                                        , button.Bounds.Y + button.Bounds.Height / 2 + 2 + adjDown);
                if (button.Enabled)
                {
                    g.FillPolygon(textBrush, triangle);
                }
                else
                {
                    g.FillPolygon(textBrushDisabled, triangle);
                }
                if (button.State != ToolBarButtonState.Normal && button.Enabled)
                {
                    g.DrawLine(outlinePen, button.Bounds.X + button.Bounds.Width - 15, button.Bounds.Y
                               , button.Bounds.X + button.Bounds.Width - 15, button.Bounds.Y + button.Bounds.Height);
                }
            }
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.butDelete = new OpenDental.UI.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.textHeight = new OpenDental.ValidNum();
     this.label8 = new System.Windows.Forms.Label();
     this.textWidth = new OpenDental.ValidNum();
     this.label7 = new System.Windows.Forms.Label();
     this.textYPos = new OpenDental.ValidNum();
     this.label6 = new System.Windows.Forms.Label();
     this.textXPos = new OpenDental.ValidNum();
     this.label5 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(364,128);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(364,158);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location = new System.Drawing.Point(15,158);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(77,24);
     this.butDelete.TabIndex = 100;
     this.butDelete.Text = "Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // label1
     //
     this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label1.Location = new System.Drawing.Point(163,67);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(193,53);
     this.label1.TabIndex = 110;
     this.label1.Text = "The line will extend from x,y to x+w,y+h.  So negative width and height are allow" +
     "ed.";
     //
     // textHeight
     //
     this.textHeight.Location = new System.Drawing.Point(88,90);
     this.textHeight.MaxVal = 2000;
     this.textHeight.MinVal = -2000;
     this.textHeight.Name = "textHeight";
     this.textHeight.Size = new System.Drawing.Size(69,20);
     this.textHeight.TabIndex = 109;
     //
     // label8
     //
     this.label8.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label8.Location = new System.Drawing.Point(17,91);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(71,16);
     this.label8.TabIndex = 108;
     this.label8.Text = "Height";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textWidth
     //
     this.textWidth.Location = new System.Drawing.Point(88,64);
     this.textWidth.MaxVal = 2000;
     this.textWidth.MinVal = -2000;
     this.textWidth.Name = "textWidth";
     this.textWidth.Size = new System.Drawing.Size(69,20);
     this.textWidth.TabIndex = 107;
     //
     // label7
     //
     this.label7.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label7.Location = new System.Drawing.Point(17,65);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(71,16);
     this.label7.TabIndex = 106;
     this.label7.Text = "Width";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textYPos
     //
     this.textYPos.Location = new System.Drawing.Point(88,38);
     this.textYPos.MaxVal = 2000;
     this.textYPos.MinVal = -100;
     this.textYPos.Name = "textYPos";
     this.textYPos.Size = new System.Drawing.Size(69,20);
     this.textYPos.TabIndex = 105;
     //
     // label6
     //
     this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label6.Location = new System.Drawing.Point(17,39);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(71,16);
     this.label6.TabIndex = 104;
     this.label6.Text = "Y Pos";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textXPos
     //
     this.textXPos.Location = new System.Drawing.Point(88,12);
     this.textXPos.MaxVal = 2000;
     this.textXPos.MinVal = -100;
     this.textXPos.Name = "textXPos";
     this.textXPos.Size = new System.Drawing.Size(69,20);
     this.textXPos.TabIndex = 103;
     //
     // label5
     //
     this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label5.Location = new System.Drawing.Point(17,13);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(71,16);
     this.label5.TabIndex = 102;
     this.label5.Text = "X Pos";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormSheetFieldLine
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(451,194);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textHeight);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textWidth);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.textYPos);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textXPos);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormSheetFieldLine";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Static Text Field";
     this.Load += new System.EventHandler(this.FormSheetFieldLine_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label5 = 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.checkRequired = new System.Windows.Forms.CheckBox();
     this.butDelete = new OpenDental.UI.Button();
     this.textHeight = new OpenDental.ValidNum();
     this.textWidth = new OpenDental.ValidNum();
     this.textYPos = new OpenDental.ValidNum();
     this.textXPos = new OpenDental.ValidNum();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(35,24);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(71,16);
     this.label5.TabIndex = 90;
     this.label5.Text = "X Pos";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(35,50);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(71,16);
     this.label6.TabIndex = 92;
     this.label6.Text = "Y Pos";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(35,76);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(71,16);
     this.label7.TabIndex = 94;
     this.label7.Text = "Width";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(35,102);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(71,16);
     this.label8.TabIndex = 96;
     this.label8.Text = "Height";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkRequired
     //
     this.checkRequired.AutoSize = true;
     this.checkRequired.Location = new System.Drawing.Point(52,127);
     this.checkRequired.Name = "checkRequired";
     this.checkRequired.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.checkRequired.Size = new System.Drawing.Size(69,17);
     this.checkRequired.TabIndex = 101;
     this.checkRequired.Text = "Required";
     this.checkRequired.UseVisualStyleBackColor = true;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location = new System.Drawing.Point(15,164);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(77,24);
     this.butDelete.TabIndex = 100;
     this.butDelete.Text = "Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // textHeight
     //
     this.textHeight.Location = new System.Drawing.Point(106,101);
     this.textHeight.MaxVal = 2000;
     this.textHeight.MinVal = 1;
     this.textHeight.Name = "textHeight";
     this.textHeight.Size = new System.Drawing.Size(69,20);
     this.textHeight.TabIndex = 97;
     //
     // textWidth
     //
     this.textWidth.Location = new System.Drawing.Point(106,75);
     this.textWidth.MaxVal = 2000;
     this.textWidth.MinVal = 1;
     this.textWidth.Name = "textWidth";
     this.textWidth.Size = new System.Drawing.Size(69,20);
     this.textWidth.TabIndex = 95;
     //
     // textYPos
     //
     this.textYPos.Location = new System.Drawing.Point(106,49);
     this.textYPos.MaxVal = 2000;
     this.textYPos.MinVal = -100;
     this.textYPos.Name = "textYPos";
     this.textYPos.Size = new System.Drawing.Size(69,20);
     this.textYPos.TabIndex = 93;
     //
     // textXPos
     //
     this.textXPos.Location = new System.Drawing.Point(106,23);
     this.textXPos.MaxVal = 2000;
     this.textXPos.MinVal = -100;
     this.textXPos.Name = "textXPos";
     this.textXPos.Size = new System.Drawing.Size(69,20);
     this.textXPos.TabIndex = 91;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(307,134);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(307,164);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // FormSheetFieldSigBox
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(394,200);
     this.Controls.Add(this.checkRequired);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textHeight);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textWidth);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.textYPos);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textXPos);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormSheetFieldSigBox";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Signature Box Field";
     this.Load += new System.EventHandler(this.FormSheetFieldSigBox_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label2 = new System.Windows.Forms.Label();
     this.listFields = new System.Windows.Forms.ListBox();
     this.label5 = 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.label3 = new System.Windows.Forms.Label();
     this.textRadioGroupName = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.checkRequired = new System.Windows.Forms.CheckBox();
     this.groupRadioMisc = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.listRadio = new System.Windows.Forms.ListBox();
     this.groupRadio = new System.Windows.Forms.GroupBox();
     this.butDelete = new OpenDental.UI.Button();
     this.textHeight = new OpenDental.ValidNum();
     this.textWidth = new OpenDental.ValidNum();
     this.textYPos = new OpenDental.ValidNum();
     this.textXPos = new OpenDental.ValidNum();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.textTabOrder = new OpenDental.ValidNum();
     this.labelTabOrder = new System.Windows.Forms.Label();
     this.groupRadioMisc.SuspendLayout();
     this.groupRadio.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(13,18);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(108,16);
     this.label2.TabIndex = 86;
     this.label2.Text = "Field Name";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // listFields
     //
     this.listFields.FormattingEnabled = true;
     this.listFields.Location = new System.Drawing.Point(15,37);
     this.listFields.Name = "listFields";
     this.listFields.Size = new System.Drawing.Size(142,446);
     this.listFields.TabIndex = 85;
     this.listFields.SelectedIndexChanged += new System.EventHandler(this.listFields_SelectedIndexChanged);
     this.listFields.DoubleClick += new System.EventHandler(this.listFields_DoubleClick);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(205,39);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(71,16);
     this.label5.TabIndex = 90;
     this.label5.Text = "X Pos";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(205,65);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(71,16);
     this.label6.TabIndex = 92;
     this.label6.Text = "Y Pos";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(205,91);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(71,16);
     this.label7.TabIndex = 94;
     this.label7.Text = "Width";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(205,117);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(71,16);
     this.label8.TabIndex = 96;
     this.label8.Text = "Height";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(5,51);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(89,16);
     this.label3.TabIndex = 103;
     this.label3.Text = "Group Name";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textRadioGroupName
     //
     this.textRadioGroupName.Location = new System.Drawing.Point(94,50);
     this.textRadioGroupName.Name = "textRadioGroupName";
     this.textRadioGroupName.Size = new System.Drawing.Size(197,20);
     this.textRadioGroupName.TabIndex = 102;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(11,15);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(280,33);
     this.label9.TabIndex = 106;
     this.label9.Text = "Use the same Field Name (misc) and the same Group Name for each radio button in a" +
     " group.";
     //
     // checkRequired
     //
     this.checkRequired.Location = new System.Drawing.Point(193,245);
     this.checkRequired.Name = "checkRequired";
     this.checkRequired.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.checkRequired.Size = new System.Drawing.Size(97,17);
     this.checkRequired.TabIndex = 107;
     this.checkRequired.Text = "Required";
     this.checkRequired.UseVisualStyleBackColor = true;
     this.checkRequired.Visible = false;
     //
     // groupRadioMisc
     //
     this.groupRadioMisc.Controls.Add(this.label9);
     this.groupRadioMisc.Controls.Add(this.textRadioGroupName);
     this.groupRadioMisc.Controls.Add(this.label3);
     this.groupRadioMisc.Location = new System.Drawing.Point(182,153);
     this.groupRadioMisc.Name = "groupRadioMisc";
     this.groupRadioMisc.Size = new System.Drawing.Size(297,78);
     this.groupRadioMisc.TabIndex = 106;
     this.groupRadioMisc.TabStop = false;
     this.groupRadioMisc.Text = "Radio Button";
     this.groupRadioMisc.Visible = false;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8,20);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(283,31);
     this.label1.TabIndex = 87;
     this.label1.Text = "Use the same Field Name for each radio button in a group.  But set a different Ra" +
     "dio Button Value for each.";
     //
     // listRadio
     //
     this.listRadio.FormattingEnabled = true;
     this.listRadio.Location = new System.Drawing.Point(94,56);
     this.listRadio.Name = "listRadio";
     this.listRadio.Size = new System.Drawing.Size(142,121);
     this.listRadio.TabIndex = 88;
     this.listRadio.Click += new System.EventHandler(this.listRadio_Click);
     //
     // groupRadio
     //
     this.groupRadio.Controls.Add(this.listRadio);
     this.groupRadio.Controls.Add(this.label1);
     this.groupRadio.Location = new System.Drawing.Point(182,272);
     this.groupRadio.Name = "groupRadio";
     this.groupRadio.Size = new System.Drawing.Size(297,183);
     this.groupRadio.TabIndex = 101;
     this.groupRadio.TabStop = false;
     this.groupRadio.Text = "Radio Button Value";
     this.groupRadio.Visible = false;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location = new System.Drawing.Point(16,492);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(77,24);
     this.butDelete.TabIndex = 100;
     this.butDelete.Text = "Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // textHeight
     //
     this.textHeight.Location = new System.Drawing.Point(276,116);
     this.textHeight.MaxVal = 2000;
     this.textHeight.MinVal = 1;
     this.textHeight.Name = "textHeight";
     this.textHeight.Size = new System.Drawing.Size(69,20);
     this.textHeight.TabIndex = 97;
     //
     // textWidth
     //
     this.textWidth.Location = new System.Drawing.Point(276,90);
     this.textWidth.MaxVal = 2000;
     this.textWidth.MinVal = 1;
     this.textWidth.Name = "textWidth";
     this.textWidth.Size = new System.Drawing.Size(69,20);
     this.textWidth.TabIndex = 95;
     //
     // textYPos
     //
     this.textYPos.Location = new System.Drawing.Point(276,64);
     this.textYPos.MaxVal = 2000;
     this.textYPos.MinVal = -100;
     this.textYPos.Name = "textYPos";
     this.textYPos.Size = new System.Drawing.Size(69,20);
     this.textYPos.TabIndex = 93;
     //
     // textXPos
     //
     this.textXPos.Location = new System.Drawing.Point(276,38);
     this.textXPos.MaxVal = 2000;
     this.textXPos.MinVal = -100;
     this.textXPos.Name = "textXPos";
     this.textXPos.Size = new System.Drawing.Size(69,20);
     this.textXPos.TabIndex = 91;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(404,462);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(404,492);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // textTabOrder
     //
     this.textTabOrder.Location = new System.Drawing.Point(276,461);
     this.textTabOrder.MaxVal = 2000;
     this.textTabOrder.MinVal = -100;
     this.textTabOrder.Name = "textTabOrder";
     this.textTabOrder.Size = new System.Drawing.Size(69,20);
     this.textTabOrder.TabIndex = 109;
     //
     // labelTabOrder
     //
     this.labelTabOrder.Location = new System.Drawing.Point(205,462);
     this.labelTabOrder.Name = "labelTabOrder";
     this.labelTabOrder.Size = new System.Drawing.Size(71,16);
     this.labelTabOrder.TabIndex = 108;
     this.labelTabOrder.Text = "Tab Order";
     this.labelTabOrder.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormSheetFieldCheckBox
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(495,530);
     this.Controls.Add(this.textTabOrder);
     this.Controls.Add(this.labelTabOrder);
     this.Controls.Add(this.checkRequired);
     this.Controls.Add(this.groupRadioMisc);
     this.Controls.Add(this.groupRadio);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textHeight);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textWidth);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.textYPos);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textXPos);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.listFields);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormSheetFieldCheckBox";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit CheckBox";
     this.Load += new System.EventHandler(this.FormSheetFieldCheckBox_Load);
     this.groupRadioMisc.ResumeLayout(false);
     this.groupRadioMisc.PerformLayout();
     this.groupRadio.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label2 = new System.Windows.Forms.Label();
     this.listSheetType = new System.Windows.Forms.ListBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.textFontSize = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.comboFontName = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.textDescription = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.checkIsLandscape = new System.Windows.Forms.CheckBox();
     this.textHeight = new OpenDental.ValidNum();
     this.textWidth = new OpenDental.ValidNum();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(-2,39);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(154,48);
     this.label2.TabIndex = 86;
     this.label2.Text = "Sheet Type\r\n(cannot be changed later)";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listSheetType
     //
     this.listSheetType.FormattingEnabled = true;
     this.listSheetType.Location = new System.Drawing.Point(154,38);
     this.listSheetType.Name = "listSheetType";
     this.listSheetType.Size = new System.Drawing.Size(142,147);
     this.listSheetType.TabIndex = 85;
     this.listSheetType.Click += new System.EventHandler(this.listSheetType_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textFontSize);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.comboFontName);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Location = new System.Drawing.Point(74,196);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(283,72);
     this.groupBox1.TabIndex = 88;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Default Font";
     //
     // textFontSize
     //
     this.textFontSize.Location = new System.Drawing.Point(80,41);
     this.textFontSize.Name = "textFontSize";
     this.textFontSize.Size = new System.Drawing.Size(44,20);
     this.textFontSize.TabIndex = 89;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(7,42);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(71,16);
     this.label4.TabIndex = 89;
     this.label4.Text = "Size";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboFontName
     //
     this.comboFontName.FormattingEnabled = true;
     this.comboFontName.Location = new System.Drawing.Point(80,14);
     this.comboFontName.Name = "comboFontName";
     this.comboFontName.Size = new System.Drawing.Size(197,21);
     this.comboFontName.TabIndex = 88;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(7,16);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(71,16);
     this.label3.TabIndex = 87;
     this.label3.Text = "Name";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(83,275);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(71,16);
     this.label7.TabIndex = 94;
     this.label7.Text = "Width";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(83,301);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(71,16);
     this.label8.TabIndex = 96;
     this.label8.Text = "Height";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDescription
     //
     this.textDescription.Location = new System.Drawing.Point(154,12);
     this.textDescription.Name = "textDescription";
     this.textDescription.Size = new System.Drawing.Size(215,20);
     this.textDescription.TabIndex = 99;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(39,13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(113,16);
     this.label1.TabIndex = 98;
     this.label1.Text = "Description";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkIsLandscape
     //
     this.checkIsLandscape.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsLandscape.Location = new System.Drawing.Point(42,326);
     this.checkIsLandscape.Name = "checkIsLandscape";
     this.checkIsLandscape.Size = new System.Drawing.Size(126,20);
     this.checkIsLandscape.TabIndex = 100;
     this.checkIsLandscape.Text = "Landscape";
     this.checkIsLandscape.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsLandscape.UseVisualStyleBackColor = true;
     //
     // textHeight
     //
     this.textHeight.Location = new System.Drawing.Point(154,300);
     this.textHeight.MaxVal = 2000;
     this.textHeight.MinVal = -100;
     this.textHeight.Name = "textHeight";
     this.textHeight.Size = new System.Drawing.Size(69,20);
     this.textHeight.TabIndex = 97;
     //
     // textWidth
     //
     this.textWidth.Location = new System.Drawing.Point(154,274);
     this.textWidth.MaxVal = 2000;
     this.textWidth.MinVal = -100;
     this.textWidth.Name = "textWidth";
     this.textWidth.Size = new System.Drawing.Size(69,20);
     this.textWidth.TabIndex = 95;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(319,354);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(409,354);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // FormSheetDef
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(496,390);
     this.Controls.Add(this.checkIsLandscape);
     this.Controls.Add(this.textDescription);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textHeight);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textWidth);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.listSheetType);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormSheetDef";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Sheet Def";
     this.Load += new System.EventHandler(this.FormSheetDef_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.textNotes = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.textPracticeTitle = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.textEhrKey = new System.Windows.Forms.TextBox();
     this.labelEhrKey = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.butDelete = new OpenDental.UI.Button();
     this.butGenerate = new OpenDental.UI.Button();
     this.textQuarter = new OpenDental.ValidNum();
     this.textYear = new OpenDental.ValidNum();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(42,93);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100,18);
     this.label2.TabIndex = 13;
     this.label2.Text = "Quarter, ex: 2";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(42,67);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(100,18);
     this.label1.TabIndex = 12;
     this.label1.Text = "Year, ex: 12";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textNotes
     //
     this.textNotes.Location = new System.Drawing.Point(147,170);
     this.textNotes.MaxLength = 15;
     this.textNotes.Multiline = true;
     this.textNotes.Name = "textNotes";
     this.textNotes.Size = new System.Drawing.Size(319,92);
     this.textNotes.TabIndex = 126;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(59,174);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(88,14);
     this.label4.TabIndex = 127;
     this.label4.Text = "Notes";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textPracticeTitle
     //
     this.textPracticeTitle.Location = new System.Drawing.Point(147,117);
     this.textPracticeTitle.MaxLength = 100;
     this.textPracticeTitle.Name = "textPracticeTitle";
     this.textPracticeTitle.Size = new System.Drawing.Size(319,20);
     this.textPracticeTitle.TabIndex = 130;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(19,121);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(127,14);
     this.label8.TabIndex = 131;
     this.label8.Text = "Practice Title";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textEhrKey
     //
     this.textEhrKey.Location = new System.Drawing.Point(147,143);
     this.textEhrKey.MaxLength = 15;
     this.textEhrKey.Name = "textEhrKey";
     this.textEhrKey.Size = new System.Drawing.Size(161,20);
     this.textEhrKey.TabIndex = 128;
     //
     // labelEhrKey
     //
     this.labelEhrKey.Location = new System.Drawing.Point(22,147);
     this.labelEhrKey.Name = "labelEhrKey";
     this.labelEhrKey.Size = new System.Drawing.Size(125,14);
     this.labelEhrKey.TabIndex = 129;
     this.labelEhrKey.Text = "Quarterly EHR Key";
     this.labelEhrKey.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(146,25);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(422,38);
     this.label3.TabIndex = 133;
     this.label3.Text = "The quarterly key is tied to the practice title as entered in THEIR system.  It\'s" +
     " best to copy/paste from their practice setup window.";
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location = new System.Drawing.Point(25,292);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(75,24);
     this.butDelete.TabIndex = 134;
     this.butDelete.Text = "Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // butGenerate
     //
     this.butGenerate.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butGenerate.Autosize = true;
     this.butGenerate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butGenerate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butGenerate.CornerRadius = 4F;
     this.butGenerate.Location = new System.Drawing.Point(311,141);
     this.butGenerate.Name = "butGenerate";
     this.butGenerate.Size = new System.Drawing.Size(75,24);
     this.butGenerate.TabIndex = 132;
     this.butGenerate.Text = "Generate";
     this.butGenerate.Click += new System.EventHandler(this.butGenerate_Click);
     //
     // textQuarter
     //
     this.textQuarter.Location = new System.Drawing.Point(147,91);
     this.textQuarter.MaxVal = 4;
     this.textQuarter.MinVal = 1;
     this.textQuarter.Name = "textQuarter";
     this.textQuarter.Size = new System.Drawing.Size(58,20);
     this.textQuarter.TabIndex = 17;
     //
     // textYear
     //
     this.textYear.Location = new System.Drawing.Point(147,66);
     this.textYear.MaxVal = 20;
     this.textYear.MinVal = 11;
     this.textYear.Name = "textYear";
     this.textYear.Size = new System.Drawing.Size(58,20);
     this.textYear.TabIndex = 16;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(430,292);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(523,292);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // FormEhrQuarterlyKeyEditCust
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(610,328);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.butGenerate);
     this.Controls.Add(this.textPracticeTitle);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textEhrKey);
     this.Controls.Add(this.labelEhrKey);
     this.Controls.Add(this.textNotes);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textQuarter);
     this.Controls.Add(this.textYear);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormEhrQuarterlyKeyEditCust";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Ehr Quarterly Key for Customer";
     this.Load += new System.EventHandler(this.FormEhrQuarterlyKeyEditCust_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label2 = new System.Windows.Forms.Label();
     this.listFields = new System.Windows.Forms.ListBox();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.checkFontIsBold = new System.Windows.Forms.CheckBox();
     this.textFontSize = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.comboFontName = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label5 = 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.comboGrowthBehavior = new System.Windows.Forms.ComboBox();
     this.label9 = new System.Windows.Forms.Label();
     this.textHeight = new OpenDental.ValidNum();
     this.textWidth = new OpenDental.ValidNum();
     this.textYPos = new OpenDental.ValidNum();
     this.textXPos = new OpenDental.ValidNum();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.butDelete = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(13,47);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(108,16);
     this.label2.TabIndex = 86;
     this.label2.Text = "Field Name";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // listFields
     //
     this.listFields.FormattingEnabled = true;
     this.listFields.Location = new System.Drawing.Point(15,66);
     this.listFields.Name = "listFields";
     this.listFields.Size = new System.Drawing.Size(142,277);
     this.listFields.TabIndex = 85;
     this.listFields.DoubleClick += new System.EventHandler(this.listFields_DoubleClick);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(13,9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(393,33);
     this.label1.TabIndex = 87;
     this.label1.Text = "The text value for this field will be generated later from the database.";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkFontIsBold);
     this.groupBox1.Controls.Add(this.textFontSize);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.comboFontName);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Location = new System.Drawing.Point(188,60);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(283,95);
     this.groupBox1.TabIndex = 88;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Font";
     //
     // checkFontIsBold
     //
     this.checkFontIsBold.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkFontIsBold.Location = new System.Drawing.Point(10,66);
     this.checkFontIsBold.Name = "checkFontIsBold";
     this.checkFontIsBold.Size = new System.Drawing.Size(85,20);
     this.checkFontIsBold.TabIndex = 90;
     this.checkFontIsBold.Text = "Bold";
     this.checkFontIsBold.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkFontIsBold.UseVisualStyleBackColor = true;
     //
     // textFontSize
     //
     this.textFontSize.Location = new System.Drawing.Point(80,41);
     this.textFontSize.Name = "textFontSize";
     this.textFontSize.Size = new System.Drawing.Size(44,20);
     this.textFontSize.TabIndex = 89;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(7,42);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(71,16);
     this.label4.TabIndex = 89;
     this.label4.Text = "Size";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboFontName
     //
     this.comboFontName.FormattingEnabled = true;
     this.comboFontName.Location = new System.Drawing.Point(80,14);
     this.comboFontName.Name = "comboFontName";
     this.comboFontName.Size = new System.Drawing.Size(197,21);
     this.comboFontName.TabIndex = 88;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(7,16);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(71,16);
     this.label3.TabIndex = 87;
     this.label3.Text = "Name";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(197,201);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(71,16);
     this.label5.TabIndex = 90;
     this.label5.Text = "X Pos";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(197,227);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(71,16);
     this.label6.TabIndex = 92;
     this.label6.Text = "Y Pos";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(197,253);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(71,16);
     this.label7.TabIndex = 94;
     this.label7.Text = "Width";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(197,279);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(71,16);
     this.label8.TabIndex = 96;
     this.label8.Text = "Height";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboGrowthBehavior
     //
     this.comboGrowthBehavior.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboGrowthBehavior.FormattingEnabled = true;
     this.comboGrowthBehavior.Location = new System.Drawing.Point(268,172);
     this.comboGrowthBehavior.Name = "comboGrowthBehavior";
     this.comboGrowthBehavior.Size = new System.Drawing.Size(197,21);
     this.comboGrowthBehavior.TabIndex = 99;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(161,173);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(107,16);
     this.label9.TabIndex = 98;
     this.label9.Text = "Growth Behavior";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textHeight
     //
     this.textHeight.Location = new System.Drawing.Point(268,278);
     this.textHeight.MaxVal = 2000;
     this.textHeight.MinVal = -100;
     this.textHeight.Name = "textHeight";
     this.textHeight.Size = new System.Drawing.Size(69,20);
     this.textHeight.TabIndex = 97;
     //
     // textWidth
     //
     this.textWidth.Location = new System.Drawing.Point(268,252);
     this.textWidth.MaxVal = 2000;
     this.textWidth.MinVal = -100;
     this.textWidth.Name = "textWidth";
     this.textWidth.Size = new System.Drawing.Size(69,20);
     this.textWidth.TabIndex = 95;
     //
     // textYPos
     //
     this.textYPos.Location = new System.Drawing.Point(268,226);
     this.textYPos.MaxVal = 2000;
     this.textYPos.MinVal = -100;
     this.textYPos.Name = "textYPos";
     this.textYPos.Size = new System.Drawing.Size(69,20);
     this.textYPos.TabIndex = 93;
     //
     // textXPos
     //
     this.textXPos.Location = new System.Drawing.Point(268,200);
     this.textXPos.MaxVal = 2000;
     this.textXPos.MinVal = -100;
     this.textXPos.Name = "textXPos";
     this.textXPos.Size = new System.Drawing.Size(69,20);
     this.textXPos.TabIndex = 91;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(420,346);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(420,376);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location = new System.Drawing.Point(15,376);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(77,24);
     this.butDelete.TabIndex = 100;
     this.butDelete.Text = "Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // FormSheetFieldOutput
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(507,412);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.comboGrowthBehavior);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.textHeight);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textWidth);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.textYPos);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textXPos);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.listFields);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormSheetFieldOutput";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit OutputText Field";
     this.Load += new System.EventHandler(this.FormSheetFieldDefEdit_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }