예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components            = new System.ComponentModel.Container();
     this._buttonApply          = new System.Windows.Forms.Button();
     this._buttonCancel         = new System.Windows.Forms.Button();
     this._buttonOK             = new System.Windows.Forms.Button();
     this._xmlConfigurationView = new Razor.Configuration.XmlConfigurationView();
     this.SuspendLayout();
     //
     // _buttonApply
     //
     this._buttonApply.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._buttonApply.Enabled   = false;
     this._buttonApply.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._buttonApply.Location  = new System.Drawing.Point(505, 335);
     this._buttonApply.Name      = "_buttonApply";
     this._buttonApply.TabIndex  = 1;
     this._buttonApply.Text      = "Apply";
     this._buttonApply.Click    += new System.EventHandler(this._buttonApply_Click);
     //
     // _buttonCancel
     //
     this._buttonCancel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._buttonCancel.Location  = new System.Drawing.Point(425, 335);
     this._buttonCancel.Name      = "_buttonCancel";
     this._buttonCancel.TabIndex  = 2;
     this._buttonCancel.Text      = "Cancel";
     this._buttonCancel.Click    += new System.EventHandler(this._buttonCancel_Click);
     //
     // _buttonOK
     //
     this._buttonOK.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._buttonOK.Location  = new System.Drawing.Point(345, 335);
     this._buttonOK.Name      = "_buttonOK";
     this._buttonOK.TabIndex  = 3;
     this._buttonOK.Text      = "OK";
     this._buttonOK.Click    += new System.EventHandler(this._buttonOK_Click);
     //
     // _xmlConfigurationView
     //
     this._xmlConfigurationView.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._xmlConfigurationView.Location = new System.Drawing.Point(10, 10);
     this._xmlConfigurationView.Name     = "_xmlConfigurationView";
     this._xmlConfigurationView.PlaceElementsIntoEditMode = true;
     this._xmlConfigurationView.Size     = new System.Drawing.Size(575, 315);
     this._xmlConfigurationView.TabIndex = 4;
     //
     // XmlConfigurationPropertiesWindow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.ClientSize        = new System.Drawing.Size(592, 366);
     this.Controls.Add(this._xmlConfigurationView);
     this.Controls.Add(this._buttonOK);
     this.Controls.Add(this._buttonCancel);
     this.Controls.Add(this._buttonApply);
     this.MinimizeBox   = false;
     this.Name          = "XmlConfigurationPropertiesWindow";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Configuration Property Pages";
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this._buttonApply = new System.Windows.Forms.Button();
			this._buttonCancel = new System.Windows.Forms.Button();
			this._buttonOK = new System.Windows.Forms.Button();
			this._xmlConfigurationView = new Razor.Configuration.XmlConfigurationView();
			this.SuspendLayout();
			// 
			// _buttonApply
			// 
			this._buttonApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this._buttonApply.Enabled = false;
			this._buttonApply.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this._buttonApply.Location = new System.Drawing.Point(505, 335);
			this._buttonApply.Name = "_buttonApply";
			this._buttonApply.TabIndex = 1;
			this._buttonApply.Text = "Apply";
			this._buttonApply.Click += new System.EventHandler(this._buttonApply_Click);
			// 
			// _buttonCancel
			// 
			this._buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this._buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this._buttonCancel.Location = new System.Drawing.Point(425, 335);
			this._buttonCancel.Name = "_buttonCancel";
			this._buttonCancel.TabIndex = 2;
			this._buttonCancel.Text = "Cancel";
			this._buttonCancel.Click += new System.EventHandler(this._buttonCancel_Click);
			// 
			// _buttonOK
			// 
			this._buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this._buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this._buttonOK.Location = new System.Drawing.Point(345, 335);
			this._buttonOK.Name = "_buttonOK";
			this._buttonOK.TabIndex = 3;
			this._buttonOK.Text = "OK";
			this._buttonOK.Click += new System.EventHandler(this._buttonOK_Click);
			// 
			// _xmlConfigurationView
			// 
			this._xmlConfigurationView.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._xmlConfigurationView.Location = new System.Drawing.Point(10, 10);
			this._xmlConfigurationView.Name = "_xmlConfigurationView";
			this._xmlConfigurationView.PlaceElementsIntoEditMode = true;
			this._xmlConfigurationView.Size = new System.Drawing.Size(575, 315);
			this._xmlConfigurationView.TabIndex = 4;
			// 
			// XmlConfigurationPropertiesWindow
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.BackColor = System.Drawing.SystemColors.Control;
			this.ClientSize = new System.Drawing.Size(592, 366);
			this.Controls.Add(this._xmlConfigurationView);
			this.Controls.Add(this._buttonOK);
			this.Controls.Add(this._buttonCancel);
			this.Controls.Add(this._buttonApply);
			this.MinimizeBox = false;
			this.Name = "XmlConfigurationPropertiesWindow";
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Configuration Property Pages";
			this.ResumeLayout(false);

		}