Exemplo n.º 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.btnBack = new System.Windows.Forms.Button();
			this.btnNext = new System.Windows.Forms.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.Pick_Fields = new OGen.NTier.PresentationLayer.WinForms.ucPick_Fields();
			this.SuspendLayout();
			// 
			// btnBack
			// 
			this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btnBack.Location = new System.Drawing.Point(16, 248);
			this.btnBack.Name = "btnBack";
			this.btnBack.Size = new System.Drawing.Size(72, 23);
			this.btnBack.TabIndex = 5;
			this.btnBack.Text = "<< &Back";
			// 
			// btnNext
			// 
			this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnNext.Location = new System.Drawing.Point(208, 248);
			this.btnNext.Name = "btnNext";
			this.btnNext.Size = new System.Drawing.Size(72, 23);
			this.btnNext.TabIndex = 4;
			this.btnNext.Text = "&Define!";
			// 
			// label1
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.label1.Location = new System.Drawing.Point(8, 0);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(280, 23);
			this.label1.TabIndex = 9;
			this.label1.Text = "Choose PKs:";
			this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// Pick_Fields
			// 
			this.Pick_Fields.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.Pick_Fields.Location = new System.Drawing.Point(8, 24);
			this.Pick_Fields.Name = "Pick_Fields";
			this.Pick_Fields.Size = new System.Drawing.Size(280, 216);
			this.Pick_Fields.TabIndex = 8;
			// 
			// frmManage_Views_PK_s020
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(296, 277);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.Pick_Fields);
			this.Controls.Add(this.btnBack);
			this.Controls.Add(this.btnNext);
			this.MinimumSize = new System.Drawing.Size(192, 144);
			this.Name = "frmManage_Views_PK_s020";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Manage Views PK";
			this.ResumeLayout(false);

		}
Exemplo n.º 2
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.lvwFields = new System.Windows.Forms.ListView();
			this.colParamName = new System.Windows.Forms.ColumnHeader();
			this.colFieldName = new System.Windows.Forms.ColumnHeader();
			this.btnRemove = new System.Windows.Forms.Button();
			this.btnMove_Down = new System.Windows.Forms.Button();
			this.btnMove_Up = new System.Windows.Forms.Button();
			this.btnAdd = new System.Windows.Forms.Button();
			this.Pick_Fields = new OGen.NTier.PresentationLayer.WinForms.ucPick_Fields();
			this.lblTitle = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.btnEdit = new System.Windows.Forms.Button();
			this.chkTables = new System.Windows.Forms.CheckBox();
			this.SuspendLayout();
			// 
			// lvwFields
			// 
			this.lvwFields.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.lvwFields.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						this.colParamName,
																						this.colFieldName});
			this.lvwFields.FullRowSelect = true;
			this.lvwFields.HideSelection = false;
			this.lvwFields.LabelEdit = true;
			this.lvwFields.Location = new System.Drawing.Point(0, 176);
			this.lvwFields.Name = "lvwFields";
			this.lvwFields.Size = new System.Drawing.Size(224, 144);
			this.lvwFields.TabIndex = 20;
			this.lvwFields.View = System.Windows.Forms.View.Details;
			// 
			// colParamName
			// 
			this.colParamName.Text = "Parameter Name";
			this.colParamName.Width = 100;
			// 
			// colFieldName
			// 
			this.colFieldName.Text = "Field Name";
			this.colFieldName.Width = 100;
			// 
			// btnRemove
			// 
			this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnRemove.Location = new System.Drawing.Point(232, 224);
			this.btnRemove.Name = "btnRemove";
			this.btnRemove.Size = new System.Drawing.Size(72, 23);
			this.btnRemove.TabIndex = 19;
			this.btnRemove.Text = "&Remove";
			// 
			// btnMove_Down
			// 
			this.btnMove_Down.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnMove_Down.Enabled = false;
			this.btnMove_Down.Location = new System.Drawing.Point(232, 200);
			this.btnMove_Down.Name = "btnMove_Down";
			this.btnMove_Down.Size = new System.Drawing.Size(72, 23);
			this.btnMove_Down.TabIndex = 18;
			this.btnMove_Down.Text = "Move &Down";
			// 
			// btnMove_Up
			// 
			this.btnMove_Up.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnMove_Up.Enabled = false;
			this.btnMove_Up.Location = new System.Drawing.Point(232, 176);
			this.btnMove_Up.Name = "btnMove_Up";
			this.btnMove_Up.Size = new System.Drawing.Size(72, 23);
			this.btnMove_Up.TabIndex = 17;
			this.btnMove_Up.Text = "Move &Up";
			// 
			// btnAdd
			// 
			this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnAdd.Location = new System.Drawing.Point(232, 24);
			this.btnAdd.Name = "btnAdd";
			this.btnAdd.Size = new System.Drawing.Size(72, 23);
			this.btnAdd.TabIndex = 16;
			this.btnAdd.Text = "&Add";
			// 
			// Pick_Fields
			// 
			this.Pick_Fields.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.Pick_Fields.Location = new System.Drawing.Point(0, 24);
			this.Pick_Fields.Name = "Pick_Fields";
			this.Pick_Fields.Size = new System.Drawing.Size(224, 128);
			this.Pick_Fields.TabIndex = 15;
			// 
			// lblTitle
			// 
			this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.lblTitle.Location = new System.Drawing.Point(0, 0);
			this.lblTitle.Name = "lblTitle";
			this.lblTitle.Size = new System.Drawing.Size(296, 23);
			this.lblTitle.TabIndex = 14;
			this.lblTitle.Text = "Choose Fields:";
			this.lblTitle.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label1
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.label1.Location = new System.Drawing.Point(0, 152);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(296, 23);
			this.label1.TabIndex = 21;
			this.label1.Text = "Search Parameters (editable Parameter Name):";
			this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// btnEdit
			// 
			this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnEdit.Location = new System.Drawing.Point(232, 248);
			this.btnEdit.Name = "btnEdit";
			this.btnEdit.Size = new System.Drawing.Size(72, 23);
			this.btnEdit.TabIndex = 22;
			this.btnEdit.Text = "&Edit";
			this.btnEdit.Visible = false;
			// 
			// chkTables
			// 
			this.chkTables.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.chkTables.Location = new System.Drawing.Point(224, 128);
			this.chkTables.Name = "chkTables";
			this.chkTables.Size = new System.Drawing.Size(80, 24);
			this.chkTables.TabIndex = 23;
			this.chkTables.Text = "All Tables";
			this.chkTables.Visible = false;
			// 
			// ucPick_Fields_forCriteria
			// 
			this.Controls.Add(this.chkTables);
			this.Controls.Add(this.btnEdit);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.lvwFields);
			this.Controls.Add(this.btnRemove);
			this.Controls.Add(this.btnMove_Down);
			this.Controls.Add(this.btnMove_Up);
			this.Controls.Add(this.btnAdd);
			this.Controls.Add(this.Pick_Fields);
			this.Controls.Add(this.lblTitle);
			this.Name = "ucPick_Fields_forCriteria";
			this.Size = new System.Drawing.Size(304, 320);
			this.ResumeLayout(false);

		}
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lvwFields    = new System.Windows.Forms.ListView();
     this.colParamName = new System.Windows.Forms.ColumnHeader();
     this.colFieldName = new System.Windows.Forms.ColumnHeader();
     this.btnRemove    = new System.Windows.Forms.Button();
     this.btnMove_Down = new System.Windows.Forms.Button();
     this.btnMove_Up   = new System.Windows.Forms.Button();
     this.btnAdd       = new System.Windows.Forms.Button();
     this.Pick_Fields  = new OGen.NTier.PresentationLayer.WinForms.ucPick_Fields();
     this.lblTitle     = new System.Windows.Forms.Label();
     this.label1       = new System.Windows.Forms.Label();
     this.btnEdit      = new System.Windows.Forms.Button();
     this.chkTables    = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // lvwFields
     //
     this.lvwFields.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.lvwFields.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colParamName,
         this.colFieldName
     });
     this.lvwFields.FullRowSelect = true;
     this.lvwFields.HideSelection = false;
     this.lvwFields.LabelEdit     = true;
     this.lvwFields.Location      = new System.Drawing.Point(0, 176);
     this.lvwFields.Name          = "lvwFields";
     this.lvwFields.Size          = new System.Drawing.Size(224, 144);
     this.lvwFields.TabIndex      = 20;
     this.lvwFields.View          = System.Windows.Forms.View.Details;
     //
     // colParamName
     //
     this.colParamName.Text  = "Parameter Name";
     this.colParamName.Width = 100;
     //
     // colFieldName
     //
     this.colFieldName.Text  = "Field Name";
     this.colFieldName.Width = 100;
     //
     // btnRemove
     //
     this.btnRemove.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRemove.Location = new System.Drawing.Point(232, 224);
     this.btnRemove.Name     = "btnRemove";
     this.btnRemove.Size     = new System.Drawing.Size(72, 23);
     this.btnRemove.TabIndex = 19;
     this.btnRemove.Text     = "&Remove";
     //
     // btnMove_Down
     //
     this.btnMove_Down.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnMove_Down.Enabled  = false;
     this.btnMove_Down.Location = new System.Drawing.Point(232, 200);
     this.btnMove_Down.Name     = "btnMove_Down";
     this.btnMove_Down.Size     = new System.Drawing.Size(72, 23);
     this.btnMove_Down.TabIndex = 18;
     this.btnMove_Down.Text     = "Move &Down";
     //
     // btnMove_Up
     //
     this.btnMove_Up.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnMove_Up.Enabled  = false;
     this.btnMove_Up.Location = new System.Drawing.Point(232, 176);
     this.btnMove_Up.Name     = "btnMove_Up";
     this.btnMove_Up.Size     = new System.Drawing.Size(72, 23);
     this.btnMove_Up.TabIndex = 17;
     this.btnMove_Up.Text     = "Move &Up";
     //
     // btnAdd
     //
     this.btnAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Location = new System.Drawing.Point(232, 24);
     this.btnAdd.Name     = "btnAdd";
     this.btnAdd.Size     = new System.Drawing.Size(72, 23);
     this.btnAdd.TabIndex = 16;
     this.btnAdd.Text     = "&Add";
     //
     // Pick_Fields
     //
     this.Pick_Fields.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.Pick_Fields.Location = new System.Drawing.Point(0, 24);
     this.Pick_Fields.Name     = "Pick_Fields";
     this.Pick_Fields.Size     = new System.Drawing.Size(224, 128);
     this.Pick_Fields.TabIndex = 15;
     //
     // lblTitle
     //
     this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTitle.Location  = new System.Drawing.Point(0, 0);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(296, 23);
     this.lblTitle.TabIndex  = 14;
     this.lblTitle.Text      = "Choose Fields:";
     this.lblTitle.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Location  = new System.Drawing.Point(0, 152);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(296, 23);
     this.label1.TabIndex  = 21;
     this.label1.Text      = "Search Parameters (editable Parameter Name):";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // btnEdit
     //
     this.btnEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEdit.Location = new System.Drawing.Point(232, 248);
     this.btnEdit.Name     = "btnEdit";
     this.btnEdit.Size     = new System.Drawing.Size(72, 23);
     this.btnEdit.TabIndex = 22;
     this.btnEdit.Text     = "&Edit";
     this.btnEdit.Visible  = false;
     //
     // chkTables
     //
     this.chkTables.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkTables.Location = new System.Drawing.Point(224, 128);
     this.chkTables.Name     = "chkTables";
     this.chkTables.Size     = new System.Drawing.Size(80, 24);
     this.chkTables.TabIndex = 23;
     this.chkTables.Text     = "All Tables";
     this.chkTables.Visible  = false;
     //
     // ucPick_Fields_forCriteria
     //
     this.Controls.Add(this.chkTables);
     this.Controls.Add(this.btnEdit);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lvwFields);
     this.Controls.Add(this.btnRemove);
     this.Controls.Add(this.btnMove_Down);
     this.Controls.Add(this.btnMove_Up);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.Pick_Fields);
     this.Controls.Add(this.lblTitle);
     this.Name = "ucPick_Fields_forCriteria";
     this.Size = new System.Drawing.Size(304, 320);
     this.ResumeLayout(false);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnBack     = new System.Windows.Forms.Button();
     this.btnNext     = new System.Windows.Forms.Button();
     this.label1      = new System.Windows.Forms.Label();
     this.Pick_Fields = new OGen.NTier.PresentationLayer.WinForms.ucPick_Fields();
     this.SuspendLayout();
     //
     // btnBack
     //
     this.btnBack.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnBack.Location = new System.Drawing.Point(16, 248);
     this.btnBack.Name     = "btnBack";
     this.btnBack.Size     = new System.Drawing.Size(72, 23);
     this.btnBack.TabIndex = 5;
     this.btnBack.Text     = "<< &Back";
     //
     // btnNext
     //
     this.btnNext.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNext.Location = new System.Drawing.Point(208, 248);
     this.btnNext.Name     = "btnNext";
     this.btnNext.Size     = new System.Drawing.Size(72, 23);
     this.btnNext.TabIndex = 4;
     this.btnNext.Text     = "&Define!";
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Location  = new System.Drawing.Point(8, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(280, 23);
     this.label1.TabIndex  = 9;
     this.label1.Text      = "Choose PKs:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // Pick_Fields
     //
     this.Pick_Fields.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.Pick_Fields.Location = new System.Drawing.Point(8, 24);
     this.Pick_Fields.Name     = "Pick_Fields";
     this.Pick_Fields.Size     = new System.Drawing.Size(280, 216);
     this.Pick_Fields.TabIndex = 8;
     //
     // frmManage_Views_PK_s020
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(296, 277);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.Pick_Fields);
     this.Controls.Add(this.btnBack);
     this.Controls.Add(this.btnNext);
     this.MinimumSize   = new System.Drawing.Size(192, 144);
     this.Name          = "frmManage_Views_PK_s020";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Manage Views PK";
     this.ResumeLayout(false);
 }