F_MST_0303.Designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0303
  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_0303));
  29. this.lblSKDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  30. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.dtpSKDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  33. this.pnlBack.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // pnlBack
  37. //
  38. this.pnlBack.Controls.Add(this.btnCancel);
  39. this.pnlBack.Controls.Add(this.btnSave);
  40. this.pnlBack.Size = new System.Drawing.Size(216, 103);
  41. //
  42. // lblSKDate
  43. //
  44. this.lblSKDate.AutoSize = true;
  45. this.lblSKDate.BackColor = System.Drawing.Color.Transparent;
  46. this.lblSKDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.lblSKDate.ForeColor = System.Drawing.SystemColors.ControlText;
  48. this.lblSKDate.Image = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg;
  49. this.lblSKDate.Location = new System.Drawing.Point(12, 24);
  50. this.lblSKDate.Name = "lblSKDate";
  51. this.lblSKDate.Size = new System.Drawing.Size(29, 12);
  52. this.lblSKDate.TabIndex = 0;
  53. this.lblSKDate.Text = "财年";
  54. //
  55. // btnCancel
  56. //
  57. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  58. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  59. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  60. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  61. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.btnCancel.ForeColor = System.Drawing.Color.White;
  63. this.btnCancel.Location = new System.Drawing.Point(119, 60);
  64. this.btnCancel.Name = "btnCancel";
  65. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  66. this.btnCancel.TabIndex = 20;
  67. this.btnCancel.Text = "关闭(&C)";
  68. this.btnCancel.UseVisualStyleBackColor = false;
  69. //
  70. // btnSave
  71. //
  72. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  73. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  74. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  75. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.btnSave.ForeColor = System.Drawing.Color.White;
  77. this.btnSave.Location = new System.Drawing.Point(28, 60);
  78. this.btnSave.Name = "btnSave";
  79. this.btnSave.Size = new System.Drawing.Size(85, 30);
  80. this.btnSave.TabIndex = 19;
  81. this.btnSave.Text = "保存(&S)";
  82. this.btnSave.UseVisualStyleBackColor = true;
  83. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  84. //
  85. // dtpSKDate
  86. //
  87. this.dtpSKDate.CustomFormat = "yyyy";
  88. this.dtpSKDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.dtpSKDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  90. this.dtpSKDate.Location = new System.Drawing.Point(47, 20);
  91. this.dtpSKDate.Name = "dtpSKDate";
  92. this.dtpSKDate.ShowUpDown = true;
  93. this.dtpSKDate.Size = new System.Drawing.Size(156, 21);
  94. this.dtpSKDate.TabIndex = 1000;
  95. //
  96. // F_MST_0303
  97. //
  98. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  99. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100. this.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg;
  101. this.CancelButton = this.btnCancel;
  102. this.ClientSize = new System.Drawing.Size(216, 125);
  103. this.Controls.Add(this.dtpSKDate);
  104. this.Controls.Add(this.lblSKDate);
  105. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  106. this.Name = "F_MST_0303";
  107. this.Text = "更新财年";
  108. this.Load += new System.EventHandler(this.F_MST_0303_Load);
  109. this.Controls.SetChildIndex(this.pnlBack, 0);
  110. this.Controls.SetChildIndex(this.lblSKDate, 0);
  111. this.Controls.SetChildIndex(this.dtpSKDate, 0);
  112. this.pnlBack.ResumeLayout(false);
  113. this.ResumeLayout(false);
  114. this.PerformLayout();
  115. }
  116. #endregion
  117. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblSKDate;
  118. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
  119. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
  120. private Basics.BaseControls.C_DateTimePicker dtpSKDate;
  121. }
  122. }