[성현모] TRA Recovery 생성
This commit is contained in:
238
CPXV2 TRA JSON Recovery/SystemX.Product.CP.TRA/UIControl/UcTRATestHistHost.Designer.cs
generated
Normal file
238
CPXV2 TRA JSON Recovery/SystemX.Product.CP.TRA/UIControl/UcTRATestHistHost.Designer.cs
generated
Normal file
@ -0,0 +1,238 @@
|
||||
namespace SystemX.Product.TRA.UIControl
|
||||
{
|
||||
partial class UcTRATestHistHost
|
||||
{
|
||||
/// <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 Component 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.gridControlMain = new DevExpress.XtraGrid.GridControl();
|
||||
this.gridViewMain = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||||
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
||||
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
||||
this.labelControlTestTime = new DevExpress.XtraEditors.LabelControl();
|
||||
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.labelControlTestResult = new DevExpress.XtraEditors.LabelControl();
|
||||
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
||||
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridControlMain)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
||||
this.layoutControl1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
||||
this.groupControl1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// gridControlMain
|
||||
//
|
||||
this.gridControlMain.Location = new System.Drawing.Point(2, 59);
|
||||
this.gridControlMain.MainView = this.gridViewMain;
|
||||
this.gridControlMain.Name = "gridControlMain";
|
||||
this.gridControlMain.Size = new System.Drawing.Size(916, 521);
|
||||
this.gridControlMain.TabIndex = 0;
|
||||
this.gridControlMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
||||
this.gridViewMain});
|
||||
//
|
||||
// gridViewMain
|
||||
//
|
||||
this.gridViewMain.Appearance.FocusedRow.BackColor = System.Drawing.Color.Snow;
|
||||
this.gridViewMain.Appearance.FocusedRow.BackColor2 = System.Drawing.Color.WhiteSmoke;
|
||||
this.gridViewMain.Appearance.FocusedRow.BorderColor = System.Drawing.Color.Red;
|
||||
this.gridViewMain.Appearance.FocusedRow.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gridViewMain.Appearance.FocusedRow.ForeColor = System.Drawing.Color.Black;
|
||||
this.gridViewMain.Appearance.FocusedRow.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
|
||||
this.gridViewMain.Appearance.FocusedRow.Options.UseBackColor = true;
|
||||
this.gridViewMain.Appearance.FocusedRow.Options.UseBorderColor = true;
|
||||
this.gridViewMain.Appearance.FocusedRow.Options.UseFont = true;
|
||||
this.gridViewMain.Appearance.FocusedRow.Options.UseForeColor = true;
|
||||
this.gridViewMain.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.Snow;
|
||||
this.gridViewMain.Appearance.HideSelectionRow.BackColor2 = System.Drawing.Color.WhiteSmoke;
|
||||
this.gridViewMain.Appearance.HideSelectionRow.BorderColor = System.Drawing.Color.Red;
|
||||
this.gridViewMain.Appearance.HideSelectionRow.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gridViewMain.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.Black;
|
||||
this.gridViewMain.Appearance.HideSelectionRow.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
|
||||
this.gridViewMain.Appearance.HideSelectionRow.Options.UseBackColor = true;
|
||||
this.gridViewMain.Appearance.HideSelectionRow.Options.UseBorderColor = true;
|
||||
this.gridViewMain.Appearance.HideSelectionRow.Options.UseFont = true;
|
||||
this.gridViewMain.Appearance.HideSelectionRow.Options.UseForeColor = true;
|
||||
this.gridViewMain.Appearance.Row.BackColor = System.Drawing.Color.Transparent;
|
||||
this.gridViewMain.Appearance.Row.Options.UseBackColor = true;
|
||||
this.gridViewMain.Appearance.SelectedRow.BackColor = System.Drawing.Color.Snow;
|
||||
this.gridViewMain.Appearance.SelectedRow.BackColor2 = System.Drawing.Color.WhiteSmoke;
|
||||
this.gridViewMain.Appearance.SelectedRow.BorderColor = System.Drawing.Color.Red;
|
||||
this.gridViewMain.Appearance.SelectedRow.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.gridViewMain.Appearance.SelectedRow.ForeColor = System.Drawing.Color.Black;
|
||||
this.gridViewMain.Appearance.SelectedRow.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
|
||||
this.gridViewMain.Appearance.SelectedRow.Options.UseBackColor = true;
|
||||
this.gridViewMain.Appearance.SelectedRow.Options.UseBorderColor = true;
|
||||
this.gridViewMain.Appearance.SelectedRow.Options.UseFont = true;
|
||||
this.gridViewMain.Appearance.SelectedRow.Options.UseForeColor = true;
|
||||
this.gridViewMain.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
||||
this.gridViewMain.GridControl = this.gridControlMain;
|
||||
this.gridViewMain.Name = "gridViewMain";
|
||||
this.gridViewMain.OptionsBehavior.Editable = false;
|
||||
this.gridViewMain.OptionsBehavior.ReadOnly = true;
|
||||
this.gridViewMain.OptionsScrollAnnotations.ShowSelectedRows = DevExpress.Utils.DefaultBoolean.True;
|
||||
this.gridViewMain.OptionsView.HeaderFilterButtonShowMode = DevExpress.XtraEditors.Controls.FilterButtonShowMode.SmartTag;
|
||||
this.gridViewMain.OptionsView.ShowAutoFilterRow = true;
|
||||
this.gridViewMain.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways;
|
||||
this.gridViewMain.OptionsView.ShowGroupPanel = false;
|
||||
this.gridViewMain.CellMerge += new DevExpress.XtraGrid.Views.Grid.CellMergeEventHandler(this.gridViewMain_CellMerge);
|
||||
this.gridViewMain.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridViewMain_RowStyle);
|
||||
this.gridViewMain.DoubleClick += new System.EventHandler(this.gridViewMain_DoubleClick);
|
||||
//
|
||||
// layoutControl1
|
||||
//
|
||||
this.layoutControl1.Controls.Add(this.groupControl1);
|
||||
this.layoutControl1.Controls.Add(this.gridControlMain);
|
||||
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(920, 582);
|
||||
this.layoutControl1.TabIndex = 1;
|
||||
this.layoutControl1.Text = "layoutControl1";
|
||||
//
|
||||
// groupControl1
|
||||
//
|
||||
this.groupControl1.Controls.Add(this.labelControlTestTime);
|
||||
this.groupControl1.Controls.Add(this.labelControl3);
|
||||
this.groupControl1.Controls.Add(this.labelControlTestResult);
|
||||
this.groupControl1.Controls.Add(this.labelControl1);
|
||||
this.groupControl1.Location = new System.Drawing.Point(4, 4);
|
||||
this.groupControl1.Name = "groupControl1";
|
||||
this.groupControl1.Size = new System.Drawing.Size(912, 53);
|
||||
this.groupControl1.TabIndex = 5;
|
||||
this.groupControl1.Text = "Summary";
|
||||
//
|
||||
// labelControlTestTime
|
||||
//
|
||||
this.labelControlTestTime.Location = new System.Drawing.Point(453, 29);
|
||||
this.labelControlTestTime.Name = "labelControlTestTime";
|
||||
this.labelControlTestTime.Size = new System.Drawing.Size(4, 14);
|
||||
this.labelControlTestTime.TabIndex = 3;
|
||||
this.labelControlTestTime.Text = "-";
|
||||
//
|
||||
// labelControl3
|
||||
//
|
||||
this.labelControl3.Location = new System.Drawing.Point(379, 29);
|
||||
this.labelControl3.Name = "labelControl3";
|
||||
this.labelControl3.Size = new System.Drawing.Size(68, 14);
|
||||
this.labelControl3.TabIndex = 2;
|
||||
this.labelControl3.Text = "Test Time : ";
|
||||
//
|
||||
// labelControlTestResult
|
||||
//
|
||||
this.labelControlTestResult.Location = new System.Drawing.Point(94, 29);
|
||||
this.labelControlTestResult.Name = "labelControlTestResult";
|
||||
this.labelControlTestResult.Size = new System.Drawing.Size(4, 14);
|
||||
this.labelControlTestResult.TabIndex = 1;
|
||||
this.labelControlTestResult.Text = "-";
|
||||
//
|
||||
// labelControl1
|
||||
//
|
||||
this.labelControl1.Location = new System.Drawing.Point(14, 29);
|
||||
this.labelControl1.Name = "labelControl1";
|
||||
this.labelControl1.Size = new System.Drawing.Size(74, 14);
|
||||
this.labelControl1.TabIndex = 0;
|
||||
this.labelControl1.Text = "Test Result : ";
|
||||
//
|
||||
// Root
|
||||
//
|
||||
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
||||
this.Root.GroupBordersVisible = false;
|
||||
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
||||
this.layoutControlItem1,
|
||||
this.layoutControlItem3});
|
||||
this.Root.Name = "Root";
|
||||
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
||||
this.Root.Size = new System.Drawing.Size(920, 582);
|
||||
this.Root.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
|
||||
this.Root.TextVisible = false;
|
||||
//
|
||||
// layoutControlItem1
|
||||
//
|
||||
this.layoutControlItem1.Control = this.gridControlMain;
|
||||
this.layoutControlItem1.Location = new System.Drawing.Point(0, 57);
|
||||
this.layoutControlItem1.Name = "layoutControlItem1";
|
||||
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
||||
this.layoutControlItem1.Size = new System.Drawing.Size(916, 521);
|
||||
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem1.TextVisible = false;
|
||||
//
|
||||
// layoutControlItem3
|
||||
//
|
||||
this.layoutControlItem3.Control = this.groupControl1;
|
||||
this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
|
||||
this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 57);
|
||||
this.layoutControlItem3.MinSize = new System.Drawing.Size(5, 57);
|
||||
this.layoutControlItem3.Name = "layoutControlItem3";
|
||||
this.layoutControlItem3.Size = new System.Drawing.Size(916, 57);
|
||||
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
||||
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
||||
this.layoutControlItem3.TextVisible = false;
|
||||
//
|
||||
// UcTRATestHistHost
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.layoutControl1);
|
||||
this.Name = "UcTRATestHistHost";
|
||||
this.Size = new System.Drawing.Size(920, 582);
|
||||
this.Load += new System.EventHandler(this.UcTRATestHistHost_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridControlMain)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
||||
this.layoutControl1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
||||
this.groupControl1.ResumeLayout(false);
|
||||
this.groupControl1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraGrid.GridControl gridControlMain;
|
||||
private DevExpress.XtraGrid.Views.Grid.GridView gridViewMain;
|
||||
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
||||
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
||||
private DevExpress.XtraEditors.GroupControl groupControl1;
|
||||
private DevExpress.XtraEditors.LabelControl labelControlTestResult;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl1;
|
||||
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl3;
|
||||
private DevExpress.XtraEditors.LabelControl labelControlTestTime;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user