/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.butCancel = new System.Windows.Forms.Button();
     this.gridMain = new OpenDental.UI.ODGrid();
     this.butAdd = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Location = new System.Drawing.Point(631,434);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "Close";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(12,12);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridMain.Size = new System.Drawing.Size(613,446);
     this.gridMain.TabIndex = 4;
     this.gridMain.Title = "Connections";
     this.gridMain.TranslationName = "";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // butAdd
     //
     this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location = new System.Drawing.Point(631,12);
     this.butAdd.Name = "butAdd";
     this.butAdd.Size = new System.Drawing.Size(75,24);
     this.butAdd.TabIndex = 5;
     this.butAdd.Text = "Add";
     this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
     //
     // FormCentralConnectionsSetup
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(718,470);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.butCancel);
     this.Name = "FormCentralConnectionsSetup";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Setup Connections";
     this.Load += new System.EventHandler(this.FormAggPathSetup_Load);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.gridMain = new OpenDental.UI.ODGrid();
     this.butClose = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(12,12);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.Size = new System.Drawing.Size(482,271);
     this.gridMain.TabIndex = 3;
     this.gridMain.Title = "Electronic Benefit Request History";
     this.gridMain.TranslationName = null;
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // butClose
     //
     this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.Autosize = true;
     this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butClose.CornerRadius = 4F;
     this.butClose.Location = new System.Drawing.Point(419,289);
     this.butClose.Name = "butClose";
     this.butClose.Size = new System.Drawing.Size(75,24);
     this.butClose.TabIndex = 2;
     this.butClose.Text = "&Close";
     this.butClose.Click += new System.EventHandler(this.butClose_Click);
     //
     // FormBenefitElectHistory
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(506,325);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.butClose);
     this.Name = "FormBenefitElectHistory";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Electronic Benefit History";
     this.Load += new System.EventHandler(this.FormBenefitElectHistory_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.butClose = new OpenDental.UI.Button();
     this.odGrid1 = new OpenDental.UI.ODGrid();
     this.SuspendLayout();
     //
     // butClose
     //
     this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.Autosize = true;
     this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butClose.CornerRadius = 4F;
     this.butClose.Location = new System.Drawing.Point(844,585);
     this.butClose.Name = "butClose";
     this.butClose.Size = new System.Drawing.Size(75,24);
     this.butClose.TabIndex = 2;
     this.butClose.Text = "Close";
     this.butClose.Click += new System.EventHandler(this.butClose_Click);
     //
     // odGrid1
     //
     this.odGrid1.HScrollVisible = false;
     this.odGrid1.Location = new System.Drawing.Point(12,12);
     this.odGrid1.Name = "odGrid1";
     this.odGrid1.ScrollValue = 0;
     this.odGrid1.Size = new System.Drawing.Size(907,564);
     this.odGrid1.TabIndex = 3;
     this.odGrid1.Title = null;
     this.odGrid1.TranslationName = null;
     //
     // FormMonthView
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(931,618);
     this.Controls.Add(this.odGrid1);
     this.Controls.Add(this.butClose);
     this.Name = "FormMonthView";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Month View";
     this.Load += new System.EventHandler(this.FormMonthView_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelNote = new System.Windows.Forms.Label();
     this.textNote = new System.Windows.Forms.TextBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.butShowResponse = new OpenDental.UI.Button();
     this.butShowRequest = new OpenDental.UI.Button();
     this.labelImport = new System.Windows.Forms.Label();
     this.butImport = new OpenDental.UI.Button();
     this.gridBen = new OpenDental.UI.ODGrid();
     this.gridDates = new OpenDental.UI.ODGrid();
     this.gridMain = new OpenDental.UI.ODGrid();
     this.butDelete = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.groupImport = new System.Windows.Forms.GroupBox();
     this.radioInNetwork = new System.Windows.Forms.RadioButton();
     this.radioOutNetwork = new System.Windows.Forms.RadioButton();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.radioModeElect = new System.Windows.Forms.RadioButton();
     this.radioModeMessage = new System.Windows.Forms.RadioButton();
     this.butPrint = new OpenDental.UI.Button();
     this.groupBox2.SuspendLayout();
     this.groupImport.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // labelNote
     //
     this.labelNote.Location = new System.Drawing.Point(6,576);
     this.labelNote.Name = "labelNote";
     this.labelNote.Size = new System.Drawing.Size(100,17);
     this.labelNote.TabIndex = 15;
     this.labelNote.Text = "Note";
     this.labelNote.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textNote
     //
     this.textNote.Location = new System.Drawing.Point(9,596);
     this.textNote.Multiline = true;
     this.textNote.Name = "textNote";
     this.textNote.Size = new System.Drawing.Size(355,40);
     this.textNote.TabIndex = 14;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.butShowResponse);
     this.groupBox2.Controls.Add(this.butShowRequest);
     this.groupBox2.Location = new System.Drawing.Point(705,12);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(168,49);
     this.groupBox2.TabIndex = 116;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Show Raw Message of...";
     //
     // butShowResponse
     //
     this.butShowResponse.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butShowResponse.Autosize = true;
     this.butShowResponse.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butShowResponse.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butShowResponse.CornerRadius = 4F;
     this.butShowResponse.Location = new System.Drawing.Point(87,19);
     this.butShowResponse.Name = "butShowResponse";
     this.butShowResponse.Size = new System.Drawing.Size(75,24);
     this.butShowResponse.TabIndex = 116;
     this.butShowResponse.Text = "Response";
     this.butShowResponse.Click += new System.EventHandler(this.butShowResponse_Click);
     //
     // butShowRequest
     //
     this.butShowRequest.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butShowRequest.Autosize = true;
     this.butShowRequest.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butShowRequest.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butShowRequest.CornerRadius = 4F;
     this.butShowRequest.Location = new System.Drawing.Point(6,19);
     this.butShowRequest.Name = "butShowRequest";
     this.butShowRequest.Size = new System.Drawing.Size(75,24);
     this.butShowRequest.TabIndex = 115;
     this.butShowRequest.Text = "Request";
     this.butShowRequest.Click += new System.EventHandler(this.butShowRequest_Click);
     //
     // labelImport
     //
     this.labelImport.Location = new System.Drawing.Point(295,421);
     this.labelImport.Name = "labelImport";
     this.labelImport.Size = new System.Drawing.Size(133,17);
     this.labelImport.TabIndex = 120;
     this.labelImport.Text = "Selected Benefits";
     this.labelImport.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // 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.Image = global::OpenDental.Properties.Resources.down;
     this.butImport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butImport.Location = new System.Drawing.Point(347,394);
     this.butImport.Name = "butImport";
     this.butImport.Size = new System.Drawing.Size(81,24);
     this.butImport.TabIndex = 119;
     this.butImport.Text = "Import";
     this.butImport.Click += new System.EventHandler(this.butImport_Click);
     //
     // gridBen
     //
     this.gridBen.HScrollVisible = false;
     this.gridBen.Location = new System.Drawing.Point(432,394);
     this.gridBen.Name = "gridBen";
     this.gridBen.ScrollValue = 0;
     this.gridBen.Size = new System.Drawing.Size(441,242);
     this.gridBen.TabIndex = 118;
     this.gridBen.Title = "Current Benefits";
     this.gridBen.TranslationName = "FormEtrans270Edit";
     this.gridBen.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridBen_CellDoubleClick);
     //
     // gridDates
     //
     this.gridDates.HScrollVisible = false;
     this.gridDates.Location = new System.Drawing.Point(9,12);
     this.gridDates.Name = "gridDates";
     this.gridDates.ScrollValue = 0;
     this.gridDates.Size = new System.Drawing.Size(407,119);
     this.gridDates.TabIndex = 117;
     this.gridDates.Title = "Dates";
     this.gridDates.TranslationName = "FormEtrans270Edit";
     //
     // gridMain
     //
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(9,137);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridMain.Size = new System.Drawing.Size(864,254);
     this.gridMain.TabIndex = 114;
     this.gridMain.Title = "Response Benefit Information";
     this.gridMain.TranslationName = "FormEtrans270Edit";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // 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(9,641);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(81,24);
     this.butDelete.TabIndex = 113;
     this.butDelete.Text = "&Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // 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(717,641);
     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(798,641);
     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);
     //
     // groupImport
     //
     this.groupImport.Controls.Add(this.radioInNetwork);
     this.groupImport.Controls.Add(this.radioOutNetwork);
     this.groupImport.Location = new System.Drawing.Point(470,73);
     this.groupImport.Name = "groupImport";
     this.groupImport.Size = new System.Drawing.Size(167,58);
     this.groupImport.TabIndex = 124;
     this.groupImport.TabStop = false;
     this.groupImport.Text = "Mark for import if";
     //
     // radioInNetwork
     //
     this.radioInNetwork.Checked = true;
     this.radioInNetwork.Location = new System.Drawing.Point(12,16);
     this.radioInNetwork.Name = "radioInNetwork";
     this.radioInNetwork.Size = new System.Drawing.Size(121,18);
     this.radioInNetwork.TabIndex = 121;
     this.radioInNetwork.TabStop = true;
     this.radioInNetwork.Text = "In network";
     this.radioInNetwork.UseVisualStyleBackColor = true;
     this.radioInNetwork.Click += new System.EventHandler(this.radioInNetwork_Click);
     //
     // radioOutNetwork
     //
     this.radioOutNetwork.Location = new System.Drawing.Point(12,35);
     this.radioOutNetwork.Name = "radioOutNetwork";
     this.radioOutNetwork.Size = new System.Drawing.Size(121,18);
     this.radioOutNetwork.TabIndex = 122;
     this.radioOutNetwork.Text = "Out of network";
     this.radioOutNetwork.UseVisualStyleBackColor = true;
     this.radioOutNetwork.Click += new System.EventHandler(this.radioOutNetwork_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.radioModeElect);
     this.groupBox3.Controls.Add(this.radioModeMessage);
     this.groupBox3.Location = new System.Drawing.Point(470,12);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(167,58);
     this.groupBox3.TabIndex = 126;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Viewing Mode";
     //
     // radioModeElect
     //
     this.radioModeElect.Checked = true;
     this.radioModeElect.Location = new System.Drawing.Point(12,16);
     this.radioModeElect.Name = "radioModeElect";
     this.radioModeElect.Size = new System.Drawing.Size(121,18);
     this.radioModeElect.TabIndex = 121;
     this.radioModeElect.TabStop = true;
     this.radioModeElect.Text = "Electronic Import";
     this.radioModeElect.UseVisualStyleBackColor = true;
     this.radioModeElect.Click += new System.EventHandler(this.radioModeElect_Click);
     //
     // radioModeMessage
     //
     this.radioModeMessage.Location = new System.Drawing.Point(12,35);
     this.radioModeMessage.Name = "radioModeMessage";
     this.radioModeMessage.Size = new System.Drawing.Size(121,18);
     this.radioModeMessage.TabIndex = 122;
     this.radioModeMessage.Text = "Message Text";
     this.radioModeMessage.UseVisualStyleBackColor = true;
     this.radioModeMessage.Click += new System.EventHandler(this.radioModeMessage_Click);
     //
     // butPrint
     //
     this.butPrint.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butPrint.Autosize = true;
     this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPrint.CornerRadius = 4F;
     this.butPrint.Location = new System.Drawing.Point(644,106);
     this.butPrint.Name = "butPrint";
     this.butPrint.Size = new System.Drawing.Size(75,24);
     this.butPrint.TabIndex = 127;
     this.butPrint.Text = "Print";
     this.butPrint.Visible = false;
     this.butPrint.Click += new System.EventHandler(this.butPrint_Click);
     //
     // FormEtrans270Edit
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(882,674);
     this.Controls.Add(this.butPrint);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupImport);
     this.Controls.Add(this.labelImport);
     this.Controls.Add(this.butImport);
     this.Controls.Add(this.gridBen);
     this.Controls.Add(this.gridDates);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.labelNote);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormEtrans270Edit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Electronic Benefit Request";
     this.Load += new System.EventHandler(this.FormEtrans270Edit_Load);
     this.Shown += new System.EventHandler(this.FormEtrans270Edit_Shown);
     this.groupBox2.ResumeLayout(false);
     this.groupImport.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 5
0
 private void InitializeComponent()
 {
     this.butCancel     = new OpenDental.UI.Button();
     this.butPrint      = new OpenDental.UI.Button();
     this.contrAccount1 = new OpenDental.ContrAccount();
     this.butNone       = new OpenDental.UI.Button();
     this.butAll        = new OpenDental.UI.Button();
     this.label2        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.gridBill      = new OpenDental.UI.ODGrid();
     this.SuspendLayout();
     //
     // 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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(672, 658);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 25);
     this.butCancel.TabIndex     = 1;
     this.butCancel.Text         = "&Cancel";
     //
     // butPrint
     //
     this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butPrint.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butPrint.Autosize  = true;
     this.butPrint.BackColor = System.Drawing.SystemColors.Control;
     this.butPrint.BtnShape  = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPrint.BtnStyle  = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPrint.Location  = new System.Drawing.Point(672, 624);
     this.butPrint.Name      = "butPrint";
     this.butPrint.Size      = new System.Drawing.Size(75, 25);
     this.butPrint.TabIndex  = 0;
     this.butPrint.Text      = "&Print";
     this.butPrint.Click    += new System.EventHandler(this.butPrint_Click);
     //
     // contrAccount1
     //
     this.contrAccount1.Location = new System.Drawing.Point(-56, 102);
     this.contrAccount1.Name     = "contrAccount1";
     this.contrAccount1.Size     = new System.Drawing.Size(916, 494);
     this.contrAccount1.TabIndex = 20;
     this.contrAccount1.Visible  = false;
     //
     // butNone
     //
     this.butNone.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butNone.Autosize            = true;
     this.butNone.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butNone.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butNone.Location            = new System.Drawing.Point(142, 662);
     this.butNone.Name     = "butNone";
     this.butNone.Size     = new System.Drawing.Size(75, 25);
     this.butNone.TabIndex = 23;
     this.butNone.Text     = "&None";
     this.butNone.Click   += new System.EventHandler(this.butNone_Click);
     //
     // butAll
     //
     this.butAll.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAll.Autosize            = true;
     this.butAll.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAll.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAll.Location            = new System.Drawing.Point(42, 662);
     this.butAll.Name     = "butAll";
     this.butAll.Size     = new System.Drawing.Size(75, 25);
     this.butAll.TabIndex = 22;
     this.butAll.Text     = "&All";
     this.butAll.Click   += new System.EventHandler(this.butAll_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(42, 28);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(506, 16);
     this.label2.TabIndex = 25;
     this.label2.Text     = "(hint: hold down the control key when making selections)";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(44, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(500, 14);
     this.label1.TabIndex = 26;
     this.label1.Text     = "Unhighlight any bills you don\'t want to print.";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(568, 518);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(102, 102);
     this.label3.TabIndex  = 27;
     this.label3.Text      = "This will immediately print all selected bills";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // gridBill
     //
     this.gridBill.Columns.Add(new OpenDental.UI.ODGridColumn("Name", 180, System.Windows.Forms.HorizontalAlignment.Left));
     this.gridBill.Columns.Add(new OpenDental.UI.ODGridColumn("Total", 100, System.Windows.Forms.HorizontalAlignment.Right));
     this.gridBill.Columns.Add(new OpenDental.UI.ODGridColumn("-Insurance Est", 100, System.Windows.Forms.HorizontalAlignment.Right));
     this.gridBill.Columns.Add(new OpenDental.UI.ODGridColumn("=Amount", 100, System.Windows.Forms.HorizontalAlignment.Right));
     this.gridBill.Columns.Add(new OpenDental.UI.ODGridColumn("Last Statement", 111, System.Windows.Forms.HorizontalAlignment.Left));
     this.gridBill.HScrollVisible  = false;
     this.gridBill.Location        = new System.Drawing.Point(42, 46);
     this.gridBill.Name            = "gridBill";
     this.gridBill.ScrollValue     = 0;
     this.gridBill.SelectionMode   = System.Windows.Forms.SelectionMode.MultiExtended;
     this.gridBill.Size            = new System.Drawing.Size(610, 602);
     this.gridBill.TabIndex        = 28;
     this.gridBill.Title           = "Billing";
     this.gridBill.TranslationName = "TableBilling";
     //
     // FormBilling
     //
     this.AcceptButton      = this.butPrint;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(758, 692);
     this.Controls.Add(this.gridBill);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butNone);
     this.Controls.Add(this.butAll);
     this.Controls.Add(this.contrAccount1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butPrint);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormBilling";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Billing";
     this.Load         += new System.EventHandler(this.FormBilling_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label3 = new System.Windows.Forms.Label();
     this.textDescription = new System.Windows.Forms.TextBox();
     this.checkIsMine = new System.Windows.Forms.CheckBox();
     this.label2 = new System.Windows.Forms.Label();
     this.textDetail = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.textDifficulty = new System.Windows.Forms.TextBox();
     this.textApproval = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.groupMyVotes = new System.Windows.Forms.GroupBox();
     this.label9 = new System.Windows.Forms.Label();
     this.textMyPointsRemain = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.textMyPledge = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.checkIsCritical = new System.Windows.Forms.CheckBox();
     this.textMyPoints = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.textWeight = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.textTotalCritical = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.textTotalPledged = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.textTotalPoints = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.comboApproval = new System.Windows.Forms.ComboBox();
     this.textSubmitter = new System.Windows.Forms.TextBox();
     this.labelSubmitter = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.labelDiscuss = new System.Windows.Forms.Label();
     this.textNote = new System.Windows.Forms.TextBox();
     this.butAddDiscuss = new OpenDental.UI.Button();
     this.butJordan = new OpenDental.UI.Button();
     this.butResubmit = new OpenDental.UI.Button();
     this.butDelete = new OpenDental.UI.Button();
     this.gridMain = new OpenDental.UI.ODGrid();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.textRequestId = new System.Windows.Forms.TextBox();
     this.labelReqId = new System.Windows.Forms.Label();
     this.textBounty = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.groupMyVotes.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(4,3);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(105,18);
     this.label3.TabIndex = 60;
     this.label3.Text = "Short Description";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDescription
     //
     this.textDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.textDescription.BackColor = System.Drawing.Color.White;
     this.textDescription.Location = new System.Drawing.Point(111,3);
     this.textDescription.Multiline = true;
     this.textDescription.Name = "textDescription";
     this.textDescription.ReadOnly = true;
     this.textDescription.Size = new System.Drawing.Size(410,35);
     this.textDescription.TabIndex = 0;
     //
     // checkIsMine
     //
     this.checkIsMine.AutoCheck = false;
     this.checkIsMine.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsMine.Location = new System.Drawing.Point(1,140);
     this.checkIsMine.Name = "checkIsMine";
     this.checkIsMine.Size = new System.Drawing.Size(124,20);
     this.checkIsMine.TabIndex = 63;
     this.checkIsMine.Text = "Submitted by me";
     this.checkIsMine.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsMine.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(2,40);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(107,18);
     this.label2.TabIndex = 65;
     this.label2.Text = "Detail";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDetail
     //
     this.textDetail.AcceptsReturn = true;
     this.textDetail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.textDetail.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))),((int)(((byte)(229)))),((int)(((byte)(233)))));
     this.textDetail.Location = new System.Drawing.Point(111,40);
     this.textDetail.Multiline = true;
     this.textDetail.Name = "textDetail";
     this.textDetail.ReadOnly = true;
     this.textDetail.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textDetail.Size = new System.Drawing.Size(410,98);
     this.textDetail.TabIndex = 1;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(14,163);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(95,18);
     this.label4.TabIndex = 66;
     this.label4.Text = "Difficulty";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDifficulty
     //
     this.textDifficulty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))),((int)(((byte)(239)))),((int)(((byte)(243)))));
     this.textDifficulty.Location = new System.Drawing.Point(111,162);
     this.textDifficulty.Name = "textDifficulty";
     this.textDifficulty.ReadOnly = true;
     this.textDifficulty.Size = new System.Drawing.Size(38,20);
     this.textDifficulty.TabIndex = 67;
     this.textDifficulty.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textApproval
     //
     this.textApproval.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))),((int)(((byte)(239)))),((int)(((byte)(243)))));
     this.textApproval.Location = new System.Drawing.Point(111,184);
     this.textApproval.Name = "textApproval";
     this.textApproval.ReadOnly = true;
     this.textApproval.Size = new System.Drawing.Size(410,20);
     this.textApproval.TabIndex = 69;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(-1,185);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(110,18);
     this.label5.TabIndex = 68;
     this.label5.Text = "Approval";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupMyVotes
     //
     this.groupMyVotes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupMyVotes.Controls.Add(this.label9);
     this.groupMyVotes.Controls.Add(this.textMyPointsRemain);
     this.groupMyVotes.Controls.Add(this.label8);
     this.groupMyVotes.Controls.Add(this.textMyPledge);
     this.groupMyVotes.Controls.Add(this.label7);
     this.groupMyVotes.Controls.Add(this.checkIsCritical);
     this.groupMyVotes.Controls.Add(this.textMyPoints);
     this.groupMyVotes.Controls.Add(this.label6);
     this.groupMyVotes.Location = new System.Drawing.Point(527,3);
     this.groupMyVotes.Name = "groupMyVotes";
     this.groupMyVotes.Size = new System.Drawing.Size(347,120);
     this.groupMyVotes.TabIndex = 3;
     this.groupMyVotes.TabStop = false;
     this.groupMyVotes.Text = "My Votes";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(2,83);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(342,34);
     this.label9.TabIndex = 75;
     this.label9.Text = "Pledges are neither required nor requested.  They are for unusual situations wher" +
     "e a feature is extremely important to someone.";
     //
     // textMyPointsRemain
     //
     this.textMyPointsRemain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))),((int)(((byte)(239)))),((int)(((byte)(243)))));
     this.textMyPointsRemain.Location = new System.Drawing.Point(264,17);
     this.textMyPointsRemain.Name = "textMyPointsRemain";
     this.textMyPointsRemain.ReadOnly = true;
     this.textMyPointsRemain.Size = new System.Drawing.Size(38,20);
     this.textMyPointsRemain.TabIndex = 74;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(157,18);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(105,18);
     this.label8.TabIndex = 73;
     this.label8.Text = "Points Remaining";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textMyPledge
     //
     this.textMyPledge.BackColor = System.Drawing.SystemColors.Window;
     this.textMyPledge.Location = new System.Drawing.Point(108,57);
     this.textMyPledge.Name = "textMyPledge";
     this.textMyPledge.Size = new System.Drawing.Size(63,20);
     this.textMyPledge.TabIndex = 1;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(4,58);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(103,18);
     this.label7.TabIndex = 71;
     this.label7.Text = "Pledge Amount $";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkIsCritical
     //
     this.checkIsCritical.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsCritical.Location = new System.Drawing.Point(26,37);
     this.checkIsCritical.Name = "checkIsCritical";
     this.checkIsCritical.Size = new System.Drawing.Size(97,20);
     this.checkIsCritical.TabIndex = 70;
     this.checkIsCritical.Text = "Is Critical";
     this.checkIsCritical.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsCritical.UseVisualStyleBackColor = true;
     this.checkIsCritical.Click += new System.EventHandler(this.checkIsCritical_Click);
     //
     // textMyPoints
     //
     this.textMyPoints.BackColor = System.Drawing.SystemColors.Window;
     this.textMyPoints.Location = new System.Drawing.Point(108,16);
     this.textMyPoints.Name = "textMyPoints";
     this.textMyPoints.Size = new System.Drawing.Size(38,20);
     this.textMyPoints.TabIndex = 0;
     this.textMyPoints.TextChanged += new System.EventHandler(this.textMyPoints_TextChanged);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(37,17);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(69,18);
     this.label6.TabIndex = 68;
     this.label6.Text = "Points";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.textBounty);
     this.groupBox2.Controls.Add(this.label18);
     this.groupBox2.Controls.Add(this.textWeight);
     this.groupBox2.Controls.Add(this.label17);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.textTotalCritical);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.textTotalPledged);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.textTotalPoints);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Location = new System.Drawing.Point(527,126);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(347,80);
     this.groupBox2.TabIndex = 72;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Totals - See manual for explanations";
     //
     // textWeight
     //
     this.textWeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))),((int)(((byte)(239)))),((int)(((byte)(243)))));
     this.textWeight.Location = new System.Drawing.Point(264,17);
     this.textWeight.Name = "textWeight";
     this.textWeight.ReadOnly = true;
     this.textWeight.Size = new System.Drawing.Size(38,20);
     this.textWeight.TabIndex = 81;
     this.textWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label17
     //
     this.label17.Location = new System.Drawing.Point(301,18);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(38,18);
     this.label17.TabIndex = 86;
     this.label17.Text = "/100";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(169,18);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(95,18);
     this.label11.TabIndex = 80;
     this.label11.Text = "Weight";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textTotalCritical
     //
     this.textTotalCritical.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))),((int)(((byte)(229)))),((int)(((byte)(233)))));
     this.textTotalCritical.Location = new System.Drawing.Point(108,37);
     this.textTotalCritical.Name = "textTotalCritical";
     this.textTotalCritical.ReadOnly = true;
     this.textTotalCritical.Size = new System.Drawing.Size(38,20);
     this.textTotalCritical.TabIndex = 74;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(7,38);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(99,18);
     this.label10.TabIndex = 73;
     this.label10.Text = "Is Critical";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textTotalPledged
     //
     this.textTotalPledged.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))),((int)(((byte)(239)))),((int)(((byte)(243)))));
     this.textTotalPledged.Location = new System.Drawing.Point(108,57);
     this.textTotalPledged.Name = "textTotalPledged";
     this.textTotalPledged.ReadOnly = true;
     this.textTotalPledged.Size = new System.Drawing.Size(63,20);
     this.textTotalPledged.TabIndex = 72;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(4,58);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(103,18);
     this.label12.TabIndex = 71;
     this.label12.Text = "Pledged $";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textTotalPoints
     //
     this.textTotalPoints.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))),((int)(((byte)(229)))),((int)(((byte)(233)))));
     this.textTotalPoints.Location = new System.Drawing.Point(108,17);
     this.textTotalPoints.Name = "textTotalPoints";
     this.textTotalPoints.ReadOnly = true;
     this.textTotalPoints.Size = new System.Drawing.Size(38,20);
     this.textTotalPoints.TabIndex = 69;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(37,18);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(69,18);
     this.label13.TabIndex = 68;
     this.label13.Text = "Points";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboApproval
     //
     this.comboApproval.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboApproval.FormattingEnabled = true;
     this.comboApproval.Location = new System.Drawing.Point(434,184);
     this.comboApproval.MaxDropDownItems = 20;
     this.comboApproval.Name = "comboApproval";
     this.comboApproval.Size = new System.Drawing.Size(87,21);
     this.comboApproval.TabIndex = 73;
     this.comboApproval.SelectedIndexChanged += new System.EventHandler(this.comboApproval_SelectedIndexChanged);
     //
     // textSubmitter
     //
     this.textSubmitter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))),((int)(((byte)(239)))),((int)(((byte)(243)))));
     this.textSubmitter.Location = new System.Drawing.Point(111,140);
     this.textSubmitter.Name = "textSubmitter";
     this.textSubmitter.ReadOnly = true;
     this.textSubmitter.Size = new System.Drawing.Size(309,20);
     this.textSubmitter.TabIndex = 76;
     this.textSubmitter.Visible = false;
     //
     // labelSubmitter
     //
     this.labelSubmitter.Location = new System.Drawing.Point(47,140);
     this.labelSubmitter.Name = "labelSubmitter";
     this.labelSubmitter.Size = new System.Drawing.Size(62,18);
     this.labelSubmitter.TabIndex = 77;
     this.labelSubmitter.Text = "Submitter";
     this.labelSubmitter.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.labelSubmitter.Visible = false;
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))),((int)(((byte)(239)))),((int)(((byte)(243)))));
     this.textBox1.Location = new System.Drawing.Point(405,162);
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size = new System.Drawing.Size(38,20);
     this.textBox1.TabIndex = 79;
     this.textBox1.Visible = false;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(321,163);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(82,18);
     this.label1.TabIndex = 78;
     this.label1.Text = "Priority  /10";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.label1.Visible = false;
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(184,162);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(143,18);
     this.label14.TabIndex = 80;
     this.label14.Text = "(the lower the better)";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label16
     //
     this.label16.Location = new System.Drawing.Point(148,163);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(32,18);
     this.label16.TabIndex = 85;
     this.label16.Text = "/10";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelDiscuss
     //
     this.labelDiscuss.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelDiscuss.Location = new System.Drawing.Point(211,537);
     this.labelDiscuss.Name = "labelDiscuss";
     this.labelDiscuss.Size = new System.Drawing.Size(655,19);
     this.labelDiscuss.TabIndex = 86;
     this.labelDiscuss.Text = "This discussion is very leisurely.  Nobody necessarily checks it for new messages" +
     ".  Try to prepend your name to the note.";
     //
     // textNote
     //
     this.textNote.AcceptsReturn = true;
     this.textNote.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.textNote.BackColor = System.Drawing.Color.White;
     this.textNote.Location = new System.Drawing.Point(214,556);
     this.textNote.Multiline = true;
     this.textNote.Name = "textNote";
     this.textNote.Size = new System.Drawing.Size(575,89);
     this.textNote.TabIndex = 88;
     //
     // butAddDiscuss
     //
     this.butAddDiscuss.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAddDiscuss.Autosize = true;
     this.butAddDiscuss.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAddDiscuss.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAddDiscuss.CornerRadius = 4F;
     this.butAddDiscuss.Image = global::OpenDental.Properties.Resources.Add;
     this.butAddDiscuss.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAddDiscuss.Location = new System.Drawing.Point(127,556);
     this.butAddDiscuss.Name = "butAddDiscuss";
     this.butAddDiscuss.Size = new System.Drawing.Size(81,24);
     this.butAddDiscuss.TabIndex = 87;
     this.butAddDiscuss.Text = "Save";
     this.butAddDiscuss.Click += new System.EventHandler(this.butAddDiscuss_Click);
     //
     // butJordan
     //
     this.butJordan.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butJordan.Autosize = true;
     this.butJordan.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butJordan.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butJordan.CornerRadius = 4F;
     this.butJordan.Location = new System.Drawing.Point(7,96);
     this.butJordan.Name = "butJordan";
     this.butJordan.Size = new System.Drawing.Size(98,24);
     this.butJordan.TabIndex = 84;
     this.butJordan.Text = "Jordan\'s Override";
     this.butJordan.Visible = false;
     this.butJordan.Click += new System.EventHandler(this.butJordan_Click);
     //
     // butResubmit
     //
     this.butResubmit.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butResubmit.Autosize = true;
     this.butResubmit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butResubmit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butResubmit.CornerRadius = 4F;
     this.butResubmit.Location = new System.Drawing.Point(446,140);
     this.butResubmit.Name = "butResubmit";
     this.butResubmit.Size = new System.Drawing.Size(75,24);
     this.butResubmit.TabIndex = 74;
     this.butResubmit.Text = "Resubmit";
     this.butResubmit.Visible = false;
     this.butResubmit.Click += new System.EventHandler(this.butResubmit_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,638);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(75,24);
     this.butDelete.TabIndex = 75;
     this.butDelete.Text = "Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(15,208);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.Size = new System.Drawing.Size(775,326);
     this.gridMain.TabIndex = 70;
     this.gridMain.Title = "Discussion";
     this.gridMain.TranslationName = null;
     //
     // 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(793,608);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 2;
     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(793,638);
     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);
     //
     // textRequestId
     //
     this.textRequestId.Location = new System.Drawing.Point(64,71);
     this.textRequestId.Name = "textRequestId";
     this.textRequestId.Size = new System.Drawing.Size(41,20);
     this.textRequestId.TabIndex = 93;
     this.textRequestId.Visible = false;
     //
     // labelReqId
     //
     this.labelReqId.Location = new System.Drawing.Point(7,71);
     this.labelReqId.Name = "labelReqId";
     this.labelReqId.Size = new System.Drawing.Size(56,18);
     this.labelReqId.TabIndex = 92;
     this.labelReqId.Text = "Req Id";
     this.labelReqId.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.labelReqId.Visible = false;
     //
     // textBounty
     //
     this.textBounty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))),((int)(((byte)(239)))),((int)(((byte)(243)))));
     this.textBounty.Location = new System.Drawing.Point(253,57);
     this.textBounty.Name = "textBounty";
     this.textBounty.ReadOnly = true;
     this.textBounty.Size = new System.Drawing.Size(63,20);
     this.textBounty.TabIndex = 76;
     //
     // label18
     //
     this.label18.Location = new System.Drawing.Point(179,58);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(73,18);
     this.label18.TabIndex = 77;
     this.label18.Text = "Bounty $";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormRequestEdit
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(883,668);
     this.Controls.Add(this.textRequestId);
     this.Controls.Add(this.labelReqId);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.butAddDiscuss);
     this.Controls.Add(this.labelDiscuss);
     this.Controls.Add(this.textDifficulty);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.butJordan);
     this.Controls.Add(this.butResubmit);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.labelSubmitter);
     this.Controls.Add(this.checkIsMine);
     this.Controls.Add(this.textSubmitter);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.comboApproval);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupMyVotes);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.textApproval);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textDetail);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textDescription);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormRequestEdit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Request";
     this.Load += new System.EventHandler(this.FormRequestEdit_Load);
     this.groupMyVotes.ResumeLayout(false);
     this.groupMyVotes.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormOperatories));
     this.butClose = new OpenDental.UI.Button();
     this.butAdd   = new OpenDental.UI.Button();
     this.gridMain = new OpenDental.UI.ODGrid();
     this.label1   = new System.Windows.Forms.Label();
     this.butDown  = new OpenDental.UI.Button();
     this.butUp    = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // butClose
     //
     this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.Autosize = true;
     this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butClose.Location = new System.Drawing.Point(542, 445);
     this.butClose.Name     = "butClose";
     this.butClose.Size     = new System.Drawing.Size(75, 26);
     this.butClose.TabIndex = 0;
     this.butClose.Text     = "&Close";
     this.butClose.Click   += new System.EventHandler(this.butClose_Click);
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAdd.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butAdd.Autosize   = true;
     this.butAdd.BtnShape   = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAdd.BtnStyle   = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAdd.Image      = ((System.Drawing.Image)(resources.GetObject("butAdd.Image")));
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location   = new System.Drawing.Point(19, 445);
     this.butAdd.Name       = "butAdd";
     this.butAdd.Size       = new System.Drawing.Size(80, 26);
     this.butAdd.TabIndex   = 10;
     this.butAdd.Text       = "&Add";
     this.butAdd.Click     += new System.EventHandler(this.butAdd_Click);
     //
     // gridMain
     //
     this.gridMain.Columns.Add(new OpenDental.UI.ODGridColumn("Op Name", 150, System.Windows.Forms.HorizontalAlignment.Left));
     this.gridMain.Columns.Add(new OpenDental.UI.ODGridColumn("Abbrev", 70, System.Windows.Forms.HorizontalAlignment.Left));
     this.gridMain.Columns.Add(new OpenDental.UI.ODGridColumn("IsHidden", 64, System.Windows.Forms.HorizontalAlignment.Center));
     this.gridMain.Columns.Add(new OpenDental.UI.ODGridColumn("Clinic", 80, System.Windows.Forms.HorizontalAlignment.Left));
     this.gridMain.Columns.Add(new OpenDental.UI.ODGridColumn("Dentist", 70, System.Windows.Forms.HorizontalAlignment.Left));
     this.gridMain.Columns.Add(new OpenDental.UI.ODGridColumn("Hygienist", 70, System.Windows.Forms.HorizontalAlignment.Left));
     this.gridMain.Columns.Add(new OpenDental.UI.ODGridColumn("IsHygiene", 72, System.Windows.Forms.HorizontalAlignment.Center));
     this.gridMain.HScrollVisible   = false;
     this.gridMain.Location         = new System.Drawing.Point(21, 31);
     this.gridMain.Name             = "gridMain";
     this.gridMain.ScrollValue      = 0;
     this.gridMain.Size             = new System.Drawing.Size(595, 385);
     this.gridMain.TabIndex         = 11;
     this.gridMain.Title            = "Operatories";
     this.gridMain.TranslationName  = "TableOperatories";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(20, 7);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(588, 20);
     this.label1.TabIndex  = 12;
     this.label1.Text      = "(Also, see the appointment views section)";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // butDown
     //
     this.butDown.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDown.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDown.Autosize   = true;
     this.butDown.BtnShape   = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDown.BtnStyle   = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDown.Image      = ((System.Drawing.Image)(resources.GetObject("butDown.Image")));
     this.butDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDown.Location   = new System.Drawing.Point(224, 445);
     this.butDown.Name       = "butDown";
     this.butDown.Size       = new System.Drawing.Size(79, 26);
     this.butDown.TabIndex   = 14;
     this.butDown.Text       = "&Down";
     this.butDown.Click     += new System.EventHandler(this.butDown_Click);
     //
     // butUp
     //
     this.butUp.AdjustImageLocation = new System.Drawing.Point(0, 1);
     this.butUp.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butUp.Autosize   = true;
     this.butUp.BtnShape   = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butUp.BtnStyle   = OpenDental.UI.enumType.XPStyle.Silver;
     this.butUp.Image      = ((System.Drawing.Image)(resources.GetObject("butUp.Image")));
     this.butUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butUp.Location   = new System.Drawing.Point(122, 445);
     this.butUp.Name       = "butUp";
     this.butUp.Size       = new System.Drawing.Size(79, 26);
     this.butUp.TabIndex   = 13;
     this.butUp.Text       = "&Up";
     this.butUp.Click     += new System.EventHandler(this.butUp_Click);
     //
     // FormOperatories
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(649, 494);
     this.Controls.Add(this.butDown);
     this.Controls.Add(this.butUp);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.butClose);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormOperatories";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Operatories";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.FormOperatories_Closing);
     this.Load         += new System.EventHandler(this.FormOperatories_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.gridMain = new OpenDental.UI.ODGrid();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.butAdd = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(32,12);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridMain.Size = new System.Drawing.Size(559,495);
     this.gridMain.TabIndex = 141;
     this.gridMain.Title = "Procedures";
     this.gridMain.TranslationName = "TableApptProcs";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // 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(625,442);
     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(625,483);
     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);
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butAdd.Autosize = true;
     this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAdd.CornerRadius = 4F;
     this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location = new System.Drawing.Point(625,295);
     this.butAdd.Name = "butAdd";
     this.butAdd.Size = new System.Drawing.Size(75,24);
     this.butAdd.TabIndex = 153;
     this.butAdd.Text = "Add";
     this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
     //
     // FormApptProcs
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(725,534);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormApptProcs";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Add Procedures";
     this.Load += new System.EventHandler(this.FormApptProcs_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 9
0
 /// <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.gridMain = new OpenDental.UI.ODGrid();
     this.butClose = new OpenDental.UI.Button();
     this.textRaw = new System.Windows.Forms.RichTextBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(14,13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(449,18);
     this.label1.TabIndex = 4;
     this.label1.Text = "Raw benefit information as received from the insurance company";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // gridMain
     //
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(16,166);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.Size = new System.Drawing.Size(401,258);
     this.gridMain.TabIndex = 21;
     this.gridMain.Title = "EB (benefit) Elements";
     this.gridMain.TranslationName = "FormEtrans270EBraw";
     //
     // butClose
     //
     this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.Autosize = true;
     this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butClose.CornerRadius = 4F;
     this.butClose.Location = new System.Drawing.Point(472,401);
     this.butClose.Name = "butClose";
     this.butClose.Size = new System.Drawing.Size(75,24);
     this.butClose.TabIndex = 2;
     this.butClose.Text = "Close";
     this.butClose.Click += new System.EventHandler(this.butClose_Click);
     //
     // textRaw
     //
     this.textRaw.Location = new System.Drawing.Point(16,34);
     this.textRaw.Name = "textRaw";
     this.textRaw.ReadOnly = true;
     this.textRaw.Size = new System.Drawing.Size(401,126);
     this.textRaw.TabIndex = 23;
     this.textRaw.Text = "";
     this.textRaw.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.textRaw_LinkClicked);
     //
     // FormEtrans270EBraw
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(572,452);
     this.Controls.Add(this.textRaw);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butClose);
     this.Name = "FormEtrans270EBraw";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Raw Benefit Info";
     this.Load += new System.EventHandler(this.FormEtrans270EBraw_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.butPerio = new OpenDental.UI.Button();
     this.butAdd = new OpenDental.UI.Button();
     this.gridMain = new OpenDental.UI.ODGrid();
     this.butClose = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // butPerio
     //
     this.butPerio.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butPerio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butPerio.Autosize = true;
     this.butPerio.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPerio.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPerio.CornerRadius = 4F;
     this.butPerio.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPerio.Location = new System.Drawing.Point(267,396);
     this.butPerio.Name = "butPerio";
     this.butPerio.Size = new System.Drawing.Size(83,24);
     this.butPerio.TabIndex = 35;
     this.butPerio.Text = "Set Perio";
     this.butPerio.Click += new System.EventHandler(this.butPerio_Click);
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butAdd.Autosize = true;
     this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAdd.CornerRadius = 4F;
     this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location = new System.Drawing.Point(12,396);
     this.butAdd.Name = "butAdd";
     this.butAdd.Size = new System.Drawing.Size(75,24);
     this.butAdd.TabIndex = 34;
     this.butAdd.Text = "Add";
     this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(12,12);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.None;
     this.gridMain.Size = new System.Drawing.Size(721,370);
     this.gridMain.TabIndex = 33;
     this.gridMain.Title = "Recalls";
     this.gridMain.TranslationName = "TableRecallsPat";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // butClose
     //
     this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.Autosize = true;
     this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butClose.CornerRadius = 4F;
     this.butClose.Location = new System.Drawing.Point(658,396);
     this.butClose.Name = "butClose";
     this.butClose.Size = new System.Drawing.Size(75,24);
     this.butClose.TabIndex = 2;
     this.butClose.Text = "Close";
     this.butClose.Click += new System.EventHandler(this.butClose_Click);
     //
     // FormRecallsPat
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(758,439);
     this.Controls.Add(this.butPerio);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.butClose);
     this.Name = "FormRecallsPat";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Recalls for Patient";
     this.Load += new System.EventHandler(this.FormRecallsPat_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormRecallsPat_FormClosing);
     this.ResumeLayout(false);
 }
Exemplo n.º 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAutoNoteEdit));
             this.textBoxAutoNoteName = new System.Windows.Forms.TextBox();
             this.labelName = new System.Windows.Forms.Label();
             this.textMain = new System.Windows.Forms.TextBox();
             this.label1 = new System.Windows.Forms.Label();
             this.butAdd = new OpenDental.UI.Button();
             this.butDelete = new OpenDental.UI.Button();
             this.gridMain = new OpenDental.UI.ODGrid();
             this.butInsert = new OpenDental.UI.Button();
             this.butOK = new OpenDental.UI.Button();
             this.butCancel = new OpenDental.UI.Button();
             this.SuspendLayout();
             //
             // textBoxAutoNoteName
             //
             this.textBoxAutoNoteName.Location = new System.Drawing.Point(107,12);
             this.textBoxAutoNoteName.Name = "textBoxAutoNoteName";
             this.textBoxAutoNoteName.Size = new System.Drawing.Size(356,20);
             this.textBoxAutoNoteName.TabIndex = 0;
             //
             // labelName
             //
             this.labelName.Location = new System.Drawing.Point(19,15);
             this.labelName.Name = "labelName";
             this.labelName.Size = new System.Drawing.Size(86,13);
             this.labelName.TabIndex = 1;
             this.labelName.Text = "Name";
             this.labelName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
             //
             // textMain
             //
             this.textMain.AcceptsReturn = true;
             this.textMain.HideSelection = false;
             this.textMain.Location = new System.Drawing.Point(6,59);
             this.textMain.Multiline = true;
             this.textMain.Name = "textMain";
             this.textMain.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
             this.textMain.Size = new System.Drawing.Size(504,552);
             this.textMain.TabIndex = 108;
             this.textMain.Leave += new System.EventHandler(this.textMain_Leave);
             //
             // label1
             //
             this.label1.Location = new System.Drawing.Point(5,43);
             this.label1.Name = "label1";
             this.label1.Size = new System.Drawing.Size(86,13);
             this.label1.TabIndex = 109;
             this.label1.Text = "Text";
             this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
             //
             // butAdd
             //
             this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0);
             this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
             this.butAdd.Autosize = true;
             this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
             this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
             this.butAdd.CornerRadius = 4F;
             this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
             this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
             this.butAdd.Location = new System.Drawing.Point(603,8);
             this.butAdd.Name = "butAdd";
             this.butAdd.Size = new System.Drawing.Size(79,24);
             this.butAdd.TabIndex = 110;
             this.butAdd.Text = "Add";
             this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
             //
             // butDelete
             //
             this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,1);
             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(6,620);
             this.butDelete.Name = "butDelete";
             this.butDelete.Size = new System.Drawing.Size(79,24);
             this.butDelete.TabIndex = 107;
             this.butDelete.Text = "Delete";
             this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
             //
             // gridMain
             //
             this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
             this.gridMain.HScrollVisible = false;
             this.gridMain.Location = new System.Drawing.Point(603,38);
             this.gridMain.Name = "gridMain";
             this.gridMain.ScrollValue = 0;
             this.gridMain.Size = new System.Drawing.Size(242,573);
             this.gridMain.TabIndex = 106;
             this.gridMain.Title = "Available Prompts";
             this.gridMain.TranslationName = "FormAutoNoteEdit";
             this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
             //
             // butInsert
             //
             this.butInsert.AdjustImageLocation = new System.Drawing.Point(0,0);
             this.butInsert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
             this.butInsert.Autosize = true;
             this.butInsert.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
             this.butInsert.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
             this.butInsert.CornerRadius = 4F;
             this.butInsert.Image = global::OpenDental.Properties.Resources.Left;
             this.butInsert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
             this.butInsert.Location = new System.Drawing.Point(516,240);
             this.butInsert.Name = "butInsert";
             this.butInsert.Size = new System.Drawing.Size(79,24);
             this.butInsert.TabIndex = 105;
             this.butInsert.Text = "Insert";
             this.butInsert.Click += new System.EventHandler(this.butInsert_Click);
             //
             // 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(683,620);
             this.butOK.Name = "butOK";
             this.butOK.Size = new System.Drawing.Size(78,24);
             this.butOK.TabIndex = 5;
             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(767,620);
             this.butCancel.Name = "butCancel";
             this.butCancel.Size = new System.Drawing.Size(78,24);
             this.butCancel.TabIndex = 6;
             this.butCancel.Text = "Cancel";
             this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
             //
             // FormAutoNoteEdit
             //
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F,13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(857,656);
             this.Controls.Add(this.butAdd);
             this.Controls.Add(this.label1);
             this.Controls.Add(this.textMain);
             this.Controls.Add(this.butDelete);
             this.Controls.Add(this.gridMain);
             this.Controls.Add(this.butInsert);
             this.Controls.Add(this.labelName);
             this.Controls.Add(this.textBoxAutoNoteName);
             this.Controls.Add(this.butOK);
             this.Controls.Add(this.butCancel);
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
             this.Name = "FormAutoNoteEdit";
             this.ShowInTaskbar = false;
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
             this.Text = "Auto Note Edit";
             this.Load += new System.EventHandler(this.FormAutoNoteEdit_Load);
             this.ResumeLayout(false);
             this.PerformLayout();
 }
Exemplo n.º 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.setupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemSheets = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemImageCats = new System.Windows.Forms.ToolStripMenuItem();
     this.showFormsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.label1 = new System.Windows.Forms.Label();
     this.butCopy = new OpenDental.UI.Button();
     this.butImport = new OpenDental.UI.Button();
     this.butTerminal = new OpenDental.UI.Button();
     this.butAdd = new OpenDental.UI.Button();
     this.gridMain = new OpenDental.UI.ODGrid();
     this.butCancel = new OpenDental.UI.Button();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.setupToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0,0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(615,24);
     this.menuStrip1.TabIndex = 8;
     this.menuStrip1.Text = "menuStrip1";
     //
     // setupToolStripMenuItem
     //
     this.setupToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuItemSheets,
     this.menuItemImageCats,
     this.showFormsToolStripMenuItem});
     this.setupToolStripMenuItem.Name = "setupToolStripMenuItem";
     this.setupToolStripMenuItem.Size = new System.Drawing.Size(49,20);
     this.setupToolStripMenuItem.Text = "Setup";
     //
     // menuItemSheets
     //
     this.menuItemSheets.Name = "menuItemSheets";
     this.menuItemSheets.Size = new System.Drawing.Size(166,22);
     this.menuItemSheets.Text = "Sheets";
     this.menuItemSheets.Click += new System.EventHandler(this.menuItemSheets_Click);
     //
     // menuItemImageCats
     //
     this.menuItemImageCats.Name = "menuItemImageCats";
     this.menuItemImageCats.Size = new System.Drawing.Size(166,22);
     this.menuItemImageCats.Text = "Image Categories";
     this.menuItemImageCats.Click += new System.EventHandler(this.menuItemImageCats_Click);
     //
     // showFormsToolStripMenuItem
     //
     this.showFormsToolStripMenuItem.Name = "showFormsToolStripMenuItem";
     this.showFormsToolStripMenuItem.Size = new System.Drawing.Size(166,22);
     this.showFormsToolStripMenuItem.Text = "Options";
     this.showFormsToolStripMenuItem.Click += new System.EventHandler(this.menuItemOptions_Click);
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.Location = new System.Drawing.Point(328,588);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(173,18);
     this.label1.TabIndex = 10;
     this.label1.Text = "(from form into database)";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // butCopy
     //
     this.butCopy.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butCopy.Autosize = true;
     this.butCopy.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCopy.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCopy.CornerRadius = 4F;
     this.butCopy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butCopy.Location = new System.Drawing.Point(170,585);
     this.butCopy.Name = "butCopy";
     this.butCopy.Size = new System.Drawing.Size(75,24);
     this.butCopy.TabIndex = 11;
     this.butCopy.Text = "Copy";
     this.butCopy.Click += new System.EventHandler(this.butCopy_Click);
     //
     // butImport
     //
     this.butImport.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     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.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butImport.Location = new System.Drawing.Point(249,585);
     this.butImport.Name = "butImport";
     this.butImport.Size = new System.Drawing.Size(75,24);
     this.butImport.TabIndex = 9;
     this.butImport.Text = "Import";
     this.butImport.Click += new System.EventHandler(this.butImport_Click);
     //
     // butTerminal
     //
     this.butTerminal.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butTerminal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butTerminal.Autosize = true;
     this.butTerminal.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butTerminal.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butTerminal.CornerRadius = 4F;
     this.butTerminal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butTerminal.Location = new System.Drawing.Point(91,585);
     this.butTerminal.Name = "butTerminal";
     this.butTerminal.Size = new System.Drawing.Size(75,24);
     this.butTerminal.TabIndex = 7;
     this.butTerminal.Text = "Kiosk";
     this.butTerminal.Click += new System.EventHandler(this.butTerminal_Click);
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butAdd.Autosize = true;
     this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAdd.CornerRadius = 4F;
     this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location = new System.Drawing.Point(12,585);
     this.butAdd.Name = "butAdd";
     this.butAdd.Size = new System.Drawing.Size(75,24);
     this.butAdd.TabIndex = 6;
     this.butAdd.Text = "Add";
     this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(12,27);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.Size = new System.Drawing.Size(592,538);
     this.gridMain.TabIndex = 4;
     this.gridMain.Title = "Patient Forms and Medical Histories";
     this.gridMain.TranslationName = "FormPatientForms";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // 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(530,585);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "Close";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // FormPatientForms
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(615,618);
     this.Controls.Add(this.butCopy);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butImport);
     this.Controls.Add(this.butTerminal);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "FormPatientForms";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Patient Forms and Medical Histories";
     this.Load += new System.EventHandler(this.FormPatientForms_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textboxWebHostAddress = new System.Windows.Forms.TextBox();
     this.labelWebhostURL = new System.Windows.Forms.Label();
     this.labelBorderColor = new System.Windows.Forms.Label();
     this.butWebformBorderColor = new System.Windows.Forms.Button();
     this.colorDialog1 = new System.Windows.Forms.ColorDialog();
     this.butChange = new OpenDental.UI.Button();
     this.butDelete = new OpenDental.UI.Button();
     this.butAdd = new OpenDental.UI.Button();
     this.gridMain = new OpenDental.UI.ODGrid();
     this.butCancel = new OpenDental.UI.Button();
     this.butSave = new OpenDental.UI.Button();
     this.menuWebFormSetupRight = new System.Windows.Forms.ContextMenu();
     this.menuItemCopyURL = new System.Windows.Forms.MenuItem();
     this.menuItemNavigateURL = new System.Windows.Forms.MenuItem();
     this.SuspendLayout();
     //
     // textboxWebHostAddress
     //
     this.textboxWebHostAddress.Location = new System.Drawing.Point(171,12);
     this.textboxWebHostAddress.Name = "textboxWebHostAddress";
     this.textboxWebHostAddress.Size = new System.Drawing.Size(445,20);
     this.textboxWebHostAddress.TabIndex = 45;
     this.textboxWebHostAddress.TextChanged += new System.EventHandler(this.textboxWebHostAddress_TextChanged);
     //
     // labelWebhostURL
     //
     this.labelWebhostURL.Location = new System.Drawing.Point(0,13);
     this.labelWebhostURL.Name = "labelWebhostURL";
     this.labelWebhostURL.Size = new System.Drawing.Size(169,19);
     this.labelWebhostURL.TabIndex = 46;
     this.labelWebhostURL.Text = "Host Server Address";
     this.labelWebhostURL.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelBorderColor
     //
     this.labelBorderColor.Location = new System.Drawing.Point(53,37);
     this.labelBorderColor.Name = "labelBorderColor";
     this.labelBorderColor.Size = new System.Drawing.Size(111,19);
     this.labelBorderColor.TabIndex = 48;
     this.labelBorderColor.Text = "Border Color";
     this.labelBorderColor.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butWebformBorderColor
     //
     this.butWebformBorderColor.BackColor = System.Drawing.Color.RoyalBlue;
     this.butWebformBorderColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.butWebformBorderColor.Location = new System.Drawing.Point(172,37);
     this.butWebformBorderColor.Name = "butWebformBorderColor";
     this.butWebformBorderColor.Size = new System.Drawing.Size(24,24);
     this.butWebformBorderColor.TabIndex = 71;
     this.butWebformBorderColor.UseVisualStyleBackColor = false;
     this.butWebformBorderColor.Click += new System.EventHandler(this.butWebformBorderColor_Click);
     //
     // butChange
     //
     this.butChange.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butChange.Autosize = true;
     this.butChange.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butChange.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butChange.CornerRadius = 4F;
     this.butChange.Location = new System.Drawing.Point(202,37);
     this.butChange.Name = "butChange";
     this.butChange.Size = new System.Drawing.Size(68,24);
     this.butChange.TabIndex = 72;
     this.butChange.Text = "Change";
     this.butChange.Click += new System.EventHandler(this.butChange_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(223,446);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(75,24);
     this.butDelete.TabIndex = 58;
     this.butDelete.Text = "&Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butAdd.Autosize = true;
     this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAdd.CornerRadius = 4F;
     this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location = new System.Drawing.Point(121,446);
     this.butAdd.Name = "butAdd";
     this.butAdd.Size = new System.Drawing.Size(75,24);
     this.butAdd.TabIndex = 57;
     this.butAdd.Text = "&Add";
     this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(12,67);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.Size = new System.Drawing.Size(860,363);
     this.gridMain.TabIndex = 56;
     this.gridMain.Title = "Sheet Defs";
     this.gridMain.TranslationName = "TableSheetDefs";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     this.gridMain.MouseUp += new System.Windows.Forms.MouseEventHandler(this.gridMain_MouseUp);
     //
     // 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(795,446);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "Close";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // butSave
     //
     this.butSave.AdjustImageLocation = new System.Drawing.Point(0,0);
     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(622,10);
     this.butSave.Name = "butSave";
     this.butSave.Size = new System.Drawing.Size(64,24);
     this.butSave.TabIndex = 74;
     this.butSave.Text = "Save";
     this.butSave.Click += new System.EventHandler(this.butSave_Click);
     //
     // menuWebFormSetupRight
     //
     this.menuWebFormSetupRight.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemCopyURL,
     this.menuItemNavigateURL});
     //
     // menuItemCopyURL
     //
     this.menuItemCopyURL.Index = 0;
     this.menuItemCopyURL.Text = "Copy URL to clipboard";
     this.menuItemCopyURL.Click += new System.EventHandler(this.menuItemCopyURL_Click);
     //
     // menuItemNavigateURL
     //
     this.menuItemNavigateURL.Index = 1;
     this.menuItemNavigateURL.Text = "Navigate to the URL on the web browser";
     this.menuItemNavigateURL.Click += new System.EventHandler(this.menuItemNavigateURL_Click);
     //
     // FormWebFormSetup
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(884,486);
     this.Controls.Add(this.butSave);
     this.Controls.Add(this.butChange);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butWebformBorderColor);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.labelBorderColor);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.textboxWebHostAddress);
     this.Controls.Add(this.labelWebhostURL);
     this.Controls.Add(this.butCancel);
     this.Name = "FormWebFormSetup";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Web Form Setup";
     this.Load += new System.EventHandler(this.FormWebFormSetup_Load);
     this.Shown += new System.EventHandler(this.FormWebFormSetup_Shown);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 14
0
 /// <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.gridMain = new OpenDental.UI.ODGrid();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24,629);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(614,23);
     this.label1.TabIndex = 6;
     this.label1.Text = "Double click to edit an import value.";
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(27,12);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.SelectionMode = OpenDental.UI.GridSelectionMode.None;
     this.gridMain.Size = new System.Drawing.Size(747,605);
     this.gridMain.TabIndex = 5;
     this.gridMain.Title = "Sheet Import";
     this.gridMain.TranslationName = "FormSheetImport";
     this.gridMain.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick);
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // 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(785,593);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "Import";
     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(785,623);
     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);
     //
     // FormSheetImport
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(880,663);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormSheetImport";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Sheet Import";
     this.Load += new System.EventHandler(this.FormSheetImport_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTaskSetup));
     this.label1 = new System.Windows.Forms.Label();
     this.gridMain = new OpenDental.UI.ODGrid();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.listMain = new System.Windows.Forms.ListBox();
     this.butSet = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12,20);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(645,113);
     this.label1.TabIndex = 4;
     this.label1.Text = resources.GetString("label1.Text");
     //
     // gridMain
     //
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(116,114);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.Size = new System.Drawing.Size(231,393);
     this.gridMain.TabIndex = 5;
     this.gridMain.Title = null;
     this.gridMain.TranslationName = null;
     //
     // 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(625,442);
     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(625,483);
     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);
     //
     // listMain
     //
     this.listMain.FormattingEnabled = true;
     this.listMain.Location = new System.Drawing.Point(495,146);
     this.listMain.Name = "listMain";
     this.listMain.Size = new System.Drawing.Size(120,264);
     this.listMain.TabIndex = 6;
     //
     // butSet
     //
     this.butSet.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butSet.Autosize = true;
     this.butSet.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butSet.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butSet.CornerRadius = 4F;
     this.butSet.Image = global::OpenDental.Properties.Resources.Left;
     this.butSet.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butSet.Location = new System.Drawing.Point(414,228);
     this.butSet.Name = "butSet";
     this.butSet.Size = new System.Drawing.Size(75,24);
     this.butSet.TabIndex = 7;
     this.butSet.Text = "Set";
     this.butSet.Click += new System.EventHandler(this.butSet_Click);
     //
     // FormTaskSetup
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(725,534);
     this.Controls.Add(this.butSet);
     this.Controls.Add(this.listMain);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormTaskSetup";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Task Setup";
     this.Load += new System.EventHandler(this.FormTaskSetup_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormReplicationSetup));
     this.checkRandomPrimaryKeys = new System.Windows.Forms.CheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.textPassword = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.textUsername = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.butSynch = new OpenDental.UI.Button();
     this.butTest = new OpenDental.UI.Button();
     this.butSetRanges = new OpenDental.UI.Button();
     this.butAdd = new OpenDental.UI.Button();
     this.gridMain = new OpenDental.UI.ODGrid();
     this.butClose = new OpenDental.UI.Button();
     this.groupBoxReplicationFailure = new System.Windows.Forms.GroupBox();
     this.butClearReplicationFailureAtServer_id = new OpenDental.UI.Button();
     this.label6 = new System.Windows.Forms.Label();
     this.textReplicaitonFailureAtServer_id = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     this.groupBoxReplicationFailure.SuspendLayout();
     this.SuspendLayout();
     //
     // checkRandomPrimaryKeys
     //
     this.checkRandomPrimaryKeys.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkRandomPrimaryKeys.Location = new System.Drawing.Point(17,15);
     this.checkRandomPrimaryKeys.Name = "checkRandomPrimaryKeys";
     this.checkRandomPrimaryKeys.Size = new System.Drawing.Size(346,17);
     this.checkRandomPrimaryKeys.TabIndex = 56;
     this.checkRandomPrimaryKeys.Text = "Use Random Primary Keys (BE VERY CAREFUL.  IRREVERSIBLE)";
     this.checkRandomPrimaryKeys.Click += new System.EventHandler(this.checkRandomPrimaryKeys_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(113,510);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(550,35);
     this.label1.TabIndex = 61;
     this.label1.Text = resources.GetString("label1.Text");
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(113,552);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(431,35);
     this.label2.TabIndex = 63;
     this.label2.Text = "Use the Test button to generate and display some sample key values for this compu" +
     "ter.  The displayed values should fall within the range set above.";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(103,16);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(431,45);
     this.label3.TabIndex = 65;
     this.label3.Text = resources.GetString("label3.Text");
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textPassword);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.textUsername);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.butSynch);
     this.groupBox1.Location = new System.Drawing.Point(10,591);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(771,66);
     this.groupBox1.TabIndex = 66;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Force Synch";
     //
     // textPassword
     //
     this.textPassword.Location = new System.Drawing.Point(641,40);
     this.textPassword.Name = "textPassword";
     this.textPassword.Size = new System.Drawing.Size(125,20);
     this.textPassword.TabIndex = 69;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(530,40);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(111,18);
     this.label5.TabIndex = 68;
     this.label5.Text = "Password";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textUsername
     //
     this.textUsername.Location = new System.Drawing.Point(641,18);
     this.textUsername.Name = "textUsername";
     this.textUsername.Size = new System.Drawing.Size(125,20);
     this.textUsername.TabIndex = 67;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(530,18);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(111,18);
     this.label4.TabIndex = 66;
     this.label4.Text = "MySQL Username";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butSynch
     //
     this.butSynch.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butSynch.Autosize = true;
     this.butSynch.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butSynch.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butSynch.CornerRadius = 4F;
     this.butSynch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butSynch.Location = new System.Drawing.Point(7,26);
     this.butSynch.Name = "butSynch";
     this.butSynch.Size = new System.Drawing.Size(90,24);
     this.butSynch.TabIndex = 64;
     this.butSynch.Text = "Synch";
     this.butSynch.Click += new System.EventHandler(this.butSynch_Click);
     //
     // butTest
     //
     this.butTest.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butTest.Autosize = true;
     this.butTest.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butTest.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butTest.CornerRadius = 4F;
     this.butTest.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butTest.Location = new System.Drawing.Point(17,557);
     this.butTest.Name = "butTest";
     this.butTest.Size = new System.Drawing.Size(90,24);
     this.butTest.TabIndex = 62;
     this.butTest.Text = "Test";
     this.butTest.Click += new System.EventHandler(this.butTest_Click);
     //
     // butSetRanges
     //
     this.butSetRanges.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butSetRanges.Autosize = true;
     this.butSetRanges.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butSetRanges.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butSetRanges.CornerRadius = 4F;
     this.butSetRanges.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butSetRanges.Location = new System.Drawing.Point(17,516);
     this.butSetRanges.Name = "butSetRanges";
     this.butSetRanges.Size = new System.Drawing.Size(90,24);
     this.butSetRanges.TabIndex = 59;
     this.butSetRanges.Text = "Set Ranges";
     this.butSetRanges.Click += new System.EventHandler(this.butSetRanges_Click);
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butAdd.Autosize = true;
     this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAdd.CornerRadius = 4F;
     this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location = new System.Drawing.Point(798,470);
     this.butAdd.Name = "butAdd";
     this.butAdd.Size = new System.Drawing.Size(75,24);
     this.butAdd.TabIndex = 58;
     this.butAdd.Text = "Add";
     this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible = true;
     this.gridMain.Location = new System.Drawing.Point(17,42);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.Size = new System.Drawing.Size(764,452);
     this.gridMain.TabIndex = 57;
     this.gridMain.Title = "Servers";
     this.gridMain.TranslationName = "FormReplicationSetup";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // butClose
     //
     this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.Autosize = true;
     this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butClose.CornerRadius = 4F;
     this.butClose.Location = new System.Drawing.Point(798,630);
     this.butClose.Name = "butClose";
     this.butClose.Size = new System.Drawing.Size(75,24);
     this.butClose.TabIndex = 2;
     this.butClose.Text = "Close";
     this.butClose.Click += new System.EventHandler(this.butClose_Click);
     //
     // groupBoxReplicationFailure
     //
     this.groupBoxReplicationFailure.Controls.Add(this.butClearReplicationFailureAtServer_id);
     this.groupBoxReplicationFailure.Controls.Add(this.label6);
     this.groupBoxReplicationFailure.Controls.Add(this.textReplicaitonFailureAtServer_id);
     this.groupBoxReplicationFailure.ForeColor = System.Drawing.Color.Red;
     this.groupBoxReplicationFailure.Location = new System.Drawing.Point(550,537);
     this.groupBoxReplicationFailure.Name = "groupBoxReplicationFailure";
     this.groupBoxReplicationFailure.Size = new System.Drawing.Size(323,50);
     this.groupBoxReplicationFailure.TabIndex = 67;
     this.groupBoxReplicationFailure.TabStop = false;
     this.groupBoxReplicationFailure.Text = "Replication Failure Detected";
     this.groupBoxReplicationFailure.Visible = false;
     //
     // butClearReplicationFailureAtServer_id
     //
     this.butClearReplicationFailureAtServer_id.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butClearReplicationFailureAtServer_id.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClearReplicationFailureAtServer_id.Autosize = true;
     this.butClearReplicationFailureAtServer_id.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butClearReplicationFailureAtServer_id.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butClearReplicationFailureAtServer_id.CornerRadius = 4F;
     this.butClearReplicationFailureAtServer_id.ForeColor = System.Drawing.SystemColors.ControlText;
     this.butClearReplicationFailureAtServer_id.Location = new System.Drawing.Point(248,19);
     this.butClearReplicationFailureAtServer_id.Name = "butClearReplicationFailureAtServer_id";
     this.butClearReplicationFailureAtServer_id.Size = new System.Drawing.Size(69,24);
     this.butClearReplicationFailureAtServer_id.TabIndex = 2;
     this.butClearReplicationFailureAtServer_id.Text = "Clear";
     this.butClearReplicationFailureAtServer_id.Click += new System.EventHandler(this.butResetReplicationFailureAtServer_id_Click);
     //
     // label6
     //
     this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label6.Location = new System.Drawing.Point(6,22);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(155,18);
     this.label6.TabIndex = 66;
     this.label6.Text = "Replication Failure at Server_id";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textReplicaitonFailureAtServer_id
     //
     this.textReplicaitonFailureAtServer_id.Location = new System.Drawing.Point(167,22);
     this.textReplicaitonFailureAtServer_id.Name = "textReplicaitonFailureAtServer_id";
     this.textReplicaitonFailureAtServer_id.ReadOnly = true;
     this.textReplicaitonFailureAtServer_id.Size = new System.Drawing.Size(75,20);
     this.textReplicaitonFailureAtServer_id.TabIndex = 67;
     //
     // FormReplicationSetup
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(885,668);
     this.Controls.Add(this.groupBoxReplicationFailure);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butTest);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butSetRanges);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.checkRandomPrimaryKeys);
     this.Controls.Add(this.butClose);
     this.Name = "FormReplicationSetup";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Replication Setup";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormReplicationSetup_FormClosing);
     this.Load += new System.EventHandler(this.FormReplicationSetup_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBoxReplicationFailure.ResumeLayout(false);
     this.groupBoxReplicationFailure.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
     this.menuItemSetup = new System.Windows.Forms.MenuItem();
     this.groupDateRange = new System.Windows.Forms.GroupBox();
     this.butRefresh = new OpenDental.UI.Button();
     this.butToday = new OpenDental.UI.Button();
     this.textDateStart = new OpenDental.ValidDate();
     this.labelStartDate = new System.Windows.Forms.Label();
     this.labelEndDate = new System.Windows.Forms.Label();
     this.textDateEnd = new OpenDental.ValidDate();
     this.menuWebFormsRight = new System.Windows.Forms.ContextMenu();
     this.menuItemViewAllSheets = new System.Windows.Forms.MenuItem();
     this.label1 = new System.Windows.Forms.Label();
     this.butRetrieve = new OpenDental.UI.Button();
     this.gridMain = new OpenDental.UI.ODGrid();
     this.butCancel = new OpenDental.UI.Button();
     this.groupDateRange.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemSetup});
     //
     // menuItemSetup
     //
     this.menuItemSetup.Index = 0;
     this.menuItemSetup.Text = "Setup";
     this.menuItemSetup.Click += new System.EventHandler(this.menuItemSetup_Click);
     //
     // groupDateRange
     //
     this.groupDateRange.Controls.Add(this.butRefresh);
     this.groupDateRange.Controls.Add(this.butToday);
     this.groupDateRange.Controls.Add(this.textDateStart);
     this.groupDateRange.Controls.Add(this.labelStartDate);
     this.groupDateRange.Controls.Add(this.labelEndDate);
     this.groupDateRange.Controls.Add(this.textDateEnd);
     this.groupDateRange.Location = new System.Drawing.Point(134,2);
     this.groupDateRange.Name = "groupDateRange";
     this.groupDateRange.Size = new System.Drawing.Size(245,69);
     this.groupDateRange.TabIndex = 238;
     this.groupDateRange.TabStop = false;
     this.groupDateRange.Text = "Show Retrieved Forms";
     //
     // butRefresh
     //
     this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butRefresh.Autosize = true;
     this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRefresh.CornerRadius = 4F;
     this.butRefresh.Location = new System.Drawing.Point(158,39);
     this.butRefresh.Name = "butRefresh";
     this.butRefresh.Size = new System.Drawing.Size(77,24);
     this.butRefresh.TabIndex = 243;
     this.butRefresh.Text = "Refresh";
     this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click);
     //
     // butToday
     //
     this.butToday.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butToday.Autosize = true;
     this.butToday.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butToday.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butToday.CornerRadius = 4F;
     this.butToday.Location = new System.Drawing.Point(158,14);
     this.butToday.Name = "butToday";
     this.butToday.Size = new System.Drawing.Size(77,24);
     this.butToday.TabIndex = 242;
     this.butToday.Text = "Today";
     this.butToday.Click += new System.EventHandler(this.butToday_Click);
     //
     // textDateStart
     //
     this.textDateStart.BackColor = System.Drawing.SystemColors.Window;
     this.textDateStart.ForeColor = System.Drawing.SystemColors.WindowText;
     this.textDateStart.Location = new System.Drawing.Point(75,16);
     this.textDateStart.Name = "textDateStart";
     this.textDateStart.Size = new System.Drawing.Size(77,20);
     this.textDateStart.TabIndex = 223;
     //
     // labelStartDate
     //
     this.labelStartDate.Location = new System.Drawing.Point(6,19);
     this.labelStartDate.Name = "labelStartDate";
     this.labelStartDate.Size = new System.Drawing.Size(69,14);
     this.labelStartDate.TabIndex = 221;
     this.labelStartDate.Text = "Start Date";
     this.labelStartDate.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelEndDate
     //
     this.labelEndDate.Location = new System.Drawing.Point(6,44);
     this.labelEndDate.Name = "labelEndDate";
     this.labelEndDate.Size = new System.Drawing.Size(69,14);
     this.labelEndDate.TabIndex = 222;
     this.labelEndDate.Text = "End Date";
     this.labelEndDate.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateEnd
     //
     this.textDateEnd.Location = new System.Drawing.Point(75,41);
     this.textDateEnd.Name = "textDateEnd";
     this.textDateEnd.Size = new System.Drawing.Size(77,20);
     this.textDateEnd.TabIndex = 224;
     //
     // menuWebFormsRight
     //
     this.menuWebFormsRight.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuItemViewAllSheets});
     //
     // menuItemViewAllSheets
     //
     this.menuItemViewAllSheets.Index = 0;
     this.menuItemViewAllSheets.Text = "View this patient\'s forms";
     this.menuItemViewAllSheets.Click += new System.EventHandler(this.menuItemViewAllSheets_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(502,35);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(197,36);
     this.label1.TabIndex = 239;
     this.label1.Text = "(All retrieved forms are automatically attached to the correct patient)";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // butRetrieve
     //
     this.butRetrieve.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butRetrieve.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butRetrieve.Autosize = true;
     this.butRetrieve.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRetrieve.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRetrieve.CornerRadius = 4F;
     this.butRetrieve.Location = new System.Drawing.Point(536,8);
     this.butRetrieve.Name = "butRetrieve";
     this.butRetrieve.Size = new System.Drawing.Size(123,24);
     this.butRetrieve.TabIndex = 46;
     this.butRetrieve.Text = "&Retrieve New Forms";
     this.butRetrieve.Click += new System.EventHandler(this.butRetrieve_Click);
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(12,77);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.Size = new System.Drawing.Size(647,290);
     this.gridMain.TabIndex = 4;
     this.gridMain.Title = "Webforms";
     this.gridMain.TranslationName = "TableWebforms";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     this.gridMain.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick);
     this.gridMain.MouseUp += new System.Windows.Forms.MouseEventHandler(this.gridMain_MouseUp);
     //
     // 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(669,343);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "Close";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // FormWebForms
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(755,399);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupDateRange);
     this.Controls.Add(this.butRetrieve);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.butCancel);
     this.Menu = this.mainMenu1;
     this.Name = "FormWebForms";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Web Forms";
     this.Load += new System.EventHandler(this.FormWebForms_Load);
     this.groupDateRange.ResumeLayout(false);
     this.groupDateRange.PerformLayout();
     this.ResumeLayout(false);
 }