F_PC_1204.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_1204
  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(F_PC_1204));
  29. this.txtCDay = new System.Windows.Forms.TextBox();
  30. this.txtCHour = new System.Windows.Forms.TextBox();
  31. this.txtCMi = new System.Windows.Forms.TextBox();
  32. this.lblInfo = new System.Windows.Forms.Label();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.label7 = new System.Windows.Forms.Label();
  40. this.label8 = new System.Windows.Forms.Label();
  41. this.label9 = new System.Windows.Forms.Label();
  42. this.txtSDay = new System.Windows.Forms.NumericUpDown();
  43. this.txtSHour = new System.Windows.Forms.NumericUpDown();
  44. this.txtSMi = new System.Windows.Forms.ComboBox();
  45. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.lblRunInfo = new System.Windows.Forms.Label();
  48. this.chkEnabled = new System.Windows.Forms.CheckBox();
  49. this.lblRunInfo2 = new System.Windows.Forms.Label();
  50. ((System.ComponentModel.ISupportInitialize)(this.txtSDay)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtSHour)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // txtCDay
  55. //
  56. this.txtCDay.Location = new System.Drawing.Point(106, 61);
  57. this.txtCDay.Name = "txtCDay";
  58. this.txtCDay.ReadOnly = true;
  59. this.txtCDay.Size = new System.Drawing.Size(40, 21);
  60. this.txtCDay.TabIndex = 3;
  61. //
  62. // txtCHour
  63. //
  64. this.txtCHour.Location = new System.Drawing.Point(175, 61);
  65. this.txtCHour.Name = "txtCHour";
  66. this.txtCHour.ReadOnly = true;
  67. this.txtCHour.Size = new System.Drawing.Size(40, 21);
  68. this.txtCHour.TabIndex = 5;
  69. //
  70. // txtCMi
  71. //
  72. this.txtCMi.Location = new System.Drawing.Point(244, 61);
  73. this.txtCMi.Name = "txtCMi";
  74. this.txtCMi.ReadOnly = true;
  75. this.txtCMi.Size = new System.Drawing.Size(40, 21);
  76. this.txtCMi.TabIndex = 7;
  77. //
  78. // lblInfo
  79. //
  80. this.lblInfo.AutoSize = true;
  81. this.lblInfo.Location = new System.Drawing.Point(12, 65);
  82. this.lblInfo.Name = "lblInfo";
  83. this.lblInfo.Size = new System.Drawing.Size(53, 12);
  84. this.lblInfo.TabIndex = 8;
  85. this.lblInfo.Text = "当前设置";
  86. //
  87. // label1
  88. //
  89. this.label1.AutoSize = true;
  90. this.label1.Location = new System.Drawing.Point(71, 65);
  91. this.label1.Name = "label1";
  92. this.label1.Size = new System.Drawing.Size(29, 12);
  93. this.label1.TabIndex = 8;
  94. this.label1.Text = "每月";
  95. //
  96. // label2
  97. //
  98. this.label2.AutoSize = true;
  99. this.label2.Location = new System.Drawing.Point(152, 65);
  100. this.label2.Name = "label2";
  101. this.label2.Size = new System.Drawing.Size(17, 12);
  102. this.label2.TabIndex = 9;
  103. this.label2.Text = "日";
  104. //
  105. // label3
  106. //
  107. this.label3.AutoSize = true;
  108. this.label3.Location = new System.Drawing.Point(221, 65);
  109. this.label3.Name = "label3";
  110. this.label3.Size = new System.Drawing.Size(17, 12);
  111. this.label3.TabIndex = 10;
  112. this.label3.Text = "时";
  113. //
  114. // label4
  115. //
  116. this.label4.AutoSize = true;
  117. this.label4.Location = new System.Drawing.Point(290, 65);
  118. this.label4.Name = "label4";
  119. this.label4.Size = new System.Drawing.Size(17, 12);
  120. this.label4.TabIndex = 11;
  121. this.label4.Text = "分";
  122. //
  123. // label5
  124. //
  125. this.label5.AutoSize = true;
  126. this.label5.Location = new System.Drawing.Point(290, 103);
  127. this.label5.Name = "label5";
  128. this.label5.Size = new System.Drawing.Size(17, 12);
  129. this.label5.TabIndex = 19;
  130. this.label5.Text = "分";
  131. //
  132. // label6
  133. //
  134. this.label6.AutoSize = true;
  135. this.label6.Location = new System.Drawing.Point(221, 103);
  136. this.label6.Name = "label6";
  137. this.label6.Size = new System.Drawing.Size(17, 12);
  138. this.label6.TabIndex = 18;
  139. this.label6.Text = "时";
  140. //
  141. // label7
  142. //
  143. this.label7.AutoSize = true;
  144. this.label7.Location = new System.Drawing.Point(152, 103);
  145. this.label7.Name = "label7";
  146. this.label7.Size = new System.Drawing.Size(17, 12);
  147. this.label7.TabIndex = 17;
  148. this.label7.Text = "日";
  149. //
  150. // label8
  151. //
  152. this.label8.AutoSize = true;
  153. this.label8.Location = new System.Drawing.Point(71, 103);
  154. this.label8.Name = "label8";
  155. this.label8.Size = new System.Drawing.Size(29, 12);
  156. this.label8.TabIndex = 15;
  157. this.label8.Text = "每月";
  158. //
  159. // label9
  160. //
  161. this.label9.AutoSize = true;
  162. this.label9.Location = new System.Drawing.Point(24, 103);
  163. this.label9.Name = "label9";
  164. this.label9.Size = new System.Drawing.Size(41, 12);
  165. this.label9.TabIndex = 16;
  166. this.label9.Text = "设置为";
  167. //
  168. // txtSDay
  169. //
  170. this.txtSDay.Location = new System.Drawing.Point(106, 99);
  171. this.txtSDay.Maximum = new decimal(new int[] {
  172. 31,
  173. 0,
  174. 0,
  175. 0});
  176. this.txtSDay.Minimum = new decimal(new int[] {
  177. 1,
  178. 0,
  179. 0,
  180. 0});
  181. this.txtSDay.Name = "txtSDay";
  182. this.txtSDay.Size = new System.Drawing.Size(40, 21);
  183. this.txtSDay.TabIndex = 20;
  184. this.txtSDay.Value = new decimal(new int[] {
  185. 1,
  186. 0,
  187. 0,
  188. 0});
  189. //
  190. // txtSHour
  191. //
  192. this.txtSHour.Location = new System.Drawing.Point(175, 99);
  193. this.txtSHour.Maximum = new decimal(new int[] {
  194. 23,
  195. 0,
  196. 0,
  197. 0});
  198. this.txtSHour.Name = "txtSHour";
  199. this.txtSHour.Size = new System.Drawing.Size(40, 21);
  200. this.txtSHour.TabIndex = 21;
  201. this.txtSHour.Value = new decimal(new int[] {
  202. 1,
  203. 0,
  204. 0,
  205. 0});
  206. //
  207. // txtSMi
  208. //
  209. this.txtSMi.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  210. this.txtSMi.FormattingEnabled = true;
  211. this.txtSMi.Items.AddRange(new object[] {
  212. "00",
  213. "30"});
  214. this.txtSMi.Location = new System.Drawing.Point(244, 99);
  215. this.txtSMi.Name = "txtSMi";
  216. this.txtSMi.Size = new System.Drawing.Size(40, 20);
  217. this.txtSMi.TabIndex = 22;
  218. //
  219. // btnCancel
  220. //
  221. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  222. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  223. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  224. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  225. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.btnCancel.ForeColor = System.Drawing.Color.White;
  227. this.btnCancel.Location = new System.Drawing.Point(230, 137);
  228. this.btnCancel.Name = "btnCancel";
  229. this.btnCancel.Size = new System.Drawing.Size(78, 30);
  230. this.btnCancel.TabIndex = 101;
  231. this.btnCancel.Text = "关闭(&X)";
  232. this.btnCancel.UseVisualStyleBackColor = false;
  233. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  234. //
  235. // btnSave
  236. //
  237. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  238. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  239. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  240. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.btnSave.ForeColor = System.Drawing.Color.White;
  242. this.btnSave.Location = new System.Drawing.Point(145, 137);
  243. this.btnSave.Name = "btnSave";
  244. this.btnSave.Size = new System.Drawing.Size(79, 30);
  245. this.btnSave.TabIndex = 100;
  246. this.btnSave.Text = "保存(&S)";
  247. this.btnSave.UseVisualStyleBackColor = false;
  248. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  249. //
  250. // lblRunInfo
  251. //
  252. this.lblRunInfo.AutoSize = true;
  253. this.lblRunInfo.Location = new System.Drawing.Point(12, 9);
  254. this.lblRunInfo.Name = "lblRunInfo";
  255. this.lblRunInfo.Size = new System.Drawing.Size(41, 12);
  256. this.lblRunInfo.TabIndex = 8;
  257. this.lblRunInfo.Text = "XXXXXX";
  258. //
  259. // chkEnabled
  260. //
  261. this.chkEnabled.AutoSize = true;
  262. this.chkEnabled.Location = new System.Drawing.Point(26, 133);
  263. this.chkEnabled.Name = "chkEnabled";
  264. this.chkEnabled.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  265. this.chkEnabled.Size = new System.Drawing.Size(48, 16);
  266. this.chkEnabled.TabIndex = 23;
  267. this.chkEnabled.Text = "有效";
  268. this.chkEnabled.UseVisualStyleBackColor = true;
  269. //
  270. // lblRunInfo2
  271. //
  272. this.lblRunInfo2.AutoSize = true;
  273. this.lblRunInfo2.Location = new System.Drawing.Point(12, 35);
  274. this.lblRunInfo2.Name = "lblRunInfo2";
  275. this.lblRunInfo2.Size = new System.Drawing.Size(41, 12);
  276. this.lblRunInfo2.TabIndex = 8;
  277. this.lblRunInfo2.Text = "XXXXXX";
  278. //
  279. // F_PC_1204
  280. //
  281. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  282. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  283. this.CancelButton = this.btnCancel;
  284. this.ClientSize = new System.Drawing.Size(320, 192);
  285. this.Controls.Add(this.btnCancel);
  286. this.Controls.Add(this.btnSave);
  287. this.Controls.Add(this.chkEnabled);
  288. this.Controls.Add(this.txtSMi);
  289. this.Controls.Add(this.txtSHour);
  290. this.Controls.Add(this.txtSDay);
  291. this.Controls.Add(this.label5);
  292. this.Controls.Add(this.label6);
  293. this.Controls.Add(this.label7);
  294. this.Controls.Add(this.label8);
  295. this.Controls.Add(this.label9);
  296. this.Controls.Add(this.label4);
  297. this.Controls.Add(this.label3);
  298. this.Controls.Add(this.label2);
  299. this.Controls.Add(this.label1);
  300. this.Controls.Add(this.lblRunInfo2);
  301. this.Controls.Add(this.lblRunInfo);
  302. this.Controls.Add(this.lblInfo);
  303. this.Controls.Add(this.txtCMi);
  304. this.Controls.Add(this.txtCHour);
  305. this.Controls.Add(this.txtCDay);
  306. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  307. this.IsSaveFormLocation = false;
  308. this.IsSaveFormSize = false;
  309. this.MaximizeBox = false;
  310. this.MinimizeBox = false;
  311. this.Name = "F_PC_1204";
  312. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  313. this.StatusSizingGrip = false;
  314. this.Text = "模具库存自动结转设置";
  315. this.Load += new System.EventHandler(this.F_MST_040101_Load);
  316. this.Controls.SetChildIndex(this.txtCDay, 0);
  317. this.Controls.SetChildIndex(this.txtCHour, 0);
  318. this.Controls.SetChildIndex(this.txtCMi, 0);
  319. this.Controls.SetChildIndex(this.lblInfo, 0);
  320. this.Controls.SetChildIndex(this.lblRunInfo, 0);
  321. this.Controls.SetChildIndex(this.lblRunInfo2, 0);
  322. this.Controls.SetChildIndex(this.label1, 0);
  323. this.Controls.SetChildIndex(this.label2, 0);
  324. this.Controls.SetChildIndex(this.label3, 0);
  325. this.Controls.SetChildIndex(this.label4, 0);
  326. this.Controls.SetChildIndex(this.label9, 0);
  327. this.Controls.SetChildIndex(this.label8, 0);
  328. this.Controls.SetChildIndex(this.label7, 0);
  329. this.Controls.SetChildIndex(this.label6, 0);
  330. this.Controls.SetChildIndex(this.label5, 0);
  331. this.Controls.SetChildIndex(this.txtSDay, 0);
  332. this.Controls.SetChildIndex(this.txtSHour, 0);
  333. this.Controls.SetChildIndex(this.txtSMi, 0);
  334. this.Controls.SetChildIndex(this.chkEnabled, 0);
  335. this.Controls.SetChildIndex(this.btnSave, 0);
  336. this.Controls.SetChildIndex(this.btnCancel, 0);
  337. ((System.ComponentModel.ISupportInitialize)(this.txtSDay)).EndInit();
  338. ((System.ComponentModel.ISupportInitialize)(this.txtSHour)).EndInit();
  339. this.ResumeLayout(false);
  340. this.PerformLayout();
  341. }
  342. #endregion
  343. private System.Windows.Forms.TextBox txtCDay;
  344. private System.Windows.Forms.TextBox txtCHour;
  345. private System.Windows.Forms.TextBox txtCMi;
  346. private System.Windows.Forms.Label lblInfo;
  347. private System.Windows.Forms.Label label1;
  348. private System.Windows.Forms.Label label2;
  349. private System.Windows.Forms.Label label3;
  350. private System.Windows.Forms.Label label4;
  351. private System.Windows.Forms.Label label5;
  352. private System.Windows.Forms.Label label6;
  353. private System.Windows.Forms.Label label7;
  354. private System.Windows.Forms.Label label8;
  355. private System.Windows.Forms.Label label9;
  356. private System.Windows.Forms.NumericUpDown txtSDay;
  357. private System.Windows.Forms.NumericUpDown txtSHour;
  358. private System.Windows.Forms.ComboBox txtSMi;
  359. private Basics.BaseControls.C_Button btnCancel;
  360. private Basics.BaseControls.C_Button btnSave;
  361. private System.Windows.Forms.Label lblRunInfo;
  362. private System.Windows.Forms.CheckBox chkEnabled;
  363. private System.Windows.Forms.Label lblRunInfo2;
  364. }
  365. }