FrmPrintInitialValue.Designer.cs 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. namespace LYFZ.Software.UI.ReportPrint
  2. {
  3. partial class FrmPrintInitialValue
  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(FrmPrintInitialValue));
  29. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.nud_ValueData = new LYFZ.OtherExpansion.SkinControl.SkinNumericUpDown();
  31. this.btn_Ok = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.btn_Cancel = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.plExMainContainer.SuspendLayout();
  34. this.plFormMainContent.SuspendLayout();
  35. ((System.ComponentModel.ISupportInitialize)(this.nud_ValueData)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // plExMainContainer
  39. //
  40. this.plExMainContainer.Controls.Add(this.btn_Cancel);
  41. this.plExMainContainer.Controls.Add(this.btn_Ok);
  42. this.plExMainContainer.Controls.Add(this.nud_ValueData);
  43. this.plExMainContainer.Controls.Add(this.labelEx1);
  44. this.plExMainContainer.Size = new System.Drawing.Size(300, 115);
  45. //
  46. // plFormMainContent
  47. //
  48. this.plFormMainContent.Size = new System.Drawing.Size(300, 115);
  49. //
  50. // btnAppFormExit
  51. //
  52. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  53. this.btnAppFormExit.Location = new System.Drawing.Point(268, 0);
  54. //
  55. // btnAppFormMinimize
  56. //
  57. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  58. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  59. //
  60. // labelEx1
  61. //
  62. this.labelEx1.AutoSize = true;
  63. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  64. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  65. this.labelEx1.Location = new System.Drawing.Point(55, 27);
  66. this.labelEx1.Name = "labelEx1";
  67. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  68. this.labelEx1.TabIndex = 0;
  69. this.labelEx1.Text = "初始值:";
  70. //
  71. // nud_ValueData
  72. //
  73. this.nud_ValueData.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  74. this.nud_ValueData.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  75. this.nud_ValueData.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  76. this.nud_ValueData.IsCustomColor = false;
  77. this.nud_ValueData.Location = new System.Drawing.Point(118, 25);
  78. this.nud_ValueData.Maximum = new decimal(new int[] {
  79. 9999999,
  80. 0,
  81. 0,
  82. 0});
  83. this.nud_ValueData.Minimum = new decimal(new int[] {
  84. 1,
  85. 0,
  86. 0,
  87. 0});
  88. this.nud_ValueData.Name = "nud_ValueData";
  89. this.nud_ValueData.Size = new System.Drawing.Size(120, 21);
  90. this.nud_ValueData.TabIndex = 1;
  91. this.nud_ValueData.Value = new decimal(new int[] {
  92. 1,
  93. 0,
  94. 0,
  95. 0});
  96. //
  97. // btn_Ok
  98. //
  99. this.btn_Ok.BackColor = System.Drawing.Color.Transparent;
  100. this.btn_Ok.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Ok.BackImg")));
  101. this.btn_Ok.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  102. this.btn_Ok.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  103. this.btn_Ok.ForeColor = System.Drawing.Color.White;
  104. this.btn_Ok.IsCustomBackImg = false;
  105. this.btn_Ok.IsShowText = true;
  106. this.btn_Ok.Location = new System.Drawing.Point(41, 68);
  107. this.btn_Ok.Name = "btn_Ok";
  108. this.btn_Ok.Size = new System.Drawing.Size(85, 28);
  109. this.btn_Ok.TabIndex = 2;
  110. this.btn_Ok.Text = " 确定";
  111. this.btn_Ok.UseVisualStyleBackColor = false;
  112. //
  113. // btn_Cancel
  114. //
  115. this.btn_Cancel.BackColor = System.Drawing.Color.Transparent;
  116. this.btn_Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Cancel.BackImg")));
  117. this.btn_Cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  118. this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  119. this.btn_Cancel.ForeColor = System.Drawing.Color.White;
  120. this.btn_Cancel.IsCustomBackImg = false;
  121. this.btn_Cancel.IsShowText = true;
  122. this.btn_Cancel.Location = new System.Drawing.Point(174, 68);
  123. this.btn_Cancel.Name = "btn_Cancel";
  124. this.btn_Cancel.Size = new System.Drawing.Size(85, 28);
  125. this.btn_Cancel.TabIndex = 2;
  126. this.btn_Cancel.Text = " 取消";
  127. this.btn_Cancel.UseVisualStyleBackColor = false;
  128. //
  129. // FrmPrintInitialValue
  130. //
  131. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  132. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  133. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  134. this.ClientSize = new System.Drawing.Size(300, 180);
  135. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  136. this.MaximizeBox = false;
  137. this.MinimizeBox = false;
  138. this.Name = "FrmPrintInitialValue";
  139. this.Text = "设置集团版打印流水初始值";
  140. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  141. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  142. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  143. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  144. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  145. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  146. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  147. this.plExMainContainer.ResumeLayout(false);
  148. this.plExMainContainer.PerformLayout();
  149. this.plFormMainContent.ResumeLayout(false);
  150. ((System.ComponentModel.ISupportInitialize)(this.nud_ValueData)).EndInit();
  151. this.ResumeLayout(false);
  152. }
  153. #endregion
  154. private ComponentLibrary.LabelEx labelEx1;
  155. protected internal ComponentLibrary.ButtonEx btn_Cancel;
  156. protected internal ComponentLibrary.ButtonEx btn_Ok;
  157. protected internal OtherExpansion.SkinControl.SkinNumericUpDown nud_ValueData;
  158. }
  159. }