FrmILRepairDetail.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmILRepairDetail
  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.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("铁包编号");
  31. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("维修位置");
  32. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("维修类别");
  33. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("耐材更换");
  34. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("维修成本");
  35. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("记录人");
  36. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("维修原因");
  37. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
  38. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  39. this.ulgrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
  40. this.ultdsRepairDetail = new Infragistics.Win.UltraWinDataSource.UltraDataSource();
  41. this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
  42. this.btnClose = new System.Windows.Forms.Button();
  43. this.btnselect = new System.Windows.Forms.Button();
  44. this.dtpQEndTime = new System.Windows.Forms.DateTimePicker();
  45. this.dtpQStartTime = new System.Windows.Forms.DateTimePicker();
  46. this.cboQLadleName = new System.Windows.Forms.ComboBox();
  47. this.chkQEndTime = new System.Windows.Forms.CheckBox();
  48. this.chkQStartTime = new System.Windows.Forms.CheckBox();
  49. this.chkQLadleName = new System.Windows.Forms.CheckBox();
  50. this.label1 = new System.Windows.Forms.Label();
  51. ((System.ComponentModel.ISupportInitialize)(this.ulgrid)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.ultdsRepairDetail)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
  54. this.ulgrpModel.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // ulgrid
  58. //
  59. appearance1.BackColor = System.Drawing.Color.LightSteelBlue;
  60. this.ulgrid.DisplayLayout.Override.HeaderAppearance = appearance1;
  61. this.ulgrid.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  62. this.ulgrid.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.ulgrid.Font = new System.Drawing.Font("宋体", 10.5F);
  64. this.ulgrid.Location = new System.Drawing.Point(0, 49);
  65. this.ulgrid.Name = "ulgrid";
  66. this.ulgrid.Size = new System.Drawing.Size(834, 462);
  67. this.ulgrid.TabIndex = 14;
  68. //
  69. // ultdsRepairDetail
  70. //
  71. this.ultdsRepairDetail.Band.Columns.AddRange(new object[] {
  72. ultraDataColumn1,
  73. ultraDataColumn2,
  74. ultraDataColumn3,
  75. ultraDataColumn4,
  76. ultraDataColumn5,
  77. ultraDataColumn6,
  78. ultraDataColumn7,
  79. ultraDataColumn8});
  80. //
  81. // ulgrpModel
  82. //
  83. appearance2.BackColor = System.Drawing.Color.Gainsboro;
  84. appearance2.FontData.Name = "宋体";
  85. appearance2.FontData.SizeInPoints = 10.5F;
  86. this.ulgrpModel.Appearance = appearance2;
  87. this.ulgrpModel.Controls.Add(this.btnClose);
  88. this.ulgrpModel.Controls.Add(this.btnselect);
  89. this.ulgrpModel.Controls.Add(this.dtpQEndTime);
  90. this.ulgrpModel.Controls.Add(this.dtpQStartTime);
  91. this.ulgrpModel.Controls.Add(this.cboQLadleName);
  92. this.ulgrpModel.Controls.Add(this.chkQEndTime);
  93. this.ulgrpModel.Controls.Add(this.chkQStartTime);
  94. this.ulgrpModel.Controls.Add(this.chkQLadleName);
  95. this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
  96. this.ulgrpModel.Location = new System.Drawing.Point(0, 0);
  97. this.ulgrpModel.Name = "ulgrpModel";
  98. this.ulgrpModel.Size = new System.Drawing.Size(834, 49);
  99. this.ulgrpModel.TabIndex = 13;
  100. //
  101. // btnClose
  102. //
  103. this.btnClose.Font = new System.Drawing.Font("宋体", 10.5F);
  104. this.btnClose.Location = new System.Drawing.Point(748, 12);
  105. this.btnClose.Name = "btnClose";
  106. this.btnClose.Size = new System.Drawing.Size(68, 25);
  107. this.btnClose.TabIndex = 118;
  108. this.btnClose.Text = "关闭";
  109. this.btnClose.UseVisualStyleBackColor = true;
  110. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  111. //
  112. // btnselect
  113. //
  114. this.btnselect.Font = new System.Drawing.Font("宋体", 10.5F);
  115. this.btnselect.Location = new System.Drawing.Point(674, 12);
  116. this.btnselect.Name = "btnselect";
  117. this.btnselect.Size = new System.Drawing.Size(68, 25);
  118. this.btnselect.TabIndex = 117;
  119. this.btnselect.Text = "查询";
  120. this.btnselect.UseVisualStyleBackColor = true;
  121. this.btnselect.Click += new System.EventHandler(this.btnselect_Click);
  122. //
  123. // dtpQEndTime
  124. //
  125. this.dtpQEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  126. this.dtpQEndTime.Enabled = false;
  127. this.dtpQEndTime.Font = new System.Drawing.Font("宋体", 10.5F);
  128. this.dtpQEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  129. this.dtpQEndTime.Location = new System.Drawing.Point(339, 14);
  130. this.dtpQEndTime.Name = "dtpQEndTime";
  131. this.dtpQEndTime.Size = new System.Drawing.Size(158, 23);
  132. this.dtpQEndTime.TabIndex = 116;
  133. //
  134. // dtpQStartTime
  135. //
  136. this.dtpQStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  137. this.dtpQStartTime.Enabled = false;
  138. this.dtpQStartTime.Font = new System.Drawing.Font("宋体", 10.5F);
  139. this.dtpQStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  140. this.dtpQStartTime.Location = new System.Drawing.Point(96, 14);
  141. this.dtpQStartTime.Name = "dtpQStartTime";
  142. this.dtpQStartTime.Size = new System.Drawing.Size(158, 23);
  143. this.dtpQStartTime.TabIndex = 115;
  144. //
  145. // cboQLadleName
  146. //
  147. this.cboQLadleName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  148. this.cboQLadleName.Enabled = false;
  149. this.cboQLadleName.Font = new System.Drawing.Font("宋体", 10.5F);
  150. this.cboQLadleName.FormattingEnabled = true;
  151. this.cboQLadleName.Items.AddRange(new object[] {
  152. "TB01",
  153. "TB02",
  154. "TB03"});
  155. this.cboQLadleName.Location = new System.Drawing.Point(583, 14);
  156. this.cboQLadleName.Name = "cboQLadleName";
  157. this.cboQLadleName.Size = new System.Drawing.Size(78, 22);
  158. this.cboQLadleName.TabIndex = 113;
  159. //
  160. // chkQEndTime
  161. //
  162. this.chkQEndTime.AutoSize = true;
  163. this.chkQEndTime.BackColor = System.Drawing.Color.Transparent;
  164. this.chkQEndTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  165. this.chkQEndTime.Font = new System.Drawing.Font("宋体", 10.5F);
  166. this.chkQEndTime.Location = new System.Drawing.Point(259, 16);
  167. this.chkQEndTime.Name = "chkQEndTime";
  168. this.chkQEndTime.Size = new System.Drawing.Size(79, 18);
  169. this.chkQEndTime.TabIndex = 112;
  170. this.chkQEndTime.Text = "修复时间";
  171. this.chkQEndTime.UseVisualStyleBackColor = false;
  172. this.chkQEndTime.CheckedChanged += new System.EventHandler(this.chkQEndTime_CheckedChanged);
  173. //
  174. // chkQStartTime
  175. //
  176. this.chkQStartTime.AutoSize = true;
  177. this.chkQStartTime.BackColor = System.Drawing.Color.Transparent;
  178. this.chkQStartTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  179. this.chkQStartTime.Font = new System.Drawing.Font("宋体", 10.5F);
  180. this.chkQStartTime.Location = new System.Drawing.Point(16, 16);
  181. this.chkQStartTime.Name = "chkQStartTime";
  182. this.chkQStartTime.Size = new System.Drawing.Size(79, 18);
  183. this.chkQStartTime.TabIndex = 112;
  184. this.chkQStartTime.Text = "送修时间";
  185. this.chkQStartTime.UseVisualStyleBackColor = false;
  186. this.chkQStartTime.CheckedChanged += new System.EventHandler(this.chkQStartTime_CheckedChanged);
  187. //
  188. // chkQLadleName
  189. //
  190. this.chkQLadleName.AutoSize = true;
  191. this.chkQLadleName.BackColor = System.Drawing.Color.Transparent;
  192. this.chkQLadleName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  193. this.chkQLadleName.Font = new System.Drawing.Font("宋体", 10.5F);
  194. this.chkQLadleName.Location = new System.Drawing.Point(501, 16);
  195. this.chkQLadleName.Name = "chkQLadleName";
  196. this.chkQLadleName.Size = new System.Drawing.Size(79, 18);
  197. this.chkQLadleName.TabIndex = 112;
  198. this.chkQLadleName.Text = "铁包编号";
  199. this.chkQLadleName.UseVisualStyleBackColor = false;
  200. this.chkQLadleName.CheckedChanged += new System.EventHandler(this.chkQLadleName_CheckedChanged);
  201. //
  202. // label1
  203. //
  204. this.label1.AutoSize = true;
  205. this.label1.Location = new System.Drawing.Point(0, 0);
  206. this.label1.Name = "label1";
  207. this.label1.Size = new System.Drawing.Size(0, 12);
  208. this.label1.TabIndex = 15;
  209. this.label1.Visible = false;
  210. //
  211. // FrmILRepairDetail
  212. //
  213. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  214. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  215. this.ClientSize = new System.Drawing.Size(834, 511);
  216. this.Controls.Add(this.label1);
  217. this.Controls.Add(this.ulgrid);
  218. this.Controls.Add(this.ulgrpModel);
  219. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  220. this.Name = "FrmILRepairDetail";
  221. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  222. this.Text = "铁包维修记录";
  223. this.Load += new System.EventHandler(this.FrmILRepairDetail_Load);
  224. ((System.ComponentModel.ISupportInitialize)(this.ulgrid)).EndInit();
  225. ((System.ComponentModel.ISupportInitialize)(this.ultdsRepairDetail)).EndInit();
  226. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
  227. this.ulgrpModel.ResumeLayout(false);
  228. this.ulgrpModel.PerformLayout();
  229. this.ResumeLayout(false);
  230. this.PerformLayout();
  231. }
  232. #endregion
  233. public Infragistics.Win.UltraWinGrid.UltraGrid ulgrid;
  234. public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
  235. private System.Windows.Forms.Button btnClose;
  236. private System.Windows.Forms.Button btnselect;
  237. private System.Windows.Forms.DateTimePicker dtpQEndTime;
  238. private System.Windows.Forms.DateTimePicker dtpQStartTime;
  239. private System.Windows.Forms.ComboBox cboQLadleName;
  240. private System.Windows.Forms.CheckBox chkQEndTime;
  241. private System.Windows.Forms.CheckBox chkQStartTime;
  242. private System.Windows.Forms.CheckBox chkQLadleName;
  243. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsRepairDetail;
  244. private System.Windows.Forms.Label label1;
  245. }
  246. }