Пример #1
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(FormDefinitions));
     this.butClose     = new OpenDental.UI.Button();
     this.label14      = new System.Windows.Forms.Label();
     this.textGuide    = new System.Windows.Forms.TextBox();
     this.groupEdit    = new System.Windows.Forms.GroupBox();
     this.butHide      = new OpenDental.UI.Button();
     this.butDown      = new OpenDental.UI.Button();
     this.butUp        = new OpenDental.UI.Button();
     this.butAdd       = new OpenDental.UI.Button();
     this.tbDefs       = new OpenDental.TableDefs();
     this.listCategory = new System.Windows.Forms.ListBox();
     this.label13      = new System.Windows.Forms.Label();
     this.groupEdit.SuspendLayout();
     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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butClose.Location     = new System.Drawing.Point(686, 638);
     this.butClose.Name         = "butClose";
     this.butClose.Size         = new System.Drawing.Size(75, 24);
     this.butClose.TabIndex     = 3;
     this.butClose.Text         = "&Close";
     this.butClose.Click       += new System.EventHandler(this.butClose_Click);
     //
     // label14
     //
     this.label14.Location  = new System.Drawing.Point(92, 604);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(100, 18);
     this.label14.TabIndex  = 22;
     this.label14.Text      = "Guidelines";
     this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textGuide
     //
     this.textGuide.Location   = new System.Drawing.Point(198, 604);
     this.textGuide.Multiline  = true;
     this.textGuide.Name       = "textGuide";
     this.textGuide.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textGuide.Size       = new System.Drawing.Size(460, 63);
     this.textGuide.TabIndex   = 2;
     //
     // groupEdit
     //
     this.groupEdit.Controls.Add(this.butHide);
     this.groupEdit.Controls.Add(this.butDown);
     this.groupEdit.Controls.Add(this.butUp);
     this.groupEdit.Controls.Add(this.butAdd);
     this.groupEdit.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupEdit.Location  = new System.Drawing.Point(198, 549);
     this.groupEdit.Name      = "groupEdit";
     this.groupEdit.Size      = new System.Drawing.Size(460, 51);
     this.groupEdit.TabIndex  = 1;
     this.groupEdit.TabStop   = false;
     this.groupEdit.Text      = "Edit Items";
     //
     // butHide
     //
     this.butHide.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butHide.Autosize            = true;
     this.butHide.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butHide.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butHide.CornerRadius        = 4F;
     this.butHide.Location            = new System.Drawing.Point(138, 18);
     this.butHide.Name     = "butHide";
     this.butHide.Size     = new System.Drawing.Size(79, 24);
     this.butHide.TabIndex = 10;
     this.butHide.Text     = "&Hide";
     this.butHide.Click   += new System.EventHandler(this.butHide_Click);
     //
     // butDown
     //
     this.butDown.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDown.Autosize            = true;
     this.butDown.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDown.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDown.CornerRadius        = 4F;
     this.butDown.Image      = global::OpenDental.Properties.Resources.down;
     this.butDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDown.Location   = new System.Drawing.Point(346, 18);
     this.butDown.Name       = "butDown";
     this.butDown.Size       = new System.Drawing.Size(79, 24);
     this.butDown.TabIndex   = 9;
     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.Autosize            = true;
     this.butUp.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butUp.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butUp.CornerRadius        = 4F;
     this.butUp.Image      = global::OpenDental.Properties.Resources.up;
     this.butUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butUp.Location   = new System.Drawing.Point(242, 18);
     this.butUp.Name       = "butUp";
     this.butUp.Size       = new System.Drawing.Size(79, 24);
     this.butUp.TabIndex   = 8;
     this.butUp.Text       = "&Up";
     this.butUp.Click     += new System.EventHandler(this.butUp_Click);
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0);
     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(34, 18);
     this.butAdd.Name       = "butAdd";
     this.butAdd.Size       = new System.Drawing.Size(79, 24);
     this.butAdd.TabIndex   = 6;
     this.butAdd.Text       = "&Add";
     this.butAdd.Click     += new System.EventHandler(this.butAdd_Click);
     //
     // tbDefs
     //
     this.tbDefs.BackColor       = System.Drawing.SystemColors.Window;
     this.tbDefs.Location        = new System.Drawing.Point(199, 6);
     this.tbDefs.Name            = "tbDefs";
     this.tbDefs.ScrollValue     = 1;
     this.tbDefs.SelectedIndices = new int[0];
     this.tbDefs.SelectionMode   = System.Windows.Forms.SelectionMode.None;
     this.tbDefs.Size            = new System.Drawing.Size(459, 538);
     this.tbDefs.TabIndex        = 19;
     //
     // listCategory
     //
     this.listCategory.Items.AddRange(new object[] {
         "Account Colors",
         "Adj Types",
         "Appointment Colors",
         "Appt Confirmed",
         "Appt Procs Quick Add",
         "Billing Types",
         "Blockout Types",
         "Chart Graphic Colors",
         "Claim Custom Tracking",
         "Commlog Types",
         "Contact Categories",
         "Diagnosis",
         "Image Categories",
         "Letter Merge Cats",
         "Misc Colors",
         "Payment Types",
         "PaySplit Unearned Types",
         "Proc Button Categories",
         "Proc Code Categories",
         "Prog Notes Colors",
         "Prognosis",
         "Recall/Unsch Status",
         "Supply Categories",
         "Treat\' Plan Priorities"
     });
     this.listCategory.Location   = new System.Drawing.Point(22, 36);
     this.listCategory.Name       = "listCategory";
     this.listCategory.Size       = new System.Drawing.Size(147, 316);
     this.listCategory.TabIndex   = 0;
     this.listCategory.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listCategory_MouseDown);
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(22, 18);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(162, 17);
     this.label13.TabIndex  = 17;
     this.label13.Text      = "Select Category:";
     this.label13.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // FormDefinitions
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butClose;
     this.ClientSize        = new System.Drawing.Size(789, 675);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.textGuide);
     this.Controls.Add(this.butClose);
     this.Controls.Add(this.groupEdit);
     this.Controls.Add(this.tbDefs);
     this.Controls.Add(this.listCategory);
     this.Controls.Add(this.label13);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormDefinitions";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Definitions";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.FormDefinitions_Closing);
     this.Load         += new System.EventHandler(this.FormDefinitions_Load);
     this.groupEdit.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #2
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(FormDefinitions));
     this.butClose = new OpenDental.UI.Button();
     this.label14 = new System.Windows.Forms.Label();
     this.textGuide = new System.Windows.Forms.TextBox();
     this.groupEdit = new System.Windows.Forms.GroupBox();
     this.butHide = new OpenDental.UI.Button();
     this.butDown = new OpenDental.UI.Button();
     this.butUp = new OpenDental.UI.Button();
     this.butAdd = new OpenDental.UI.Button();
     this.tbDefs = new OpenDental.TableDefs();
     this.listCategory = new System.Windows.Forms.ListBox();
     this.label13 = new System.Windows.Forms.Label();
     this.groupEdit.SuspendLayout();
     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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butClose.Location = new System.Drawing.Point(686, 638);
     this.butClose.Name = "butClose";
     this.butClose.Size = new System.Drawing.Size(75, 24);
     this.butClose.TabIndex = 3;
     this.butClose.Text = "&Close";
     this.butClose.Click += new System.EventHandler(this.butClose_Click);
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(92, 604);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(100, 18);
     this.label14.TabIndex = 22;
     this.label14.Text = "Guidelines";
     this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textGuide
     //
     this.textGuide.Location = new System.Drawing.Point(198, 604);
     this.textGuide.Multiline = true;
     this.textGuide.Name = "textGuide";
     this.textGuide.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textGuide.Size = new System.Drawing.Size(460, 63);
     this.textGuide.TabIndex = 2;
     //
     // groupEdit
     //
     this.groupEdit.Controls.Add(this.butHide);
     this.groupEdit.Controls.Add(this.butDown);
     this.groupEdit.Controls.Add(this.butUp);
     this.groupEdit.Controls.Add(this.butAdd);
     this.groupEdit.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupEdit.Location = new System.Drawing.Point(198, 549);
     this.groupEdit.Name = "groupEdit";
     this.groupEdit.Size = new System.Drawing.Size(460, 51);
     this.groupEdit.TabIndex = 1;
     this.groupEdit.TabStop = false;
     this.groupEdit.Text = "Edit Items";
     //
     // butHide
     //
     this.butHide.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butHide.Autosize = true;
     this.butHide.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butHide.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butHide.CornerRadius = 4F;
     this.butHide.Location = new System.Drawing.Point(138, 18);
     this.butHide.Name = "butHide";
     this.butHide.Size = new System.Drawing.Size(79, 24);
     this.butHide.TabIndex = 10;
     this.butHide.Text = "&Hide";
     this.butHide.Click += new System.EventHandler(this.butHide_Click);
     //
     // butDown
     //
     this.butDown.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDown.Autosize = true;
     this.butDown.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDown.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDown.CornerRadius = 4F;
     this.butDown.Image = global::OpenDental.Properties.Resources.down;
     this.butDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDown.Location = new System.Drawing.Point(346, 18);
     this.butDown.Name = "butDown";
     this.butDown.Size = new System.Drawing.Size(79, 24);
     this.butDown.TabIndex = 9;
     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.Autosize = true;
     this.butUp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butUp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butUp.CornerRadius = 4F;
     this.butUp.Image = global::OpenDental.Properties.Resources.up;
     this.butUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butUp.Location = new System.Drawing.Point(242, 18);
     this.butUp.Name = "butUp";
     this.butUp.Size = new System.Drawing.Size(79, 24);
     this.butUp.TabIndex = 8;
     this.butUp.Text = "&Up";
     this.butUp.Click += new System.EventHandler(this.butUp_Click);
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0);
     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(34, 18);
     this.butAdd.Name = "butAdd";
     this.butAdd.Size = new System.Drawing.Size(79, 24);
     this.butAdd.TabIndex = 6;
     this.butAdd.Text = "&Add";
     this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
     //
     // tbDefs
     //
     this.tbDefs.BackColor = System.Drawing.SystemColors.Window;
     this.tbDefs.Location = new System.Drawing.Point(199, 6);
     this.tbDefs.Name = "tbDefs";
     this.tbDefs.ScrollValue = 1;
     this.tbDefs.SelectedIndices = new int[0];
     this.tbDefs.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.tbDefs.Size = new System.Drawing.Size(459, 538);
     this.tbDefs.TabIndex = 19;
     //
     // listCategory
     //
     this.listCategory.Items.AddRange(new object[] {
     "Account Colors",
     "Adj Types",
     "Appointment Colors",
     "Appt Confirmed",
     "Appt Procs Quick Add",
     "Billing Types",
     "Blockout Types",
     "Chart Graphic Colors",
     "Claim Custom Tracking",
     "Commlog Types",
     "Contact Categories",
     "Diagnosis",
     "Image Categories",
     "Letter Merge Cats",
     "Misc Colors",
     "Payment Types",
     "PaySplit Unearned Types",
     "Proc Button Categories",
     "Proc Code Categories",
     "Prog Notes Colors",
     "Prognosis",
     "Recall/Unsch Status",
     "Supply Categories",
     "Treat\' Plan Priorities"});
     this.listCategory.Location = new System.Drawing.Point(22, 36);
     this.listCategory.Name = "listCategory";
     this.listCategory.Size = new System.Drawing.Size(147, 316);
     this.listCategory.TabIndex = 0;
     this.listCategory.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listCategory_MouseDown);
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(22, 18);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(162, 17);
     this.label13.TabIndex = 17;
     this.label13.Text = "Select Category:";
     this.label13.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // FormDefinitions
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.butClose;
     this.ClientSize = new System.Drawing.Size(789, 675);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.textGuide);
     this.Controls.Add(this.butClose);
     this.Controls.Add(this.groupEdit);
     this.Controls.Add(this.tbDefs);
     this.Controls.Add(this.listCategory);
     this.Controls.Add(this.label13);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormDefinitions";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Definitions";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FormDefinitions_Closing);
     this.Load += new System.EventHandler(this.FormDefinitions_Load);
     this.groupEdit.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }