ArrangedDateSuperSmallForm.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
  2. {
  3. partial class ArrangedDateSuperSmallForm
  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(ArrangedDateSuperSmallForm));
  29. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  30. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.txtDate = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.plExMainContainer.SuspendLayout();
  34. this.plFormMainContent.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // plExMainContainer
  38. //
  39. this.plExMainContainer.Controls.Add(this.txtDate);
  40. this.plExMainContainer.Controls.Add(this.labelEx1);
  41. this.plExMainContainer.Controls.Add(this.btnCancel);
  42. this.plExMainContainer.Controls.Add(this.btnOK);
  43. this.plExMainContainer.Size = new System.Drawing.Size(335, 128);
  44. //
  45. // plFormMainContent
  46. //
  47. this.plFormMainContent.Size = new System.Drawing.Size(335, 128);
  48. //
  49. // btnAppFormMaximize
  50. //
  51. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  52. this.btnAppFormMaximize.Location = new System.Drawing.Point(276, 0);
  53. //
  54. // btnAppFormExit
  55. //
  56. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  57. this.btnAppFormExit.Location = new System.Drawing.Point(303, 0);
  58. //
  59. // btnAppFormMinimize
  60. //
  61. this.btnAppFormMinimize.Location = new System.Drawing.Point(276, 0);
  62. //
  63. // btnOK
  64. //
  65. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  66. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  67. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  68. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  69. this.btnOK.ForeColor = System.Drawing.Color.White;
  70. this.btnOK.IsCustomBackImg = false;
  71. this.btnOK.IsShowText = true;
  72. this.btnOK.Location = new System.Drawing.Point(68, 81);
  73. this.btnOK.Name = "btnOK";
  74. this.btnOK.Size = new System.Drawing.Size(85, 28);
  75. this.btnOK.TabIndex = 0;
  76. this.btnOK.Text = " 确 定";
  77. this.btnOK.UseVisualStyleBackColor = false;
  78. //
  79. // btnCancel
  80. //
  81. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  82. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  83. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  84. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  85. this.btnCancel.ForeColor = System.Drawing.Color.White;
  86. this.btnCancel.IsCustomBackImg = false;
  87. this.btnCancel.IsShowText = true;
  88. this.btnCancel.Location = new System.Drawing.Point(193, 81);
  89. this.btnCancel.Name = "btnCancel";
  90. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  91. this.btnCancel.TabIndex = 1;
  92. this.btnCancel.Text = " 取 消";
  93. this.btnCancel.UseVisualStyleBackColor = false;
  94. //
  95. // labelEx1
  96. //
  97. this.labelEx1.AutoSize = true;
  98. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  99. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  100. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  101. this.labelEx1.Location = new System.Drawing.Point(71, 33);
  102. this.labelEx1.Name = "labelEx1";
  103. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  104. this.labelEx1.TabIndex = 2;
  105. this.labelEx1.Text = "日期:";
  106. //
  107. // txtDate
  108. //
  109. this.txtDate.BackColor = System.Drawing.Color.Transparent;
  110. this.txtDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  111. this.txtDate.Icon = null;
  112. this.txtDate.IconIsButton = false;
  113. this.txtDate.IsPasswordChat = '\0';
  114. this.txtDate.IsSystemPasswordChar = false;
  115. this.txtDate.Lines = new string[0];
  116. this.txtDate.Location = new System.Drawing.Point(117, 29);
  117. this.txtDate.Margin = new System.Windows.Forms.Padding(0);
  118. this.txtDate.MaxLength = 32767;
  119. this.txtDate.MinimumSize = new System.Drawing.Size(0, 24);
  120. this.txtDate.MouseBack = null;
  121. this.txtDate.Multiline = false;
  122. this.txtDate.Name = "txtDate";
  123. this.txtDate.NormlBack = null;
  124. this.txtDate.Padding = new System.Windows.Forms.Padding(5);
  125. this.txtDate.ReadOnly = false;
  126. this.txtDate.ScrollBars = System.Windows.Forms.ScrollBars.None;
  127. this.txtDate.Size = new System.Drawing.Size(160, 25);
  128. this.txtDate.TabIndex = 3;
  129. this.txtDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  130. this.txtDate.WaterColor = System.Drawing.Color.DarkGray;
  131. this.txtDate.WaterText = "";
  132. this.txtDate.WordWrap = true;
  133. //
  134. // ArrangedDateSuperSmallForm
  135. //
  136. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  138. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  139. this.ClientSize = new System.Drawing.Size(335, 193);
  140. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  141. this.MaximizeBox = false;
  142. this.MinimizeBox = false;
  143. this.Name = "ArrangedDateSuperSmallForm";
  144. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  145. this.Text = "安排日期";
  146. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  147. this.plExMainContainer.ResumeLayout(false);
  148. this.plExMainContainer.PerformLayout();
  149. this.plFormMainContent.ResumeLayout(false);
  150. this.ResumeLayout(false);
  151. }
  152. #endregion
  153. protected ComponentLibrary.ButtonEx btnOK;
  154. private ComponentLibrary.LabelEx labelEx1;
  155. protected ComponentLibrary.ButtonEx btnCancel;
  156. protected ComponentLibrary.TextBoxEx txtDate;
  157. }
  158. }