OutOfAreaClearing.Designer.cs 25 KB

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