F_PC_0106.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0106
  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_0106));
  29. this.lblTimes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  30. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  31. this.txtDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  32. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  33. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.SuspendLayout();
  35. //
  36. // lblTimes
  37. //
  38. this.lblTimes.AutoSize = true;
  39. this.lblTimes.BackColor = System.Drawing.Color.Transparent;
  40. this.lblTimes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  41. this.lblTimes.ForeColor = System.Drawing.SystemColors.ControlText;
  42. this.lblTimes.Location = new System.Drawing.Point(18, 15);
  43. this.lblTimes.Name = "lblTimes";
  44. this.lblTimes.Size = new System.Drawing.Size(53, 12);
  45. this.lblTimes.TabIndex = 2;
  46. this.lblTimes.Text = "操作时间";
  47. //
  48. // c_Label1
  49. //
  50. this.c_Label1.AutoSize = true;
  51. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  52. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  54. this.c_Label1.Location = new System.Drawing.Point(12, 39);
  55. this.c_Label1.Name = "c_Label1";
  56. this.c_Label1.Size = new System.Drawing.Size(59, 12);
  57. this.c_Label1.TabIndex = 3;
  58. this.c_Label1.Text = "说明/备注";
  59. //
  60. // txtDateStart
  61. //
  62. this.txtDateStart.CustomFormat = "yyyy-MM-dd";
  63. this.txtDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.txtDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  65. this.txtDateStart.Location = new System.Drawing.Point(77, 9);
  66. this.txtDateStart.Name = "txtDateStart";
  67. this.txtDateStart.Size = new System.Drawing.Size(103, 21);
  68. this.txtDateStart.TabIndex = 90;
  69. //
  70. // txtRemarks
  71. //
  72. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  73. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  74. this.txtRemarks.ErrorMessage = "";
  75. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.txtRemarks.Location = new System.Drawing.Point(77, 36);
  77. this.txtRemarks.MaxLength = 500;
  78. this.txtRemarks.Multiline = true;
  79. this.txtRemarks.Name = "txtRemarks";
  80. this.txtRemarks.Size = new System.Drawing.Size(195, 124);
  81. this.txtRemarks.TabIndex = 91;
  82. //
  83. // btnSave
  84. //
  85. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  86. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  87. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.btnSave.ForeColor = System.Drawing.Color.White;
  89. this.btnSave.Location = new System.Drawing.Point(187, 166);
  90. this.btnSave.Name = "btnSave";
  91. this.btnSave.Size = new System.Drawing.Size(85, 30);
  92. this.btnSave.TabIndex = 92;
  93. this.btnSave.Text = "保存(&S)";
  94. this.btnSave.UseVisualStyleBackColor = false;
  95. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  96. //
  97. // F_PC_0106
  98. //
  99. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  101. this.ClientSize = new System.Drawing.Size(284, 221);
  102. this.Controls.Add(this.btnSave);
  103. this.Controls.Add(this.txtRemarks);
  104. this.Controls.Add(this.txtDateStart);
  105. this.Controls.Add(this.c_Label1);
  106. this.Controls.Add(this.lblTimes);
  107. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  108. this.IsSaveFormSize = false;
  109. this.MaximizeBox = false;
  110. this.MinimizeBox = false;
  111. this.Name = "F_PC_0106";
  112. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  113. this.Text = "F_PC_0106";
  114. this.Controls.SetChildIndex(this.lblTimes, 0);
  115. this.Controls.SetChildIndex(this.c_Label1, 0);
  116. this.Controls.SetChildIndex(this.txtDateStart, 0);
  117. this.Controls.SetChildIndex(this.txtRemarks, 0);
  118. this.Controls.SetChildIndex(this.btnSave, 0);
  119. this.ResumeLayout(false);
  120. this.PerformLayout();
  121. }
  122. #endregion
  123. private Basics.BaseControls.C_Label lblTimes;
  124. private Basics.BaseControls.C_Label c_Label1;
  125. private Basics.BaseControls.C_DateTimePicker txtDateStart;
  126. private Basics.BaseControls.C_TextBox txtRemarks;
  127. private Basics.BaseControls.C_Button btnSave;
  128. }
  129. }