ApplyReason.Designer.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. 
  2. namespace PTMedicalInsurance.Forms.SettlementWithNopwdApplys
  3. {
  4. partial class ApplyReason
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.uiPanel5 = new Sunny.UI.UIPanel();
  30. this.btnCancel = new Sunny.UI.UIButton();
  31. this.btOK = new Sunny.UI.UIButton();
  32. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  33. this.rtbReason = new Sunny.UI.UIRichTextBox();
  34. this.uiPanel5.SuspendLayout();
  35. this.uiGroupBox1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // uiPanel5
  39. //
  40. this.uiPanel5.Controls.Add(this.btnCancel);
  41. this.uiPanel5.Controls.Add(this.btOK);
  42. this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Bottom;
  43. this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  44. this.uiPanel5.Location = new System.Drawing.Point(0, 414);
  45. this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  46. this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
  47. this.uiPanel5.Name = "uiPanel5";
  48. this.uiPanel5.Size = new System.Drawing.Size(1308, 115);
  49. this.uiPanel5.TabIndex = 3;
  50. this.uiPanel5.Text = null;
  51. this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  52. this.uiPanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  53. //
  54. // btnCancel
  55. //
  56. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  57. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.btnCancel.Location = new System.Drawing.Point(1148, 24);
  59. this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  60. this.btnCancel.Name = "btnCancel";
  61. this.btnCancel.Size = new System.Drawing.Size(148, 61);
  62. this.btnCancel.TabIndex = 24;
  63. this.btnCancel.Text = "退 出";
  64. this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  66. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  67. //
  68. // btOK
  69. //
  70. this.btOK.Cursor = System.Windows.Forms.Cursors.Hand;
  71. this.btOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.btOK.Location = new System.Drawing.Point(944, 24);
  73. this.btOK.MinimumSize = new System.Drawing.Size(1, 1);
  74. this.btOK.Name = "btOK";
  75. this.btOK.Size = new System.Drawing.Size(148, 61);
  76. this.btOK.TabIndex = 23;
  77. this.btOK.Text = "确定";
  78. this.btOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.btOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  80. this.btOK.Click += new System.EventHandler(this.btOK_Click);
  81. //
  82. // uiGroupBox1
  83. //
  84. this.uiGroupBox1.Controls.Add(this.rtbReason);
  85. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
  88. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  89. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  90. this.uiGroupBox1.Name = "uiGroupBox1";
  91. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  92. this.uiGroupBox1.Size = new System.Drawing.Size(1308, 414);
  93. this.uiGroupBox1.TabIndex = 4;
  94. this.uiGroupBox1.Text = "请输入申请原因";
  95. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  96. this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  97. //
  98. // rtbReason
  99. //
  100. this.rtbReason.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.rtbReason.FillColor = System.Drawing.Color.White;
  102. this.rtbReason.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.rtbReason.Location = new System.Drawing.Point(0, 32);
  104. this.rtbReason.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  105. this.rtbReason.MinimumSize = new System.Drawing.Size(1, 1);
  106. this.rtbReason.Name = "rtbReason";
  107. this.rtbReason.Padding = new System.Windows.Forms.Padding(2);
  108. this.rtbReason.ShowText = false;
  109. this.rtbReason.Size = new System.Drawing.Size(1308, 382);
  110. this.rtbReason.TabIndex = 0;
  111. this.rtbReason.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  112. this.rtbReason.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  113. //
  114. // ApplyReason
  115. //
  116. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  117. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  118. this.ClientSize = new System.Drawing.Size(1308, 529);
  119. this.Controls.Add(this.uiGroupBox1);
  120. this.Controls.Add(this.uiPanel5);
  121. this.Name = "ApplyReason";
  122. this.Text = "申请原因";
  123. this.uiPanel5.ResumeLayout(false);
  124. this.uiGroupBox1.ResumeLayout(false);
  125. this.ResumeLayout(false);
  126. }
  127. #endregion
  128. private Sunny.UI.UIPanel uiPanel5;
  129. private Sunny.UI.UIButton btnCancel;
  130. private Sunny.UI.UIButton btOK;
  131. private Sunny.UI.UIGroupBox uiGroupBox1;
  132. private Sunny.UI.UIRichTextBox rtbReason;
  133. }
  134. }