FinanceDayAuditTipsSetSmallForm.Designer.cs 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FinanceDayAuditTipsSetSmallForm
  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(FinanceDayAuditTipsSetSmallForm));
  29. this.btnAuditBy = new LYFZ.ComponentLibrary.ButtonEx();
  30. this.btnAuditNotBy = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.plExMainContainer.SuspendLayout();
  34. this.plFormMainContent.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // plExMainContainer
  38. //
  39. this.plExMainContainer.Controls.Add(this.labelEx1);
  40. this.plExMainContainer.Controls.Add(this.btnCancel);
  41. this.plExMainContainer.Controls.Add(this.btnAuditNotBy);
  42. this.plExMainContainer.Controls.Add(this.btnAuditBy);
  43. this.plExMainContainer.Size = new System.Drawing.Size(550, 275);
  44. //
  45. // plFormMainContent
  46. //
  47. this.plFormMainContent.Size = new System.Drawing.Size(550, 275);
  48. //
  49. // btnAppFormMaximize
  50. //
  51. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  52. this.btnAppFormMaximize.Location = new System.Drawing.Point(423, 0);
  53. //
  54. // btnAppFormExit
  55. //
  56. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  57. this.btnAppFormExit.Location = new System.Drawing.Point(518, 0);
  58. //
  59. // btnAppFormMinimize
  60. //
  61. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  62. this.btnAppFormMinimize.Location = new System.Drawing.Point(396, 0);
  63. //
  64. // btnAuditBy
  65. //
  66. this.btnAuditBy.BackColor = System.Drawing.Color.Transparent;
  67. this.btnAuditBy.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAuditBy.BackImg")));
  68. this.btnAuditBy.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  69. this.btnAuditBy.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  70. this.btnAuditBy.ForeColor = System.Drawing.Color.White;
  71. this.btnAuditBy.IsCustomBackImg = false;
  72. this.btnAuditBy.IsShowText = true;
  73. this.btnAuditBy.Location = new System.Drawing.Point(125, 186);
  74. this.btnAuditBy.Name = "btnAuditBy";
  75. this.btnAuditBy.Size = new System.Drawing.Size(85, 28);
  76. this.btnAuditBy.TabIndex = 0;
  77. this.btnAuditBy.Text = " 审核通过";
  78. this.btnAuditBy.UseVisualStyleBackColor = false;
  79. //
  80. // btnAuditNotBy
  81. //
  82. this.btnAuditNotBy.BackColor = System.Drawing.Color.Transparent;
  83. this.btnAuditNotBy.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAuditNotBy.BackImg")));
  84. this.btnAuditNotBy.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  85. this.btnAuditNotBy.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  86. this.btnAuditNotBy.ForeColor = System.Drawing.Color.White;
  87. this.btnAuditNotBy.IsCustomBackImg = false;
  88. this.btnAuditNotBy.IsShowText = true;
  89. this.btnAuditNotBy.Location = new System.Drawing.Point(240, 186);
  90. this.btnAuditNotBy.Name = "btnAuditNotBy";
  91. this.btnAuditNotBy.Size = new System.Drawing.Size(85, 28);
  92. this.btnAuditNotBy.TabIndex = 1;
  93. this.btnAuditNotBy.Text = " 审核不通过";
  94. this.btnAuditNotBy.UseVisualStyleBackColor = false;
  95. //
  96. // btnCancel
  97. //
  98. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  99. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  100. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  101. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  102. this.btnCancel.ForeColor = System.Drawing.Color.White;
  103. this.btnCancel.IsCustomBackImg = false;
  104. this.btnCancel.IsShowText = true;
  105. this.btnCancel.Location = new System.Drawing.Point(352, 186);
  106. this.btnCancel.Name = "btnCancel";
  107. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  108. this.btnCancel.TabIndex = 2;
  109. this.btnCancel.Text = " 取 消";
  110. this.btnCancel.UseVisualStyleBackColor = false;
  111. //
  112. // labelEx1
  113. //
  114. this.labelEx1.AutoSize = true;
  115. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  116. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  117. this.labelEx1.Location = new System.Drawing.Point(151, 85);
  118. this.labelEx1.Name = "labelEx1";
  119. this.labelEx1.Size = new System.Drawing.Size(239, 36);
  120. this.labelEx1.TabIndex = 3;
  121. this.labelEx1.Text = "此单审核是否通过";
  122. //
  123. // FinanceDayAuditTipsSetSmallForm
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  128. this.ClientSize = new System.Drawing.Size(550, 340);
  129. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  130. this.IsUserControlsSize = false;
  131. this.MaximizeBox = false;
  132. this.MinimizeBox = false;
  133. this.Name = "FinanceDayAuditTipsSetSmallForm";
  134. this.Text = "审核提示";
  135. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  136. this.plExMainContainer.ResumeLayout(false);
  137. this.plExMainContainer.PerformLayout();
  138. this.plFormMainContent.ResumeLayout(false);
  139. this.ResumeLayout(false);
  140. }
  141. #endregion
  142. private ComponentLibrary.LabelEx labelEx1;
  143. protected internal ComponentLibrary.ButtonEx btnCancel;
  144. protected internal ComponentLibrary.ButtonEx btnAuditNotBy;
  145. protected internal ComponentLibrary.ButtonEx btnAuditBy;
  146. }
  147. }