114 lines
		
	
	
		
			4.1 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			114 lines
		
	
	
		
			4.1 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace VEPROMS
 | |
| {
 | |
| 	partial class frmPropGrid
 | |
| 	{
 | |
| 		/// <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.panel1 = new System.Windows.Forms.Panel();
 | |
| 			this.btnOK = new System.Windows.Forms.Button();
 | |
| 			this.btnCancel = new System.Windows.Forms.Button();
 | |
| 			this.pg = new System.Windows.Forms.PropertyGrid();
 | |
| 			this.panel1.SuspendLayout();
 | |
| 			this.SuspendLayout();
 | |
| 			// 
 | |
| 			// panel1
 | |
| 			// 
 | |
| 			this.panel1.Controls.Add(this.btnOK);
 | |
| 			this.panel1.Controls.Add(this.btnCancel);
 | |
| 			this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
| 			this.panel1.Location = new System.Drawing.Point(0, 387);
 | |
| 			this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
 | |
| 			this.panel1.Name = "panel1";
 | |
| 			this.panel1.Size = new System.Drawing.Size(355, 40);
 | |
| 			this.panel1.TabIndex = 0;
 | |
| 			// 
 | |
| 			// btnOK
 | |
| 			// 
 | |
| 			this.btnOK.Dock = System.Windows.Forms.DockStyle.Right;
 | |
| 			this.btnOK.Location = new System.Drawing.Point(243, 0);
 | |
| 			this.btnOK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
 | |
| 			this.btnOK.Name = "btnOK";
 | |
| 			this.btnOK.Size = new System.Drawing.Size(56, 40);
 | |
| 			this.btnOK.TabIndex = 1;
 | |
| 			this.btnOK.Text = "OK";
 | |
| 			this.btnOK.UseVisualStyleBackColor = true;
 | |
| 			this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
 | |
| 			// 
 | |
| 			// btnCancel
 | |
| 			// 
 | |
| 			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
 | |
| 			this.btnCancel.Dock = System.Windows.Forms.DockStyle.Right;
 | |
| 			this.btnCancel.Location = new System.Drawing.Point(299, 0);
 | |
| 			this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
 | |
| 			this.btnCancel.Name = "btnCancel";
 | |
| 			this.btnCancel.Size = new System.Drawing.Size(56, 40);
 | |
| 			this.btnCancel.TabIndex = 0;
 | |
| 			this.btnCancel.Text = "Cancel";
 | |
| 			this.btnCancel.UseVisualStyleBackColor = true;
 | |
| 			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
 | |
| 			// 
 | |
| 			// pg
 | |
| 			// 
 | |
| 			this.pg.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
| 			this.pg.Font = new System.Drawing.Font("Arial", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 | |
| 			this.pg.Location = new System.Drawing.Point(0, 0);
 | |
| 			this.pg.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
 | |
| 			this.pg.Name = "pg";
 | |
| 			this.pg.Size = new System.Drawing.Size(355, 387);
 | |
| 			this.pg.TabIndex = 1;
 | |
| 			this.pg.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.pg_PropertyValueChanged);
 | |
| 			// 
 | |
| 			// frmPropGrid
 | |
| 			// 
 | |
| 			this.AcceptButton = this.btnOK;
 | |
| 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 | |
| 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
| 			this.CancelButton = this.btnCancel;
 | |
| 			this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 | |
| 			this.ClientSize = new System.Drawing.Size(355, 427);
 | |
| 			this.Controls.Add(this.pg);
 | |
| 			this.Controls.Add(this.panel1);
 | |
| 			this.DoubleBuffered = true;
 | |
| 			this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
 | |
| 			this.Name = "frmPropGrid";
 | |
| 			this.ShowIcon = false;
 | |
| 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
| 			this.Text = "frmPropGrid";
 | |
| 			this.Load += new System.EventHandler(this.frmPropGrid_Load);
 | |
| 			this.panel1.ResumeLayout(false);
 | |
| 			this.ResumeLayout(false);
 | |
| 
 | |
| 		}
 | |
| 
 | |
| 		#endregion
 | |
| 
 | |
| 		private System.Windows.Forms.Panel panel1;
 | |
| 		private System.Windows.Forms.Button btnOK;
 | |
| 		private System.Windows.Forms.Button btnCancel;
 | |
| 		private System.Windows.Forms.PropertyGrid pg;
 | |
| 	}
 | |
| } |