DateSetSuperSmallForm.Designer.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. namespace LYFZ.Software.UI.ReportPrint.SuperSmallForm
  2. {
  3. partial class DateSetSuperSmallForm
  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(DateSetSuperSmallForm));
  29. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  30. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.cmbText = new LYFZ.ComponentLibrary.ComboBoxEx();
  33. this.lblExample = new LYFZ.ComponentLibrary.LabelEx();
  34. this.plExMainContainer.SuspendLayout();
  35. this.plFormMainContent.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // plExMainContainer
  39. //
  40. this.plExMainContainer.Controls.Add(this.lblExample);
  41. this.plExMainContainer.Controls.Add(this.cmbText);
  42. this.plExMainContainer.Controls.Add(this.labelEx1);
  43. this.plExMainContainer.Controls.Add(this.btnCancel);
  44. this.plExMainContainer.Controls.Add(this.btnOK);
  45. this.plExMainContainer.Size = new System.Drawing.Size(460, 265);
  46. //
  47. // plFormMainContent
  48. //
  49. this.plFormMainContent.Size = new System.Drawing.Size(460, 265);
  50. //
  51. // btnAppFormMaximize
  52. //
  53. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  54. this.btnAppFormMaximize.Location = new System.Drawing.Point(271, 0);
  55. //
  56. // btnAppFormExit
  57. //
  58. this.btnAppFormExit.Location = new System.Drawing.Point(428, 0);
  59. //
  60. // btnAppFormMinimize
  61. //
  62. this.btnAppFormMinimize.Location = new System.Drawing.Point(271, 0);
  63. //
  64. // btnOK
  65. //
  66. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  67. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  68. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  69. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  70. this.btnOK.ForeColor = System.Drawing.Color.White;
  71. this.btnOK.IsShowText = true;
  72. this.btnOK.Location = new System.Drawing.Point(133, 181);
  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.IsShowText = true;
  87. this.btnCancel.Location = new System.Drawing.Point(242, 181);
  88. this.btnCancel.Name = "btnCancel";
  89. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  90. this.btnCancel.TabIndex = 1;
  91. this.btnCancel.Text = "取消";
  92. this.btnCancel.UseVisualStyleBackColor = false;
  93. //
  94. // labelEx1
  95. //
  96. this.labelEx1.AutoSize = true;
  97. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  98. this.labelEx1.Location = new System.Drawing.Point(131, 74);
  99. this.labelEx1.Name = "labelEx1";
  100. this.labelEx1.Size = new System.Drawing.Size(41, 12);
  101. this.labelEx1.TabIndex = 2;
  102. this.labelEx1.Text = "格式:";
  103. //
  104. // cmbText
  105. //
  106. this.cmbText.FormattingEnabled = true;
  107. this.cmbText.Location = new System.Drawing.Point(174, 71);
  108. this.cmbText.Name = "cmbText";
  109. this.cmbText.ReadOnly = false;
  110. this.cmbText.Size = new System.Drawing.Size(151, 20);
  111. this.cmbText.TabIndex = 3;
  112. //
  113. // lblExample
  114. //
  115. this.lblExample.AutoSize = true;
  116. this.lblExample.BackColor = System.Drawing.Color.Transparent;
  117. this.lblExample.Location = new System.Drawing.Point(131, 105);
  118. this.lblExample.Name = "lblExample";
  119. this.lblExample.Size = new System.Drawing.Size(53, 12);
  120. this.lblExample.TabIndex = 4;
  121. this.lblExample.Text = "labelEx2";
  122. //
  123. // DateSetSuperSmallForm
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. this.ClientSize = new System.Drawing.Size(460, 330);
  128. this.MaximizeBox = false;
  129. this.MinimizeBox = false;
  130. this.Name = "DateSetSuperSmallForm";
  131. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  132. this.Text = "日期格式设置";
  133. this.plExMainContainer.ResumeLayout(false);
  134. this.plExMainContainer.PerformLayout();
  135. this.plFormMainContent.ResumeLayout(false);
  136. this.ResumeLayout(false);
  137. }
  138. #endregion
  139. private ComponentLibrary.LabelEx labelEx1;
  140. protected ComponentLibrary.ButtonEx btnOK;
  141. protected ComponentLibrary.LabelEx lblExample;
  142. protected ComponentLibrary.ComboBoxEx cmbText;
  143. protected ComponentLibrary.ButtonEx btnCancel;
  144. }
  145. }