F_PAM_0301.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. namespace Dongke.IBOSS.PRD.Client.PAMModule
  2. {
  3. partial class F_PAM_0301
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PAM_0301));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  34. this.cmbPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  35. this.lblPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.dgvJobsPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  41. this.PayPlanName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.PieceTacticsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.PieceTacticsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.PieceTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.PieceProcedure = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.PieceCoefficient = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.DamageFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  48. this.DamageCoefficient = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.UnqualifiedFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  50. this.UnqualifiedCoefficient = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.QualifiedFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  52. this.QualifiedCoefficient = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.QualityBaseProcedure = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  55. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  56. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  57. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  58. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  59. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  60. this.gbxCondition.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dgvJobsPayPlan)).BeginInit();
  62. this.tsrOperate.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // gbxCondition
  66. //
  67. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  68. | System.Windows.Forms.AnchorStyles.Right)));
  69. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  70. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  71. this.gbxCondition.Controls.Add(this.cmbPayPlan);
  72. this.gbxCondition.Controls.Add(this.lblPayPlan);
  73. this.gbxCondition.Controls.Add(this.txtName);
  74. this.gbxCondition.Controls.Add(this.c_Label1);
  75. this.gbxCondition.Controls.Add(this.btnClearCondition);
  76. this.gbxCondition.Controls.Add(this.btnSearch);
  77. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  79. this.gbxCondition.IsMustInput = false;
  80. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  81. this.gbxCondition.Name = "gbxCondition";
  82. this.gbxCondition.OriginalHeight = -1;
  83. this.gbxCondition.Size = new System.Drawing.Size(883, 51);
  84. this.gbxCondition.TabIndex = 24;
  85. this.gbxCondition.TabStop = false;
  86. this.gbxCondition.Text = "查询条件 ▼";
  87. //
  88. // cmbPayPlan
  89. //
  90. this.cmbPayPlan.BackColor = System.Drawing.SystemColors.Window;
  91. this.cmbPayPlan.BackgroundColor = System.Drawing.SystemColors.Window;
  92. this.cmbPayPlan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  93. this.cmbPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.cmbPayPlan.FormattingEnabled = true;
  95. this.cmbPayPlan.Location = new System.Drawing.Point(328, 20);
  96. this.cmbPayPlan.Name = "cmbPayPlan";
  97. this.cmbPayPlan.Size = new System.Drawing.Size(130, 20);
  98. this.cmbPayPlan.TabIndex = 9;
  99. //
  100. // lblPayPlan
  101. //
  102. this.lblPayPlan.AutoSize = true;
  103. this.lblPayPlan.BackColor = System.Drawing.Color.Transparent;
  104. this.lblPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.lblPayPlan.Location = new System.Drawing.Point(259, 23);
  106. this.lblPayPlan.Name = "lblPayPlan";
  107. this.lblPayPlan.Size = new System.Drawing.Size(53, 12);
  108. this.lblPayPlan.TabIndex = 8;
  109. this.lblPayPlan.Text = "工资方案";
  110. //
  111. // txtName
  112. //
  113. this.txtName.BackColor = System.Drawing.SystemColors.Window;
  114. this.txtName.BackgroundColor = System.Drawing.SystemColors.Window;
  115. this.txtName.ErrorMessage = "";
  116. this.txtName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.txtName.Location = new System.Drawing.Point(84, 21);
  118. this.txtName.MaxLength = 20;
  119. this.txtName.Name = "txtName";
  120. this.txtName.Size = new System.Drawing.Size(142, 21);
  121. this.txtName.TabIndex = 7;
  122. this.txtName.TextValue = "";
  123. //
  124. // c_Label1
  125. //
  126. this.c_Label1.AutoSize = true;
  127. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  128. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.c_Label1.Location = new System.Drawing.Point(24, 24);
  130. this.c_Label1.Name = "c_Label1";
  131. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  132. this.c_Label1.TabIndex = 6;
  133. this.c_Label1.Text = "策略名称";
  134. //
  135. // btnClearCondition
  136. //
  137. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  138. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  139. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  140. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  142. this.btnClearCondition.Location = new System.Drawing.Point(795, 14);
  143. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  144. this.btnClearCondition.Name = "btnClearCondition";
  145. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  146. this.btnClearCondition.TabIndex = 5;
  147. this.btnClearCondition.Text = "清空条件(&C)";
  148. this.btnClearCondition.UseVisualStyleBackColor = false;
  149. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  150. //
  151. // btnSearch
  152. //
  153. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  154. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  155. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  156. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.btnSearch.ForeColor = System.Drawing.Color.White;
  158. this.btnSearch.Location = new System.Drawing.Point(704, 14);
  159. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  160. this.btnSearch.Name = "btnSearch";
  161. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  162. this.btnSearch.TabIndex = 4;
  163. this.btnSearch.Text = "查询(&Q)";
  164. this.btnSearch.UseVisualStyleBackColor = false;
  165. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  166. //
  167. // dgvJobsPayPlan
  168. //
  169. this.dgvJobsPayPlan.AllowUserToAddRows = false;
  170. this.dgvJobsPayPlan.AllowUserToDeleteRows = false;
  171. this.dgvJobsPayPlan.AllowUserToModifyRows = true;
  172. this.dgvJobsPayPlan.AllowUserToOrderColumns = true;
  173. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  174. this.dgvJobsPayPlan.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle17;
  175. this.dgvJobsPayPlan.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  176. | System.Windows.Forms.AnchorStyles.Left)
  177. | System.Windows.Forms.AnchorStyles.Right)));
  178. this.dgvJobsPayPlan.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  179. this.dgvJobsPayPlan.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  180. this.dgvJobsPayPlan.CellHeight = 23;
  181. this.dgvJobsPayPlan.ChildNodeColumnName = null;
  182. this.dgvJobsPayPlan.ChildNodeColumnText = null;
  183. this.dgvJobsPayPlan.ColumnDeep = 1;
  184. this.dgvJobsPayPlan.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  185. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  186. dataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  187. dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. dataGridViewCellStyle18.ForeColor = System.Drawing.Color.White;
  189. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  190. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  191. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  192. this.dgvJobsPayPlan.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle18;
  193. this.dgvJobsPayPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  194. this.dgvJobsPayPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  195. this.PayPlanName,
  196. this.PieceTacticsName,
  197. this.PieceTacticsID,
  198. this.PieceTypeName,
  199. this.PieceProcedure,
  200. this.PieceCoefficient,
  201. this.DamageFlag,
  202. this.DamageCoefficient,
  203. this.UnqualifiedFlag,
  204. this.UnqualifiedCoefficient,
  205. this.QualifiedFlag,
  206. this.QualifiedCoefficient,
  207. this.QualityBaseProcedure});
  208. this.dgvJobsPayPlan.ColumnTreeView = null;
  209. this.dgvJobsPayPlan.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)));
  210. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  211. dataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Window;
  212. dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. dataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.ControlText;
  214. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  215. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  216. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  217. this.dgvJobsPayPlan.DefaultCellStyle = dataGridViewCellStyle19;
  218. this.dgvJobsPayPlan.DynamicColumnName = "";
  219. this.dgvJobsPayPlan.EnableHeadersVisualStyles = false;
  220. this.dgvJobsPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.dgvJobsPayPlan.IsAutoCountSum = true;
  222. this.dgvJobsPayPlan.IsAutoResizeColumns = false;
  223. this.dgvJobsPayPlan.IsClickF12 = false;
  224. this.dgvJobsPayPlan.IsSubTotalFlag = false;
  225. this.dgvJobsPayPlan.Location = new System.Drawing.Point(0, 95);
  226. this.dgvJobsPayPlan.MultiSelect = false;
  227. this.dgvJobsPayPlan.Name = "dgvJobsPayPlan";
  228. this.dgvJobsPayPlan.ReadOnly = true;
  229. this.dgvJobsPayPlan.RefreshAtHscroll = false;
  230. this.dgvJobsPayPlan.RowHeadersWidth = 50;
  231. this.dgvJobsPayPlan.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  232. dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  233. this.dgvJobsPayPlan.RowsDefaultCellStyle = dataGridViewCellStyle20;
  234. this.dgvJobsPayPlan.RowTemplate.Height = 21;
  235. this.dgvJobsPayPlan.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  236. this.dgvJobsPayPlan.Size = new System.Drawing.Size(895, 396);
  237. this.dgvJobsPayPlan.SortOrderColumnName = null;
  238. this.dgvJobsPayPlan.TabIndex = 25;
  239. this.dgvJobsPayPlan.Tag = true;
  240. this.dgvJobsPayPlan.TotalSumColumns = null;
  241. this.dgvJobsPayPlan.ViewRowFilter = "";
  242. this.dgvJobsPayPlan.VirtualMode = true;
  243. //
  244. // PayPlanName
  245. //
  246. this.PayPlanName.DataPropertyName = "PayPlanName";
  247. this.PayPlanName.HeaderText = "工资方案名称";
  248. this.PayPlanName.Name = "PayPlanName";
  249. this.PayPlanName.ReadOnly = true;
  250. //
  251. // PieceTacticsName
  252. //
  253. this.PieceTacticsName.DataPropertyName = "PieceTacticsName";
  254. this.PieceTacticsName.HeaderText = "策略名称";
  255. this.PieceTacticsName.Name = "PieceTacticsName";
  256. this.PieceTacticsName.ReadOnly = true;
  257. //
  258. // PieceTacticsID
  259. //
  260. this.PieceTacticsID.DataPropertyName = "PieceTacticsID";
  261. this.PieceTacticsID.HeaderText = "计件工资策略ID";
  262. this.PieceTacticsID.Name = "PieceTacticsID";
  263. this.PieceTacticsID.ReadOnly = true;
  264. this.PieceTacticsID.Visible = false;
  265. //
  266. // PieceTypeName
  267. //
  268. this.PieceTypeName.DataPropertyName = "PieceTypeName";
  269. this.PieceTypeName.HeaderText = "计件工序类型";
  270. this.PieceTypeName.Name = "PieceTypeName";
  271. this.PieceTypeName.ReadOnly = true;
  272. //
  273. // PieceProcedure
  274. //
  275. this.PieceProcedure.DataPropertyName = "PieceProcedure";
  276. this.PieceProcedure.HeaderText = "计件工序";
  277. this.PieceProcedure.Name = "PieceProcedure";
  278. this.PieceProcedure.ReadOnly = true;
  279. //
  280. // PieceCoefficient
  281. //
  282. this.PieceCoefficient.DataPropertyName = "PieceCoefficient";
  283. this.PieceCoefficient.HeaderText = "计件系数";
  284. this.PieceCoefficient.Name = "PieceCoefficient";
  285. this.PieceCoefficient.ReadOnly = true;
  286. //
  287. // DamageFlag
  288. //
  289. this.DamageFlag.DataPropertyName = "DamageFlag";
  290. this.DamageFlag.FalseValue = "0";
  291. this.DamageFlag.HeaderText = "损坯计算标识";
  292. this.DamageFlag.Name = "DamageFlag";
  293. this.DamageFlag.ReadOnly = true;
  294. this.DamageFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  295. this.DamageFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  296. this.DamageFlag.TrueValue = "1";
  297. //
  298. // DamageCoefficient
  299. //
  300. this.DamageCoefficient.DataPropertyName = "DamageCoefficient";
  301. this.DamageCoefficient.HeaderText = "损坯系数";
  302. this.DamageCoefficient.Name = "DamageCoefficient";
  303. this.DamageCoefficient.ReadOnly = true;
  304. //
  305. // UnqualifiedFlag
  306. //
  307. this.UnqualifiedFlag.DataPropertyName = "UnqualifiedFlag";
  308. this.UnqualifiedFlag.FalseValue = "0";
  309. this.UnqualifiedFlag.HeaderText = "次品计算标识";
  310. this.UnqualifiedFlag.Name = "UnqualifiedFlag";
  311. this.UnqualifiedFlag.ReadOnly = true;
  312. this.UnqualifiedFlag.TrueValue = "1";
  313. //
  314. // UnqualifiedCoefficient
  315. //
  316. this.UnqualifiedCoefficient.DataPropertyName = "UnqualifiedCoefficient";
  317. this.UnqualifiedCoefficient.HeaderText = "次品系数";
  318. this.UnqualifiedCoefficient.Name = "UnqualifiedCoefficient";
  319. this.UnqualifiedCoefficient.ReadOnly = true;
  320. //
  321. // QualifiedFlag
  322. //
  323. this.QualifiedFlag.DataPropertyName = "QualifiedFlag";
  324. this.QualifiedFlag.FalseValue = "0";
  325. this.QualifiedFlag.HeaderText = "副品计算标识";
  326. this.QualifiedFlag.Name = "QualifiedFlag";
  327. this.QualifiedFlag.ReadOnly = true;
  328. this.QualifiedFlag.TrueValue = "1";
  329. //
  330. // QualifiedCoefficient
  331. //
  332. this.QualifiedCoefficient.DataPropertyName = "QualifiedCoefficient";
  333. this.QualifiedCoefficient.HeaderText = "副品系数";
  334. this.QualifiedCoefficient.Name = "QualifiedCoefficient";
  335. this.QualifiedCoefficient.ReadOnly = true;
  336. //
  337. // QualityBaseProcedure
  338. //
  339. this.QualityBaseProcedure.DataPropertyName = "QualityBaseProcedure";
  340. this.QualityBaseProcedure.HeaderText = "质量基数工序";
  341. this.QualityBaseProcedure.Name = "QualityBaseProcedure";
  342. this.QualityBaseProcedure.ReadOnly = true;
  343. //
  344. // tsrOperate
  345. //
  346. this.tsrOperate.AutoSize = false;
  347. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  348. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PAMModule.Properties.Resources.functionbackground;
  349. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  351. this.tsbtnAdd,
  352. this.tsbtnEdit,
  353. this.toolStripSeparator1,
  354. this.tsbtnAdaptive,
  355. this.tsbtnClose});
  356. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  357. this.tsrOperate.Name = "tsrOperate";
  358. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  359. this.tsrOperate.ShowItemToolTips = false;
  360. this.tsrOperate.Size = new System.Drawing.Size(895, 35);
  361. this.tsrOperate.TabIndex = 27;
  362. this.tsrOperate.Text = "toolStrip1";
  363. //
  364. // tsbtnAdd
  365. //
  366. this.tsbtnAdd.AutoSize = false;
  367. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  369. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  370. this.tsbtnAdd.Name = "tsbtnAdd";
  371. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  372. this.tsbtnAdd.Text = "新建(&N)";
  373. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  374. //
  375. // tsbtnEdit
  376. //
  377. this.tsbtnEdit.AutoSize = false;
  378. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  380. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  381. this.tsbtnEdit.Name = "tsbtnEdit";
  382. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  383. this.tsbtnEdit.Text = "编辑(&E)";
  384. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click_1);
  385. //
  386. // toolStripSeparator1
  387. //
  388. this.toolStripSeparator1.AutoSize = false;
  389. this.toolStripSeparator1.Name = "toolStripSeparator1";
  390. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  391. //
  392. // tsbtnAdaptive
  393. //
  394. this.tsbtnAdaptive.AutoSize = false;
  395. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  397. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  398. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  399. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  400. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  401. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  402. //
  403. // tsbtnClose
  404. //
  405. this.tsbtnClose.AutoSize = false;
  406. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  408. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  409. this.tsbtnClose.Name = "tsbtnClose";
  410. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  411. this.tsbtnClose.Text = "关闭(&X)";
  412. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  413. //
  414. // F_PAM_0301
  415. //
  416. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  417. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  418. this.ClientSize = new System.Drawing.Size(895, 493);
  419. this.Controls.Add(this.tsrOperate);
  420. this.Controls.Add(this.dgvJobsPayPlan);
  421. this.Controls.Add(this.gbxCondition);
  422. this.Name = "F_PAM_0301";
  423. this.Text = "计件工资策略";
  424. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PAM_0201_FormClosed);
  425. this.Load += new System.EventHandler(this.F_PAM_0201_Load);
  426. this.gbxCondition.ResumeLayout(false);
  427. this.gbxCondition.PerformLayout();
  428. ((System.ComponentModel.ISupportInitialize)(this.dgvJobsPayPlan)).EndInit();
  429. this.tsrOperate.ResumeLayout(false);
  430. this.tsrOperate.PerformLayout();
  431. this.ResumeLayout(false);
  432. }
  433. #endregion
  434. private Basics.BaseControls.C_GroupBox gbxCondition;
  435. private Basics.BaseControls.C_Button btnClearCondition;
  436. private Basics.BaseControls.C_Button btnSearch;
  437. private Basics.BaseControls.C_DataGridView dgvJobsPayPlan;
  438. private Basics.BaseControls.C_Label c_Label1;
  439. private Basics.BaseControls.C_TextBox txtName;
  440. private Basics.BaseControls.C_ComboBox cmbPayPlan;
  441. private Basics.BaseControls.C_Label lblPayPlan;
  442. private System.Windows.Forms.DataGridViewTextBoxColumn PayPlanName;
  443. private System.Windows.Forms.DataGridViewTextBoxColumn PieceTacticsName;
  444. private System.Windows.Forms.DataGridViewTextBoxColumn PieceTacticsID;
  445. private System.Windows.Forms.DataGridViewTextBoxColumn PieceTypeName;
  446. private System.Windows.Forms.DataGridViewTextBoxColumn PieceProcedure;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn PieceCoefficient;
  448. private System.Windows.Forms.DataGridViewCheckBoxColumn DamageFlag;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn DamageCoefficient;
  450. private System.Windows.Forms.DataGridViewCheckBoxColumn UnqualifiedFlag;
  451. private System.Windows.Forms.DataGridViewTextBoxColumn UnqualifiedCoefficient;
  452. private System.Windows.Forms.DataGridViewCheckBoxColumn QualifiedFlag;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn QualifiedCoefficient;
  454. private System.Windows.Forms.DataGridViewTextBoxColumn QualityBaseProcedure;
  455. private Basics.BaseControls.C_ToolStrip tsrOperate;
  456. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  457. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  458. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  459. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  460. private System.Windows.Forms.ToolStripButton tsbtnClose;
  461. }
  462. }