DatePickerCustom.Designer.cs 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. namespace CombBoxXX
  2. {
  3. partial class DatePickerCustom
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DatePickerCustom));
  29. this.buttonExpand1 = new LYFZ.ComponentLibrary.ButtonExpand();
  30. this.textBoxEx1 = new LYFZ.ComponentLibrary.TextBoxEx();
  31. this.SuspendLayout();
  32. //
  33. // buttonExpand1
  34. //
  35. this.buttonExpand1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  36. this.buttonExpand1.BackColor = System.Drawing.Color.Transparent;
  37. this.buttonExpand1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonExpand1.BackgroundImage")));
  38. this.buttonExpand1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  39. this.buttonExpand1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonExpand1.BackImg")));
  40. this.buttonExpand1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
  41. this.buttonExpand1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  42. this.buttonExpand1.ForeColor = System.Drawing.Color.White;
  43. this.buttonExpand1.IsCustomBackImg = false;
  44. this.buttonExpand1.IsShowText = false;
  45. this.buttonExpand1.Location = new System.Drawing.Point(101, 1);
  46. this.buttonExpand1.Name = "buttonExpand1";
  47. this.buttonExpand1.Size = new System.Drawing.Size(20, 20);
  48. this.buttonExpand1.TabIndex = 2;
  49. this.buttonExpand1.Text = "buttonExpand1";
  50. this.buttonExpand1.UseVisualStyleBackColor = false;
  51. this.buttonExpand1.Click += new System.EventHandler(this.buttonExpand1_Click);
  52. //
  53. // textBoxEx1
  54. //
  55. this.textBoxEx1.BackColor = System.Drawing.Color.Transparent;
  56. this.textBoxEx1.BorderColor = System.Drawing.Color.Black;
  57. this.textBoxEx1.BorderWidth = 1;
  58. this.textBoxEx1.Ico = null;
  59. this.textBoxEx1.IcoPadding = new System.Windows.Forms.Padding(3, 3, 0, 0);
  60. this.textBoxEx1.Isico = false;
  61. this.textBoxEx1.IsPass = false;
  62. this.textBoxEx1.lines = new string[0];
  63. this.textBoxEx1.Location = new System.Drawing.Point(0, 0);
  64. this.textBoxEx1.MaxLength = 32767;
  65. this.textBoxEx1.Multiline = false;
  66. this.textBoxEx1.Name = "textBoxEx1";
  67. this.textBoxEx1.NewFont = new System.Drawing.Font("宋体", 10.5F);
  68. this.textBoxEx1.PassChar = '\0';
  69. this.textBoxEx1.ReadOnly = true;
  70. this.textBoxEx1.Size = new System.Drawing.Size(120, 22);
  71. this.textBoxEx1.TabIndex = 1;
  72. //
  73. // DatePickerCustom
  74. //
  75. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  76. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  77. this.Controls.Add(this.buttonExpand1);
  78. this.Controls.Add(this.textBoxEx1);
  79. this.Name = "DatePickerCustom";
  80. this.Size = new System.Drawing.Size(120, 22);
  81. this.Load += new System.EventHandler(this.DatePickerCustom_Load);
  82. this.ResumeLayout(false);
  83. }
  84. #endregion
  85. private LYFZ.ComponentLibrary.TextBoxEx textBoxEx1;
  86. private LYFZ.ComponentLibrary.ButtonExpand buttonExpand1;
  87. }
  88. }