FrmLoadRecord.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. namespace Core.StlMes.Client.YdmPipeManage
  2. {
  3. partial class FrmLoadRecord
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("CoreAppLoginrecordEntity", -1);
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Userid");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Username");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Ip");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Ldatetime");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
  37. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  38. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  39. this.EndTime = new System.Windows.Forms.DateTimePicker();
  40. this.StartTime = new System.Windows.Forms.DateTimePicker();
  41. this.ultraCheckEditor5 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.ultraCheckSupply = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  44. this.ultraComboxSupply = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.checkOrderNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  48. this.txt_OrderNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  49. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  50. this.CoreAppLoginrecordEntitybindingSource = new System.Windows.Forms.BindingSource(this.components);
  51. this.ultraPanel1.ClientArea.SuspendLayout();
  52. this.ultraPanel1.SuspendLayout();
  53. this.ultraPanel2.ClientArea.SuspendLayout();
  54. this.ultraPanel2.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor5)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckSupply)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.ultraComboxSupply)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.checkOrderNo)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txt_OrderNo)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.CoreAppLoginrecordEntitybindingSource)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // ultraPanel1
  65. //
  66. //
  67. // ultraPanel1.ClientArea
  68. //
  69. this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel2);
  70. this.ultraPanel1.ClientArea.Controls.Add(this.ultraCheckSupply);
  71. this.ultraPanel1.ClientArea.Controls.Add(this.ultraComboxSupply);
  72. this.ultraPanel1.ClientArea.Controls.Add(this.label2);
  73. this.ultraPanel1.ClientArea.Controls.Add(this.label1);
  74. this.ultraPanel1.ClientArea.Controls.Add(this.checkOrderNo);
  75. this.ultraPanel1.ClientArea.Controls.Add(this.txt_OrderNo);
  76. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  77. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  78. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4);
  79. this.ultraPanel1.Name = "ultraPanel1";
  80. this.ultraPanel1.Size = new System.Drawing.Size(1165, 45);
  81. this.ultraPanel1.TabIndex = 4;
  82. //
  83. // ultraPanel2
  84. //
  85. //
  86. // ultraPanel2.ClientArea
  87. //
  88. this.ultraPanel2.ClientArea.Controls.Add(this.EndTime);
  89. this.ultraPanel2.ClientArea.Controls.Add(this.StartTime);
  90. this.ultraPanel2.ClientArea.Controls.Add(this.ultraCheckEditor5);
  91. this.ultraPanel2.ClientArea.Controls.Add(this.label3);
  92. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  93. this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
  94. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
  95. this.ultraPanel2.Name = "ultraPanel2";
  96. this.ultraPanel2.Size = new System.Drawing.Size(1165, 45);
  97. this.ultraPanel2.TabIndex = 913;
  98. //
  99. // EndTime
  100. //
  101. this.EndTime.CustomFormat = "yyyy-MM-dd";
  102. this.EndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  103. this.EndTime.Location = new System.Drawing.Point(433, 10);
  104. this.EndTime.Margin = new System.Windows.Forms.Padding(4);
  105. this.EndTime.Name = "EndTime";
  106. this.EndTime.Size = new System.Drawing.Size(151, 25);
  107. this.EndTime.TabIndex = 880;
  108. //
  109. // StartTime
  110. //
  111. this.StartTime.CustomFormat = "yyyy-MM-dd";
  112. this.StartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  113. this.StartTime.Location = new System.Drawing.Point(251, 10);
  114. this.StartTime.Margin = new System.Windows.Forms.Padding(4);
  115. this.StartTime.Name = "StartTime";
  116. this.StartTime.Size = new System.Drawing.Size(151, 25);
  117. this.StartTime.TabIndex = 879;
  118. this.StartTime.Value = new System.DateTime(2022, 11, 8, 0, 0, 0, 0);
  119. //
  120. // ultraCheckEditor5
  121. //
  122. this.ultraCheckEditor5.AutoSize = true;
  123. this.ultraCheckEditor5.Checked = true;
  124. this.ultraCheckEditor5.CheckState = System.Windows.Forms.CheckState.Checked;
  125. this.ultraCheckEditor5.Location = new System.Drawing.Point(153, 12);
  126. this.ultraCheckEditor5.Margin = new System.Windows.Forms.Padding(4);
  127. this.ultraCheckEditor5.Name = "ultraCheckEditor5";
  128. this.ultraCheckEditor5.Size = new System.Drawing.Size(84, 22);
  129. this.ultraCheckEditor5.TabIndex = 882;
  130. this.ultraCheckEditor5.Text = "登录时间";
  131. //
  132. // label3
  133. //
  134. this.label3.AutoSize = true;
  135. this.label3.BackColor = System.Drawing.Color.Transparent;
  136. this.label3.Location = new System.Drawing.Point(411, 15);
  137. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  138. this.label3.Name = "label3";
  139. this.label3.Size = new System.Drawing.Size(22, 15);
  140. this.label3.TabIndex = 881;
  141. this.label3.Text = "至";
  142. //
  143. // ultraCheckSupply
  144. //
  145. this.ultraCheckSupply.Location = new System.Drawing.Point(0, 0);
  146. this.ultraCheckSupply.Name = "ultraCheckSupply";
  147. this.ultraCheckSupply.Size = new System.Drawing.Size(120, 20);
  148. this.ultraCheckSupply.TabIndex = 914;
  149. //
  150. // ultraComboxSupply
  151. //
  152. this.ultraComboxSupply.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  153. this.ultraComboxSupply.Enabled = false;
  154. valueListItem5.DataValue = "120501";
  155. valueListItem5.DisplayText = "天津钢管制造有限公司";
  156. valueListItem6.DataValue = "120504";
  157. valueListItem6.DisplayText = "江苏天淮钢管有限公司";
  158. this.ultraComboxSupply.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  159. valueListItem5,
  160. valueListItem6});
  161. this.ultraComboxSupply.Location = new System.Drawing.Point(747, 10);
  162. this.ultraComboxSupply.Margin = new System.Windows.Forms.Padding(4);
  163. this.ultraComboxSupply.Name = "ultraComboxSupply";
  164. this.ultraComboxSupply.Size = new System.Drawing.Size(168, 24);
  165. this.ultraComboxSupply.TabIndex = 911;
  166. //
  167. // label2
  168. //
  169. this.label2.Location = new System.Drawing.Point(0, 0);
  170. this.label2.Name = "label2";
  171. this.label2.Size = new System.Drawing.Size(100, 23);
  172. this.label2.TabIndex = 915;
  173. //
  174. // label1
  175. //
  176. this.label1.Location = new System.Drawing.Point(0, 0);
  177. this.label1.Name = "label1";
  178. this.label1.Size = new System.Drawing.Size(100, 23);
  179. this.label1.TabIndex = 918;
  180. //
  181. // checkOrderNo
  182. //
  183. this.checkOrderNo.Location = new System.Drawing.Point(0, 0);
  184. this.checkOrderNo.Name = "checkOrderNo";
  185. this.checkOrderNo.Size = new System.Drawing.Size(120, 20);
  186. this.checkOrderNo.TabIndex = 919;
  187. //
  188. // txt_OrderNo
  189. //
  190. this.txt_OrderNo.Location = new System.Drawing.Point(0, 0);
  191. this.txt_OrderNo.Name = "txt_OrderNo";
  192. this.txt_OrderNo.Size = new System.Drawing.Size(100, 24);
  193. this.txt_OrderNo.TabIndex = 920;
  194. //
  195. // ultraGrid1
  196. //
  197. this.ultraGrid1.AllowDrop = true;
  198. this.ultraGrid1.DataSource = this.CoreAppLoginrecordEntitybindingSource;
  199. ultraGridColumn1.Header.VisiblePosition = 0;
  200. ultraGridColumn2.Header.VisiblePosition = 1;
  201. ultraGridColumn3.Header.VisiblePosition = 2;
  202. ultraGridColumn4.Header.VisiblePosition = 3;
  203. ultraGridColumn5.Header.VisiblePosition = 4;
  204. ultraGridBand1.Columns.AddRange(new object[] {
  205. ultraGridColumn1,
  206. ultraGridColumn2,
  207. ultraGridColumn3,
  208. ultraGridColumn4,
  209. ultraGridColumn5});
  210. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  211. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  212. this.ultraGrid1.Location = new System.Drawing.Point(0, 45);
  213. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
  214. this.ultraGrid1.Name = "ultraGrid1";
  215. this.ultraGrid1.Size = new System.Drawing.Size(1165, 477);
  216. this.ultraGrid1.TabIndex = 6;
  217. //
  218. // CoreAppLoginrecordEntitybindingSource
  219. //
  220. this.CoreAppLoginrecordEntitybindingSource.AllowNew = false;
  221. this.CoreAppLoginrecordEntitybindingSource.DataSource = typeof(com.steering.pss.ydm.entity.CoreAppLoginrecordEntity);
  222. //
  223. // FrmLoadRecord
  224. //
  225. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  226. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  227. this.ClientSize = new System.Drawing.Size(1165, 522);
  228. this.Controls.Add(this.ultraGrid1);
  229. this.Controls.Add(this.ultraPanel1);
  230. this.Margin = new System.Windows.Forms.Padding(5);
  231. this.Name = "FrmLoadRecord";
  232. this.Text = "FrmLoadRecord";
  233. this.Load += new System.EventHandler(this.FrmProcessOrder_Load);
  234. this.ultraPanel1.ClientArea.ResumeLayout(false);
  235. this.ultraPanel1.ClientArea.PerformLayout();
  236. this.ultraPanel1.ResumeLayout(false);
  237. this.ultraPanel2.ClientArea.ResumeLayout(false);
  238. this.ultraPanel2.ClientArea.PerformLayout();
  239. this.ultraPanel2.ResumeLayout(false);
  240. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor5)).EndInit();
  241. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckSupply)).EndInit();
  242. ((System.ComponentModel.ISupportInitialize)(this.ultraComboxSupply)).EndInit();
  243. ((System.ComponentModel.ISupportInitialize)(this.checkOrderNo)).EndInit();
  244. ((System.ComponentModel.ISupportInitialize)(this.txt_OrderNo)).EndInit();
  245. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.CoreAppLoginrecordEntitybindingSource)).EndInit();
  247. this.ResumeLayout(false);
  248. }
  249. #endregion
  250. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  251. private Infragistics.Win.UltraWinEditors.UltraCheckEditor checkOrderNo;
  252. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_OrderNo;
  253. private System.Windows.Forms.BindingSource CoreAppLoginrecordEntitybindingSource;
  254. private System.Windows.Forms.Label label2;
  255. private System.Windows.Forms.Label label1;
  256. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckSupply;
  257. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboxSupply;
  258. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  259. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  260. private System.Windows.Forms.DateTimePicker EndTime;
  261. private System.Windows.Forms.DateTimePicker StartTime;
  262. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor5;
  263. private System.Windows.Forms.Label label3;
  264. }
  265. }