SelectWork.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. namespace WinForms
  2. {
  3. partial class SelectWork
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectWork));
  29. this.btnCancel = new HZH_Controls.Controls.UCBtnExt();
  30. this.btnSubmit = new HZH_Controls.Controls.UCBtnExt();
  31. this.ucPagerControl21 = new HZH_Controls.Controls.UCPagerControl2();
  32. this.ucDataGridView1 = new HZH_Controls.Controls.UCDataGridView();
  33. this.btnSearch = new HZH_Controls.Controls.UCBtnExt();
  34. this.txtName = new System.Windows.Forms.TextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.SuspendLayout();
  37. //
  38. // btnCancel
  39. //
  40. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  41. this.btnCancel.BtnBackColor = System.Drawing.Color.Transparent;
  42. this.btnCancel.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  43. this.btnCancel.BtnForeColor = System.Drawing.Color.White;
  44. this.btnCancel.BtnText = "取消";
  45. this.btnCancel.ConerRadius = 5;
  46. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  47. this.btnCancel.EnabledMouseEffect = true;
  48. this.btnCancel.FillColor = System.Drawing.Color.Silver;
  49. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  50. this.btnCancel.ForeColor = System.Drawing.Color.White;
  51. this.btnCancel.IsRadius = true;
  52. this.btnCancel.IsShowRect = false;
  53. this.btnCancel.IsShowTips = false;
  54. this.btnCancel.Location = new System.Drawing.Point(609, 410);
  55. this.btnCancel.Margin = new System.Windows.Forms.Padding(0);
  56. this.btnCancel.Name = "btnCancel";
  57. this.btnCancel.RectColor = System.Drawing.Color.Gainsboro;
  58. this.btnCancel.RectWidth = 1;
  59. this.btnCancel.Size = new System.Drawing.Size(80, 31);
  60. this.btnCancel.TabIndex = 16;
  61. this.btnCancel.TabStop = false;
  62. this.btnCancel.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
  63. this.btnCancel.TipsText = "";
  64. this.btnCancel.BtnClick += new System.EventHandler(this.btnCancel_BtnClick);
  65. //
  66. // btnSubmit
  67. //
  68. this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
  69. this.btnSubmit.BtnBackColor = System.Drawing.Color.Transparent;
  70. this.btnSubmit.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.btnSubmit.BtnForeColor = System.Drawing.Color.White;
  72. this.btnSubmit.BtnText = "确定";
  73. this.btnSubmit.ConerRadius = 5;
  74. this.btnSubmit.Cursor = System.Windows.Forms.Cursors.Hand;
  75. this.btnSubmit.EnabledMouseEffect = true;
  76. this.btnSubmit.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(159)))), ((int)(((byte)(255)))));
  77. this.btnSubmit.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  78. this.btnSubmit.ForeColor = System.Drawing.Color.White;
  79. this.btnSubmit.IsRadius = true;
  80. this.btnSubmit.IsShowRect = false;
  81. this.btnSubmit.IsShowTips = false;
  82. this.btnSubmit.Location = new System.Drawing.Point(520, 410);
  83. this.btnSubmit.Margin = new System.Windows.Forms.Padding(0);
  84. this.btnSubmit.Name = "btnSubmit";
  85. this.btnSubmit.RectColor = System.Drawing.Color.Gainsboro;
  86. this.btnSubmit.RectWidth = 1;
  87. this.btnSubmit.Size = new System.Drawing.Size(80, 31);
  88. this.btnSubmit.TabIndex = 17;
  89. this.btnSubmit.TabStop = false;
  90. this.btnSubmit.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
  91. this.btnSubmit.TipsText = "";
  92. this.btnSubmit.BtnClick += new System.EventHandler(this.btnSubmit_BtnClick);
  93. //
  94. // ucPagerControl21
  95. //
  96. this.ucPagerControl21.BackColor = System.Drawing.Color.White;
  97. this.ucPagerControl21.DataSource = ((System.Collections.Generic.List<object>)(resources.GetObject("ucPagerControl21.DataSource")));
  98. this.ucPagerControl21.Location = new System.Drawing.Point(0, 366);
  99. this.ucPagerControl21.Name = "ucPagerControl21";
  100. this.ucPagerControl21.PageCount = 0;
  101. this.ucPagerControl21.PageIndex = 1;
  102. this.ucPagerControl21.PageModel = HZH_Controls.Controls.PageModel.PageCount;
  103. this.ucPagerControl21.PageSize = 10;
  104. this.ucPagerControl21.Size = new System.Drawing.Size(698, 41);
  105. this.ucPagerControl21.StartIndex = 0;
  106. this.ucPagerControl21.TabIndex = 18;
  107. this.ucPagerControl21.ShowSourceChanged += new HZH_Controls.Controls.PageControlEventHandler(this.ucPagerControl21_ShowSourceChanged);
  108. //
  109. // ucDataGridView1
  110. //
  111. this.ucDataGridView1.BackColor = System.Drawing.Color.White;
  112. this.ucDataGridView1.Columns = null;
  113. this.ucDataGridView1.DataSource = null;
  114. this.ucDataGridView1.Dock = System.Windows.Forms.DockStyle.Top;
  115. this.ucDataGridView1.HeadFont = new System.Drawing.Font("微软雅黑", 12F);
  116. this.ucDataGridView1.HeadHeight = 40;
  117. this.ucDataGridView1.HeadPadingLeft = 0;
  118. this.ucDataGridView1.HeadTextColor = System.Drawing.Color.Black;
  119. this.ucDataGridView1.IsShowCheckBox = false;
  120. this.ucDataGridView1.IsShowHead = true;
  121. this.ucDataGridView1.Location = new System.Drawing.Point(0, 0);
  122. this.ucDataGridView1.Name = "ucDataGridView1";
  123. this.ucDataGridView1.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
  124. this.ucDataGridView1.RowHeight = 40;
  125. this.ucDataGridView1.RowType = typeof(HZH_Controls.Controls.UCDataGridViewRow);
  126. this.ucDataGridView1.Size = new System.Drawing.Size(698, 360);
  127. this.ucDataGridView1.TabIndex = 19;
  128. this.ucDataGridView1.ItemClick += new HZH_Controls.Controls.DataGridViewEventHandler(this.ucDataGridView1_ItemClick);
  129. //
  130. // btnSearch
  131. //
  132. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  133. this.btnSearch.BtnBackColor = System.Drawing.Color.Transparent;
  134. this.btnSearch.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.btnSearch.BtnForeColor = System.Drawing.Color.White;
  136. this.btnSearch.BtnText = "搜索";
  137. this.btnSearch.ConerRadius = 5;
  138. this.btnSearch.Cursor = System.Windows.Forms.Cursors.Hand;
  139. this.btnSearch.EnabledMouseEffect = true;
  140. this.btnSearch.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  141. this.btnSearch.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  142. this.btnSearch.ForeColor = System.Drawing.Color.White;
  143. this.btnSearch.IsRadius = true;
  144. this.btnSearch.IsShowRect = false;
  145. this.btnSearch.IsShowTips = false;
  146. this.btnSearch.Location = new System.Drawing.Point(299, 410);
  147. this.btnSearch.Margin = new System.Windows.Forms.Padding(0);
  148. this.btnSearch.Name = "btnSearch";
  149. this.btnSearch.RectColor = System.Drawing.Color.Gainsboro;
  150. this.btnSearch.RectWidth = 1;
  151. this.btnSearch.Size = new System.Drawing.Size(80, 31);
  152. this.btnSearch.TabIndex = 18;
  153. this.btnSearch.TabStop = false;
  154. this.btnSearch.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
  155. this.btnSearch.TipsText = "";
  156. this.btnSearch.BtnClick += new System.EventHandler(this.btnSearch_BtnClick);
  157. //
  158. // txtName
  159. //
  160. this.txtName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.txtName.Location = new System.Drawing.Point(76, 412);
  162. this.txtName.Name = "txtName";
  163. this.txtName.Size = new System.Drawing.Size(211, 29);
  164. this.txtName.TabIndex = 21;
  165. //
  166. // label1
  167. //
  168. this.label1.AutoSize = true;
  169. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.label1.Location = new System.Drawing.Point(12, 415);
  171. this.label1.Name = "label1";
  172. this.label1.Size = new System.Drawing.Size(58, 21);
  173. this.label1.TabIndex = 72;
  174. this.label1.Text = "名称:";
  175. //
  176. // SelectWork
  177. //
  178. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  179. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  180. this.BackColor = System.Drawing.Color.White;
  181. this.ClientSize = new System.Drawing.Size(698, 450);
  182. this.Controls.Add(this.label1);
  183. this.Controls.Add(this.txtName);
  184. this.Controls.Add(this.btnSearch);
  185. this.Controls.Add(this.ucDataGridView1);
  186. this.Controls.Add(this.ucPagerControl21);
  187. this.Controls.Add(this.btnSubmit);
  188. this.Controls.Add(this.btnCancel);
  189. this.MaximizeBox = false;
  190. this.MinimizeBox = false;
  191. this.Name = "SelectWork";
  192. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  193. this.Text = "工单";
  194. this.ResumeLayout(false);
  195. this.PerformLayout();
  196. }
  197. #endregion
  198. private HZH_Controls.Controls.UCBtnExt btnCancel;
  199. private HZH_Controls.Controls.UCBtnExt btnSubmit;
  200. private HZH_Controls.Controls.UCPagerControl2 ucPagerControl21;
  201. private HZH_Controls.Controls.UCDataGridView ucDataGridView1;
  202. private HZH_Controls.Controls.UCBtnExt btnSearch;
  203. private System.Windows.Forms.TextBox txtName;
  204. private System.Windows.Forms.Label label1;
  205. }
  206. }