115 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			115 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Volian.Controls.Library
 | |
| {
 | |
| 	partial class dlgDelProcReason
 | |
| 	{
 | |
| 		/// <summary>
 | |
| 		/// Required designer variable.
 | |
| 		/// </summary>
 | |
| 		private System.ComponentModel.IContainer components = null;
 | |
| 
 | |
| 		/// <summary>
 | |
| 		/// Clean up any resources being used.
 | |
| 		/// </summary>
 | |
| 		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
 | |
| 		protected override void Dispose(bool disposing)
 | |
| 		{
 | |
| 			if (disposing && (components != null))
 | |
| 			{
 | |
| 				components.Dispose();
 | |
| 			}
 | |
| 			base.Dispose(disposing);
 | |
| 		}
 | |
| 
 | |
| 		#region Windows Form Designer generated code
 | |
| 
 | |
| 		/// <summary>
 | |
| 		/// Required method for Designer support - do not modify
 | |
| 		/// the contents of this method with the code editor.
 | |
| 		/// </summary>
 | |
| 		private void InitializeComponent()
 | |
| 		{
 | |
| 			this.label1 = new System.Windows.Forms.Label();
 | |
| 			this.tbDelProcReason = new System.Windows.Forms.TextBox();
 | |
| 			this.btnYes = new System.Windows.Forms.Button();
 | |
| 			this.btnNo = new System.Windows.Forms.Button();
 | |
| 			this.SuspendLayout();
 | |
| 			// 
 | |
| 			// label1
 | |
| 			// 
 | |
| 			this.label1.AutoSize = true;
 | |
| 			this.label1.Location = new System.Drawing.Point(23, 15);
 | |
| 			this.label1.Name = "label1";
 | |
| 			this.label1.Size = new System.Drawing.Size(379, 34);
 | |
| 			this.label1.TabIndex = 0;
 | |
| 			this.label1.Text = "Are you sure you want to delete this procedure?\r\n  A reason must be entered befor" +
 | |
|     "e the delete can be done.";
 | |
| 			// 
 | |
| 			// tbDelProcAnnot
 | |
| 			// 
 | |
| 			this.tbDelProcReason.Location = new System.Drawing.Point(33, 58);
 | |
| 			this.tbDelProcReason.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | |
| 			this.tbDelProcReason.Name = "tbDelProcAnnot";
 | |
| 			this.tbDelProcReason.Size = new System.Drawing.Size(319, 22);
 | |
| 			this.tbDelProcReason.TabIndex = 1;
 | |
| 			this.tbDelProcReason.TextChanged += new System.EventHandler(this.tbDelProcReason_TextChanged);
 | |
| 			// 
 | |
| 			// btnYes
 | |
| 			// 
 | |
| 			this.btnYes.DialogResult = System.Windows.Forms.DialogResult.OK;
 | |
| 			this.btnYes.Enabled = false;
 | |
| 			this.btnYes.Location = new System.Drawing.Point(191, 88);
 | |
| 			this.btnYes.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | |
| 			this.btnYes.Name = "btnYes";
 | |
| 			this.btnYes.Size = new System.Drawing.Size(61, 30);
 | |
| 			this.btnYes.TabIndex = 2;
 | |
| 			this.btnYes.Text = "Yes";
 | |
| 			this.btnYes.UseVisualStyleBackColor = true;
 | |
| 			this.btnYes.Click += new System.EventHandler(this.btnOk_Click);
 | |
| 			// 
 | |
| 			// btnNo
 | |
| 			// 
 | |
| 			this.btnNo.DialogResult = System.Windows.Forms.DialogResult.Cancel;
 | |
| 			this.btnNo.Location = new System.Drawing.Point(287, 88);
 | |
| 			this.btnNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | |
| 			this.btnNo.Name = "btnNo";
 | |
| 			this.btnNo.Size = new System.Drawing.Size(65, 30);
 | |
| 			this.btnNo.TabIndex = 3;
 | |
| 			this.btnNo.Text = "No";
 | |
| 			this.btnNo.UseVisualStyleBackColor = true;
 | |
| 			this.btnNo.Click += new System.EventHandler(this.btnCancel_Click);
 | |
| 			// 
 | |
| 			// dlgDelProcAnnot
 | |
| 			// 
 | |
| 			this.AcceptButton = this.btnYes;
 | |
| 			this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
 | |
| 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
| 			this.CancelButton = this.btnNo;
 | |
| 			this.ClientSize = new System.Drawing.Size(405, 129);
 | |
| 			this.ControlBox = false;
 | |
| 			this.Controls.Add(this.btnNo);
 | |
| 			this.Controls.Add(this.btnYes);
 | |
| 			this.Controls.Add(this.tbDelProcReason);
 | |
| 			this.Controls.Add(this.label1);
 | |
| 			this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
 | |
| 			this.MaximizeBox = false;
 | |
| 			this.MaximumSize = new System.Drawing.Size(423, 176);
 | |
| 			this.MinimizeBox = false;
 | |
| 			this.MinimumSize = new System.Drawing.Size(423, 176);
 | |
| 			this.Name = "dlgDelProcAnnot";
 | |
| 			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
 | |
| 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
 | |
| 			this.Text = "Verify Delete";
 | |
| 			this.TopMost = true;
 | |
| 			this.ResumeLayout(false);
 | |
| 			this.PerformLayout();
 | |
| 
 | |
| 		}
 | |
| 
 | |
| 		#endregion
 | |
| 
 | |
| 		private System.Windows.Forms.Label label1;
 | |
| 		private System.Windows.Forms.TextBox tbDelProcReason;
 | |
| 		private System.Windows.Forms.Button btnYes;
 | |
| 		private System.Windows.Forms.Button btnNo;
 | |
| 	}
 | |
| } |