frmReply.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. namespace Core.Mes.ClientPurviewManager
  2. {
  3. partial class frmReply
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID_");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("XH");
  32. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ANSWERER");
  34. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REPLYINFO");
  36. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TIME_");
  38. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IPADDRESS");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ISCOMPLETE", -1, 45958438);
  41. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPARTMENT");
  43. Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(45958438);
  44. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  45. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  46. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  47. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  48. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnReply");
  49. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnDelete");
  50. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnClose");
  51. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnReply");
  52. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnDelete");
  53. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("tlbtnClose");
  54. this.txtQuestion = new System.Windows.Forms.TextBox();
  55. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  56. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  57. this.chbxComplete = new System.Windows.Forms.CheckBox();
  58. this.label1 = new System.Windows.Forms.Label();
  59. this.txtReplyInfo = new System.Windows.Forms.TextBox();
  60. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  61. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  62. this._frmReply_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  63. this._frmReply_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  64. this._frmReply_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  65. this._frmReply_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  66. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  67. this.ultraExpandableGroupBox1.SuspendLayout();
  68. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // txtQuestion
  74. //
  75. this.txtQuestion.BackColor = System.Drawing.Color.Gainsboro;
  76. this.txtQuestion.Dock = System.Windows.Forms.DockStyle.Top;
  77. this.txtQuestion.Location = new System.Drawing.Point(0, 22);
  78. this.txtQuestion.Multiline = true;
  79. this.txtQuestion.Name = "txtQuestion";
  80. this.txtQuestion.ReadOnly = true;
  81. this.txtQuestion.Size = new System.Drawing.Size(792, 45);
  82. this.txtQuestion.TabIndex = 0;
  83. //
  84. // ultraExpandableGroupBox1
  85. //
  86. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  87. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  88. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(792, 91);
  89. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 582);
  90. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  91. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(792, 91);
  92. this.ultraExpandableGroupBox1.SupportThemes = false;
  93. this.ultraExpandableGroupBox1.TabIndex = 2;
  94. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  95. //
  96. // ultraExpandableGroupBoxPanel1
  97. //
  98. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.chbxComplete);
  99. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label1);
  100. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtReplyInfo);
  101. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
  103. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  104. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(788, 69);
  105. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  106. //
  107. // chbxComplete
  108. //
  109. this.chbxComplete.AutoSize = true;
  110. this.chbxComplete.Location = new System.Drawing.Point(699, 45);
  111. this.chbxComplete.Name = "chbxComplete";
  112. this.chbxComplete.Size = new System.Drawing.Size(72, 16);
  113. this.chbxComplete.TabIndex = 3;
  114. this.chbxComplete.Text = "完成关闭";
  115. this.chbxComplete.UseVisualStyleBackColor = true;
  116. //
  117. // label1
  118. //
  119. this.label1.BackColor = System.Drawing.Color.Transparent;
  120. this.label1.Location = new System.Drawing.Point(10, 19);
  121. this.label1.Name = "label1";
  122. this.label1.Size = new System.Drawing.Size(17, 33);
  123. this.label1.TabIndex = 2;
  124. this.label1.Text = "答复";
  125. //
  126. // txtReplyInfo
  127. //
  128. this.txtReplyInfo.Location = new System.Drawing.Point(33, 8);
  129. this.txtReplyInfo.Multiline = true;
  130. this.txtReplyInfo.Name = "txtReplyInfo";
  131. this.txtReplyInfo.Size = new System.Drawing.Size(648, 53);
  132. this.txtReplyInfo.TabIndex = 1;
  133. //
  134. // ultraGrid1
  135. //
  136. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  137. ultraGridColumn1.Header.VisiblePosition = 0;
  138. ultraGridColumn1.Hidden = true;
  139. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  140. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  141. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  142. appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  143. ultraGridColumn2.CellAppearance = appearance1;
  144. ultraGridColumn2.Format = "No#";
  145. ultraGridColumn2.Header.Caption = "序号";
  146. ultraGridColumn2.Header.VisiblePosition = 1;
  147. ultraGridColumn2.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.None;
  148. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  149. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  150. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  151. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  152. ultraGridColumn2.Width = 300;
  153. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  154. appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  155. ultraGridColumn3.CellAppearance = appearance2;
  156. ultraGridColumn3.Header.Caption = "回复人";
  157. ultraGridColumn3.Header.VisiblePosition = 2;
  158. ultraGridColumn3.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.None;
  159. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 0;
  160. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  161. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  162. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  163. ultraGridColumn3.Width = 150;
  164. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  165. appearance3.TextTrimming = Infragistics.Win.TextTrimming.EllipsisWord;
  166. ultraGridColumn4.CellAppearance = appearance3;
  167. ultraGridColumn4.CellMultiLine = Infragistics.Win.DefaultableBoolean.True;
  168. ultraGridColumn4.Header.Caption = "回复内容";
  169. ultraGridColumn4.Header.VisiblePosition = 3;
  170. ultraGridColumn4.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.None;
  171. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 1;
  172. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 1;
  173. ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 64);
  174. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  175. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 3;
  176. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  177. appearance4.TextHAlign = Infragistics.Win.HAlign.Right;
  178. ultraGridColumn5.CellAppearance = appearance4;
  179. ultraGridColumn5.Format = "yyyy-MM-dd HH:mm";
  180. ultraGridColumn5.Header.Caption = "回复时间";
  181. ultraGridColumn5.Header.VisiblePosition = 4;
  182. ultraGridColumn5.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.None;
  183. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 0;
  184. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 3;
  185. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  186. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  187. ultraGridColumn5.Width = 120;
  188. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  189. ultraGridColumn6.Header.Caption = "IP";
  190. ultraGridColumn6.Header.VisiblePosition = 5;
  191. ultraGridColumn6.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.None;
  192. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 0;
  193. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 2;
  194. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  195. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  196. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  197. appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  198. appearance5.TextHAlign = Infragistics.Win.HAlign.Right;
  199. ultraGridColumn7.CellAppearance = appearance5;
  200. ultraGridColumn7.Header.Caption = "完成关闭";
  201. ultraGridColumn7.Header.VisiblePosition = 6;
  202. ultraGridColumn7.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.None;
  203. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 2;
  204. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  205. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
  206. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
  207. ultraGridColumn7.Width = 300;
  208. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  209. ultraGridColumn8.Header.Caption = "部门";
  210. ultraGridColumn8.Header.VisiblePosition = 7;
  211. ultraGridColumn8.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.None;
  212. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 0;
  213. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 1;
  214. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
  215. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
  216. ultraGridBand1.Columns.AddRange(new object[] {
  217. ultraGridColumn1,
  218. ultraGridColumn2,
  219. ultraGridColumn3,
  220. ultraGridColumn4,
  221. ultraGridColumn5,
  222. ultraGridColumn6,
  223. ultraGridColumn7,
  224. ultraGridColumn8});
  225. ultraGridBand1.UseRowLayout = true;
  226. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  227. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  228. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  229. valueListItem2.DataValue = "0";
  230. valueListItem2.DisplayText = "未完成";
  231. valueListItem3.DataValue = "1";
  232. valueListItem3.DisplayText = "已完成";
  233. valueListItem1.DataValue = new Infragistics.Win.ValueListItem[] {
  234. valueListItem2,
  235. valueListItem3};
  236. valueListItem1.DisplayText = "ValueListItem[] Array";
  237. valueList1.ValueListItems.Add(valueListItem1);
  238. this.ultraGrid1.DisplayLayout.ValueLists.AddRange(new Infragistics.Win.ValueList[] {
  239. valueList1});
  240. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  241. this.ultraGrid1.Location = new System.Drawing.Point(0, 67);
  242. this.ultraGrid1.Name = "ultraGrid1";
  243. this.ultraGrid1.Size = new System.Drawing.Size(792, 515);
  244. this.ultraGrid1.TabIndex = 3;
  245. this.ultraGrid1.Text = "ultraGrid1";
  246. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  247. this.ultraGrid1.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid1_DoubleClickRow);
  248. //
  249. // ultraToolbarsManager1
  250. //
  251. this.ultraToolbarsManager1.DesignerFlags = 1;
  252. this.ultraToolbarsManager1.DockWithinContainer = this;
  253. this.ultraToolbarsManager1.LockToolbars = true;
  254. this.ultraToolbarsManager1.MdiMergeable = false;
  255. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  256. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  257. ultraToolbar1.DockedColumn = 0;
  258. ultraToolbar1.DockedRow = 0;
  259. ultraToolbar1.Text = "UltraToolbar1";
  260. ultraToolbar1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  261. buttonTool1,
  262. buttonTool2,
  263. buttonTool3});
  264. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  265. ultraToolbar1});
  266. buttonTool4.SharedProps.Caption = "回复(&R)";
  267. buttonTool4.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  268. buttonTool5.SharedProps.Caption = "删除(&D)";
  269. buttonTool5.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  270. buttonTool6.SharedProps.Caption = "关闭(&C)";
  271. buttonTool6.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  272. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  273. buttonTool4,
  274. buttonTool5,
  275. buttonTool6});
  276. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  277. //
  278. // _frmReply_Toolbars_Dock_Area_Left
  279. //
  280. this._frmReply_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  281. this._frmReply_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.Gainsboro;
  282. this._frmReply_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  283. this._frmReply_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  284. this._frmReply_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 22);
  285. this._frmReply_Toolbars_Dock_Area_Left.Name = "_frmReply_Toolbars_Dock_Area_Left";
  286. this._frmReply_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 651);
  287. this._frmReply_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  288. //
  289. // _frmReply_Toolbars_Dock_Area_Right
  290. //
  291. this._frmReply_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  292. this._frmReply_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.Gainsboro;
  293. this._frmReply_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  294. this._frmReply_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  295. this._frmReply_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(792, 22);
  296. this._frmReply_Toolbars_Dock_Area_Right.Name = "_frmReply_Toolbars_Dock_Area_Right";
  297. this._frmReply_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 651);
  298. this._frmReply_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  299. //
  300. // _frmReply_Toolbars_Dock_Area_Top
  301. //
  302. this._frmReply_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  303. this._frmReply_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.Gainsboro;
  304. this._frmReply_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  305. this._frmReply_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  306. this._frmReply_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  307. this._frmReply_Toolbars_Dock_Area_Top.Name = "_frmReply_Toolbars_Dock_Area_Top";
  308. this._frmReply_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(792, 22);
  309. this._frmReply_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  310. //
  311. // _frmReply_Toolbars_Dock_Area_Bottom
  312. //
  313. this._frmReply_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  314. this._frmReply_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.Gainsboro;
  315. this._frmReply_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  316. this._frmReply_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  317. this._frmReply_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 673);
  318. this._frmReply_Toolbars_Dock_Area_Bottom.Name = "_frmReply_Toolbars_Dock_Area_Bottom";
  319. this._frmReply_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(792, 0);
  320. this._frmReply_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  321. //
  322. // frmReply
  323. //
  324. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  325. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  326. this.BackColor = System.Drawing.Color.Gainsboro;
  327. this.ClientSize = new System.Drawing.Size(792, 673);
  328. this.Controls.Add(this.ultraGrid1);
  329. this.Controls.Add(this.ultraExpandableGroupBox1);
  330. this.Controls.Add(this.txtQuestion);
  331. this.Controls.Add(this._frmReply_Toolbars_Dock_Area_Left);
  332. this.Controls.Add(this._frmReply_Toolbars_Dock_Area_Right);
  333. this.Controls.Add(this._frmReply_Toolbars_Dock_Area_Top);
  334. this.Controls.Add(this._frmReply_Toolbars_Dock_Area_Bottom);
  335. this.MaximizeBox = false;
  336. this.MinimizeBox = false;
  337. this.Name = "frmReply";
  338. this.ShowInTaskbar = false;
  339. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  340. this.Text = "回复";
  341. this.Load += new System.EventHandler(this.frmReply_Load);
  342. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  343. this.ultraExpandableGroupBox1.ResumeLayout(false);
  344. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  345. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  346. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  347. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  348. this.ResumeLayout(false);
  349. this.PerformLayout();
  350. }
  351. #endregion
  352. private System.Windows.Forms.TextBox txtQuestion;
  353. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  354. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  355. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  356. private System.Windows.Forms.TextBox txtReplyInfo;
  357. private System.Windows.Forms.CheckBox chbxComplete;
  358. private System.Windows.Forms.Label label1;
  359. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  360. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmReply_Toolbars_Dock_Area_Left;
  361. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmReply_Toolbars_Dock_Area_Right;
  362. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmReply_Toolbars_Dock_Area_Top;
  363. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmReply_Toolbars_Dock_Area_Bottom;
  364. }
  365. }