Example #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(FormContacts));
     this.butOK        = new OpenDental.UI.Button();
     this.listCategory = new System.Windows.Forms.ListBox();
     this.label1       = new System.Windows.Forms.Label();
     this.tbContacts   = new OpenDental.TableContacts();
     this.butAdd       = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     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.DialogResult        = System.Windows.Forms.DialogResult.Cancel;
     this.butOK.Location            = new System.Drawing.Point(798, 627);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 25);
     this.butOK.TabIndex = 1;
     this.butOK.Text     = "&Close";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // listCategory
     //
     this.listCategory.Location              = new System.Drawing.Point(5, 37);
     this.listCategory.Name                  = "listCategory";
     this.listCategory.Size                  = new System.Drawing.Size(101, 264);
     this.listCategory.TabIndex              = 2;
     this.listCategory.SelectedIndexChanged += new System.EventHandler(this.listCategory_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(5, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 16);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Category";
     //
     // tbContacts
     //
     this.tbContacts.BackColor       = System.Drawing.SystemColors.Window;
     this.tbContacts.Location        = new System.Drawing.Point(117, 11);
     this.tbContacts.Name            = "tbContacts";
     this.tbContacts.ScrollValue     = 1;
     this.tbContacts.SelectedIndices = new int[0];
     this.tbContacts.SelectionMode   = System.Windows.Forms.SelectionMode.One;
     this.tbContacts.Size            = new System.Drawing.Size(669, 671);
     this.tbContacts.TabIndex        = 4;
     //
     // 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.Location            = new System.Drawing.Point(797, 494);
     this.butAdd.Name     = "butAdd";
     this.butAdd.Size     = new System.Drawing.Size(75, 25);
     this.butAdd.TabIndex = 5;
     this.butAdd.Text     = "&Add";
     this.butAdd.Click   += new System.EventHandler(this.butAdd_Click);
     //
     // FormContacts
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butOK;
     this.ClientSize        = new System.Drawing.Size(886, 693);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.tbContacts);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.listCategory);
     this.Controls.Add(this.butOK);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormContacts";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Contacts";
     this.Load         += new System.EventHandler(this.FormContacts_Load);
     this.ResumeLayout(false);
 }
Example #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(FormContacts));
			this.butOK = new OpenDental.UI.Button();
			this.listCategory = new System.Windows.Forms.ListBox();
			this.label1 = new System.Windows.Forms.Label();
			this.tbContacts = new OpenDental.TableContacts();
			this.butAdd = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butOK.Location = new System.Drawing.Point(798,627);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,25);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&Close";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// listCategory
			// 
			this.listCategory.Location = new System.Drawing.Point(5,37);
			this.listCategory.Name = "listCategory";
			this.listCategory.Size = new System.Drawing.Size(101,264);
			this.listCategory.TabIndex = 2;
			this.listCategory.SelectedIndexChanged += new System.EventHandler(this.listCategory_SelectedIndexChanged);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(5,19);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100,16);
			this.label1.TabIndex = 3;
			this.label1.Text = "Category";
			// 
			// tbContacts
			// 
			this.tbContacts.BackColor = System.Drawing.SystemColors.Window;
			this.tbContacts.Location = new System.Drawing.Point(117,11);
			this.tbContacts.Name = "tbContacts";
			this.tbContacts.ScrollValue = 1;
			this.tbContacts.SelectedIndices = new int[0];
			this.tbContacts.SelectionMode = System.Windows.Forms.SelectionMode.One;
			this.tbContacts.Size = new System.Drawing.Size(669,671);
			this.tbContacts.TabIndex = 4;
			// 
			// 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.Location = new System.Drawing.Point(797,494);
			this.butAdd.Name = "butAdd";
			this.butAdd.Size = new System.Drawing.Size(75,25);
			this.butAdd.TabIndex = 5;
			this.butAdd.Text = "&Add";
			this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
			// 
			// FormContacts
			// 
			this.AcceptButton = this.butOK;
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.CancelButton = this.butOK;
			this.ClientSize = new System.Drawing.Size(886,693);
			this.Controls.Add(this.butAdd);
			this.Controls.Add(this.tbContacts);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.listCategory);
			this.Controls.Add(this.butOK);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormContacts";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Contacts";
			this.Load += new System.EventHandler(this.FormContacts_Load);
			this.ResumeLayout(false);

		}