F_PAM_0401..Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. namespace Dongke.IBOSS.PRD.Client.PAMModule
  2. {
  3. partial class F_PAM_0401
  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_0401));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  35. this.cmbPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  36. this.lblPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.txtName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  38. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.dgvJobsPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  42. this.QualityASSTacticsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.QualityTacticsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.PayPlanName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.DictionaryValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  48. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  49. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  50. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  51. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  52. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  53. this.gbxCondition.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.dgvJobsPayPlan)).BeginInit();
  55. this.tsrOperate.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // gbxCondition
  59. //
  60. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  61. | System.Windows.Forms.AnchorStyles.Right)));
  62. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  63. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  64. this.gbxCondition.Controls.Add(this.cmbPayPlan);
  65. this.gbxCondition.Controls.Add(this.lblPayPlan);
  66. this.gbxCondition.Controls.Add(this.txtName);
  67. this.gbxCondition.Controls.Add(this.c_Label1);
  68. this.gbxCondition.Controls.Add(this.btnClearCondition);
  69. this.gbxCondition.Controls.Add(this.btnSearch);
  70. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  72. this.gbxCondition.IsMustInput = false;
  73. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  74. this.gbxCondition.Name = "gbxCondition";
  75. this.gbxCondition.OriginalHeight = -1;
  76. this.gbxCondition.Size = new System.Drawing.Size(883, 51);
  77. this.gbxCondition.TabIndex = 24;
  78. this.gbxCondition.TabStop = false;
  79. this.gbxCondition.Text = "查询条件 ▼";
  80. //
  81. // cmbPayPlan
  82. //
  83. this.cmbPayPlan.BackColor = System.Drawing.SystemColors.Window;
  84. this.cmbPayPlan.BackgroundColor = System.Drawing.SystemColors.Window;
  85. this.cmbPayPlan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  86. this.cmbPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.cmbPayPlan.FormattingEnabled = true;
  88. this.cmbPayPlan.Location = new System.Drawing.Point(329, 19);
  89. this.cmbPayPlan.Name = "cmbPayPlan";
  90. this.cmbPayPlan.Size = new System.Drawing.Size(130, 20);
  91. this.cmbPayPlan.TabIndex = 13;
  92. //
  93. // lblPayPlan
  94. //
  95. this.lblPayPlan.AutoSize = true;
  96. this.lblPayPlan.BackColor = System.Drawing.Color.Transparent;
  97. this.lblPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.lblPayPlan.Location = new System.Drawing.Point(260, 22);
  99. this.lblPayPlan.Name = "lblPayPlan";
  100. this.lblPayPlan.Size = new System.Drawing.Size(53, 12);
  101. this.lblPayPlan.TabIndex = 12;
  102. this.lblPayPlan.Text = "工资方案";
  103. //
  104. // txtName
  105. //
  106. this.txtName.BackColor = System.Drawing.SystemColors.Window;
  107. this.txtName.BackgroundColor = System.Drawing.SystemColors.Window;
  108. this.txtName.ErrorMessage = "";
  109. this.txtName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.txtName.Location = new System.Drawing.Point(85, 20);
  111. this.txtName.MaxLength = 20;
  112. this.txtName.Name = "txtName";
  113. this.txtName.Size = new System.Drawing.Size(142, 21);
  114. this.txtName.TabIndex = 11;
  115. this.txtName.TextValue = "";
  116. //
  117. // c_Label1
  118. //
  119. this.c_Label1.AutoSize = true;
  120. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  121. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.c_Label1.Location = new System.Drawing.Point(25, 23);
  123. this.c_Label1.Name = "c_Label1";
  124. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  125. this.c_Label1.TabIndex = 10;
  126. this.c_Label1.Text = "策略名称";
  127. //
  128. // btnClearCondition
  129. //
  130. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  131. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  132. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  133. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  135. this.btnClearCondition.Location = new System.Drawing.Point(795, 14);
  136. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  137. this.btnClearCondition.Name = "btnClearCondition";
  138. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  139. this.btnClearCondition.TabIndex = 5;
  140. this.btnClearCondition.Text = "清空条件(&C)";
  141. this.btnClearCondition.UseVisualStyleBackColor = false;
  142. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  143. //
  144. // btnSearch
  145. //
  146. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  147. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  148. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  149. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.btnSearch.ForeColor = System.Drawing.Color.White;
  151. this.btnSearch.Location = new System.Drawing.Point(704, 14);
  152. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  153. this.btnSearch.Name = "btnSearch";
  154. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  155. this.btnSearch.TabIndex = 4;
  156. this.btnSearch.Text = "查询(&Q)";
  157. this.btnSearch.UseVisualStyleBackColor = false;
  158. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  159. //
  160. // dgvJobsPayPlan
  161. //
  162. this.dgvJobsPayPlan.AllowUserToAddRows = false;
  163. this.dgvJobsPayPlan.AllowUserToDeleteRows = false;
  164. this.dgvJobsPayPlan.AllowUserToModifyRows = true;
  165. this.dgvJobsPayPlan.AllowUserToOrderColumns = true;
  166. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  167. this.dgvJobsPayPlan.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  168. this.dgvJobsPayPlan.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  169. | System.Windows.Forms.AnchorStyles.Left)
  170. | System.Windows.Forms.AnchorStyles.Right)));
  171. this.dgvJobsPayPlan.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  172. this.dgvJobsPayPlan.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  173. this.dgvJobsPayPlan.CellHeight = 23;
  174. this.dgvJobsPayPlan.ChildNodeColumnName = null;
  175. this.dgvJobsPayPlan.ChildNodeColumnText = null;
  176. this.dgvJobsPayPlan.ColumnDeep = 1;
  177. this.dgvJobsPayPlan.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  178. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  179. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  180. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  182. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  183. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  184. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  185. this.dgvJobsPayPlan.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  186. this.dgvJobsPayPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  187. this.dgvJobsPayPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  188. this.QualityASSTacticsID,
  189. this.QualityTacticsName,
  190. this.PayPlanName,
  191. this.DictionaryValue,
  192. this.CreateTime});
  193. this.dgvJobsPayPlan.ColumnTreeView = null;
  194. 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)));
  195. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  196. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  197. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  199. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  200. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  201. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  202. this.dgvJobsPayPlan.DefaultCellStyle = dataGridViewCellStyle4;
  203. this.dgvJobsPayPlan.DynamicColumnName = "";
  204. this.dgvJobsPayPlan.EnableHeadersVisualStyles = false;
  205. this.dgvJobsPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.dgvJobsPayPlan.HorizontalMergeColumn = null;
  207. this.dgvJobsPayPlan.IsAutoCountSum = true;
  208. this.dgvJobsPayPlan.IsAutoResizeColumns = false;
  209. this.dgvJobsPayPlan.IsClickF12 = false;
  210. this.dgvJobsPayPlan.IsOpenMergeCellFlag = false;
  211. this.dgvJobsPayPlan.IsSubTotalFlag = false;
  212. this.dgvJobsPayPlan.IsTopDeep = false;
  213. this.dgvJobsPayPlan.Location = new System.Drawing.Point(0, 95);
  214. this.dgvJobsPayPlan.MergeColumnNames = null;
  215. this.dgvJobsPayPlan.MergeDetailColumnNames = null;
  216. this.dgvJobsPayPlan.MergeDetailOnlyColumn = null;
  217. this.dgvJobsPayPlan.MergeOnlyColumn = null;
  218. this.dgvJobsPayPlan.MultiSelect = false;
  219. this.dgvJobsPayPlan.Name = "dgvJobsPayPlan";
  220. this.dgvJobsPayPlan.ReadOnly = true;
  221. this.dgvJobsPayPlan.RefreshAtHscroll = false;
  222. this.dgvJobsPayPlan.RowHeadersWidth = 50;
  223. this.dgvJobsPayPlan.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  224. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  225. this.dgvJobsPayPlan.RowsDefaultCellStyle = dataGridViewCellStyle5;
  226. this.dgvJobsPayPlan.RowTemplate.Height = 21;
  227. this.dgvJobsPayPlan.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  228. this.dgvJobsPayPlan.Size = new System.Drawing.Size(883, 396);
  229. this.dgvJobsPayPlan.SortOrderColumnName = null;
  230. this.dgvJobsPayPlan.TabIndex = 25;
  231. this.dgvJobsPayPlan.Tag = true;
  232. this.dgvJobsPayPlan.TotalSumColumns = null;
  233. this.dgvJobsPayPlan.ViewRowFilter = "";
  234. this.dgvJobsPayPlan.VirtualMode = true;
  235. //
  236. // QualityASSTacticsID
  237. //
  238. this.QualityASSTacticsID.DataPropertyName = "QualityASSTacticsID";
  239. this.QualityASSTacticsID.HeaderText = "品质考核策略ID";
  240. this.QualityASSTacticsID.Name = "QualityASSTacticsID";
  241. this.QualityASSTacticsID.ReadOnly = true;
  242. this.QualityASSTacticsID.Visible = false;
  243. //
  244. // QualityTacticsName
  245. //
  246. this.QualityTacticsName.DataPropertyName = "QualityTacticsName";
  247. this.QualityTacticsName.HeaderText = "策略名称";
  248. this.QualityTacticsName.Name = "QualityTacticsName";
  249. this.QualityTacticsName.ReadOnly = true;
  250. //
  251. // PayPlanName
  252. //
  253. this.PayPlanName.DataPropertyName = "PayPlanName";
  254. this.PayPlanName.HeaderText = "工资方案名称";
  255. this.PayPlanName.Name = "PayPlanName";
  256. this.PayPlanName.ReadOnly = true;
  257. //
  258. // DictionaryValue
  259. //
  260. this.DictionaryValue.DataPropertyName = "Dictionaryvalue";
  261. this.DictionaryValue.HeaderText = "缺陷扣罚";
  262. this.DictionaryValue.Name = "DictionaryValue";
  263. this.DictionaryValue.ReadOnly = true;
  264. //
  265. // CreateTime
  266. //
  267. this.CreateTime.DataPropertyName = "CreateTime";
  268. dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
  269. dataGridViewCellStyle3.NullValue = null;
  270. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle3;
  271. this.CreateTime.HeaderText = "创建时间";
  272. this.CreateTime.Name = "CreateTime";
  273. this.CreateTime.ReadOnly = true;
  274. this.CreateTime.Visible = false;
  275. //
  276. // tsrOperate
  277. //
  278. this.tsrOperate.AutoSize = false;
  279. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  280. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PAMModule.Properties.Resources.functionbackground;
  281. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  283. this.tsbtnAdd,
  284. this.tsbtnEdit,
  285. this.toolStripSeparator1,
  286. this.tsbtnAdaptive,
  287. this.tsbtnClose});
  288. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  289. this.tsrOperate.Name = "tsrOperate";
  290. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  291. this.tsrOperate.ShowItemToolTips = false;
  292. this.tsrOperate.Size = new System.Drawing.Size(895, 35);
  293. this.tsrOperate.TabIndex = 26;
  294. this.tsrOperate.Text = "toolStrip1";
  295. //
  296. // tsbtnAdd
  297. //
  298. this.tsbtnAdd.AutoSize = false;
  299. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  301. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  302. this.tsbtnAdd.Name = "tsbtnAdd";
  303. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  304. this.tsbtnAdd.Text = "新建(&N)";
  305. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  306. //
  307. // tsbtnEdit
  308. //
  309. this.tsbtnEdit.AutoSize = false;
  310. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  312. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  313. this.tsbtnEdit.Name = "tsbtnEdit";
  314. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  315. this.tsbtnEdit.Text = "编辑(&E)";
  316. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click_1);
  317. //
  318. // toolStripSeparator1
  319. //
  320. this.toolStripSeparator1.AutoSize = false;
  321. this.toolStripSeparator1.Name = "toolStripSeparator1";
  322. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  323. //
  324. // tsbtnAdaptive
  325. //
  326. this.tsbtnAdaptive.AutoSize = false;
  327. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  329. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  330. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  331. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  332. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  333. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  334. //
  335. // tsbtnClose
  336. //
  337. this.tsbtnClose.AutoSize = false;
  338. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  340. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  341. this.tsbtnClose.Name = "tsbtnClose";
  342. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  343. this.tsbtnClose.Text = "关闭(&X)";
  344. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  345. //
  346. // F_PAM_0401
  347. //
  348. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  349. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  350. this.ClientSize = new System.Drawing.Size(895, 493);
  351. this.Controls.Add(this.tsrOperate);
  352. this.Controls.Add(this.dgvJobsPayPlan);
  353. this.Controls.Add(this.gbxCondition);
  354. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  355. this.Name = "F_PAM_0401";
  356. this.Text = "品质考核策略";
  357. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PAM_0201_FormClosed);
  358. this.Load += new System.EventHandler(this.F_PAM_0201_Load);
  359. this.gbxCondition.ResumeLayout(false);
  360. this.gbxCondition.PerformLayout();
  361. ((System.ComponentModel.ISupportInitialize)(this.dgvJobsPayPlan)).EndInit();
  362. this.tsrOperate.ResumeLayout(false);
  363. this.tsrOperate.PerformLayout();
  364. this.ResumeLayout(false);
  365. }
  366. #endregion
  367. private Basics.BaseControls.C_GroupBox gbxCondition;
  368. private Basics.BaseControls.C_Button btnClearCondition;
  369. private Basics.BaseControls.C_Button btnSearch;
  370. private Basics.BaseControls.C_DataGridView dgvJobsPayPlan;
  371. private Basics.BaseControls.C_ComboBox cmbPayPlan;
  372. private Basics.BaseControls.C_Label lblPayPlan;
  373. private Basics.BaseControls.C_TextBox txtName;
  374. private Basics.BaseControls.C_Label c_Label1;
  375. private Basics.BaseControls.C_ToolStrip tsrOperate;
  376. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  377. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  378. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  379. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  380. private System.Windows.Forms.ToolStripButton tsbtnClose;
  381. private System.Windows.Forms.DataGridViewTextBoxColumn QualityASSTacticsID;
  382. private System.Windows.Forms.DataGridViewTextBoxColumn QualityTacticsName;
  383. private System.Windows.Forms.DataGridViewTextBoxColumn PayPlanName;
  384. private System.Windows.Forms.DataGridViewTextBoxColumn DictionaryValue;
  385. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  386. }
  387. }