FrmOtherIncome.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. namespace LYFZ.Software.UI.FinancialManagement
  2. {
  3. partial class FrmOtherIncome
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOtherIncome));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  33. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.txtkeyword = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.dtpDateTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  37. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.dtpDateTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  39. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.btnEntry = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  44. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  46. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.panelClose = new LYFZ.ComponentLibrary.PanelEx();
  48. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  50. this.plExMainContainer.SuspendLayout();
  51. this.plFormMainContent.SuspendLayout();
  52. this.panelEx2.SuspendLayout();
  53. this.flowLayoutPanel1.SuspendLayout();
  54. this.panelEx1.SuspendLayout();
  55. this.panelEx3.SuspendLayout();
  56. this.panelEx4.SuspendLayout();
  57. this.panelEx6.SuspendLayout();
  58. this.panelEx7.SuspendLayout();
  59. this.panelEx8.SuspendLayout();
  60. this.panelClose.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // plExMainContainer
  65. //
  66. this.plExMainContainer.AutoScroll = true;
  67. this.plExMainContainer.Controls.Add(this.panelEx2);
  68. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  69. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  70. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  71. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  72. //
  73. // btnAppFormMaximize
  74. //
  75. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  76. //
  77. // btnAppFormExit
  78. //
  79. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  80. //
  81. // btnAppFormMinimize
  82. //
  83. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  84. //
  85. // panelEx2
  86. //
  87. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  88. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  89. this.panelEx2.BorderWidth = 1;
  90. this.panelEx2.Controls.Add(this.dgvData);
  91. this.panelEx2.Controls.Add(this.flowLayoutPanel1);
  92. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.panelEx2.Location = new System.Drawing.Point(5, 10);
  94. this.panelEx2.Margin = new System.Windows.Forms.Padding(0);
  95. this.panelEx2.Name = "panelEx2";
  96. this.panelEx2.Padding = new System.Windows.Forms.Padding(2);
  97. this.panelEx2.Size = new System.Drawing.Size(900, 485);
  98. this.panelEx2.TabIndex = 194;
  99. //
  100. // flowLayoutPanel1
  101. //
  102. this.flowLayoutPanel1.Controls.Add(this.panelEx1);
  103. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  104. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  105. this.flowLayoutPanel1.Controls.Add(this.panelEx6);
  106. this.flowLayoutPanel1.Controls.Add(this.panelEx7);
  107. this.flowLayoutPanel1.Controls.Add(this.panelEx8);
  108. this.flowLayoutPanel1.Controls.Add(this.panelClose);
  109. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  110. this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2);
  111. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  112. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
  113. this.flowLayoutPanel1.Size = new System.Drawing.Size(896, 40);
  114. this.flowLayoutPanel1.TabIndex = 225;
  115. //
  116. // panelEx1
  117. //
  118. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  119. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  120. this.panelEx1.BorderWidth = 1;
  121. this.panelEx1.Controls.Add(this.txtkeyword);
  122. this.panelEx1.Location = new System.Drawing.Point(3, 5);
  123. this.panelEx1.Name = "panelEx1";
  124. this.panelEx1.Size = new System.Drawing.Size(150, 30);
  125. this.panelEx1.TabIndex = 223;
  126. //
  127. // txtkeyword
  128. //
  129. this.txtkeyword.BackColor = System.Drawing.Color.Transparent;
  130. this.txtkeyword.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  131. this.txtkeyword.Icon = null;
  132. this.txtkeyword.IconIsButton = false;
  133. this.txtkeyword.IsPasswordChat = '\0';
  134. this.txtkeyword.IsSystemPasswordChar = false;
  135. this.txtkeyword.Lines = new string[0];
  136. this.txtkeyword.Location = new System.Drawing.Point(2, 3);
  137. this.txtkeyword.Margin = new System.Windows.Forms.Padding(0);
  138. this.txtkeyword.MaxLength = 32767;
  139. this.txtkeyword.MinimumSize = new System.Drawing.Size(0, 24);
  140. this.txtkeyword.MouseBack = null;
  141. this.txtkeyword.Multiline = false;
  142. this.txtkeyword.Name = "txtkeyword";
  143. this.txtkeyword.NormlBack = null;
  144. this.txtkeyword.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  145. this.txtkeyword.ReadOnly = false;
  146. this.txtkeyword.ScrollBars = System.Windows.Forms.ScrollBars.None;
  147. this.txtkeyword.Size = new System.Drawing.Size(140, 25);
  148. this.txtkeyword.TabIndex = 2232;
  149. this.txtkeyword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  150. this.txtkeyword.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  151. this.txtkeyword.WaterText = "项目名称、付款人";
  152. this.txtkeyword.WordWrap = true;
  153. //
  154. // panelEx3
  155. //
  156. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  157. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  158. this.panelEx3.BorderWidth = 1;
  159. this.panelEx3.Controls.Add(this.dtpDateTimeEnd);
  160. this.panelEx3.Controls.Add(this.labelEx1);
  161. this.panelEx3.Controls.Add(this.dtpDateTimeStart);
  162. this.panelEx3.Location = new System.Drawing.Point(159, 5);
  163. this.panelEx3.Name = "panelEx3";
  164. this.panelEx3.Size = new System.Drawing.Size(230, 30);
  165. this.panelEx3.TabIndex = 224;
  166. //
  167. // dtpDateTimeEnd
  168. //
  169. this.dtpDateTimeEnd.CustomFormat = " ";
  170. this.dtpDateTimeEnd.DateValue = "";
  171. this.dtpDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  172. this.dtpDateTimeEnd.IsShowTime = false;
  173. this.dtpDateTimeEnd.Location = new System.Drawing.Point(124, 5);
  174. this.dtpDateTimeEnd.Name = "dtpDateTimeEnd";
  175. this.dtpDateTimeEnd.Size = new System.Drawing.Size(95, 21);
  176. this.dtpDateTimeEnd.TabIndex = 5;
  177. //
  178. // labelEx1
  179. //
  180. this.labelEx1.AutoSize = true;
  181. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  182. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  183. this.labelEx1.Location = new System.Drawing.Point(101, 7);
  184. this.labelEx1.Name = "labelEx1";
  185. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  186. this.labelEx1.TabIndex = 4;
  187. this.labelEx1.Text = "—";
  188. //
  189. // dtpDateTimeStart
  190. //
  191. this.dtpDateTimeStart.CustomFormat = " ";
  192. this.dtpDateTimeStart.DateValue = "";
  193. this.dtpDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  194. this.dtpDateTimeStart.IsShowTime = false;
  195. this.dtpDateTimeStart.Location = new System.Drawing.Point(4, 5);
  196. this.dtpDateTimeStart.Name = "dtpDateTimeStart";
  197. this.dtpDateTimeStart.Size = new System.Drawing.Size(95, 21);
  198. this.dtpDateTimeStart.TabIndex = 3;
  199. //
  200. // panelEx4
  201. //
  202. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  203. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  204. this.panelEx4.BorderWidth = 1;
  205. this.panelEx4.Controls.Add(this.btnQuery);
  206. this.panelEx4.Location = new System.Drawing.Point(395, 5);
  207. this.panelEx4.Name = "panelEx4";
  208. this.panelEx4.Size = new System.Drawing.Size(90, 30);
  209. this.panelEx4.TabIndex = 225;
  210. //
  211. // btnQuery
  212. //
  213. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  214. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  215. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  216. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  217. this.btnQuery.ForeColor = System.Drawing.Color.White;
  218. this.btnQuery.IsCustomBackImg = false;
  219. this.btnQuery.IsShowText = true;
  220. this.btnQuery.Location = new System.Drawing.Point(2, 2);
  221. this.btnQuery.Name = "btnQuery";
  222. this.btnQuery.Size = new System.Drawing.Size(85, 26);
  223. this.btnQuery.TabIndex = 226;
  224. this.btnQuery.Text = " 查 询";
  225. this.btnQuery.UseVisualStyleBackColor = false;
  226. //
  227. // panelEx6
  228. //
  229. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  230. this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  231. this.panelEx6.BorderWidth = 1;
  232. this.panelEx6.Controls.Add(this.btnEntry);
  233. this.panelEx6.Location = new System.Drawing.Point(491, 5);
  234. this.panelEx6.Name = "panelEx6";
  235. this.panelEx6.Size = new System.Drawing.Size(90, 30);
  236. this.panelEx6.TabIndex = 227;
  237. //
  238. // btnEntry
  239. //
  240. this.btnEntry.BackColor = System.Drawing.Color.Transparent;
  241. this.btnEntry.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnEntry.BackImg")));
  242. this.btnEntry.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  243. this.btnEntry.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  244. this.btnEntry.ForeColor = System.Drawing.Color.White;
  245. this.btnEntry.IsCustomBackImg = false;
  246. this.btnEntry.IsShowText = true;
  247. this.btnEntry.Location = new System.Drawing.Point(2, 2);
  248. this.btnEntry.Name = "btnEntry";
  249. this.btnEntry.Size = new System.Drawing.Size(85, 26);
  250. this.btnEntry.TabIndex = 211;
  251. this.btnEntry.Text = " 录 入";
  252. this.btnEntry.UseVisualStyleBackColor = false;
  253. //
  254. // panelEx7
  255. //
  256. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  257. this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  258. this.panelEx7.BorderWidth = 1;
  259. this.panelEx7.Controls.Add(this.btnDelete);
  260. this.panelEx7.Location = new System.Drawing.Point(587, 5);
  261. this.panelEx7.Name = "panelEx7";
  262. this.panelEx7.Size = new System.Drawing.Size(90, 30);
  263. this.panelEx7.TabIndex = 228;
  264. //
  265. // btnDelete
  266. //
  267. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  268. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  269. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  270. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  271. this.btnDelete.ForeColor = System.Drawing.Color.White;
  272. this.btnDelete.IsCustomBackImg = false;
  273. this.btnDelete.IsShowText = true;
  274. this.btnDelete.Location = new System.Drawing.Point(2, 2);
  275. this.btnDelete.Name = "btnDelete";
  276. this.btnDelete.Size = new System.Drawing.Size(85, 26);
  277. this.btnDelete.TabIndex = 215;
  278. this.btnDelete.Text = " 删 除";
  279. this.btnDelete.UseVisualStyleBackColor = false;
  280. //
  281. // panelEx8
  282. //
  283. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  284. this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  285. this.panelEx8.BorderWidth = 1;
  286. this.panelEx8.Controls.Add(this.btnPrint);
  287. this.panelEx8.Location = new System.Drawing.Point(683, 5);
  288. this.panelEx8.Name = "panelEx8";
  289. this.panelEx8.Size = new System.Drawing.Size(90, 30);
  290. this.panelEx8.TabIndex = 229;
  291. //
  292. // btnPrint
  293. //
  294. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  295. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  296. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  297. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  298. this.btnPrint.ForeColor = System.Drawing.Color.White;
  299. this.btnPrint.IsCustomBackImg = false;
  300. this.btnPrint.IsShowText = true;
  301. this.btnPrint.Location = new System.Drawing.Point(2, 2);
  302. this.btnPrint.Name = "btnPrint";
  303. this.btnPrint.Size = new System.Drawing.Size(85, 26);
  304. this.btnPrint.TabIndex = 216;
  305. this.btnPrint.Text = " 打印单据";
  306. this.btnPrint.UseVisualStyleBackColor = false;
  307. //
  308. // panelClose
  309. //
  310. this.panelClose.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  311. this.panelClose.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  312. this.panelClose.BorderWidth = 1;
  313. this.panelClose.Controls.Add(this.btnClose);
  314. this.panelClose.Location = new System.Drawing.Point(779, 5);
  315. this.panelClose.Name = "panelClose";
  316. this.panelClose.Size = new System.Drawing.Size(90, 30);
  317. this.panelClose.TabIndex = 230;
  318. //
  319. // btnClose
  320. //
  321. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  322. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  323. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  324. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  325. this.btnClose.ForeColor = System.Drawing.Color.White;
  326. this.btnClose.IsCustomBackImg = false;
  327. this.btnClose.IsShowText = true;
  328. this.btnClose.Location = new System.Drawing.Point(2, 2);
  329. this.btnClose.Name = "btnClose";
  330. this.btnClose.Size = new System.Drawing.Size(85, 26);
  331. this.btnClose.TabIndex = 212;
  332. this.btnClose.Text = " 关 闭";
  333. this.btnClose.UseVisualStyleBackColor = false;
  334. //
  335. // dgvData
  336. //
  337. this.dgvData.AllowUserToAddRows = false;
  338. this.dgvData.AllowUserToDeleteRows = false;
  339. this.dgvData.AllowUserToResizeRows = false;
  340. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  341. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  342. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  343. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  344. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  346. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  347. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  348. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  349. this.dgvData.ColumnHeadersHeight = 24;
  350. this.dgvData.dgvColumnHeadersHeight = 24;
  351. this.dgvData.dgvCurrentColumnOriginalSet = "";
  352. this.dgvData.dgvCurrentColumnWidth = "";
  353. this.dgvData.dgvCurrentHideColumn = null;
  354. this.dgvData.dgvFixedHideColumn = "";
  355. this.dgvData.dgvGuidName = null;
  356. this.dgvData.dgvUserEmployeeID = null;
  357. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  358. this.dgvData.EnableHeadersVisualStyles = false;
  359. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  360. this.dgvData.ImageHeight = 15;
  361. this.dgvData.ImageWidth = 15;
  362. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  363. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  364. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  365. this.dgvData.IsCompleteBonding = false;
  366. this.dgvData.IsCopyCellValue = true;
  367. this.dgvData.IsShowSerialNumber = true;
  368. this.dgvData.IsSortedRedraw = true;
  369. this.dgvData.IsSortMode = false;
  370. this.dgvData.Location = new System.Drawing.Point(2, 42);
  371. this.dgvData.Name = "dgvData";
  372. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  373. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  374. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  375. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  376. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  377. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  378. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  379. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  380. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  381. this.dgvData.RowHeadersWidth = 40;
  382. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  383. this.dgvData.RowTemplate.Height = 23;
  384. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  385. this.dgvData.Size = new System.Drawing.Size(896, 441);
  386. this.dgvData.StrSecondStageNull = "";
  387. this.dgvData.StrValueNullColumn = "";
  388. this.dgvData.TabIndex = 228;
  389. this.dgvData.ViceCount = 1;
  390. //
  391. // FrmOtherIncome
  392. //
  393. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  394. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  395. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  396. this.ClientSize = new System.Drawing.Size(910, 610);
  397. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  398. this.IsShowUcNavigationTool = true;
  399. this.Name = "FrmOtherIncome";
  400. this.Text = "其它收入录入";
  401. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  402. this.plExMainContainer.ResumeLayout(false);
  403. this.plFormMainContent.ResumeLayout(false);
  404. this.panelEx2.ResumeLayout(false);
  405. this.flowLayoutPanel1.ResumeLayout(false);
  406. this.panelEx1.ResumeLayout(false);
  407. this.panelEx3.ResumeLayout(false);
  408. this.panelEx3.PerformLayout();
  409. this.panelEx4.ResumeLayout(false);
  410. this.panelEx6.ResumeLayout(false);
  411. this.panelEx7.ResumeLayout(false);
  412. this.panelEx8.ResumeLayout(false);
  413. this.panelClose.ResumeLayout(false);
  414. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  415. this.ResumeLayout(false);
  416. }
  417. #endregion
  418. private ComponentLibrary.PanelEx panelEx2;
  419. protected ComponentLibrary.ButtonEx btnPrint;
  420. protected ComponentLibrary.ButtonEx btnDelete;
  421. protected ComponentLibrary.ButtonEx btnClose;
  422. protected ComponentLibrary.ButtonEx btnEntry;
  423. protected ComponentLibrary.TextBoxEx txtkeyword;
  424. protected internal ComponentLibrary.DateTimePickerEx dtpDateTimeEnd;
  425. private ComponentLibrary.LabelEx labelEx1;
  426. protected internal ComponentLibrary.DateTimePickerEx dtpDateTimeStart;
  427. protected internal ComponentLibrary.ButtonEx btnQuery;
  428. protected internal ComponentLibrary.PanelEx panelEx3;
  429. protected internal ComponentLibrary.PanelEx panelEx4;
  430. protected internal ComponentLibrary.PanelEx panelEx6;
  431. protected internal ComponentLibrary.PanelEx panelEx7;
  432. protected internal ComponentLibrary.PanelEx panelEx8;
  433. protected internal ComponentLibrary.PanelEx panelClose;
  434. protected internal ComponentLibrary.PanelEx panelEx1;
  435. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  436. protected internal ComponentLibrary.DataGridViewEc dgvData;
  437. }
  438. }