namespace Core.Mes.ClientPurviewManager { partial class frmReply { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID_"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("XH"); Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ANSWERER"); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REPLYINFO"); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TIME_"); Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IPADDRESS"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ISCOMPLETE", -1, 45958438); Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPARTMENT"); Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(45958438); Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem(); Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnReply"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnDelete"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnClose"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnReply"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnDelete"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnClose"); this.txtQuestion = new System.Windows.Forms.TextBox(); this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox(); this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel(); this.chbxComplete = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.txtReplyInfo = new System.Windows.Forms.TextBox(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components); this._frmReply_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._frmReply_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._frmReply_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._frmReply_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit(); this.ultraExpandableGroupBox1.SuspendLayout(); this.ultraExpandableGroupBoxPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit(); this.SuspendLayout(); // // txtQuestion // this.txtQuestion.BackColor = System.Drawing.Color.Gainsboro; this.txtQuestion.Dock = System.Windows.Forms.DockStyle.Top; this.txtQuestion.Location = new System.Drawing.Point(0, 22); this.txtQuestion.Multiline = true; this.txtQuestion.Name = "txtQuestion"; this.txtQuestion.ReadOnly = true; this.txtQuestion.Size = new System.Drawing.Size(792, 45); this.txtQuestion.TabIndex = 0; // // ultraExpandableGroupBox1 // this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1); this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(792, 91); this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 582); this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1"; this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(792, 91); this.ultraExpandableGroupBox1.SupportThemes = false; this.ultraExpandableGroupBox1.TabIndex = 2; this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005; // // ultraExpandableGroupBoxPanel1 // this.ultraExpandableGroupBoxPanel1.Controls.Add(this.chbxComplete); this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label1); this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtReplyInfo); this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20); this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1"; this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(788, 69); this.ultraExpandableGroupBoxPanel1.TabIndex = 0; // // chbxComplete // this.chbxComplete.AutoSize = true; this.chbxComplete.Location = new System.Drawing.Point(699, 45); this.chbxComplete.Name = "chbxComplete"; this.chbxComplete.Size = new System.Drawing.Size(72, 16); this.chbxComplete.TabIndex = 3; this.chbxComplete.Text = "完成关闭"; this.chbxComplete.UseVisualStyleBackColor = true; // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(10, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(17, 33); this.label1.TabIndex = 2; this.label1.Text = "答复"; // // txtReplyInfo // this.txtReplyInfo.Location = new System.Drawing.Point(33, 8); this.txtReplyInfo.Multiline = true; this.txtReplyInfo.Name = "txtReplyInfo"; this.txtReplyInfo.Size = new System.Drawing.Size(648, 53); this.txtReplyInfo.TabIndex = 1; // // ultraGrid1 // ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.Hidden = true; ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); ultraGridColumn2.CellAppearance = appearance1; ultraGridColumn2.Format = "No#"; ultraGridColumn2.Header.Caption = "序号"; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.None; ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1; ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn2.Width = 300; ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); ultraGridColumn3.CellAppearance = appearance2; ultraGridColumn3.Header.Caption = "回复人"; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.None; ultraGridColumn3.RowLayoutColumnInfo.OriginX = 0; ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn3.Width = 150; ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; appearance3.TextTrimming = Infragistics.Win.TextTrimming.EllipsisWord; ultraGridColumn4.CellAppearance = appearance3; ultraGridColumn4.CellMultiLine = Infragistics.Win.DefaultableBoolean.True; ultraGridColumn4.Header.Caption = "回复内容"; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.None; ultraGridColumn4.RowLayoutColumnInfo.OriginX = 1; ultraGridColumn4.RowLayoutColumnInfo.OriginY = 1; ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 64); ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn4.RowLayoutColumnInfo.SpanY = 3; ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; appearance4.TextHAlign = Infragistics.Win.HAlign.Right; ultraGridColumn5.CellAppearance = appearance4; ultraGridColumn5.Format = "yyyy-MM-dd HH:mm"; ultraGridColumn5.Header.Caption = "回复时间"; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.None; ultraGridColumn5.RowLayoutColumnInfo.OriginX = 0; ultraGridColumn5.RowLayoutColumnInfo.OriginY = 3; ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn5.Width = 120; ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn6.Header.Caption = "IP"; ultraGridColumn6.Header.VisiblePosition = 5; ultraGridColumn6.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.None; ultraGridColumn6.RowLayoutColumnInfo.OriginX = 0; ultraGridColumn6.RowLayoutColumnInfo.OriginY = 2; ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); appearance5.TextHAlign = Infragistics.Win.HAlign.Right; ultraGridColumn7.CellAppearance = appearance5; ultraGridColumn7.Header.Caption = "完成关闭"; ultraGridColumn7.Header.VisiblePosition = 6; ultraGridColumn7.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.None; ultraGridColumn7.RowLayoutColumnInfo.OriginX = 2; ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn7.Width = 300; ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn8.Header.Caption = "部门"; ultraGridColumn8.Header.VisiblePosition = 7; ultraGridColumn8.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.None; ultraGridColumn8.RowLayoutColumnInfo.OriginX = 0; ultraGridColumn8.RowLayoutColumnInfo.OriginY = 1; ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6, ultraGridColumn7, ultraGridColumn8}); ultraGridBand1.UseRowLayout = true; this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False; this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect; valueListItem2.DataValue = "0"; valueListItem2.DisplayText = "未完成"; valueListItem3.DataValue = "1"; valueListItem3.DisplayText = "已完成"; valueListItem1.DataValue = new Infragistics.Win.ValueListItem[] { valueListItem2, valueListItem3}; valueListItem1.DisplayText = "ValueListItem[] Array"; valueList1.ValueListItems.Add(valueListItem1); this.ultraGrid1.DisplayLayout.ValueLists.AddRange(new Infragistics.Win.ValueList[] { valueList1}); this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGrid1.Location = new System.Drawing.Point(0, 67); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(792, 515); this.ultraGrid1.TabIndex = 3; this.ultraGrid1.Text = "ultraGrid1"; this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate); this.ultraGrid1.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid1_DoubleClickRow); // // ultraToolbarsManager1 // this.ultraToolbarsManager1.DesignerFlags = 1; this.ultraToolbarsManager1.DockWithinContainer = this; this.ultraToolbarsManager1.LockToolbars = true; this.ultraToolbarsManager1.MdiMergeable = false; this.ultraToolbarsManager1.ShowFullMenusDelay = 500; this.ultraToolbarsManager1.ShowQuickCustomizeButton = false; ultraToolbar1.DockedColumn = 0; ultraToolbar1.DockedRow = 0; ultraToolbar1.Text = "UltraToolbar1"; ultraToolbar1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool1, buttonTool2, buttonTool3}); this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] { ultraToolbar1}); buttonTool4.SharedProps.Caption = "回复(&R)"; buttonTool4.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; buttonTool5.SharedProps.Caption = "删除(&D)"; buttonTool5.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; buttonTool6.SharedProps.Caption = "关闭(&C)"; buttonTool6.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool4, buttonTool5, buttonTool6}); this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick); // // _frmReply_Toolbars_Dock_Area_Left // this._frmReply_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._frmReply_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.Gainsboro; this._frmReply_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left; this._frmReply_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText; this._frmReply_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 22); this._frmReply_Toolbars_Dock_Area_Left.Name = "_frmReply_Toolbars_Dock_Area_Left"; this._frmReply_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 651); this._frmReply_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1; // // _frmReply_Toolbars_Dock_Area_Right // this._frmReply_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._frmReply_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.Gainsboro; this._frmReply_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right; this._frmReply_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText; this._frmReply_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(792, 22); this._frmReply_Toolbars_Dock_Area_Right.Name = "_frmReply_Toolbars_Dock_Area_Right"; this._frmReply_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 651); this._frmReply_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1; // // _frmReply_Toolbars_Dock_Area_Top // this._frmReply_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._frmReply_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.Gainsboro; this._frmReply_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top; this._frmReply_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText; this._frmReply_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0); this._frmReply_Toolbars_Dock_Area_Top.Name = "_frmReply_Toolbars_Dock_Area_Top"; this._frmReply_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(792, 22); this._frmReply_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1; // // _frmReply_Toolbars_Dock_Area_Bottom // this._frmReply_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._frmReply_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.Gainsboro; this._frmReply_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom; this._frmReply_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText; this._frmReply_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 673); this._frmReply_Toolbars_Dock_Area_Bottom.Name = "_frmReply_Toolbars_Dock_Area_Bottom"; this._frmReply_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(792, 0); this._frmReply_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1; // // frmReply // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Gainsboro; this.ClientSize = new System.Drawing.Size(792, 673); this.Controls.Add(this.ultraGrid1); this.Controls.Add(this.ultraExpandableGroupBox1); this.Controls.Add(this.txtQuestion); this.Controls.Add(this._frmReply_Toolbars_Dock_Area_Left); this.Controls.Add(this._frmReply_Toolbars_Dock_Area_Right); this.Controls.Add(this._frmReply_Toolbars_Dock_Area_Top); this.Controls.Add(this._frmReply_Toolbars_Dock_Area_Bottom); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmReply"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "回复"; this.Load += new System.EventHandler(this.frmReply_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit(); this.ultraExpandableGroupBox1.ResumeLayout(false); this.ultraExpandableGroupBoxPanel1.ResumeLayout(false); this.ultraExpandableGroupBoxPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtQuestion; private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1; private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private System.Windows.Forms.TextBox txtReplyInfo; private System.Windows.Forms.CheckBox chbxComplete; private System.Windows.Forms.Label label1; private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmReply_Toolbars_Dock_Area_Left; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmReply_Toolbars_Dock_Area_Right; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmReply_Toolbars_Dock_Area_Top; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmReply_Toolbars_Dock_Area_Bottom; } }