Exemplo n.º 1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAutoCodeEdit));
     this.checkHidden        = new System.Windows.Forms.CheckBox();
     this.butCancel          = new OpenDental.UI.Button();
     this.butOK              = new OpenDental.UI.Button();
     this.textDescript       = new System.Windows.Forms.TextBox();
     this.label1             = new System.Windows.Forms.Label();
     this.tbAutoItem         = new OpenDental.TableAutoItem();
     this.label2             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.butDelete          = new OpenDental.UI.Button();
     this.butAdd             = new OpenDental.UI.Button();
     this.checkLessIntrusive = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // checkHidden
     //
     this.checkHidden.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkHidden.Location  = new System.Drawing.Point(390, 14);
     this.checkHidden.Name      = "checkHidden";
     this.checkHidden.Size      = new System.Drawing.Size(124, 18);
     this.checkHidden.TabIndex  = 1;
     this.checkHidden.Text      = "Hidden";
     //
     // butCancel
     //
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(682, 528);
     this.butCancel.Name         = "butCancel";
     this.butCancel.RightToLeft  = System.Windows.Forms.RightToLeft.No;
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 20;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Location = new System.Drawing.Point(682, 494);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 19;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // textDescript
     //
     this.textDescript.Location = new System.Drawing.Point(148, 16);
     this.textDescript.Name     = "textDescript";
     this.textDescript.Size     = new System.Drawing.Size(210, 20);
     this.textDescript.TabIndex = 22;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(20, 20);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(122, 16);
     this.label1.TabIndex  = 23;
     this.label1.Text      = "Description";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbAutoItem
     //
     this.tbAutoItem.BackColor       = System.Drawing.SystemColors.Window;
     this.tbAutoItem.Location        = new System.Drawing.Point(36, 94);
     this.tbAutoItem.Name            = "tbAutoItem";
     this.tbAutoItem.ScrollValue     = 1;
     this.tbAutoItem.SelectedIndices = new int[0];
     this.tbAutoItem.SelectionMode   = System.Windows.Forms.SelectionMode.One;
     this.tbAutoItem.Size            = new System.Drawing.Size(719, 356);
     this.tbAutoItem.TabIndex        = 24;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(402, 496);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(246, 56);
     this.label2.TabIndex  = 26;
     this.label2.Text      = "Clicking Cancel does not undo changes already made to items.";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(36, 72);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(436, 18);
     this.label3.TabIndex = 27;
     this.label3.Text     = "You may have duplicate codes  in the following list.";
     //
     // butDelete
     //
     this.butDelete.Image      = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(158, 478);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(88, 26);
     this.butDelete.TabIndex   = 29;
     this.butDelete.Text       = "&Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // butAdd
     //
     this.butAdd.Image      = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location   = new System.Drawing.Point(36, 478);
     this.butAdd.Name       = "butAdd";
     this.butAdd.Size       = new System.Drawing.Size(84, 26);
     this.butAdd.TabIndex   = 28;
     this.butAdd.Text       = "&Add";
     this.butAdd.Click     += new System.EventHandler(this.butAdd_Click);
     //
     // checkLessIntrusive
     //
     this.checkLessIntrusive.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkLessIntrusive.Location  = new System.Drawing.Point(390, 34);
     this.checkLessIntrusive.Name      = "checkLessIntrusive";
     this.checkLessIntrusive.Size      = new System.Drawing.Size(354, 30);
     this.checkLessIntrusive.TabIndex  = 30;
     this.checkLessIntrusive.Text      = "Do not check codes in the procedure edit window, but only use this auto code for " +
                                         "procedure buttons.";
     this.checkLessIntrusive.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     //
     // FormAutoCodeEdit
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(794, 582);
     this.Controls.Add(this.checkLessIntrusive);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tbAutoItem);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textDescript);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.checkHidden);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormAutoCodeEdit";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "FormAutoCodeEdit";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FormAutoCodeEdit_FormClosing);
     this.Load         += new System.EventHandler(this.FormAutoCodeEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 2
0
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAutoCodeEdit));
			this.checkHidden = new System.Windows.Forms.CheckBox();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.textDescript = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.tbAutoItem = new OpenDental.TableAutoItem();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.butDelete = new OpenDental.UI.Button();
			this.butAdd = new OpenDental.UI.Button();
			this.checkLessIntrusive = new System.Windows.Forms.CheckBox();
			this.SuspendLayout();
			// 
			// checkHidden
			// 
			this.checkHidden.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkHidden.Location = new System.Drawing.Point(390, 14);
			this.checkHidden.Name = "checkHidden";
			this.checkHidden.Size = new System.Drawing.Size(124, 18);
			this.checkHidden.TabIndex = 1;
			this.checkHidden.Text = "Hidden";
			// 
			// 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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(682, 528);
			this.butCancel.Name = "butCancel";
			this.butCancel.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.butCancel.Size = new System.Drawing.Size(75, 26);
			this.butCancel.TabIndex = 20;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_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(682, 494);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 26);
			this.butOK.TabIndex = 19;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// textDescript
			// 
			this.textDescript.Location = new System.Drawing.Point(148, 16);
			this.textDescript.Name = "textDescript";
			this.textDescript.Size = new System.Drawing.Size(210, 20);
			this.textDescript.TabIndex = 22;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(20, 20);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(122, 16);
			this.label1.TabIndex = 23;
			this.label1.Text = "Description";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// tbAutoItem
			// 
			this.tbAutoItem.BackColor = System.Drawing.SystemColors.Window;
			this.tbAutoItem.Location = new System.Drawing.Point(36, 94);
			this.tbAutoItem.Name = "tbAutoItem";
			this.tbAutoItem.ScrollValue = 1;
			this.tbAutoItem.SelectedIndices = new int[0];
			this.tbAutoItem.SelectionMode = System.Windows.Forms.SelectionMode.One;
			this.tbAutoItem.Size = new System.Drawing.Size(719, 356);
			this.tbAutoItem.TabIndex = 24;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(402, 496);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(246, 56);
			this.label2.TabIndex = 26;
			this.label2.Text = "Clicking Cancel does not undo changes already made to items.";
			this.label2.TextAlign = System.Drawing.ContentAlignment.BottomRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(36, 72);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(436, 18);
			this.label3.TabIndex = 27;
			this.label3.Text = "You may have duplicate codes  in the following list.";
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
			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(158, 478);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(88, 26);
			this.butDelete.TabIndex = 29;
			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.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(36, 478);
			this.butAdd.Name = "butAdd";
			this.butAdd.Size = new System.Drawing.Size(84, 26);
			this.butAdd.TabIndex = 28;
			this.butAdd.Text = "&Add";
			this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
			// 
			// checkLessIntrusive
			// 
			this.checkLessIntrusive.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkLessIntrusive.Location = new System.Drawing.Point(390, 34);
			this.checkLessIntrusive.Name = "checkLessIntrusive";
			this.checkLessIntrusive.Size = new System.Drawing.Size(354, 30);
			this.checkLessIntrusive.TabIndex = 30;
			this.checkLessIntrusive.Text = "Do not check codes in the procedure edit window, but only use this auto code for " +
    "procedure buttons.";
			this.checkLessIntrusive.TextAlign = System.Drawing.ContentAlignment.TopLeft;
			// 
			// FormAutoCodeEdit
			// 
			this.AcceptButton = this.butOK;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(794, 582);
			this.Controls.Add(this.checkLessIntrusive);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butAdd);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.tbAutoItem);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.textDescript);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.checkHidden);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormAutoCodeEdit";
			this.ShowInTaskbar = false;
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "FormAutoCodeEdit";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.FormAutoCodeEdit_Closing);
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormAutoCodeEdit_FormClosing);
			this.Load += new System.EventHandler(this.FormAutoCodeEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}