MutualAid.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. namespace MedicalInsurance.Forms
  2. {
  3. partial class MutualAid
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.pnlBottom = new Sunny.UI.UIPanel();
  39. this.btQuerySettlInfo = new Sunny.UI.UIButton();
  40. this.tbMainSettlID = new Sunny.UI.UITextBox();
  41. this.btMutualAid = new Sunny.UI.UIButton();
  42. this.btCancleMutualAid = new Sunny.UI.UIButton();
  43. this.btNO = new Sunny.UI.UIButton();
  44. this.btYes = new Sunny.UI.UIButton();
  45. this.pnlClient = new Sunny.UI.UIPanel();
  46. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  47. this.dgvSettlInfo = new Sunny.UI.UIDataGridView();
  48. this.gbSummatInfo = new Sunny.UI.UIGroupBox();
  49. this.dgvSumamt = new Sunny.UI.UIDataGridView();
  50. this.pnlBottom.SuspendLayout();
  51. this.pnlClient.SuspendLayout();
  52. this.uiGroupBox1.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlInfo)).BeginInit();
  54. this.gbSummatInfo.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.dgvSumamt)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // pnlBottom
  59. //
  60. this.pnlBottom.Controls.Add(this.btQuerySettlInfo);
  61. this.pnlBottom.Controls.Add(this.tbMainSettlID);
  62. this.pnlBottom.Controls.Add(this.btMutualAid);
  63. this.pnlBottom.Controls.Add(this.btCancleMutualAid);
  64. this.pnlBottom.Controls.Add(this.btNO);
  65. this.pnlBottom.Controls.Add(this.btYes);
  66. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  67. this.pnlBottom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.pnlBottom.Location = new System.Drawing.Point(0, 724);
  69. this.pnlBottom.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
  70. this.pnlBottom.MinimumSize = new System.Drawing.Size(2, 2);
  71. this.pnlBottom.Name = "pnlBottom";
  72. this.pnlBottom.Size = new System.Drawing.Size(2106, 150);
  73. this.pnlBottom.TabIndex = 0;
  74. this.pnlBottom.Text = null;
  75. this.pnlBottom.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  76. this.pnlBottom.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  77. //
  78. // btQuerySettlInfo
  79. //
  80. this.btQuerySettlInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  81. this.btQuerySettlInfo.Cursor = System.Windows.Forms.Cursors.Hand;
  82. this.btQuerySettlInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.btQuerySettlInfo.Location = new System.Drawing.Point(306, 29);
  84. this.btQuerySettlInfo.MinimumSize = new System.Drawing.Size(1, 1);
  85. this.btQuerySettlInfo.Name = "btQuerySettlInfo";
  86. this.btQuerySettlInfo.Size = new System.Drawing.Size(162, 33);
  87. this.btQuerySettlInfo.TabIndex = 7;
  88. this.btQuerySettlInfo.Text = "查询结算信息";
  89. this.btQuerySettlInfo.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.btQuerySettlInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  91. this.btQuerySettlInfo.Click += new System.EventHandler(this.btQuerySettlInfo_Click);
  92. //
  93. // tbMainSettlID
  94. //
  95. this.tbMainSettlID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  96. this.tbMainSettlID.Cursor = System.Windows.Forms.Cursors.HSplit;
  97. this.tbMainSettlID.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.tbMainSettlID.Location = new System.Drawing.Point(13, 29);
  99. this.tbMainSettlID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  100. this.tbMainSettlID.MinimumSize = new System.Drawing.Size(1, 16);
  101. this.tbMainSettlID.Name = "tbMainSettlID";
  102. this.tbMainSettlID.ShowText = false;
  103. this.tbMainSettlID.Size = new System.Drawing.Size(286, 29);
  104. this.tbMainSettlID.TabIndex = 6;
  105. this.tbMainSettlID.Text = "510100CD000173260263";
  106. this.tbMainSettlID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  107. this.tbMainSettlID.Watermark = "主结算ID";
  108. this.tbMainSettlID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  109. //
  110. // btMutualAid
  111. //
  112. this.btMutualAid.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  113. this.btMutualAid.Cursor = System.Windows.Forms.Cursors.Hand;
  114. this.btMutualAid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.btMutualAid.Location = new System.Drawing.Point(1107, 8);
  116. this.btMutualAid.MinimumSize = new System.Drawing.Size(1, 1);
  117. this.btMutualAid.Name = "btMutualAid";
  118. this.btMutualAid.Size = new System.Drawing.Size(100, 33);
  119. this.btMutualAid.TabIndex = 5;
  120. this.btMutualAid.Text = "共济结算";
  121. this.btMutualAid.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.btMutualAid.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  123. this.btMutualAid.Click += new System.EventHandler(this.btMutualAid_Click);
  124. //
  125. // btCancleMutualAid
  126. //
  127. this.btCancleMutualAid.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  128. this.btCancleMutualAid.Cursor = System.Windows.Forms.Cursors.Hand;
  129. this.btCancleMutualAid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.btCancleMutualAid.Location = new System.Drawing.Point(1246, 8);
  131. this.btCancleMutualAid.MinimumSize = new System.Drawing.Size(1, 1);
  132. this.btCancleMutualAid.Name = "btCancleMutualAid";
  133. this.btCancleMutualAid.Size = new System.Drawing.Size(100, 33);
  134. this.btCancleMutualAid.TabIndex = 4;
  135. this.btCancleMutualAid.Text = "撤销共济";
  136. this.btCancleMutualAid.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.btCancleMutualAid.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  138. this.btCancleMutualAid.Click += new System.EventHandler(this.btCancleMutualAid_Click);
  139. //
  140. // btNO
  141. //
  142. this.btNO.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  143. this.btNO.Cursor = System.Windows.Forms.Cursors.Hand;
  144. this.btNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.btNO.Location = new System.Drawing.Point(1246, 53);
  146. this.btNO.MinimumSize = new System.Drawing.Size(1, 1);
  147. this.btNO.Name = "btNO";
  148. this.btNO.Size = new System.Drawing.Size(100, 35);
  149. this.btNO.TabIndex = 3;
  150. this.btNO.Text = "放弃结算";
  151. this.btNO.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.btNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  153. this.btNO.Click += new System.EventHandler(this.btNO_Click);
  154. //
  155. // btYes
  156. //
  157. this.btYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  158. this.btYes.Cursor = System.Windows.Forms.Cursors.Hand;
  159. this.btYes.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.btYes.Location = new System.Drawing.Point(1107, 53);
  161. this.btYes.MinimumSize = new System.Drawing.Size(1, 1);
  162. this.btYes.Name = "btYes";
  163. this.btYes.Size = new System.Drawing.Size(100, 33);
  164. this.btYes.TabIndex = 2;
  165. this.btYes.Text = "确认完成";
  166. this.btYes.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.btYes.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  168. this.btYes.Click += new System.EventHandler(this.btYes_Click);
  169. //
  170. // pnlClient
  171. //
  172. this.pnlClient.Controls.Add(this.uiGroupBox1);
  173. this.pnlClient.Controls.Add(this.gbSummatInfo);
  174. this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.pnlClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.pnlClient.Location = new System.Drawing.Point(0, 0);
  177. this.pnlClient.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
  178. this.pnlClient.MinimumSize = new System.Drawing.Size(2, 2);
  179. this.pnlClient.Name = "pnlClient";
  180. this.pnlClient.Size = new System.Drawing.Size(2106, 724);
  181. this.pnlClient.TabIndex = 1;
  182. this.pnlClient.Text = null;
  183. this.pnlClient.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  184. this.pnlClient.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  185. //
  186. // uiGroupBox1
  187. //
  188. this.uiGroupBox1.Controls.Add(this.dgvSettlInfo);
  189. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  190. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.uiGroupBox1.Location = new System.Drawing.Point(0, 223);
  192. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  193. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  194. this.uiGroupBox1.Name = "uiGroupBox1";
  195. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  196. this.uiGroupBox1.Size = new System.Drawing.Size(2106, 501);
  197. this.uiGroupBox1.TabIndex = 1;
  198. this.uiGroupBox1.Text = "结算详细信息(含本次主结算信息及多次共济结算信息)";
  199. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  200. this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  201. //
  202. // dgvSettlInfo
  203. //
  204. this.dgvSettlInfo.AllowUserToAddRows = false;
  205. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  206. this.dgvSettlInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  207. this.dgvSettlInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  208. this.dgvSettlInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  209. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  210. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  211. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  213. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  214. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  215. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  216. this.dgvSettlInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  217. this.dgvSettlInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  218. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  219. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  220. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  222. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  223. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  224. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  225. this.dgvSettlInfo.DefaultCellStyle = dataGridViewCellStyle3;
  226. this.dgvSettlInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  227. this.dgvSettlInfo.EnableHeadersVisualStyles = false;
  228. this.dgvSettlInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.dgvSettlInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  230. this.dgvSettlInfo.Location = new System.Drawing.Point(0, 32);
  231. this.dgvSettlInfo.Name = "dgvSettlInfo";
  232. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  233. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  234. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  236. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  237. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  238. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  239. this.dgvSettlInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  240. this.dgvSettlInfo.RowHeadersWidth = 62;
  241. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  242. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  244. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  245. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  246. this.dgvSettlInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
  247. this.dgvSettlInfo.RowTemplate.Height = 23;
  248. this.dgvSettlInfo.SelectedIndex = -1;
  249. this.dgvSettlInfo.Size = new System.Drawing.Size(2106, 469);
  250. this.dgvSettlInfo.TabIndex = 1;
  251. this.dgvSettlInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  252. //
  253. // gbSummatInfo
  254. //
  255. this.gbSummatInfo.Controls.Add(this.dgvSumamt);
  256. this.gbSummatInfo.Dock = System.Windows.Forms.DockStyle.Top;
  257. this.gbSummatInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.gbSummatInfo.Location = new System.Drawing.Point(0, 0);
  259. this.gbSummatInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  260. this.gbSummatInfo.MinimumSize = new System.Drawing.Size(1, 1);
  261. this.gbSummatInfo.Name = "gbSummatInfo";
  262. this.gbSummatInfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  263. this.gbSummatInfo.Size = new System.Drawing.Size(2106, 223);
  264. this.gbSummatInfo.TabIndex = 0;
  265. this.gbSummatInfo.Text = "结算汇总信息";
  266. this.gbSummatInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  267. this.gbSummatInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  268. //
  269. // dgvSumamt
  270. //
  271. this.dgvSumamt.AllowUserToAddRows = false;
  272. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  273. this.dgvSumamt.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  274. this.dgvSumamt.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  275. this.dgvSumamt.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  276. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  277. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  278. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  280. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  281. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  282. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  283. this.dgvSumamt.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  284. this.dgvSumamt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  285. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  286. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  287. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  289. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  290. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  291. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  292. this.dgvSumamt.DefaultCellStyle = dataGridViewCellStyle8;
  293. this.dgvSumamt.Dock = System.Windows.Forms.DockStyle.Fill;
  294. this.dgvSumamt.EnableHeadersVisualStyles = false;
  295. this.dgvSumamt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.dgvSumamt.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  297. this.dgvSumamt.Location = new System.Drawing.Point(0, 32);
  298. this.dgvSumamt.Name = "dgvSumamt";
  299. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  300. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  301. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  303. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  304. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  305. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  306. this.dgvSumamt.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  307. this.dgvSumamt.RowHeadersWidth = 62;
  308. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  309. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  311. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  312. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  313. this.dgvSumamt.RowsDefaultCellStyle = dataGridViewCellStyle10;
  314. this.dgvSumamt.RowTemplate.Height = 23;
  315. this.dgvSumamt.SelectedIndex = -1;
  316. this.dgvSumamt.Size = new System.Drawing.Size(2106, 191);
  317. this.dgvSumamt.TabIndex = 0;
  318. this.dgvSumamt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  319. //
  320. // MutualAid
  321. //
  322. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  323. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  324. this.ClientSize = new System.Drawing.Size(2106, 874);
  325. this.Controls.Add(this.pnlClient);
  326. this.Controls.Add(this.pnlBottom);
  327. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  328. this.Name = "MutualAid";
  329. this.Text = "共济结算";
  330. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MutualAid_FormClosing);
  331. this.pnlBottom.ResumeLayout(false);
  332. this.pnlClient.ResumeLayout(false);
  333. this.uiGroupBox1.ResumeLayout(false);
  334. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlInfo)).EndInit();
  335. this.gbSummatInfo.ResumeLayout(false);
  336. ((System.ComponentModel.ISupportInitialize)(this.dgvSumamt)).EndInit();
  337. this.ResumeLayout(false);
  338. }
  339. #endregion
  340. private Sunny.UI.UIPanel pnlBottom;
  341. private Sunny.UI.UIPanel pnlClient;
  342. private Sunny.UI.UIGroupBox uiGroupBox1;
  343. private Sunny.UI.UIGroupBox gbSummatInfo;
  344. private Sunny.UI.UIDataGridView dgvSettlInfo;
  345. private Sunny.UI.UIDataGridView dgvSumamt;
  346. private Sunny.UI.UIButton btMutualAid;
  347. private Sunny.UI.UIButton btCancleMutualAid;
  348. private Sunny.UI.UIButton btNO;
  349. private Sunny.UI.UIButton btYes;
  350. private Sunny.UI.UIButton btQuerySettlInfo;
  351. private Sunny.UI.UITextBox tbMainSettlID;
  352. }
  353. }