SettlementWithNopwdApply.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453
  1. 
  2. namespace PTMedicalInsurance.Forms.SettlementWithNopwdApplys
  3. {
  4. partial class SettlementWithNopwdApply
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.uiPanel5 = new Sunny.UI.UIPanel();
  40. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  41. this.tbInsuRegID = new Sunny.UI.UITextBox();
  42. this.tbName = new Sunny.UI.UITextBox();
  43. this.uiLabel2 = new Sunny.UI.UILabel();
  44. this.uiLabel1 = new Sunny.UI.UILabel();
  45. this.btnClose = new Sunny.UI.UIButton();
  46. this.btnQueryRegInfo = new Sunny.UI.UIButton();
  47. this.uiGroupBox5 = new Sunny.UI.UIGroupBox();
  48. this.dpED = new Sunny.UI.UIDatetimePicker();
  49. this.dpST = new Sunny.UI.UIDatetimePicker();
  50. this.panel1 = new System.Windows.Forms.Panel();
  51. this.groupBox2 = new System.Windows.Forms.GroupBox();
  52. this.dgvCenterApplyInfo = new Sunny.UI.UIDataGridView();
  53. this.groupBox1 = new System.Windows.Forms.GroupBox();
  54. this.dgvHisRegInfo = new Sunny.UI.UIDataGridView();
  55. this.uiContextMenuStrip1 = new Sunny.UI.UIContextMenuStrip();
  56. this.tsmApply = new System.Windows.Forms.ToolStripMenuItem();
  57. this.tsmQueryCenterInfo = new System.Windows.Forms.ToolStripMenuItem();
  58. this.tsmCancel = new System.Windows.Forms.ToolStripMenuItem();
  59. this.uiPanel5.SuspendLayout();
  60. this.uiGroupBox1.SuspendLayout();
  61. this.uiGroupBox5.SuspendLayout();
  62. this.panel1.SuspendLayout();
  63. this.groupBox2.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.dgvCenterApplyInfo)).BeginInit();
  65. this.groupBox1.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvHisRegInfo)).BeginInit();
  67. this.uiContextMenuStrip1.SuspendLayout();
  68. this.SuspendLayout();
  69. //
  70. // uiPanel5
  71. //
  72. this.uiPanel5.Controls.Add(this.uiGroupBox1);
  73. this.uiPanel5.Controls.Add(this.btnClose);
  74. this.uiPanel5.Controls.Add(this.btnQueryRegInfo);
  75. this.uiPanel5.Controls.Add(this.uiGroupBox5);
  76. this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Bottom;
  77. this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.uiPanel5.Location = new System.Drawing.Point(0, 464);
  79. this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  80. this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
  81. this.uiPanel5.Name = "uiPanel5";
  82. this.uiPanel5.Size = new System.Drawing.Size(1366, 115);
  83. this.uiPanel5.TabIndex = 2;
  84. this.uiPanel5.Text = null;
  85. this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  86. this.uiPanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  87. //
  88. // uiGroupBox1
  89. //
  90. this.uiGroupBox1.Controls.Add(this.tbInsuRegID);
  91. this.uiGroupBox1.Controls.Add(this.tbName);
  92. this.uiGroupBox1.Controls.Add(this.uiLabel2);
  93. this.uiGroupBox1.Controls.Add(this.uiLabel1);
  94. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  95. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.uiGroupBox1.Location = new System.Drawing.Point(178, 0);
  97. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  98. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  99. this.uiGroupBox1.Name = "uiGroupBox1";
  100. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  101. this.uiGroupBox1.Size = new System.Drawing.Size(347, 115);
  102. this.uiGroupBox1.TabIndex = 26;
  103. this.uiGroupBox1.Text = null;
  104. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  105. this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  106. //
  107. // tbInsuRegID
  108. //
  109. this.tbInsuRegID.Cursor = System.Windows.Forms.Cursors.IBeam;
  110. this.tbInsuRegID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.tbInsuRegID.Location = new System.Drawing.Point(126, 68);
  112. this.tbInsuRegID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  113. this.tbInsuRegID.MinimumSize = new System.Drawing.Size(1, 16);
  114. this.tbInsuRegID.Name = "tbInsuRegID";
  115. this.tbInsuRegID.ShowText = false;
  116. this.tbInsuRegID.Size = new System.Drawing.Size(195, 29);
  117. this.tbInsuRegID.TabIndex = 3;
  118. this.tbInsuRegID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  119. this.tbInsuRegID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  120. //
  121. // tbName
  122. //
  123. this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;
  124. this.tbName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.tbName.Location = new System.Drawing.Point(126, 29);
  126. this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  127. this.tbName.MinimumSize = new System.Drawing.Size(1, 16);
  128. this.tbName.Name = "tbName";
  129. this.tbName.ShowText = false;
  130. this.tbName.Size = new System.Drawing.Size(195, 29);
  131. this.tbName.TabIndex = 2;
  132. this.tbName.Text = "李兵";
  133. this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  134. this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  135. //
  136. // uiLabel2
  137. //
  138. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.uiLabel2.Location = new System.Drawing.Point(19, 68);
  140. this.uiLabel2.Name = "uiLabel2";
  141. this.uiLabel2.Size = new System.Drawing.Size(100, 23);
  142. this.uiLabel2.TabIndex = 1;
  143. this.uiLabel2.Text = "医保登记号";
  144. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  145. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  146. //
  147. // uiLabel1
  148. //
  149. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.uiLabel1.Location = new System.Drawing.Point(19, 32);
  151. this.uiLabel1.Name = "uiLabel1";
  152. this.uiLabel1.Size = new System.Drawing.Size(100, 23);
  153. this.uiLabel1.TabIndex = 0;
  154. this.uiLabel1.Text = "姓名";
  155. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  156. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  157. //
  158. // btnClose
  159. //
  160. this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
  161. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.btnClose.Location = new System.Drawing.Point(1148, 24);
  163. this.btnClose.MinimumSize = new System.Drawing.Size(1, 1);
  164. this.btnClose.Name = "btnClose";
  165. this.btnClose.Size = new System.Drawing.Size(148, 61);
  166. this.btnClose.TabIndex = 24;
  167. this.btnClose.Text = "退 出";
  168. this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  170. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  171. //
  172. // btnQueryRegInfo
  173. //
  174. this.btnQueryRegInfo.Cursor = System.Windows.Forms.Cursors.Hand;
  175. this.btnQueryRegInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.btnQueryRegInfo.Location = new System.Drawing.Point(944, 24);
  177. this.btnQueryRegInfo.MinimumSize = new System.Drawing.Size(1, 1);
  178. this.btnQueryRegInfo.Name = "btnQueryRegInfo";
  179. this.btnQueryRegInfo.Size = new System.Drawing.Size(148, 61);
  180. this.btnQueryRegInfo.TabIndex = 23;
  181. this.btnQueryRegInfo.Text = "查询HIS登记信息";
  182. this.btnQueryRegInfo.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.btnQueryRegInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  184. this.btnQueryRegInfo.Click += new System.EventHandler(this.btnQueryRegInfo_Click);
  185. //
  186. // uiGroupBox5
  187. //
  188. this.uiGroupBox5.Controls.Add(this.dpED);
  189. this.uiGroupBox5.Controls.Add(this.dpST);
  190. this.uiGroupBox5.Dock = System.Windows.Forms.DockStyle.Left;
  191. this.uiGroupBox5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.uiGroupBox5.Location = new System.Drawing.Point(0, 0);
  193. this.uiGroupBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  194. this.uiGroupBox5.MinimumSize = new System.Drawing.Size(1, 1);
  195. this.uiGroupBox5.Name = "uiGroupBox5";
  196. this.uiGroupBox5.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  197. this.uiGroupBox5.Size = new System.Drawing.Size(178, 115);
  198. this.uiGroupBox5.TabIndex = 22;
  199. this.uiGroupBox5.Text = null;
  200. this.uiGroupBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  201. this.uiGroupBox5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  202. //
  203. // dpED
  204. //
  205. this.dpED.FillColor = System.Drawing.Color.White;
  206. this.dpED.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.dpED.Location = new System.Drawing.Point(13, 68);
  208. this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  209. this.dpED.MaxLength = 19;
  210. this.dpED.MinimumSize = new System.Drawing.Size(63, 0);
  211. this.dpED.Name = "dpED";
  212. this.dpED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  213. this.dpED.Size = new System.Drawing.Size(150, 29);
  214. this.dpED.SymbolDropDown = 61555;
  215. this.dpED.SymbolNormal = 61555;
  216. this.dpED.TabIndex = 1;
  217. this.dpED.Text = "2022-06-01 23:59:59";
  218. this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  219. this.dpED.Value = new System.DateTime(2022, 6, 1, 23, 59, 59, 0);
  220. this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  221. //
  222. // dpST
  223. //
  224. this.dpST.FillColor = System.Drawing.Color.White;
  225. this.dpST.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.dpST.Location = new System.Drawing.Point(13, 29);
  227. this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  228. this.dpST.MaxLength = 19;
  229. this.dpST.MinimumSize = new System.Drawing.Size(63, 0);
  230. this.dpST.Name = "dpST";
  231. this.dpST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  232. this.dpST.Size = new System.Drawing.Size(150, 29);
  233. this.dpST.SymbolDropDown = 61555;
  234. this.dpST.SymbolNormal = 61555;
  235. this.dpST.TabIndex = 0;
  236. this.dpST.Text = "2022-06-01 00:00:00";
  237. this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  238. this.dpST.Value = new System.DateTime(2022, 6, 1, 0, 0, 0, 0);
  239. this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  240. //
  241. // panel1
  242. //
  243. this.panel1.Controls.Add(this.groupBox2);
  244. this.panel1.Controls.Add(this.groupBox1);
  245. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  246. this.panel1.Location = new System.Drawing.Point(0, 0);
  247. this.panel1.Name = "panel1";
  248. this.panel1.Size = new System.Drawing.Size(1366, 464);
  249. this.panel1.TabIndex = 3;
  250. //
  251. // groupBox2
  252. //
  253. this.groupBox2.Controls.Add(this.dgvCenterApplyInfo);
  254. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  255. this.groupBox2.Location = new System.Drawing.Point(0, 314);
  256. this.groupBox2.Name = "groupBox2";
  257. this.groupBox2.Size = new System.Drawing.Size(1366, 150);
  258. this.groupBox2.TabIndex = 1;
  259. this.groupBox2.TabStop = false;
  260. this.groupBox2.Text = "中心申请信息";
  261. //
  262. // dgvCenterApplyInfo
  263. //
  264. this.dgvCenterApplyInfo.AllowUserToAddRows = false;
  265. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  266. this.dgvCenterApplyInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  267. this.dgvCenterApplyInfo.BackgroundColor = System.Drawing.Color.White;
  268. this.dgvCenterApplyInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  269. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  270. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  271. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  273. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  274. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  275. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  276. this.dgvCenterApplyInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  277. this.dgvCenterApplyInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  278. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  279. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  280. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  282. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  283. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  284. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  285. this.dgvCenterApplyInfo.DefaultCellStyle = dataGridViewCellStyle3;
  286. this.dgvCenterApplyInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  287. this.dgvCenterApplyInfo.EnableHeadersVisualStyles = false;
  288. this.dgvCenterApplyInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.dgvCenterApplyInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  290. this.dgvCenterApplyInfo.Location = new System.Drawing.Point(3, 17);
  291. this.dgvCenterApplyInfo.Name = "dgvCenterApplyInfo";
  292. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  293. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  294. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  296. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  297. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  298. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  299. this.dgvCenterApplyInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  300. this.dgvCenterApplyInfo.RowHeadersWidth = 51;
  301. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  302. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.dgvCenterApplyInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
  304. this.dgvCenterApplyInfo.RowTemplate.Height = 23;
  305. this.dgvCenterApplyInfo.SelectedIndex = -1;
  306. this.dgvCenterApplyInfo.Size = new System.Drawing.Size(1360, 130);
  307. this.dgvCenterApplyInfo.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  308. this.dgvCenterApplyInfo.TabIndex = 3;
  309. this.dgvCenterApplyInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  310. //
  311. // groupBox1
  312. //
  313. this.groupBox1.Controls.Add(this.dgvHisRegInfo);
  314. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  315. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  316. this.groupBox1.Name = "groupBox1";
  317. this.groupBox1.Size = new System.Drawing.Size(1366, 314);
  318. this.groupBox1.TabIndex = 0;
  319. this.groupBox1.TabStop = false;
  320. this.groupBox1.Text = "HIS登记信息";
  321. //
  322. // dgvHisRegInfo
  323. //
  324. this.dgvHisRegInfo.AllowUserToAddRows = false;
  325. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  326. this.dgvHisRegInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  327. this.dgvHisRegInfo.BackgroundColor = System.Drawing.Color.White;
  328. this.dgvHisRegInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  329. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  330. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  331. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  333. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  334. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  335. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  336. this.dgvHisRegInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  337. this.dgvHisRegInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  338. this.dgvHisRegInfo.ContextMenuStrip = this.uiContextMenuStrip1;
  339. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  340. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  341. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  343. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  344. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  345. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  346. this.dgvHisRegInfo.DefaultCellStyle = dataGridViewCellStyle8;
  347. this.dgvHisRegInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  348. this.dgvHisRegInfo.EnableHeadersVisualStyles = false;
  349. this.dgvHisRegInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.dgvHisRegInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  351. this.dgvHisRegInfo.Location = new System.Drawing.Point(3, 17);
  352. this.dgvHisRegInfo.Name = "dgvHisRegInfo";
  353. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  354. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  355. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  357. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  358. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  359. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  360. this.dgvHisRegInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  361. this.dgvHisRegInfo.RowHeadersWidth = 51;
  362. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  363. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  364. this.dgvHisRegInfo.RowsDefaultCellStyle = dataGridViewCellStyle10;
  365. this.dgvHisRegInfo.RowTemplate.Height = 23;
  366. this.dgvHisRegInfo.SelectedIndex = -1;
  367. this.dgvHisRegInfo.Size = new System.Drawing.Size(1360, 294);
  368. this.dgvHisRegInfo.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  369. this.dgvHisRegInfo.TabIndex = 3;
  370. this.dgvHisRegInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  371. //
  372. // uiContextMenuStrip1
  373. //
  374. this.uiContextMenuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  375. this.uiContextMenuStrip1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.uiContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  377. this.tsmApply,
  378. this.tsmQueryCenterInfo,
  379. this.tsmCancel});
  380. this.uiContextMenuStrip1.Name = "uiContextMenuStrip1";
  381. this.uiContextMenuStrip1.Size = new System.Drawing.Size(209, 104);
  382. this.uiContextMenuStrip1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  383. //
  384. // tsmApply
  385. //
  386. this.tsmApply.Name = "tsmApply";
  387. this.tsmApply.Size = new System.Drawing.Size(208, 26);
  388. this.tsmApply.Text = "无密码结算申请";
  389. this.tsmApply.Click += new System.EventHandler(this.tsmApply_Click);
  390. //
  391. // tsmQueryCenterInfo
  392. //
  393. this.tsmQueryCenterInfo.Name = "tsmQueryCenterInfo";
  394. this.tsmQueryCenterInfo.Size = new System.Drawing.Size(208, 26);
  395. this.tsmQueryCenterInfo.Text = "查询中心申请信息";
  396. this.tsmQueryCenterInfo.Click += new System.EventHandler(this.tsmQueryCenterInfo_Click);
  397. //
  398. // tsmCancel
  399. //
  400. this.tsmCancel.Name = "tsmCancel";
  401. this.tsmCancel.Size = new System.Drawing.Size(208, 26);
  402. this.tsmCancel.Text = "撤销中心申请";
  403. this.tsmCancel.Click += new System.EventHandler(this.tsmCancel_Click);
  404. //
  405. // SettlementWithNopwdApply
  406. //
  407. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  408. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  409. this.ClientSize = new System.Drawing.Size(1366, 579);
  410. this.Controls.Add(this.panel1);
  411. this.Controls.Add(this.uiPanel5);
  412. this.Name = "SettlementWithNopwdApply";
  413. this.Text = "申请";
  414. this.uiPanel5.ResumeLayout(false);
  415. this.uiGroupBox1.ResumeLayout(false);
  416. this.uiGroupBox5.ResumeLayout(false);
  417. this.panel1.ResumeLayout(false);
  418. this.groupBox2.ResumeLayout(false);
  419. ((System.ComponentModel.ISupportInitialize)(this.dgvCenterApplyInfo)).EndInit();
  420. this.groupBox1.ResumeLayout(false);
  421. ((System.ComponentModel.ISupportInitialize)(this.dgvHisRegInfo)).EndInit();
  422. this.uiContextMenuStrip1.ResumeLayout(false);
  423. this.ResumeLayout(false);
  424. }
  425. #endregion
  426. private Sunny.UI.UIPanel uiPanel5;
  427. private Sunny.UI.UIGroupBox uiGroupBox1;
  428. private Sunny.UI.UILabel uiLabel2;
  429. private Sunny.UI.UILabel uiLabel1;
  430. private Sunny.UI.UIButton btnClose;
  431. private Sunny.UI.UIButton btnQueryRegInfo;
  432. private Sunny.UI.UIGroupBox uiGroupBox5;
  433. private Sunny.UI.UIDatetimePicker dpED;
  434. private Sunny.UI.UIDatetimePicker dpST;
  435. private Sunny.UI.UITextBox tbInsuRegID;
  436. private Sunny.UI.UITextBox tbName;
  437. private System.Windows.Forms.Panel panel1;
  438. private System.Windows.Forms.GroupBox groupBox2;
  439. private Sunny.UI.UIDataGridView dgvCenterApplyInfo;
  440. private System.Windows.Forms.GroupBox groupBox1;
  441. private Sunny.UI.UIDataGridView dgvHisRegInfo;
  442. private Sunny.UI.UIContextMenuStrip uiContextMenuStrip1;
  443. private System.Windows.Forms.ToolStripMenuItem tsmApply;
  444. private System.Windows.Forms.ToolStripMenuItem tsmQueryCenterInfo;
  445. private System.Windows.Forms.ToolStripMenuItem tsmCancel;
  446. }
  447. }