F_TAT_0102.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  1. namespace Dongke.IBOSS.PRD.Client.TATModule
  2. {
  3. partial class F_TAT_0102
  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 dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_TAT_0102));
  38. this.dgvJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.JobsId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.JobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dgvGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  44. this.GoodsId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.FineAmount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  48. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  51. this.tsbtnCreateJobs = new System.Windows.Forms.ToolStripButton();
  52. this.tsbtnCreateGoods = new System.Windows.Forms.ToolStripButton();
  53. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  54. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  55. this.lblMoney = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.btnEdit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  57. this.txtMoney = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  58. ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit();
  60. this.tsrOperate.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  62. this.splitContainer1.Panel1.SuspendLayout();
  63. this.splitContainer1.Panel2.SuspendLayout();
  64. this.splitContainer1.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // dgvJobs
  68. //
  69. this.dgvJobs.AllowUserToModifyRows = true;
  70. dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  71. this.dgvJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10;
  72. this.dgvJobs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  73. | System.Windows.Forms.AnchorStyles.Left)
  74. | System.Windows.Forms.AnchorStyles.Right)));
  75. this.dgvJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  76. this.dgvJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  77. this.dgvJobs.CellHeight = 23;
  78. this.dgvJobs.ChildNodeColumnName = null;
  79. this.dgvJobs.ChildNodeColumnText = null;
  80. this.dgvJobs.ColumnDeep = 1;
  81. this.dgvJobs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  82. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  83. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  84. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White;
  86. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  87. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  88. dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  89. this.dgvJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
  90. this.dgvJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  91. this.dgvJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  92. this.JobsId,
  93. this.JobsCode,
  94. this.JobsName,
  95. this.isHave});
  96. this.dgvJobs.ColumnTreeView = null;
  97. 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)));
  98. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  99. dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window;
  100. dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText;
  102. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  103. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  104. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  105. this.dgvJobs.DefaultCellStyle = dataGridViewCellStyle12;
  106. this.dgvJobs.DynamicColumnName = "";
  107. this.dgvJobs.EnableHeadersVisualStyles = false;
  108. this.dgvJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.dgvJobs.IsAutoCountSum = true;
  110. this.dgvJobs.IsAutoResizeColumns = false;
  111. this.dgvJobs.IsClickF12 = false;
  112. this.dgvJobs.IsSubTotalFlag = false;
  113. this.dgvJobs.Location = new System.Drawing.Point(3, 0);
  114. this.dgvJobs.MultiSelect = false;
  115. this.dgvJobs.Name = "dgvJobs";
  116. this.dgvJobs.RefreshAtHscroll = false;
  117. this.dgvJobs.RowHeadersWidth = 50;
  118. this.dgvJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  119. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  120. this.dgvJobs.RowsDefaultCellStyle = dataGridViewCellStyle13;
  121. this.dgvJobs.RowTemplate.Height = 21;
  122. this.dgvJobs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  123. this.dgvJobs.Size = new System.Drawing.Size(354, 424);
  124. this.dgvJobs.SortOrderColumnName = null;
  125. this.dgvJobs.TabIndex = 22;
  126. this.dgvJobs.Tag = true;
  127. this.dgvJobs.TotalSumColumns = null;
  128. this.dgvJobs.ViewRowFilter = "";
  129. this.dgvJobs.VirtualMode = true;
  130. this.dgvJobs.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvJobs_CellValueChanged);
  131. this.dgvJobs.SelectionChanged += new System.EventHandler(this.dgvJobs_SelectionChanged);
  132. this.dgvJobs.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvJobs_UserDeletingRow);
  133. //
  134. // JobsId
  135. //
  136. this.JobsId.DataPropertyName = "JobsId";
  137. this.JobsId.HeaderText = "工种ID";
  138. this.JobsId.Name = "JobsId";
  139. this.JobsId.Visible = false;
  140. //
  141. // JobsCode
  142. //
  143. this.JobsCode.DataPropertyName = "JobsCode";
  144. this.JobsCode.HeaderText = "工种编码";
  145. this.JobsCode.Name = "JobsCode";
  146. this.JobsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  147. this.JobsCode.Width = 140;
  148. //
  149. // JobsName
  150. //
  151. this.JobsName.DataPropertyName = "JobsName";
  152. this.JobsName.HeaderText = "工种名称";
  153. this.JobsName.Name = "JobsName";
  154. this.JobsName.ReadOnly = true;
  155. this.JobsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  156. this.JobsName.Width = 140;
  157. //
  158. // isHave
  159. //
  160. this.isHave.DataPropertyName = "isHave";
  161. this.isHave.HeaderText = "isHave";
  162. this.isHave.Name = "isHave";
  163. this.isHave.Visible = false;
  164. //
  165. // dgvGoods
  166. //
  167. this.dgvGoods.AllowUserToAddRows = false;
  168. this.dgvGoods.AllowUserToModifyRows = true;
  169. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  170. this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle14;
  171. this.dgvGoods.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  172. | System.Windows.Forms.AnchorStyles.Left)
  173. | System.Windows.Forms.AnchorStyles.Right)));
  174. this.dgvGoods.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  175. this.dgvGoods.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  176. this.dgvGoods.CellHeight = 23;
  177. this.dgvGoods.ChildNodeColumnName = null;
  178. this.dgvGoods.ChildNodeColumnText = null;
  179. this.dgvGoods.ColumnDeep = 1;
  180. this.dgvGoods.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  181. dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  182. dataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  183. dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. dataGridViewCellStyle15.ForeColor = System.Drawing.Color.White;
  185. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  186. dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  187. dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  188. this.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle15;
  189. this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  190. this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  191. this.GoodsId,
  192. this.GoodsCode,
  193. this.GoodsName,
  194. this.FineAmount});
  195. this.dgvGoods.ColumnTreeView = null;
  196. 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)));
  197. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  198. dataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Window;
  199. dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.ControlText;
  201. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  202. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  203. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  204. this.dgvGoods.DefaultCellStyle = dataGridViewCellStyle17;
  205. this.dgvGoods.DynamicColumnName = "";
  206. this.dgvGoods.EnableHeadersVisualStyles = false;
  207. this.dgvGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.dgvGoods.IsAutoCountSum = true;
  209. this.dgvGoods.IsAutoResizeColumns = false;
  210. this.dgvGoods.IsClickF12 = false;
  211. this.dgvGoods.IsSubTotalFlag = false;
  212. this.dgvGoods.Location = new System.Drawing.Point(3, 0);
  213. this.dgvGoods.MultiSelect = false;
  214. this.dgvGoods.Name = "dgvGoods";
  215. this.dgvGoods.RefreshAtHscroll = false;
  216. this.dgvGoods.RowHeadersWidth = 50;
  217. this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  218. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  219. this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle18;
  220. this.dgvGoods.RowTemplate.Height = 21;
  221. this.dgvGoods.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  222. this.dgvGoods.Size = new System.Drawing.Size(372, 424);
  223. this.dgvGoods.SortOrderColumnName = null;
  224. this.dgvGoods.TabIndex = 22;
  225. this.dgvGoods.Tag = true;
  226. this.dgvGoods.TotalSumColumns = null;
  227. this.dgvGoods.ViewRowFilter = "";
  228. this.dgvGoods.VirtualMode = true;
  229. this.dgvGoods.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoods_CellValueChanged);
  230. //
  231. // GoodsId
  232. //
  233. this.GoodsId.DataPropertyName = "GoodsId";
  234. this.GoodsId.HeaderText = "产品ID";
  235. this.GoodsId.Name = "GoodsId";
  236. this.GoodsId.Visible = false;
  237. //
  238. // GoodsCode
  239. //
  240. this.GoodsCode.DataPropertyName = "GoodsCode";
  241. this.GoodsCode.HeaderText = "产品编码";
  242. this.GoodsCode.Name = "GoodsCode";
  243. this.GoodsCode.ReadOnly = true;
  244. this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  245. //
  246. // GoodsName
  247. //
  248. this.GoodsName.DataPropertyName = "GoodsName";
  249. this.GoodsName.HeaderText = "产品名称";
  250. this.GoodsName.Name = "GoodsName";
  251. this.GoodsName.ReadOnly = true;
  252. this.GoodsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  253. //
  254. // FineAmount
  255. //
  256. this.FineAmount.DataPropertyName = "FineAmount";
  257. dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  258. this.FineAmount.DefaultCellStyle = dataGridViewCellStyle16;
  259. this.FineAmount.HeaderText = "扣罚金额";
  260. this.FineAmount.MaxValue = new decimal(new int[] {
  261. 9999999,
  262. 0,
  263. 0,
  264. 0});
  265. this.FineAmount.MinValue = new decimal(new int[] {
  266. 0,
  267. 0,
  268. 0,
  269. 0});
  270. this.FineAmount.Name = "FineAmount";
  271. this.FineAmount.Number = new System.Drawing.Point(6, 6);
  272. this.FineAmount.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  273. //
  274. // btnSave
  275. //
  276. this.btnSave.Anchor = System.Windows.Forms.AnchorStyles.None;
  277. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  278. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  279. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.btnSave.ForeColor = System.Drawing.Color.White;
  281. this.btnSave.Location = new System.Drawing.Point(578, 510);
  282. this.btnSave.Name = "btnSave";
  283. this.btnSave.Size = new System.Drawing.Size(85, 30);
  284. this.btnSave.TabIndex = 26;
  285. this.btnSave.Text = "保存(&S)";
  286. this.btnSave.UseVisualStyleBackColor = false;
  287. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  288. //
  289. // btnCancel
  290. //
  291. this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.None;
  292. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  293. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  294. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  295. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.btnCancel.ForeColor = System.Drawing.Color.White;
  297. this.btnCancel.Location = new System.Drawing.Point(669, 510);
  298. this.btnCancel.Name = "btnCancel";
  299. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  300. this.btnCancel.TabIndex = 27;
  301. this.btnCancel.Text = "取消(&C)";
  302. this.btnCancel.UseVisualStyleBackColor = false;
  303. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  304. //
  305. // tsrOperate
  306. //
  307. this.tsrOperate.AutoSize = false;
  308. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  309. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.TATModule.Properties.Resources.functionbackground;
  310. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  312. this.tsbtnCreateJobs,
  313. this.tsbtnCreateGoods,
  314. this.tsbtnAdaptive});
  315. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  316. this.tsrOperate.Name = "tsrOperate";
  317. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  318. this.tsrOperate.ShowItemToolTips = false;
  319. this.tsrOperate.Size = new System.Drawing.Size(766, 35);
  320. this.tsrOperate.TabIndex = 28;
  321. //
  322. // tsbtnCreateJobs
  323. //
  324. this.tsbtnCreateJobs.AutoSize = false;
  325. this.tsbtnCreateJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.tsbtnCreateJobs.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  327. this.tsbtnCreateJobs.ImageTransparentColor = System.Drawing.Color.Magenta;
  328. this.tsbtnCreateJobs.Name = "tsbtnCreateJobs";
  329. this.tsbtnCreateJobs.Size = new System.Drawing.Size(100, 25);
  330. this.tsbtnCreateJobs.Text = "生成工种信息(&J)";
  331. this.tsbtnCreateJobs.Click += new System.EventHandler(this.tsbtnCreateJobs_Click);
  332. //
  333. // tsbtnCreateGoods
  334. //
  335. this.tsbtnCreateGoods.AutoSize = false;
  336. this.tsbtnCreateGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.tsbtnCreateGoods.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  338. this.tsbtnCreateGoods.ImageTransparentColor = System.Drawing.Color.Magenta;
  339. this.tsbtnCreateGoods.Name = "tsbtnCreateGoods";
  340. this.tsbtnCreateGoods.Size = new System.Drawing.Size(100, 25);
  341. this.tsbtnCreateGoods.Text = "生成产品信息(&G)";
  342. this.tsbtnCreateGoods.Click += new System.EventHandler(this.tsbtnCreateGoods_Click);
  343. //
  344. // tsbtnAdaptive
  345. //
  346. this.tsbtnAdaptive.AutoSize = false;
  347. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  349. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  350. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  351. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  352. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  353. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  354. //
  355. // splitContainer1
  356. //
  357. this.splitContainer1.Location = new System.Drawing.Point(12, 77);
  358. this.splitContainer1.Name = "splitContainer1";
  359. //
  360. // splitContainer1.Panel1
  361. //
  362. this.splitContainer1.Panel1.Controls.Add(this.dgvJobs);
  363. //
  364. // splitContainer1.Panel2
  365. //
  366. this.splitContainer1.Panel2.Controls.Add(this.dgvGoods);
  367. this.splitContainer1.Size = new System.Drawing.Size(742, 427);
  368. this.splitContainer1.SplitterDistance = 360;
  369. this.splitContainer1.TabIndex = 29;
  370. //
  371. // lblMoney
  372. //
  373. this.lblMoney.AutoSize = true;
  374. this.lblMoney.BackColor = System.Drawing.Color.Transparent;
  375. this.lblMoney.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.lblMoney.Location = new System.Drawing.Point(455, 48);
  377. this.lblMoney.Name = "lblMoney";
  378. this.lblMoney.Size = new System.Drawing.Size(53, 12);
  379. this.lblMoney.TabIndex = 30;
  380. this.lblMoney.Text = "扣罚金额";
  381. //
  382. // btnEdit
  383. //
  384. this.btnEdit.Anchor = System.Windows.Forms.AnchorStyles.None;
  385. this.btnEdit.BackColor = System.Drawing.Color.Transparent;
  386. this.btnEdit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnEdit.BackgroundImage")));
  387. this.btnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.btnEdit.ForeColor = System.Drawing.Color.White;
  389. this.btnEdit.Location = new System.Drawing.Point(666, 40);
  390. this.btnEdit.Name = "btnEdit";
  391. this.btnEdit.Size = new System.Drawing.Size(85, 30);
  392. this.btnEdit.TabIndex = 31;
  393. this.btnEdit.Text = "修改(&U)";
  394. this.btnEdit.UseVisualStyleBackColor = false;
  395. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  396. //
  397. // txtMoney
  398. //
  399. this.txtMoney.BackColor = System.Drawing.SystemColors.Window;
  400. this.txtMoney.BackgroundColor = System.Drawing.SystemColors.Window;
  401. this.txtMoney.ErrorMessage = "";
  402. this.txtMoney.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.txtMoney.ImeMode = System.Windows.Forms.ImeMode.Off;
  404. this.txtMoney.Location = new System.Drawing.Point(514, 45);
  405. this.txtMoney.MaxLength = 13;
  406. this.txtMoney.MaxValue = new decimal(new int[] {
  407. -1,
  408. -1,
  409. -1,
  410. 0});
  411. this.txtMoney.MinValue = new decimal(new int[] {
  412. -1,
  413. -1,
  414. -1,
  415. -2147483648});
  416. this.txtMoney.Name = "txtMoney";
  417. this.txtMoney.Number = new System.Drawing.Point(6, 6);
  418. this.txtMoney.Size = new System.Drawing.Size(146, 21);
  419. this.txtMoney.TabIndex = 32;
  420. this.txtMoney.TextValue = "";
  421. //
  422. // F_TAT_0102
  423. //
  424. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  425. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  426. this.CancelButton = this.btnCancel;
  427. this.ClientSize = new System.Drawing.Size(766, 565);
  428. this.Controls.Add(this.txtMoney);
  429. this.Controls.Add(this.btnEdit);
  430. this.Controls.Add(this.lblMoney);
  431. this.Controls.Add(this.splitContainer1);
  432. this.Controls.Add(this.tsrOperate);
  433. this.Controls.Add(this.btnCancel);
  434. this.Controls.Add(this.btnSave);
  435. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  436. this.IsSaveFormSize = false;
  437. this.MaximizeBox = false;
  438. this.MinimizeBox = false;
  439. this.Name = "F_TAT_0102";
  440. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  441. this.Text = "缺陷扣罚策略明细";
  442. this.Load += new System.EventHandler(this.F_TAT_0102_Load);
  443. this.Controls.SetChildIndex(this.btnSave, 0);
  444. this.Controls.SetChildIndex(this.btnCancel, 0);
  445. this.Controls.SetChildIndex(this.tsrOperate, 0);
  446. this.Controls.SetChildIndex(this.splitContainer1, 0);
  447. this.Controls.SetChildIndex(this.lblMoney, 0);
  448. this.Controls.SetChildIndex(this.btnEdit, 0);
  449. this.Controls.SetChildIndex(this.txtMoney, 0);
  450. ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).EndInit();
  451. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit();
  452. this.tsrOperate.ResumeLayout(false);
  453. this.tsrOperate.PerformLayout();
  454. this.splitContainer1.Panel1.ResumeLayout(false);
  455. this.splitContainer1.Panel2.ResumeLayout(false);
  456. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  457. this.splitContainer1.ResumeLayout(false);
  458. this.ResumeLayout(false);
  459. this.PerformLayout();
  460. }
  461. #endregion
  462. private Basics.BaseControls.C_DataGridView dgvJobs;
  463. private Basics.BaseControls.C_DataGridView dgvGoods;
  464. private Basics.BaseControls.C_Button btnSave;
  465. private Basics.BaseControls.C_Button btnCancel;
  466. private Basics.BaseControls.C_ToolStrip tsrOperate;
  467. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  468. private System.Windows.Forms.SplitContainer splitContainer1;
  469. private System.Windows.Forms.ToolStripButton tsbtnCreateGoods;
  470. private System.Windows.Forms.ToolStripButton tsbtnCreateJobs;
  471. private Basics.BaseControls.C_Label lblMoney;
  472. private Basics.BaseControls.C_Button btnEdit;
  473. private Basics.BaseControls.C_TXT_Digital txtMoney;
  474. private System.Windows.Forms.DataGridViewTextBoxColumn JobsId;
  475. private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode;
  476. private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
  477. private System.Windows.Forms.DataGridViewTextBoxColumn isHave;
  478. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsId;
  479. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  480. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  481. private Basics.BaseControls.C_DGV_Column_Digital FineAmount;
  482. }
  483. }