F_TAT_0503.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. namespace Dongke.IBOSS.PRD.Client.TATModule
  2. {
  3. partial class F_TAT_0503
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_TAT_0503));
  34. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  35. this.tsbtnCreateJobs = new System.Windows.Forms.ToolStripButton();
  36. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  37. this.dgvJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  38. this.JobsId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.JobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Baseamount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  42. this.Isend = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  43. this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. this.tsrOperate.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // tsbtnAdaptive
  51. //
  52. this.tsbtnAdaptive.AutoSize = false;
  53. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  55. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  56. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  57. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  58. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  59. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  60. //
  61. // tsbtnCreateJobs
  62. //
  63. this.tsbtnCreateJobs.AutoSize = false;
  64. this.tsbtnCreateJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.tsbtnCreateJobs.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  66. this.tsbtnCreateJobs.ImageTransparentColor = System.Drawing.Color.Magenta;
  67. this.tsbtnCreateJobs.Name = "tsbtnCreateJobs";
  68. this.tsbtnCreateJobs.Size = new System.Drawing.Size(100, 25);
  69. this.tsbtnCreateJobs.Text = "生成工种信息(&J)";
  70. this.tsbtnCreateJobs.Visible = false;
  71. this.tsbtnCreateJobs.Click += new System.EventHandler(this.tsbtnCreateJobs_Click);
  72. //
  73. // tsrOperate
  74. //
  75. this.tsrOperate.AutoSize = false;
  76. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  77. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.TATModule.Properties.Resources.functionbackground;
  78. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  80. this.tsbtnCreateJobs,
  81. this.tsbtnAdaptive});
  82. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  83. this.tsrOperate.Name = "tsrOperate";
  84. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  85. this.tsrOperate.ShowItemToolTips = false;
  86. this.tsrOperate.Size = new System.Drawing.Size(617, 35);
  87. this.tsrOperate.TabIndex = 30;
  88. //
  89. // dgvJobs
  90. //
  91. this.dgvJobs.AllowUserToModifyRows = true;
  92. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  93. this.dgvJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  94. this.dgvJobs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  95. | System.Windows.Forms.AnchorStyles.Left)
  96. | System.Windows.Forms.AnchorStyles.Right)));
  97. this.dgvJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  98. this.dgvJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  99. this.dgvJobs.CellHeight = 23;
  100. this.dgvJobs.ChildNodeColumnName = null;
  101. this.dgvJobs.ChildNodeColumnText = null;
  102. this.dgvJobs.ColumnDeep = 1;
  103. this.dgvJobs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  104. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  105. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  106. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  108. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  109. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  110. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  111. this.dgvJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  112. this.dgvJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  113. this.dgvJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  114. this.JobsId,
  115. this.JobsCode,
  116. this.JobsName,
  117. this.Baseamount,
  118. this.Isend,
  119. this.isHave});
  120. this.dgvJobs.ColumnTreeView = null;
  121. 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)));
  122. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  123. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  124. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  126. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  127. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  128. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  129. this.dgvJobs.DefaultCellStyle = dataGridViewCellStyle4;
  130. this.dgvJobs.DynamicColumnName = "";
  131. this.dgvJobs.EnableHeadersVisualStyles = false;
  132. this.dgvJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.dgvJobs.IsAutoCountSum = true;
  134. this.dgvJobs.IsAutoResizeColumns = false;
  135. this.dgvJobs.IsClickF12 = false;
  136. this.dgvJobs.IsSubTotalFlag = false;
  137. this.dgvJobs.Location = new System.Drawing.Point(12, 38);
  138. this.dgvJobs.MultiSelect = false;
  139. this.dgvJobs.Name = "dgvJobs";
  140. this.dgvJobs.RefreshAtHscroll = false;
  141. this.dgvJobs.RowHeadersWidth = 50;
  142. this.dgvJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  143. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  144. this.dgvJobs.RowsDefaultCellStyle = dataGridViewCellStyle5;
  145. this.dgvJobs.RowTemplate.Height = 21;
  146. this.dgvJobs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  147. this.dgvJobs.Size = new System.Drawing.Size(593, 363);
  148. this.dgvJobs.SortOrderColumnName = null;
  149. this.dgvJobs.TabIndex = 37;
  150. this.dgvJobs.Tag = true;
  151. this.dgvJobs.TotalSumColumns = null;
  152. this.dgvJobs.ViewRowFilter = "";
  153. this.dgvJobs.VirtualMode = true;
  154. this.dgvJobs.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvJobs_CellValueChanged);
  155. //
  156. // JobsId
  157. //
  158. this.JobsId.DataPropertyName = "JobsId";
  159. this.JobsId.HeaderText = "工种ID";
  160. this.JobsId.Name = "JobsId";
  161. this.JobsId.Visible = false;
  162. //
  163. // JobsCode
  164. //
  165. this.JobsCode.DataPropertyName = "JobsCode";
  166. this.JobsCode.HeaderText = "工种编码";
  167. this.JobsCode.Name = "JobsCode";
  168. this.JobsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  169. this.JobsCode.Width = 140;
  170. //
  171. // JobsName
  172. //
  173. this.JobsName.DataPropertyName = "JobsName";
  174. this.JobsName.HeaderText = "工种名称";
  175. this.JobsName.Name = "JobsName";
  176. this.JobsName.ReadOnly = true;
  177. this.JobsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  178. this.JobsName.Width = 140;
  179. //
  180. // Baseamount
  181. //
  182. this.Baseamount.DataPropertyName = "Baseamount";
  183. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  184. this.Baseamount.DefaultCellStyle = dataGridViewCellStyle3;
  185. this.Baseamount.HeaderText = "基础金额";
  186. this.Baseamount.MaxValue = new decimal(new int[] {
  187. 999999,
  188. 0,
  189. 0,
  190. 0});
  191. this.Baseamount.MinValue = new decimal(new int[] {
  192. 0,
  193. 0,
  194. 0,
  195. 0});
  196. this.Baseamount.Name = "Baseamount";
  197. this.Baseamount.Number = new System.Drawing.Point(6, 6);
  198. this.Baseamount.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  199. this.Baseamount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  200. //
  201. // Isend
  202. //
  203. this.Isend.DataPropertyName = "Isend";
  204. this.Isend.FalseValue = "0";
  205. this.Isend.HeaderText = "是否扣完为止";
  206. this.Isend.Name = "Isend";
  207. this.Isend.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  208. this.Isend.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  209. this.Isend.TrueValue = "1";
  210. //
  211. // isHave
  212. //
  213. this.isHave.DataPropertyName = "isHave";
  214. this.isHave.HeaderText = "isHave";
  215. this.isHave.Name = "isHave";
  216. this.isHave.Visible = false;
  217. //
  218. // btnClose
  219. //
  220. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  221. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  222. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  223. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  224. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.btnClose.ForeColor = System.Drawing.Color.White;
  226. this.btnClose.Location = new System.Drawing.Point(520, 407);
  227. this.btnClose.Name = "btnClose";
  228. this.btnClose.Size = new System.Drawing.Size(85, 30);
  229. this.btnClose.TabIndex = 41;
  230. this.btnClose.Text = "关闭(&C)";
  231. this.btnClose.UseVisualStyleBackColor = false;
  232. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  233. //
  234. // btnSubmit
  235. //
  236. this.btnSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  237. this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
  238. this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage")));
  239. this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.btnSubmit.ForeColor = System.Drawing.Color.White;
  241. this.btnSubmit.Location = new System.Drawing.Point(429, 407);
  242. this.btnSubmit.Name = "btnSubmit";
  243. this.btnSubmit.Size = new System.Drawing.Size(85, 30);
  244. this.btnSubmit.TabIndex = 40;
  245. this.btnSubmit.Text = "提交(&S)";
  246. this.btnSubmit.UseVisualStyleBackColor = false;
  247. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  248. //
  249. // F_TAT_0503
  250. //
  251. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  252. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  253. this.ClientSize = new System.Drawing.Size(617, 458);
  254. this.Controls.Add(this.btnClose);
  255. this.Controls.Add(this.btnSubmit);
  256. this.Controls.Add(this.dgvJobs);
  257. this.Controls.Add(this.tsrOperate);
  258. this.Name = "F_TAT_0503";
  259. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  260. this.Text = "F_TAT_0503";
  261. this.Load += new System.EventHandler(this.F_TAT_0503_Load);
  262. this.Controls.SetChildIndex(this.tsrOperate, 0);
  263. this.Controls.SetChildIndex(this.dgvJobs, 0);
  264. this.Controls.SetChildIndex(this.btnSubmit, 0);
  265. this.Controls.SetChildIndex(this.btnClose, 0);
  266. this.tsrOperate.ResumeLayout(false);
  267. this.tsrOperate.PerformLayout();
  268. ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).EndInit();
  269. this.ResumeLayout(false);
  270. this.PerformLayout();
  271. }
  272. #endregion
  273. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  274. private System.Windows.Forms.ToolStripButton tsbtnCreateJobs;
  275. private Basics.BaseControls.C_ToolStrip tsrOperate;
  276. private Basics.BaseControls.C_DataGridView dgvJobs;
  277. private Basics.BaseControls.C_Button btnClose;
  278. private Basics.BaseControls.C_Button btnSubmit;
  279. private System.Windows.Forms.DataGridViewTextBoxColumn JobsId;
  280. private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode;
  281. private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
  282. private Basics.BaseControls.C_DGV_Column_Digital Baseamount;
  283. private System.Windows.Forms.DataGridViewCheckBoxColumn Isend;
  284. private System.Windows.Forms.DataGridViewTextBoxColumn isHave;
  285. }
  286. }