namespace IndianHealthService.BMXNet.Forms { partial class ChangeDivisionDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.okButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.divisionList = new System.Windows.Forms.ListBox(); this.cancelButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(229, 158); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(77, 24); this.okButton.TabIndex = 1; this.okButton.Text = "OK"; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // label1 // this.label1.Location = new System.Drawing.Point(9, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(240, 16); this.label1.TabIndex = 14; this.label1.Text = "Select Division:"; // // divisionList // this.divisionList.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.divisionList.Location = new System.Drawing.Point(12, 28); this.divisionList.Name = "divisionList"; this.divisionList.Size = new System.Drawing.Size(385, 121); this.divisionList.TabIndex = 0; this.divisionList.SelectedIndexChanged += new System.EventHandler(this.divisionList_SelectedIndexChanged); this.divisionList.DoubleClick += new System.EventHandler(this.divisionList_DoubleClick); // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(312, 158); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(77, 24); this.cancelButton.TabIndex = 2; this.cancelButton.Text = "Cancel"; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // ChangeDivisionDialog // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(407, 194); this.ControlBox = false; this.Controls.Add(this.okButton); this.Controls.Add(this.label1); this.Controls.Add(this.divisionList); this.Controls.Add(this.cancelButton); this.Name = "ChangeDivisionDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Change Division"; this.Load += new System.EventHandler(this.ChangeDivisionDialog_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button okButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.ListBox divisionList; private System.Windows.Forms.Button cancelButton; } }