/// <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.label1 = new System.Windows.Forms.Label(); this.btnNext = new System.Windows.Forms.Button(); this.Pick_Tables = new OGen.NTier.presentationlayer.winforms.ucPick_Tables(); 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 = 7; this.btnBack.Text = "<< &Back"; // // 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 = 6; this.label1.Text = "Choose Table:"; this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // 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 = 5; this.btnNext.Text = "&Next >>"; // // Pick_Tables // this.Pick_Tables.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_Tables.Location = new System.Drawing.Point(8, 24); this.Pick_Tables.Name = "Pick_Tables"; this.Pick_Tables.Size = new System.Drawing.Size(280, 216); this.Pick_Tables.TabIndex = 4; // // frmManage_Updates_Create_step010 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(296, 277); this.Controls.Add(this.btnBack); this.Controls.Add(this.label1); this.Controls.Add(this.btnNext); this.Controls.Add(this.Pick_Tables); this.Name = "frmManage_Updates_Create_step010"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Updates - Create"; 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.Pick_Tables = new OGen.NTier.presentationlayer.winforms.ucPick_Tables(); this.btnNext = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.btnBack = new System.Windows.Forms.Button(); this.SuspendLayout(); // // Pick_Tables // this.Pick_Tables.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_Tables.Location = new System.Drawing.Point(8, 24); this.Pick_Tables.Name = "Pick_Tables"; this.Pick_Tables.Size = new System.Drawing.Size(280, 216); this.Pick_Tables.TabIndex = 0; // // 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 = 1; this.btnNext.Text = "&Next >>"; // // 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 = 2; this.label1.Text = "Choose Table:"; this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // 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 = 3; this.btnBack.Text = "<< &Back"; // // frmManage_Searches_Create_step010 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(296, 277); this.Controls.Add(this.btnBack); this.Controls.Add(this.label1); this.Controls.Add(this.btnNext); this.Controls.Add(this.Pick_Tables); this.Name = "frmManage_Searches_Create_step010"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Searches - Create"; this.ResumeLayout(false); }