F_P_000021.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. namespace Dongke.IBOSS.PRD.Client.Public
  2. {
  3. partial class F_P_000021
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_P_000021));
  30. this.lblUserID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  31. this.lblAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  32. this.dtpDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  33. this.timer1 = new System.Windows.Forms.Timer(this.components);
  34. this.lblDataTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.txtUserCode = new Dongke.WinForm.Controls.TxtTextBox();
  38. this.btnClose = new System.Windows.Forms.Button();
  39. this.lblMonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.dtpMonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  41. this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
  42. this.lblErrorMessges = new System.Windows.Forms.Label();
  43. this.SuspendLayout();
  44. //
  45. // lblUserID
  46. //
  47. this.lblUserID.AutoSize = true;
  48. this.lblUserID.BackColor = System.Drawing.Color.Transparent;
  49. this.lblUserID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.lblUserID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  51. this.lblUserID.IsMustInput = true;
  52. this.lblUserID.Location = new System.Drawing.Point(163, 195);
  53. this.lblUserID.Name = "lblUserID";
  54. this.lblUserID.Size = new System.Drawing.Size(29, 12);
  55. this.lblUserID.TabIndex = 29;
  56. this.lblUserID.Text = "工号";
  57. //
  58. // lblAccountDateStart
  59. //
  60. this.lblAccountDateStart.AutoSize = true;
  61. this.lblAccountDateStart.BackColor = System.Drawing.Color.Transparent;
  62. this.lblAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.lblAccountDateStart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  64. this.lblAccountDateStart.IsMustInput = true;
  65. this.lblAccountDateStart.Location = new System.Drawing.Point(4, 241);
  66. this.lblAccountDateStart.Name = "lblAccountDateStart";
  67. this.lblAccountDateStart.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  68. this.lblAccountDateStart.Size = new System.Drawing.Size(53, 12);
  69. this.lblAccountDateStart.TabIndex = 27;
  70. this.lblAccountDateStart.Text = "生产日期";
  71. //
  72. // dtpDateStart
  73. //
  74. this.dtpDateStart.CustomFormat = "yyyy-MM-dd";
  75. this.dtpDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.dtpDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  77. this.dtpDateStart.Location = new System.Drawing.Point(63, 237);
  78. this.dtpDateStart.Name = "dtpDateStart";
  79. this.dtpDateStart.Size = new System.Drawing.Size(120, 21);
  80. this.dtpDateStart.TabIndex = 26;
  81. //
  82. // timer1
  83. //
  84. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  85. //
  86. // lblDataTime
  87. //
  88. this.lblDataTime.BackColor = System.Drawing.Color.Transparent;
  89. this.lblDataTime.Dock = System.Windows.Forms.DockStyle.Top;
  90. this.lblDataTime.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.lblDataTime.ForeColor = System.Drawing.SystemColors.ControlText;
  92. this.lblDataTime.Location = new System.Drawing.Point(0, 0);
  93. this.lblDataTime.Name = "lblDataTime";
  94. this.lblDataTime.Size = new System.Drawing.Size(480, 161);
  95. this.lblDataTime.TabIndex = 30;
  96. this.lblDataTime.Text = "2017-01-01 12:00:00";
  97. this.lblDataTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  98. //
  99. // btnSearch
  100. //
  101. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  102. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  103. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  104. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.btnSearch.ForeColor = System.Drawing.Color.White;
  106. this.btnSearch.Location = new System.Drawing.Point(4, 201);
  107. this.btnSearch.Name = "btnSearch";
  108. this.btnSearch.Size = new System.Drawing.Size(88, 30);
  109. this.btnSearch.TabIndex = 31;
  110. this.btnSearch.Text = "查询(&Q)";
  111. this.btnSearch.UseVisualStyleBackColor = true;
  112. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  113. //
  114. // label1
  115. //
  116. this.label1.AutoSize = true;
  117. this.label1.ForeColor = System.Drawing.Color.Red;
  118. this.label1.Location = new System.Drawing.Point(2, 263);
  119. this.label1.Name = "label1";
  120. this.label1.Size = new System.Drawing.Size(173, 12);
  121. this.label1.TabIndex = 32;
  122. this.label1.Text = "干补过的坯体不算作成型的质量";
  123. this.label1.Visible = false;
  124. //
  125. // txtUserCode
  126. //
  127. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  128. this.txtUserCode.Location = new System.Drawing.Point(198, 191);
  129. this.txtUserCode.Name = "txtUserCode";
  130. this.txtUserCode.Size = new System.Drawing.Size(120, 21);
  131. this.txtUserCode.TabIndex = 33;
  132. this.txtUserCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtUserCode_KeyDown);
  133. //
  134. // btnClose
  135. //
  136. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  137. this.btnClose.Location = new System.Drawing.Point(398, 107);
  138. this.btnClose.Name = "btnClose";
  139. this.btnClose.Size = new System.Drawing.Size(46, 26);
  140. this.btnClose.TabIndex = 34;
  141. this.btnClose.TabStop = false;
  142. this.btnClose.Text = "关闭";
  143. this.btnClose.UseVisualStyleBackColor = true;
  144. //
  145. // lblMonth
  146. //
  147. this.lblMonth.AutoSize = true;
  148. this.lblMonth.BackColor = System.Drawing.Color.Transparent;
  149. this.lblMonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.lblMonth.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  151. this.lblMonth.IsMustInput = true;
  152. this.lblMonth.Location = new System.Drawing.Point(163, 168);
  153. this.lblMonth.Name = "lblMonth";
  154. this.lblMonth.Size = new System.Drawing.Size(29, 12);
  155. this.lblMonth.TabIndex = 36;
  156. this.lblMonth.Text = "月度";
  157. //
  158. // dtpMonth
  159. //
  160. this.dtpMonth.CustomFormat = "M月";
  161. this.dtpMonth.Enabled = false;
  162. this.dtpMonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.dtpMonth.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  164. this.dtpMonth.Location = new System.Drawing.Point(198, 164);
  165. this.dtpMonth.Name = "dtpMonth";
  166. this.dtpMonth.Size = new System.Drawing.Size(120, 21);
  167. this.dtpMonth.TabIndex = 35;
  168. //
  169. // hScrollBar1
  170. //
  171. this.hScrollBar1.LargeChange = 1;
  172. this.hScrollBar1.Location = new System.Drawing.Point(253, 165);
  173. this.hScrollBar1.Maximum = 1;
  174. this.hScrollBar1.Name = "hScrollBar1";
  175. this.hScrollBar1.Size = new System.Drawing.Size(63, 19);
  176. this.hScrollBar1.TabIndex = 38;
  177. this.hScrollBar1.Value = 1;
  178. this.hScrollBar1.ValueChanged += new System.EventHandler(this.hScrollBar1_ValueChanged);
  179. //
  180. // lblErrorMessges
  181. //
  182. this.lblErrorMessges.Dock = System.Windows.Forms.DockStyle.Bottom;
  183. this.lblErrorMessges.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.lblErrorMessges.ForeColor = System.Drawing.Color.Red;
  185. this.lblErrorMessges.Location = new System.Drawing.Point(0, 225);
  186. this.lblErrorMessges.Name = "lblErrorMessges";
  187. this.lblErrorMessges.Size = new System.Drawing.Size(480, 107);
  188. this.lblErrorMessges.TabIndex = 39;
  189. this.lblErrorMessges.Text = "ErrorMessges";
  190. this.lblErrorMessges.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  191. //
  192. // F_P_000021
  193. //
  194. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  195. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  196. this.BackColor = System.Drawing.Color.White;
  197. this.BackgroundImage = null;
  198. this.CancelButton = this.btnClose;
  199. this.ClientSize = new System.Drawing.Size(480, 332);
  200. this.Controls.Add(this.lblErrorMessges);
  201. this.Controls.Add(this.hScrollBar1);
  202. this.Controls.Add(this.lblMonth);
  203. this.Controls.Add(this.dtpMonth);
  204. this.Controls.Add(this.txtUserCode);
  205. this.Controls.Add(this.label1);
  206. this.Controls.Add(this.btnSearch);
  207. this.Controls.Add(this.lblUserID);
  208. this.Controls.Add(this.lblAccountDateStart);
  209. this.Controls.Add(this.dtpDateStart);
  210. this.Controls.Add(this.lblDataTime);
  211. this.Controls.Add(this.btnClose);
  212. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  213. this.IsSaveFormLocation = false;
  214. this.IsSaveFormSize = false;
  215. this.KeyPreview = true;
  216. this.MaximizeBox = false;
  217. this.Name = "F_P_000021";
  218. this.Opacity = 0.9D;
  219. this.ShowInTaskbar = false;
  220. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  221. this.StatusSizingGrip = false;
  222. this.StatusStripVisible = false;
  223. this.StatusTimerVisible = false;
  224. this.Text = "F_P_000021";
  225. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_P_000021_FormClosed);
  226. this.Shown += new System.EventHandler(this.F_P_000021_Shown);
  227. this.ResumeLayout(false);
  228. this.PerformLayout();
  229. }
  230. #endregion
  231. private Basics.BaseControls.C_Label lblUserID;
  232. private Basics.BaseControls.C_Label lblAccountDateStart;
  233. private Basics.BaseControls.C_DateTimePicker dtpDateStart;
  234. private System.Windows.Forms.Timer timer1;
  235. private Basics.BaseControls.C_Label lblDataTime;
  236. private Basics.BaseControls.C_Button btnSearch;
  237. private System.Windows.Forms.Label label1;
  238. private WinForm.Controls.TxtTextBox txtUserCode;
  239. private System.Windows.Forms.Button btnClose;
  240. private Basics.BaseControls.C_Label lblMonth;
  241. private Basics.BaseControls.C_DateTimePicker dtpMonth;
  242. private System.Windows.Forms.HScrollBar hScrollBar1;
  243. private System.Windows.Forms.Label lblErrorMessges;
  244. }
  245. }