FrmOrdNoSelect.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. namespace Core.StlMes.Client.SaleOrder.Dialog
  2. {
  3. partial class FrmOrdNoSelect
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDER_NO");
  32. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  43. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOrdNoSelect));
  44. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  45. this.txtOrd = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  46. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  47. this.gdOrd = new Infragistics.Win.UltraWinGrid.UltraGrid();
  48. this.dataSet1 = new System.Data.DataSet();
  49. this.dataTable1 = new System.Data.DataTable();
  50. this.dataColumn1 = new System.Data.DataColumn();
  51. this.dataColumn2 = new System.Data.DataColumn();
  52. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  53. this.btn_Cancel = new Infragistics.Win.Misc.UltraButton();
  54. this.btn_OK = new Infragistics.Win.Misc.UltraButton();
  55. this.ultraPanel1.ClientArea.SuspendLayout();
  56. this.ultraPanel1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtOrd)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.gdOrd)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  61. this.ultraPanel2.ClientArea.SuspendLayout();
  62. this.ultraPanel2.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // ultraPanel1
  66. //
  67. //
  68. // ultraPanel1.ClientArea
  69. //
  70. this.ultraPanel1.ClientArea.Controls.Add(this.txtOrd);
  71. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel1);
  72. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  73. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  74. this.ultraPanel1.Name = "ultraPanel1";
  75. this.ultraPanel1.Size = new System.Drawing.Size(320, 37);
  76. this.ultraPanel1.TabIndex = 0;
  77. //
  78. // txtOrd
  79. //
  80. this.txtOrd.Location = new System.Drawing.Point(50, 9);
  81. this.txtOrd.Name = "txtOrd";
  82. this.txtOrd.Size = new System.Drawing.Size(231, 21);
  83. this.txtOrd.TabIndex = 1;
  84. this.txtOrd.Text = "搜索";
  85. this.txtOrd.AfterEnterEditMode += new System.EventHandler(this.txtOrd_AfterEnterEditMode);
  86. this.txtOrd.AfterExitEditMode += new System.EventHandler(this.txtOrd_AfterExitEditMode);
  87. this.txtOrd.TextChanged += new System.EventHandler(this.txtOrd_TextChanged);
  88. //
  89. // ultraLabel1
  90. //
  91. this.ultraLabel1.AutoSize = true;
  92. this.ultraLabel1.Location = new System.Drawing.Point(12, 12);
  93. this.ultraLabel1.Name = "ultraLabel1";
  94. this.ultraLabel1.Size = new System.Drawing.Size(42, 16);
  95. this.ultraLabel1.TabIndex = 0;
  96. this.ultraLabel1.Text = "合同号";
  97. //
  98. // gdOrd
  99. //
  100. this.gdOrd.DataMember = "Table1";
  101. this.gdOrd.DataSource = this.dataSet1;
  102. appearance25.BackColor = System.Drawing.SystemColors.Window;
  103. appearance25.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  104. this.gdOrd.DisplayLayout.Appearance = appearance25;
  105. this.gdOrd.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
  106. ultraGridColumn1.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.WhenUsingCheckEditor;
  107. ultraGridColumn1.Header.VisiblePosition = 0;
  108. ultraGridColumn1.Width = 42;
  109. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  110. ultraGridColumn2.Header.VisiblePosition = 1;
  111. ultraGridColumn2.Width = 276;
  112. ultraGridBand1.Columns.AddRange(new object[] {
  113. ultraGridColumn1,
  114. ultraGridColumn2});
  115. this.gdOrd.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  116. this.gdOrd.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  117. this.gdOrd.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  118. appearance26.BackColor = System.Drawing.SystemColors.ActiveBorder;
  119. appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark;
  120. appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  121. appearance26.BorderColor = System.Drawing.SystemColors.Window;
  122. this.gdOrd.DisplayLayout.GroupByBox.Appearance = appearance26;
  123. appearance27.ForeColor = System.Drawing.SystemColors.GrayText;
  124. this.gdOrd.DisplayLayout.GroupByBox.BandLabelAppearance = appearance27;
  125. this.gdOrd.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  126. appearance28.BackColor = System.Drawing.SystemColors.ControlLightLight;
  127. appearance28.BackColor2 = System.Drawing.SystemColors.Control;
  128. appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  129. appearance28.ForeColor = System.Drawing.SystemColors.GrayText;
  130. this.gdOrd.DisplayLayout.GroupByBox.PromptAppearance = appearance28;
  131. this.gdOrd.DisplayLayout.MaxColScrollRegions = 1;
  132. this.gdOrd.DisplayLayout.MaxRowScrollRegions = 1;
  133. appearance29.BackColor = System.Drawing.SystemColors.Window;
  134. appearance29.ForeColor = System.Drawing.SystemColors.ControlText;
  135. this.gdOrd.DisplayLayout.Override.ActiveCellAppearance = appearance29;
  136. appearance30.BackColor = System.Drawing.SystemColors.Highlight;
  137. appearance30.ForeColor = System.Drawing.SystemColors.HighlightText;
  138. this.gdOrd.DisplayLayout.Override.ActiveRowAppearance = appearance30;
  139. this.gdOrd.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  140. this.gdOrd.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  141. appearance31.BackColor = System.Drawing.SystemColors.Window;
  142. this.gdOrd.DisplayLayout.Override.CardAreaAppearance = appearance31;
  143. appearance32.BorderColor = System.Drawing.Color.Silver;
  144. appearance32.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  145. this.gdOrd.DisplayLayout.Override.CellAppearance = appearance32;
  146. this.gdOrd.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  147. this.gdOrd.DisplayLayout.Override.CellPadding = 0;
  148. appearance33.BackColor = System.Drawing.SystemColors.Control;
  149. appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark;
  150. appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  151. appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  152. appearance33.BorderColor = System.Drawing.SystemColors.Window;
  153. this.gdOrd.DisplayLayout.Override.GroupByRowAppearance = appearance33;
  154. appearance34.TextHAlignAsString = "Left";
  155. this.gdOrd.DisplayLayout.Override.HeaderAppearance = appearance34;
  156. this.gdOrd.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  157. this.gdOrd.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  158. appearance35.BackColor = System.Drawing.SystemColors.Window;
  159. appearance35.BorderColor = System.Drawing.Color.Silver;
  160. this.gdOrd.DisplayLayout.Override.RowAppearance = appearance35;
  161. this.gdOrd.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  162. appearance36.BackColor = System.Drawing.SystemColors.ControlLight;
  163. this.gdOrd.DisplayLayout.Override.TemplateAddRowAppearance = appearance36;
  164. this.gdOrd.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  165. this.gdOrd.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  166. this.gdOrd.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  167. this.gdOrd.Dock = System.Windows.Forms.DockStyle.Fill;
  168. this.gdOrd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.gdOrd.Location = new System.Drawing.Point(0, 37);
  170. this.gdOrd.Name = "gdOrd";
  171. this.gdOrd.Size = new System.Drawing.Size(320, 316);
  172. this.gdOrd.TabIndex = 1;
  173. this.gdOrd.Text = "ultraGrid1";
  174. this.gdOrd.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.gdOrd_AfterSelectChange);
  175. //
  176. // dataSet1
  177. //
  178. this.dataSet1.DataSetName = "NewDataSet";
  179. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  180. this.dataTable1});
  181. //
  182. // dataTable1
  183. //
  184. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  185. this.dataColumn1,
  186. this.dataColumn2});
  187. this.dataTable1.TableName = "Table1";
  188. //
  189. // dataColumn1
  190. //
  191. this.dataColumn1.Caption = "选择";
  192. this.dataColumn1.ColumnName = "CHK";
  193. this.dataColumn1.DataType = typeof(bool);
  194. //
  195. // dataColumn2
  196. //
  197. this.dataColumn2.Caption = "合同号";
  198. this.dataColumn2.ColumnName = "ORDER_NO";
  199. //
  200. // ultraPanel2
  201. //
  202. //
  203. // ultraPanel2.ClientArea
  204. //
  205. this.ultraPanel2.ClientArea.Controls.Add(this.btn_Cancel);
  206. this.ultraPanel2.ClientArea.Controls.Add(this.btn_OK);
  207. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  208. this.ultraPanel2.Location = new System.Drawing.Point(0, 353);
  209. this.ultraPanel2.Name = "ultraPanel2";
  210. this.ultraPanel2.Size = new System.Drawing.Size(320, 48);
  211. this.ultraPanel2.TabIndex = 2;
  212. //
  213. // btn_Cancel
  214. //
  215. this.btn_Cancel.Location = new System.Drawing.Point(175, 13);
  216. this.btn_Cancel.Name = "btn_Cancel";
  217. this.btn_Cancel.Size = new System.Drawing.Size(88, 23);
  218. this.btn_Cancel.TabIndex = 0;
  219. this.btn_Cancel.Text = "取消";
  220. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  221. //
  222. // btn_OK
  223. //
  224. this.btn_OK.Location = new System.Drawing.Point(43, 13);
  225. this.btn_OK.Name = "btn_OK";
  226. this.btn_OK.Size = new System.Drawing.Size(88, 23);
  227. this.btn_OK.TabIndex = 0;
  228. this.btn_OK.Text = "确定";
  229. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  230. //
  231. // FrmOrdNoSelect
  232. //
  233. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  234. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  235. this.ClientSize = new System.Drawing.Size(320, 401);
  236. this.Controls.Add(this.gdOrd);
  237. this.Controls.Add(this.ultraPanel2);
  238. this.Controls.Add(this.ultraPanel1);
  239. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  240. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  241. this.MaximizeBox = false;
  242. this.MinimizeBox = false;
  243. this.Name = "FrmOrdNoSelect";
  244. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  245. this.Text = "合同号选择";
  246. this.Load += new System.EventHandler(this.FrmOrdNoSelect_Load);
  247. this.ultraPanel1.ClientArea.ResumeLayout(false);
  248. this.ultraPanel1.ClientArea.PerformLayout();
  249. this.ultraPanel1.ResumeLayout(false);
  250. ((System.ComponentModel.ISupportInitialize)(this.txtOrd)).EndInit();
  251. ((System.ComponentModel.ISupportInitialize)(this.gdOrd)).EndInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  254. this.ultraPanel2.ClientArea.ResumeLayout(false);
  255. this.ultraPanel2.ResumeLayout(false);
  256. this.ResumeLayout(false);
  257. }
  258. #endregion
  259. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  260. private Infragistics.Win.UltraWinGrid.UltraGrid gdOrd;
  261. private System.Data.DataSet dataSet1;
  262. private System.Data.DataTable dataTable1;
  263. private System.Data.DataColumn dataColumn1;
  264. private System.Data.DataColumn dataColumn2;
  265. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  266. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtOrd;
  267. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  268. private Infragistics.Win.Misc.UltraButton btn_Cancel;
  269. private Infragistics.Win.Misc.UltraButton btn_OK;
  270. }
  271. }