namespace SystemX.Product.TRA.UIControl { partial class FrmOptionSummary { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.simpleButtonOptionB = new DevExpress.XtraEditors.SimpleButton(); this.simpleButtonOptionA = new DevExpress.XtraEditors.SimpleButton(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.simpleButtonCancel); this.layoutControl1.Controls.Add(this.simpleButtonOptionB); this.layoutControl1.Controls.Add(this.simpleButtonOptionA); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(463, 144); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // simpleButtonOptionB // this.simpleButtonOptionB.Location = new System.Drawing.Point(233, 12); this.simpleButtonOptionB.Name = "simpleButtonOptionB"; this.simpleButtonOptionB.Size = new System.Drawing.Size(218, 94); this.simpleButtonOptionB.StyleController = this.layoutControl1; this.simpleButtonOptionB.TabIndex = 5; this.simpleButtonOptionB.Text = "All Testlist Version Base"; this.simpleButtonOptionB.Click += new System.EventHandler(this.simpleButtonOptionB_Click); // // simpleButtonOptionA // this.simpleButtonOptionA.Location = new System.Drawing.Point(12, 12); this.simpleButtonOptionA.Name = "simpleButtonOptionA"; this.simpleButtonOptionA.Size = new System.Drawing.Size(217, 94); this.simpleButtonOptionA.StyleController = this.layoutControl1; this.simpleButtonOptionA.TabIndex = 4; this.simpleButtonOptionA.Text = "New Testlist Version Base"; this.simpleButtonOptionA.Click += new System.EventHandler(this.simpleButtonOptionA_Click); // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2, this.layoutControlItem3}); this.Root.Name = "Root"; this.Root.Size = new System.Drawing.Size(463, 144); this.Root.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.simpleButtonOptionA; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.MinSize = new System.Drawing.Size(89, 26); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(221, 98); this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.simpleButtonOptionB; this.layoutControlItem2.Location = new System.Drawing.Point(221, 0); this.layoutControlItem2.MinSize = new System.Drawing.Size(89, 26); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(222, 98); this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // simpleButtonCancel // this.simpleButtonCancel.Location = new System.Drawing.Point(12, 110); this.simpleButtonCancel.Name = "simpleButtonCancel"; this.simpleButtonCancel.Size = new System.Drawing.Size(439, 22); this.simpleButtonCancel.StyleController = this.layoutControl1; this.simpleButtonCancel.TabIndex = 6; this.simpleButtonCancel.Text = "Cancel"; this.simpleButtonCancel.Click += new System.EventHandler(this.simpleButtonCancel_Click); // // layoutControlItem3 // this.layoutControlItem3.Control = this.simpleButtonCancel; this.layoutControlItem3.Location = new System.Drawing.Point(0, 98); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(443, 26); this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // FrmOptionSummary // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(463, 144); this.Controls.Add(this.layoutControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FrmOptionSummary"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Summary Display Option"; ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.SimpleButton simpleButtonOptionB; private DevExpress.XtraEditors.SimpleButton simpleButtonOptionA; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraEditors.SimpleButton simpleButtonCancel; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; } }