GetDateSuperSmallForm.Designer.cs 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
  2. {
  3. partial class GetDateSuperSmallForm
  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(GetDateSuperSmallForm));
  29. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  30. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.dtpDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
  32. this.plExMainContainer.SuspendLayout();
  33. this.plFormMainContent.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // plExMainContainer
  37. //
  38. this.plExMainContainer.Controls.Add(this.dtpDate);
  39. this.plExMainContainer.Controls.Add(this.btnCancel);
  40. this.plExMainContainer.Controls.Add(this.btnOK);
  41. this.plExMainContainer.Size = new System.Drawing.Size(363, 160);
  42. //
  43. // plFormMainContent
  44. //
  45. this.plFormMainContent.Size = new System.Drawing.Size(363, 160);
  46. //
  47. // btnAppFormMaximize
  48. //
  49. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  50. this.btnAppFormMaximize.Location = new System.Drawing.Point(304, 0);
  51. //
  52. // btnAppFormExit
  53. //
  54. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  55. this.btnAppFormExit.Location = new System.Drawing.Point(331, 0);
  56. //
  57. // btnAppFormMinimize
  58. //
  59. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  60. this.btnAppFormMinimize.Location = new System.Drawing.Point(277, 0);
  61. //
  62. // btnOK
  63. //
  64. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  65. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  66. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  67. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  68. this.btnOK.ForeColor = System.Drawing.Color.White;
  69. this.btnOK.IsCustomBackImg = false;
  70. this.btnOK.IsShowText = true;
  71. this.btnOK.Location = new System.Drawing.Point(73, 98);
  72. this.btnOK.Name = "btnOK";
  73. this.btnOK.Size = new System.Drawing.Size(85, 28);
  74. this.btnOK.TabIndex = 1;
  75. this.btnOK.Text = " 确 定";
  76. this.btnOK.UseVisualStyleBackColor = false;
  77. //
  78. // btnCancel
  79. //
  80. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  81. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  82. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  83. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  84. this.btnCancel.ForeColor = System.Drawing.Color.White;
  85. this.btnCancel.IsCustomBackImg = false;
  86. this.btnCancel.IsShowText = true;
  87. this.btnCancel.Location = new System.Drawing.Point(197, 98);
  88. this.btnCancel.Name = "btnCancel";
  89. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  90. this.btnCancel.TabIndex = 2;
  91. this.btnCancel.Text = " 取 消";
  92. this.btnCancel.UseVisualStyleBackColor = false;
  93. //
  94. // dtpDate
  95. //
  96. this.dtpDate.CustomFormat = "yyyy-MM-dd";
  97. this.dtpDate.DateValue = "2014-12-20";
  98. this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  99. this.dtpDate.IsShowTime = false;
  100. this.dtpDate.Location = new System.Drawing.Point(105, 44);
  101. this.dtpDate.Name = "dtpDate";
  102. this.dtpDate.Size = new System.Drawing.Size(135, 21);
  103. this.dtpDate.TabIndex = 0;
  104. this.dtpDate.Value = new System.DateTime(2014, 12, 20, 0, 0, 0, 0);
  105. //
  106. // GetDateSuperSmallForm
  107. //
  108. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  109. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  110. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  111. this.ClientSize = new System.Drawing.Size(363, 225);
  112. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  113. this.Name = "GetDateSuperSmallForm";
  114. this.Text = "选择日期";
  115. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  116. this.plExMainContainer.ResumeLayout(false);
  117. this.plFormMainContent.ResumeLayout(false);
  118. this.ResumeLayout(false);
  119. }
  120. #endregion
  121. protected ComponentLibrary.ButtonEx btnCancel;
  122. protected ComponentLibrary.ButtonEx btnOK;
  123. protected ComponentLibrary.DateTimePickerEx dtpDate;
  124. }
  125. }