Example #1
0
 private void InitializeComponent()
 {
     this.tbZips    = new OpenDental.TableZips();
     this.butAdd    = new OpenDental.UI.Button();
     this.butClose  = new OpenDental.UI.Button();
     this.butDelete = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // tbZips
     //
     this.tbZips.BackColor       = System.Drawing.SystemColors.Window;
     this.tbZips.Location        = new System.Drawing.Point(19, 14);
     this.tbZips.Name            = "tbZips";
     this.tbZips.ScrollValue     = 1;
     this.tbZips.SelectedIndices = new int[0];
     this.tbZips.SelectionMode   = System.Windows.Forms.SelectionMode.One;
     this.tbZips.Size            = new System.Drawing.Size(519, 531);
     this.tbZips.TabIndex        = 25;
     //
     // butAdd
     //
     this.butAdd.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butAdd.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location   = new System.Drawing.Point(615, 374);
     this.butAdd.Name       = "butAdd";
     this.butAdd.Size       = new System.Drawing.Size(76, 26);
     this.butAdd.TabIndex   = 28;
     this.butAdd.Text       = "&Add";
     this.butAdd.Click     += new System.EventHandler(this.butAdd_Click);
     //
     // butClose
     //
     this.butClose.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butClose.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.butClose.Location     = new System.Drawing.Point(615, 513);
     this.butClose.Name         = "butClose";
     this.butClose.Size         = new System.Drawing.Size(76, 26);
     this.butClose.TabIndex     = 26;
     this.butClose.Text         = "&Close";
     this.butClose.Click       += new System.EventHandler(this.butClose_Click);
     //
     // butDelete
     //
     this.butDelete.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butDelete.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.butDelete.Location  = new System.Drawing.Point(615, 410);
     this.butDelete.Name      = "butDelete";
     this.butDelete.Size      = new System.Drawing.Size(76, 26);
     this.butDelete.TabIndex  = 31;
     this.butDelete.Text      = "&Delete";
     this.butDelete.Click    += new System.EventHandler(this.butDelete_Click);
     //
     // FormZipCodes
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butClose;
     this.ClientSize        = new System.Drawing.Size(715, 563);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.butClose);
     this.Controls.Add(this.tbZips);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormZipCodes";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Zip Codes";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.FormZipCodes_Closing);
     this.Load         += new System.EventHandler(this.FormZipCodes_Load);
     this.ResumeLayout(false);
 }
Example #2
0
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormZipCodes));
			this.tbZips = new OpenDental.TableZips();
			this.butAdd = new OpenDental.UI.Button();
			this.butClose = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// tbZips
			// 
			this.tbZips.BackColor = System.Drawing.SystemColors.Window;
			this.tbZips.Location = new System.Drawing.Point(19,14);
			this.tbZips.Name = "tbZips";
			this.tbZips.ScrollValue = 1;
			this.tbZips.SelectedIndices = new int[0];
			this.tbZips.SelectionMode = System.Windows.Forms.SelectionMode.One;
			this.tbZips.Size = new System.Drawing.Size(519,531);
			this.tbZips.TabIndex = 25;
			// 
			// 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.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAdd.Location = new System.Drawing.Point(615,374);
			this.butAdd.Name = "butAdd";
			this.butAdd.Size = new System.Drawing.Size(76,26);
			this.butAdd.TabIndex = 28;
			this.butAdd.Text = "&Add";
			this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
			// 
			// 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(615,513);
			this.butClose.Name = "butClose";
			this.butClose.Size = new System.Drawing.Size(76,26);
			this.butClose.TabIndex = 26;
			this.butClose.Text = "&Close";
			this.butClose.Click += new System.EventHandler(this.butClose_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.Right)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Location = new System.Drawing.Point(615,410);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(76,26);
			this.butDelete.TabIndex = 31;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// FormZipCodes
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.CancelButton = this.butClose;
			this.ClientSize = new System.Drawing.Size(715,563);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butAdd);
			this.Controls.Add(this.butClose);
			this.Controls.Add(this.tbZips);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormZipCodes";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Zip Codes";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.FormZipCodes_Closing);
			this.Load += new System.EventHandler(this.FormZipCodes_Load);
			this.ResumeLayout(false);

		}