F_TAT_0403.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513
  1. namespace Dongke.IBOSS.PRD.Client.TATModule
  2. {
  3. partial class F_TAT_0403
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = 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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_TAT_0403));
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  41. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  42. this.tsbtnCreateJobs = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnCreateGoods = new System.Windows.Forms.ToolStripButton();
  44. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  45. this.dgvJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  46. this.dgvGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  47. this.GoodsId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.ComplianceRate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  51. this.IncrementSeed = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  52. this.IncrementAmount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  53. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  54. this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  55. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  56. this.JobsId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.JobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Baseamount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  60. this.Isend = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  61. this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.tsrOperate.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  66. this.splitContainer1.Panel1.SuspendLayout();
  67. this.splitContainer1.Panel2.SuspendLayout();
  68. this.splitContainer1.SuspendLayout();
  69. this.SuspendLayout();
  70. //
  71. // tsrOperate
  72. //
  73. this.tsrOperate.AutoSize = false;
  74. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  75. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.TATModule.Properties.Resources.functionbackground;
  76. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  78. this.tsbtnCreateJobs,
  79. this.tsbtnCreateGoods,
  80. this.tsbtnAdaptive});
  81. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  82. this.tsrOperate.Name = "tsrOperate";
  83. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  84. this.tsrOperate.ShowItemToolTips = false;
  85. this.tsrOperate.Size = new System.Drawing.Size(771, 35);
  86. this.tsrOperate.TabIndex = 29;
  87. //
  88. // tsbtnCreateJobs
  89. //
  90. this.tsbtnCreateJobs.AutoSize = false;
  91. this.tsbtnCreateJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.tsbtnCreateJobs.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  93. this.tsbtnCreateJobs.ImageTransparentColor = System.Drawing.Color.Magenta;
  94. this.tsbtnCreateJobs.Name = "tsbtnCreateJobs";
  95. this.tsbtnCreateJobs.Size = new System.Drawing.Size(100, 25);
  96. this.tsbtnCreateJobs.Text = "生成工种信息(&J)";
  97. this.tsbtnCreateJobs.Click += new System.EventHandler(this.tsbtnCreateJobs_Click);
  98. //
  99. // tsbtnCreateGoods
  100. //
  101. this.tsbtnCreateGoods.AutoSize = false;
  102. this.tsbtnCreateGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.tsbtnCreateGoods.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  104. this.tsbtnCreateGoods.ImageTransparentColor = System.Drawing.Color.Magenta;
  105. this.tsbtnCreateGoods.Name = "tsbtnCreateGoods";
  106. this.tsbtnCreateGoods.Size = new System.Drawing.Size(100, 25);
  107. this.tsbtnCreateGoods.Text = "生成产品信息(&G)";
  108. this.tsbtnCreateGoods.Click += new System.EventHandler(this.tsbtnCreateGoods_Click);
  109. //
  110. // tsbtnAdaptive
  111. //
  112. this.tsbtnAdaptive.AutoSize = false;
  113. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  115. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  116. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  117. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  118. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  119. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  120. //
  121. // dgvJobs
  122. //
  123. this.dgvJobs.AllowUserToModifyRows = true;
  124. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  125. this.dgvJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  126. this.dgvJobs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  127. | System.Windows.Forms.AnchorStyles.Left)
  128. | System.Windows.Forms.AnchorStyles.Right)));
  129. this.dgvJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  130. this.dgvJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  131. this.dgvJobs.CellHeight = 23;
  132. this.dgvJobs.ChildNodeColumnName = null;
  133. this.dgvJobs.ChildNodeColumnText = null;
  134. this.dgvJobs.ColumnDeep = 1;
  135. this.dgvJobs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  136. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  137. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  138. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  140. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  141. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  142. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  143. this.dgvJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  144. this.dgvJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  145. this.dgvJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  146. this.JobsId,
  147. this.JobsCode,
  148. this.JobsName,
  149. this.Baseamount,
  150. this.Isend,
  151. this.isHave});
  152. this.dgvJobs.ColumnTreeView = null;
  153. this.dgvJobs.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  154. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  155. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  156. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  158. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  159. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  160. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  161. this.dgvJobs.DefaultCellStyle = dataGridViewCellStyle4;
  162. this.dgvJobs.DynamicColumnName = "";
  163. this.dgvJobs.EnableHeadersVisualStyles = false;
  164. this.dgvJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.dgvJobs.IsAutoCountSum = true;
  166. this.dgvJobs.IsAutoResizeColumns = false;
  167. this.dgvJobs.IsClickF12 = false;
  168. this.dgvJobs.IsSubTotalFlag = false;
  169. this.dgvJobs.Location = new System.Drawing.Point(3, 3);
  170. this.dgvJobs.MultiSelect = false;
  171. this.dgvJobs.Name = "dgvJobs";
  172. this.dgvJobs.RefreshAtHscroll = false;
  173. this.dgvJobs.RowHeadersWidth = 50;
  174. this.dgvJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  175. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  176. this.dgvJobs.RowsDefaultCellStyle = dataGridViewCellStyle5;
  177. this.dgvJobs.RowTemplate.Height = 21;
  178. this.dgvJobs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  179. this.dgvJobs.Size = new System.Drawing.Size(343, 395);
  180. this.dgvJobs.SortOrderColumnName = null;
  181. this.dgvJobs.TabIndex = 36;
  182. this.dgvJobs.Tag = true;
  183. this.dgvJobs.TotalSumColumns = null;
  184. this.dgvJobs.ViewRowFilter = "";
  185. this.dgvJobs.VirtualMode = true;
  186. this.dgvJobs.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvJobs_CellValueChanged);
  187. this.dgvJobs.SelectionChanged += new System.EventHandler(this.dgvJobs_SelectionChanged);
  188. this.dgvJobs.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvJobs_UserDeletingRow);
  189. //
  190. // dgvGoods
  191. //
  192. this.dgvGoods.AllowUserToAddRows = false;
  193. this.dgvGoods.AllowUserToModifyRows = true;
  194. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  195. this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  196. this.dgvGoods.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  197. | System.Windows.Forms.AnchorStyles.Left)
  198. | System.Windows.Forms.AnchorStyles.Right)));
  199. this.dgvGoods.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  200. this.dgvGoods.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  201. this.dgvGoods.CellHeight = 23;
  202. this.dgvGoods.ChildNodeColumnName = null;
  203. this.dgvGoods.ChildNodeColumnText = null;
  204. this.dgvGoods.ColumnDeep = 1;
  205. this.dgvGoods.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  206. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  207. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  208. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  210. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  211. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  212. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  213. this.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  214. this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  215. this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  216. this.GoodsId,
  217. this.GoodsCode,
  218. this.GoodsName,
  219. this.ComplianceRate,
  220. this.IncrementSeed,
  221. this.IncrementAmount});
  222. this.dgvGoods.ColumnTreeView = null;
  223. this.dgvGoods.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  224. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  225. dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
  226. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
  228. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  229. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  230. dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  231. this.dgvGoods.DefaultCellStyle = dataGridViewCellStyle11;
  232. this.dgvGoods.DynamicColumnName = "";
  233. this.dgvGoods.EnableHeadersVisualStyles = false;
  234. this.dgvGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.dgvGoods.IsAutoCountSum = true;
  236. this.dgvGoods.IsAutoResizeColumns = false;
  237. this.dgvGoods.IsClickF12 = false;
  238. this.dgvGoods.IsSubTotalFlag = false;
  239. this.dgvGoods.Location = new System.Drawing.Point(3, 3);
  240. this.dgvGoods.MultiSelect = false;
  241. this.dgvGoods.Name = "dgvGoods";
  242. this.dgvGoods.RefreshAtHscroll = false;
  243. this.dgvGoods.RowHeadersWidth = 50;
  244. this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  245. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  246. this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle12;
  247. this.dgvGoods.RowTemplate.Height = 21;
  248. this.dgvGoods.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  249. this.dgvGoods.Size = new System.Drawing.Size(388, 395);
  250. this.dgvGoods.SortOrderColumnName = null;
  251. this.dgvGoods.TabIndex = 37;
  252. this.dgvGoods.Tag = true;
  253. this.dgvGoods.TotalSumColumns = null;
  254. this.dgvGoods.ViewRowFilter = "";
  255. this.dgvGoods.VirtualMode = true;
  256. this.dgvGoods.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoods_CellValueChanged);
  257. //
  258. // GoodsId
  259. //
  260. this.GoodsId.DataPropertyName = "GoodsId";
  261. this.GoodsId.HeaderText = "产品ID";
  262. this.GoodsId.Name = "GoodsId";
  263. this.GoodsId.ReadOnly = true;
  264. this.GoodsId.Visible = false;
  265. //
  266. // GoodsCode
  267. //
  268. this.GoodsCode.DataPropertyName = "GoodsCode";
  269. this.GoodsCode.HeaderText = "产品编码";
  270. this.GoodsCode.Name = "GoodsCode";
  271. this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  272. //
  273. // GoodsName
  274. //
  275. this.GoodsName.DataPropertyName = "GoodsName";
  276. this.GoodsName.HeaderText = "产品名称";
  277. this.GoodsName.Name = "GoodsName";
  278. this.GoodsName.ReadOnly = true;
  279. this.GoodsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  280. //
  281. // ComplianceRate
  282. //
  283. this.ComplianceRate.DataPropertyName = "ComplianceRate";
  284. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  285. this.ComplianceRate.DefaultCellStyle = dataGridViewCellStyle8;
  286. this.ComplianceRate.HeaderText = "达标率";
  287. this.ComplianceRate.MaxValue = new decimal(new int[] {
  288. 99999,
  289. 0,
  290. 0,
  291. 0});
  292. this.ComplianceRate.MinValue = new decimal(new int[] {
  293. 0,
  294. 0,
  295. 0,
  296. 0});
  297. this.ComplianceRate.Name = "ComplianceRate";
  298. this.ComplianceRate.Number = new System.Drawing.Point(5, 2);
  299. this.ComplianceRate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  300. this.ComplianceRate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  301. //
  302. // IncrementSeed
  303. //
  304. this.IncrementSeed.DataPropertyName = "IncrementSeed";
  305. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  306. this.IncrementSeed.DefaultCellStyle = dataGridViewCellStyle9;
  307. this.IncrementSeed.HeaderText = "增减系数";
  308. this.IncrementSeed.MaxValue = new decimal(new int[] {
  309. 99999,
  310. 0,
  311. 0,
  312. 0});
  313. this.IncrementSeed.MinValue = new decimal(new int[] {
  314. 0,
  315. 0,
  316. 0,
  317. 0});
  318. this.IncrementSeed.Name = "IncrementSeed";
  319. this.IncrementSeed.Number = new System.Drawing.Point(5, 2);
  320. this.IncrementSeed.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  321. this.IncrementSeed.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  322. //
  323. // IncrementAmount
  324. //
  325. this.IncrementAmount.DataPropertyName = "IncrementAmount";
  326. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  327. this.IncrementAmount.DefaultCellStyle = dataGridViewCellStyle10;
  328. this.IncrementAmount.HeaderText = "增减金额";
  329. this.IncrementAmount.MaxValue = new decimal(new int[] {
  330. 99999,
  331. 0,
  332. 0,
  333. 0});
  334. this.IncrementAmount.MinValue = new decimal(new int[] {
  335. 0,
  336. 0,
  337. 0,
  338. 0});
  339. this.IncrementAmount.Name = "IncrementAmount";
  340. this.IncrementAmount.Number = new System.Drawing.Point(5, 2);
  341. this.IncrementAmount.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  342. this.IncrementAmount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  343. //
  344. // btnClose
  345. //
  346. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  347. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  348. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  349. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  350. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.btnClose.ForeColor = System.Drawing.Color.White;
  352. this.btnClose.Location = new System.Drawing.Point(674, 445);
  353. this.btnClose.Name = "btnClose";
  354. this.btnClose.Size = new System.Drawing.Size(85, 30);
  355. this.btnClose.TabIndex = 39;
  356. this.btnClose.Text = "关闭(&C)";
  357. this.btnClose.UseVisualStyleBackColor = false;
  358. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  359. //
  360. // btnSubmit
  361. //
  362. this.btnSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  363. this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
  364. this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage")));
  365. this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.btnSubmit.ForeColor = System.Drawing.Color.White;
  367. this.btnSubmit.Location = new System.Drawing.Point(583, 445);
  368. this.btnSubmit.Name = "btnSubmit";
  369. this.btnSubmit.Size = new System.Drawing.Size(85, 30);
  370. this.btnSubmit.TabIndex = 38;
  371. this.btnSubmit.Text = "提交(&S)";
  372. this.btnSubmit.UseVisualStyleBackColor = false;
  373. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  374. //
  375. // splitContainer1
  376. //
  377. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  378. | System.Windows.Forms.AnchorStyles.Left)
  379. | System.Windows.Forms.AnchorStyles.Right)));
  380. this.splitContainer1.Location = new System.Drawing.Point(12, 38);
  381. this.splitContainer1.Name = "splitContainer1";
  382. //
  383. // splitContainer1.Panel1
  384. //
  385. this.splitContainer1.Panel1.Controls.Add(this.dgvJobs);
  386. //
  387. // splitContainer1.Panel2
  388. //
  389. this.splitContainer1.Panel2.Controls.Add(this.dgvGoods);
  390. this.splitContainer1.Size = new System.Drawing.Size(747, 401);
  391. this.splitContainer1.SplitterDistance = 349;
  392. this.splitContainer1.TabIndex = 40;
  393. //
  394. // JobsId
  395. //
  396. this.JobsId.DataPropertyName = "JobsId";
  397. this.JobsId.HeaderText = "工种ID";
  398. this.JobsId.Name = "JobsId";
  399. this.JobsId.ReadOnly = true;
  400. this.JobsId.Visible = false;
  401. //
  402. // JobsCode
  403. //
  404. this.JobsCode.DataPropertyName = "JobsCode";
  405. this.JobsCode.HeaderText = "工种编码";
  406. this.JobsCode.Name = "JobsCode";
  407. this.JobsCode.Width = 140;
  408. //
  409. // JobsName
  410. //
  411. this.JobsName.DataPropertyName = "JobsName";
  412. this.JobsName.HeaderText = "工种名称";
  413. this.JobsName.Name = "JobsName";
  414. this.JobsName.ReadOnly = true;
  415. this.JobsName.Width = 140;
  416. //
  417. // Baseamount
  418. //
  419. this.Baseamount.DataPropertyName = "Baseamount";
  420. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  421. this.Baseamount.DefaultCellStyle = dataGridViewCellStyle3;
  422. this.Baseamount.HeaderText = "基础金额";
  423. this.Baseamount.MaxValue = new decimal(new int[] {
  424. 999999,
  425. 0,
  426. 0,
  427. 0});
  428. this.Baseamount.MinValue = new decimal(new int[] {
  429. 0,
  430. 0,
  431. 0,
  432. 0});
  433. this.Baseamount.Name = "Baseamount";
  434. this.Baseamount.Number = new System.Drawing.Point(6, 6);
  435. this.Baseamount.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  436. this.Baseamount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  437. //
  438. // Isend
  439. //
  440. this.Isend.DataPropertyName = "Isend";
  441. this.Isend.FalseValue = "0";
  442. this.Isend.HeaderText = "是否扣完为止";
  443. this.Isend.Name = "Isend";
  444. this.Isend.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  445. this.Isend.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  446. this.Isend.TrueValue = "1";
  447. //
  448. // isHave
  449. //
  450. this.isHave.DataPropertyName = "isHave";
  451. this.isHave.HeaderText = "isHave";
  452. this.isHave.Name = "isHave";
  453. this.isHave.ReadOnly = true;
  454. this.isHave.Visible = false;
  455. //
  456. // F_TAT_0403
  457. //
  458. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  459. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  460. this.ClientSize = new System.Drawing.Size(771, 500);
  461. this.Controls.Add(this.splitContainer1);
  462. this.Controls.Add(this.btnClose);
  463. this.Controls.Add(this.btnSubmit);
  464. this.Controls.Add(this.tsrOperate);
  465. this.Name = "F_TAT_0403";
  466. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  467. this.Text = "F_TAT_0403";
  468. this.Load += new System.EventHandler(this.F_TAT_0403_Load);
  469. this.Controls.SetChildIndex(this.tsrOperate, 0);
  470. this.Controls.SetChildIndex(this.btnSubmit, 0);
  471. this.Controls.SetChildIndex(this.btnClose, 0);
  472. this.Controls.SetChildIndex(this.splitContainer1, 0);
  473. this.tsrOperate.ResumeLayout(false);
  474. this.tsrOperate.PerformLayout();
  475. ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).EndInit();
  476. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit();
  477. this.splitContainer1.Panel1.ResumeLayout(false);
  478. this.splitContainer1.Panel2.ResumeLayout(false);
  479. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  480. this.splitContainer1.ResumeLayout(false);
  481. this.ResumeLayout(false);
  482. this.PerformLayout();
  483. }
  484. #endregion
  485. private Basics.BaseControls.C_ToolStrip tsrOperate;
  486. private System.Windows.Forms.ToolStripButton tsbtnCreateJobs;
  487. private System.Windows.Forms.ToolStripButton tsbtnCreateGoods;
  488. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  489. private Basics.BaseControls.C_DataGridView dgvJobs;
  490. private Basics.BaseControls.C_DataGridView dgvGoods;
  491. private Basics.BaseControls.C_Button btnClose;
  492. private Basics.BaseControls.C_Button btnSubmit;
  493. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsId;
  494. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  495. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  496. private Basics.BaseControls.C_DGV_Column_Digital ComplianceRate;
  497. private Basics.BaseControls.C_DGV_Column_Digital IncrementSeed;
  498. private Basics.BaseControls.C_DGV_Column_Digital IncrementAmount;
  499. private System.Windows.Forms.SplitContainer splitContainer1;
  500. private System.Windows.Forms.DataGridViewTextBoxColumn JobsId;
  501. private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode;
  502. private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
  503. private Basics.BaseControls.C_DGV_Column_Digital Baseamount;
  504. private System.Windows.Forms.DataGridViewCheckBoxColumn Isend;
  505. private System.Windows.Forms.DataGridViewTextBoxColumn isHave;
  506. }
  507. }