OutOfAreaClearing.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. 
  2. namespace PTMedicalInsurance.Forms.Clearings
  3. {
  4. partial class OutOfAreaClearing
  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.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.dgvResult = new Sunny.UI.UIDataGridView();
  36. this.cmsOutOfAreaClearing = new System.Windows.Forms.ContextMenuStrip(this.components);
  37. this.tsmSingleConfirm = new System.Windows.Forms.ToolStripMenuItem();
  38. this.tsmRollBack = new System.Windows.Forms.ToolStripMenuItem();
  39. this.tsmRollBackAll = new System.Windows.Forms.ToolStripMenuItem();
  40. this.btnQuery = new Sunny.UI.UIButton();
  41. this.btClose = new Sunny.UI.UIButton();
  42. this.pnlBottom1 = new Sunny.UI.UIPanel();
  43. this.uiLabel1 = new Sunny.UI.UILabel();
  44. this.rbNonConfirm = new System.Windows.Forms.RadioButton();
  45. this.rbConfirmed = new System.Windows.Forms.RadioButton();
  46. this.rbAll = new System.Windows.Forms.RadioButton();
  47. this.btUpload = new Sunny.UI.UIButton();
  48. this.dpED = new Sunny.UI.UIDatetimePicker();
  49. this.dpST = new Sunny.UI.UIDatetimePicker();
  50. this.uiLabel2 = new Sunny.UI.UILabel();
  51. this.uiLabel3 = new Sunny.UI.UILabel();
  52. this.dpYearMonth = new Sunny.UI.UIDatetimePicker();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgvResult)).BeginInit();
  54. this.cmsOutOfAreaClearing.SuspendLayout();
  55. this.pnlBottom1.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // dgvResult
  59. //
  60. this.dgvResult.AllowUserToAddRows = false;
  61. this.dgvResult.AllowUserToDeleteRows = false;
  62. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  63. this.dgvResult.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  64. this.dgvResult.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  65. this.dgvResult.BorderStyle = System.Windows.Forms.BorderStyle.None;
  66. this.dgvResult.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
  67. this.dgvResult.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  68. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  69. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  70. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  72. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  73. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  74. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  75. this.dgvResult.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  76. this.dgvResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  77. this.dgvResult.ContextMenuStrip = this.cmsOutOfAreaClearing;
  78. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  79. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  80. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  82. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  83. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  84. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  85. this.dgvResult.DefaultCellStyle = dataGridViewCellStyle8;
  86. this.dgvResult.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.dgvResult.EnableHeadersVisualStyles = false;
  88. this.dgvResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.dgvResult.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  90. this.dgvResult.Location = new System.Drawing.Point(0, 0);
  91. this.dgvResult.Name = "dgvResult";
  92. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  93. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  94. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  96. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  97. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  98. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  99. this.dgvResult.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  100. this.dgvResult.RowHeadersWidth = 51;
  101. this.dgvResult.RowHeight = 30;
  102. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  103. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  105. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  106. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  107. this.dgvResult.RowsDefaultCellStyle = dataGridViewCellStyle10;
  108. this.dgvResult.RowTemplate.Height = 30;
  109. this.dgvResult.SelectedIndex = -1;
  110. this.dgvResult.ShowGridLine = false;
  111. this.dgvResult.ShowRect = false;
  112. this.dgvResult.Size = new System.Drawing.Size(1590, 311);
  113. this.dgvResult.TabIndex = 3;
  114. this.dgvResult.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  115. //
  116. // cmsOutOfAreaClearing
  117. //
  118. this.cmsOutOfAreaClearing.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  119. this.tsmSingleConfirm,
  120. this.tsmRollBack,
  121. this.tsmRollBackAll});
  122. this.cmsOutOfAreaClearing.Name = "cmsOutOfAreaClearing";
  123. this.cmsOutOfAreaClearing.Size = new System.Drawing.Size(197, 70);
  124. //
  125. // tsmSingleConfirm
  126. //
  127. this.tsmSingleConfirm.Name = "tsmSingleConfirm";
  128. this.tsmSingleConfirm.Size = new System.Drawing.Size(196, 22);
  129. this.tsmSingleConfirm.Text = "单条清分确认";
  130. this.tsmSingleConfirm.Click += new System.EventHandler(this.tsmSingleConfirm_Click);
  131. //
  132. // tsmRollBack
  133. //
  134. this.tsmRollBack.Name = "tsmRollBack";
  135. this.tsmRollBack.Size = new System.Drawing.Size(196, 22);
  136. this.tsmRollBack.Text = "单条清分结果确认回退";
  137. this.tsmRollBack.Click += new System.EventHandler(this.tsmRollBack_Click);
  138. //
  139. // tsmRollBackAll
  140. //
  141. this.tsmRollBackAll.Name = "tsmRollBackAll";
  142. this.tsmRollBackAll.Size = new System.Drawing.Size(196, 22);
  143. this.tsmRollBackAll.Text = "回退所有当前月份清算";
  144. this.tsmRollBackAll.Click += new System.EventHandler(this.tsmRollBackAll_Click);
  145. //
  146. // btnQuery
  147. //
  148. this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  149. | System.Windows.Forms.AnchorStyles.Right)));
  150. this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  151. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.btnQuery.Location = new System.Drawing.Point(1171, 20);
  153. this.btnQuery.Margin = new System.Windows.Forms.Padding(4);
  154. this.btnQuery.MinimumSize = new System.Drawing.Size(2, 2);
  155. this.btnQuery.Name = "btnQuery";
  156. this.btnQuery.Size = new System.Drawing.Size(100, 88);
  157. this.btnQuery.TabIndex = 15;
  158. this.btnQuery.Text = "查询";
  159. this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  161. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  162. //
  163. // btClose
  164. //
  165. this.btClose.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  166. | System.Windows.Forms.AnchorStyles.Right)));
  167. this.btClose.Cursor = System.Windows.Forms.Cursors.Hand;
  168. this.btClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.btClose.Location = new System.Drawing.Point(1445, 20);
  170. this.btClose.Margin = new System.Windows.Forms.Padding(4);
  171. this.btClose.MinimumSize = new System.Drawing.Size(2, 2);
  172. this.btClose.Name = "btClose";
  173. this.btClose.Size = new System.Drawing.Size(100, 88);
  174. this.btClose.TabIndex = 18;
  175. this.btClose.Text = "退出";
  176. this.btClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.btClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  178. this.btClose.Click += new System.EventHandler(this.btClose_Click);
  179. //
  180. // pnlBottom1
  181. //
  182. this.pnlBottom1.Controls.Add(this.dpED);
  183. this.pnlBottom1.Controls.Add(this.dpST);
  184. this.pnlBottom1.Controls.Add(this.uiLabel3);
  185. this.pnlBottom1.Controls.Add(this.uiLabel2);
  186. this.pnlBottom1.Controls.Add(this.dpYearMonth);
  187. this.pnlBottom1.Controls.Add(this.uiLabel1);
  188. this.pnlBottom1.Controls.Add(this.rbNonConfirm);
  189. this.pnlBottom1.Controls.Add(this.rbConfirmed);
  190. this.pnlBottom1.Controls.Add(this.rbAll);
  191. this.pnlBottom1.Controls.Add(this.btUpload);
  192. this.pnlBottom1.Controls.Add(this.btClose);
  193. this.pnlBottom1.Controls.Add(this.btnQuery);
  194. this.pnlBottom1.Dock = System.Windows.Forms.DockStyle.Bottom;
  195. this.pnlBottom1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.pnlBottom1.Location = new System.Drawing.Point(0, 311);
  197. this.pnlBottom1.Margin = new System.Windows.Forms.Padding(0);
  198. this.pnlBottom1.MinimumSize = new System.Drawing.Size(1, 1);
  199. this.pnlBottom1.Name = "pnlBottom1";
  200. this.pnlBottom1.Radius = 0;
  201. this.pnlBottom1.Size = new System.Drawing.Size(1590, 126);
  202. this.pnlBottom1.TabIndex = 2;
  203. this.pnlBottom1.Text = null;
  204. this.pnlBottom1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  205. this.pnlBottom1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  206. //
  207. // uiLabel1
  208. //
  209. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.uiLabel1.Location = new System.Drawing.Point(25, 80);
  211. this.uiLabel1.Name = "uiLabel1";
  212. this.uiLabel1.Size = new System.Drawing.Size(96, 23);
  213. this.uiLabel1.TabIndex = 2117;
  214. this.uiLabel1.Text = "清分年月:";
  215. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  216. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  217. //
  218. // rbNonConfirm
  219. //
  220. this.rbNonConfirm.AutoSize = true;
  221. this.rbNonConfirm.Location = new System.Drawing.Point(346, 80);
  222. this.rbNonConfirm.Name = "rbNonConfirm";
  223. this.rbNonConfirm.Size = new System.Drawing.Size(76, 25);
  224. this.rbNonConfirm.TabIndex = 2116;
  225. this.rbNonConfirm.TabStop = true;
  226. this.rbNonConfirm.Text = "未确认";
  227. this.rbNonConfirm.UseVisualStyleBackColor = true;
  228. //
  229. // rbConfirmed
  230. //
  231. this.rbConfirmed.AutoSize = true;
  232. this.rbConfirmed.Location = new System.Drawing.Point(346, 49);
  233. this.rbConfirmed.Name = "rbConfirmed";
  234. this.rbConfirmed.Size = new System.Drawing.Size(76, 25);
  235. this.rbConfirmed.TabIndex = 2115;
  236. this.rbConfirmed.TabStop = true;
  237. this.rbConfirmed.Text = "已确认";
  238. this.rbConfirmed.UseVisualStyleBackColor = true;
  239. //
  240. // rbAll
  241. //
  242. this.rbAll.AutoSize = true;
  243. this.rbAll.Location = new System.Drawing.Point(346, 18);
  244. this.rbAll.Name = "rbAll";
  245. this.rbAll.Size = new System.Drawing.Size(60, 25);
  246. this.rbAll.TabIndex = 2114;
  247. this.rbAll.TabStop = true;
  248. this.rbAll.Text = "全部";
  249. this.rbAll.UseVisualStyleBackColor = true;
  250. //
  251. // btUpload
  252. //
  253. this.btUpload.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  254. | System.Windows.Forms.AnchorStyles.Right)));
  255. this.btUpload.Cursor = System.Windows.Forms.Cursors.Hand;
  256. this.btUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.btUpload.Location = new System.Drawing.Point(1314, 20);
  258. this.btUpload.Margin = new System.Windows.Forms.Padding(4);
  259. this.btUpload.MinimumSize = new System.Drawing.Size(2, 2);
  260. this.btUpload.Name = "btUpload";
  261. this.btUpload.Size = new System.Drawing.Size(100, 88);
  262. this.btUpload.TabIndex = 2112;
  263. this.btUpload.Text = "上传";
  264. this.btUpload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.btUpload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  266. this.btUpload.Click += new System.EventHandler(this.btUpload_Click);
  267. //
  268. // dpED
  269. //
  270. this.dpED.DateFormat = "yyyy-MM-dd";
  271. this.dpED.FillColor = System.Drawing.Color.White;
  272. this.dpED.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.dpED.Location = new System.Drawing.Point(114, 44);
  274. this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  275. this.dpED.MaxLength = 10;
  276. this.dpED.MinimumSize = new System.Drawing.Size(63, 0);
  277. this.dpED.Name = "dpED";
  278. this.dpED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  279. this.dpED.Size = new System.Drawing.Size(185, 29);
  280. this.dpED.SymbolDropDown = 61555;
  281. this.dpED.SymbolNormal = 61555;
  282. this.dpED.TabIndex = 2119;
  283. this.dpED.Text = "2024-10-31";
  284. this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  285. this.dpED.Value = new System.DateTime(2024, 10, 31, 0, 0, 0, 0);
  286. this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  287. //
  288. // dpST
  289. //
  290. this.dpST.DateFormat = "yyyy-MM-dd";
  291. this.dpST.FillColor = System.Drawing.Color.White;
  292. this.dpST.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.dpST.Location = new System.Drawing.Point(114, 5);
  294. this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  295. this.dpST.MaxLength = 10;
  296. this.dpST.MinimumSize = new System.Drawing.Size(63, 0);
  297. this.dpST.Name = "dpST";
  298. this.dpST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  299. this.dpST.Size = new System.Drawing.Size(185, 29);
  300. this.dpST.SymbolDropDown = 61555;
  301. this.dpST.SymbolNormal = 61555;
  302. this.dpST.TabIndex = 2118;
  303. this.dpST.Text = "2024-08-01";
  304. this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  305. this.dpST.Value = new System.DateTime(2024, 8, 1, 0, 0, 0, 0);
  306. this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  307. //
  308. // uiLabel2
  309. //
  310. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.uiLabel2.Location = new System.Drawing.Point(25, 11);
  312. this.uiLabel2.Name = "uiLabel2";
  313. this.uiLabel2.Size = new System.Drawing.Size(96, 23);
  314. this.uiLabel2.TabIndex = 2120;
  315. this.uiLabel2.Text = "开始时间:";
  316. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  317. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  318. //
  319. // uiLabel3
  320. //
  321. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.uiLabel3.Location = new System.Drawing.Point(25, 48);
  323. this.uiLabel3.Name = "uiLabel3";
  324. this.uiLabel3.Size = new System.Drawing.Size(96, 23);
  325. this.uiLabel3.TabIndex = 2121;
  326. this.uiLabel3.Text = "截止时间:";
  327. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  328. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  329. //
  330. // dpYearMonth
  331. //
  332. this.dpYearMonth.DateFormat = "yyyy-MM";
  333. this.dpYearMonth.FillColor = System.Drawing.Color.White;
  334. this.dpYearMonth.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.dpYearMonth.Location = new System.Drawing.Point(114, 79);
  336. this.dpYearMonth.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  337. this.dpYearMonth.MaxLength = 7;
  338. this.dpYearMonth.MinimumSize = new System.Drawing.Size(63, 0);
  339. this.dpYearMonth.Name = "dpYearMonth";
  340. this.dpYearMonth.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  341. this.dpYearMonth.ShowToday = true;
  342. this.dpYearMonth.Size = new System.Drawing.Size(185, 29);
  343. this.dpYearMonth.SymbolDropDown = 61555;
  344. this.dpYearMonth.SymbolNormal = 61555;
  345. this.dpYearMonth.TabIndex = 2113;
  346. this.dpYearMonth.Text = "2024-10";
  347. this.dpYearMonth.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  348. this.dpYearMonth.Value = new System.DateTime(2024, 10, 1, 0, 0, 0, 0);
  349. this.dpYearMonth.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  350. //
  351. // OutOfAreaClearing
  352. //
  353. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  354. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  355. this.ClientSize = new System.Drawing.Size(1590, 437);
  356. this.Controls.Add(this.dgvResult);
  357. this.Controls.Add(this.pnlBottom1);
  358. this.Name = "OutOfAreaClearing";
  359. this.Text = "异地清分";
  360. ((System.ComponentModel.ISupportInitialize)(this.dgvResult)).EndInit();
  361. this.cmsOutOfAreaClearing.ResumeLayout(false);
  362. this.pnlBottom1.ResumeLayout(false);
  363. this.pnlBottom1.PerformLayout();
  364. this.ResumeLayout(false);
  365. }
  366. #endregion
  367. private Sunny.UI.UIDataGridView dgvResult;
  368. private Sunny.UI.UIButton btnQuery;
  369. private Sunny.UI.UIButton btClose;
  370. private Sunny.UI.UIPanel pnlBottom1;
  371. private System.Windows.Forms.ContextMenuStrip cmsOutOfAreaClearing;
  372. private System.Windows.Forms.ToolStripMenuItem tsmRollBack;
  373. private Sunny.UI.UIButton btUpload;
  374. private Sunny.UI.UILabel uiLabel1;
  375. private System.Windows.Forms.RadioButton rbNonConfirm;
  376. private System.Windows.Forms.RadioButton rbConfirmed;
  377. private System.Windows.Forms.RadioButton rbAll;
  378. private System.Windows.Forms.ToolStripMenuItem tsmSingleConfirm;
  379. private System.Windows.Forms.ToolStripMenuItem tsmRollBackAll;
  380. private Sunny.UI.UILabel uiLabel3;
  381. private Sunny.UI.UILabel uiLabel2;
  382. private Sunny.UI.UIDatetimePicker dpED;
  383. private Sunny.UI.UIDatetimePicker dpST;
  384. private Sunny.UI.UIDatetimePicker dpYearMonth;
  385. }
  386. }