F_PC_1203.Designer.cs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_1203
  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_1203));
  29. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  30. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.lblMessage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  32. this.SuspendLayout();
  33. //
  34. // btnCancel
  35. //
  36. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  37. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  38. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  39. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  40. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  41. this.btnCancel.ForeColor = System.Drawing.Color.White;
  42. this.btnCancel.Location = new System.Drawing.Point(258, 189);
  43. this.btnCancel.Name = "btnCancel";
  44. this.btnCancel.Size = new System.Drawing.Size(78, 30);
  45. this.btnCancel.TabIndex = 11;
  46. this.btnCancel.Text = "关闭(&X)";
  47. this.btnCancel.UseVisualStyleBackColor = false;
  48. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  49. //
  50. // btnSave
  51. //
  52. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  53. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  54. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  55. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.btnSave.ForeColor = System.Drawing.Color.White;
  57. this.btnSave.Location = new System.Drawing.Point(173, 189);
  58. this.btnSave.Name = "btnSave";
  59. this.btnSave.Size = new System.Drawing.Size(79, 30);
  60. this.btnSave.TabIndex = 10;
  61. this.btnSave.Text = "结转(&D)";
  62. this.btnSave.UseVisualStyleBackColor = false;
  63. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  64. //
  65. // lblMessage
  66. //
  67. this.lblMessage.AutoSize = true;
  68. this.lblMessage.BackColor = System.Drawing.Color.Transparent;
  69. this.lblMessage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.lblMessage.ForeColor = System.Drawing.Color.Red;
  71. this.lblMessage.Location = new System.Drawing.Point(12, 72);
  72. this.lblMessage.Name = "lblMessage";
  73. this.lblMessage.Size = new System.Drawing.Size(317, 12);
  74. this.lblMessage.TabIndex = 7;
  75. this.lblMessage.Text = "结转月份要大于最后结转月【{0}】,小于当前月【{1}】。";
  76. //
  77. // F_PC_1203
  78. //
  79. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  80. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  81. this.CancelButton = this.btnCancel;
  82. this.ClientSize = new System.Drawing.Size(348, 244);
  83. this.Controls.Add(this.lblMessage);
  84. this.Controls.Add(this.btnCancel);
  85. this.Controls.Add(this.btnSave);
  86. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  87. this.IsSaveFormLocation = false;
  88. this.IsSaveFormSize = false;
  89. this.MaximizeBox = false;
  90. this.MinimizeBox = false;
  91. this.Name = "F_PC_1203";
  92. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  93. this.StatusSizingGrip = false;
  94. this.Text = "模具库存反结转";
  95. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1202_FormClosed);
  96. this.Load += new System.EventHandler(this.F_PC_1202_Load);
  97. this.Controls.SetChildIndex(this.btnSave, 0);
  98. this.Controls.SetChildIndex(this.btnCancel, 0);
  99. this.Controls.SetChildIndex(this.lblMessage, 0);
  100. this.ResumeLayout(false);
  101. this.PerformLayout();
  102. }
  103. #endregion
  104. private Basics.BaseControls.C_Button btnCancel;
  105. private Basics.BaseControls.C_Button btnSave;
  106. private Basics.BaseControls.C_Label lblMessage;
  107. }
  108. }