F_MST_040101.Designer.cs 18 KB

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