S_CMN_024.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. namespace Dongke.IBOSS.PRD.Client.Controls
  2. {
  3. partial class S_CMN_024
  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(S_CMN_024));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.dgvJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  37. this.lblDefectCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  39. this.txtDefectFineCode = new System.Windows.Forms.TextBox();
  40. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  42. this.DefectFineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.DefectFineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.REMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // btnOK
  49. //
  50. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  51. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  52. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  53. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  54. this.btnOK.ForeColor = System.Drawing.Color.White;
  55. this.btnOK.Location = new System.Drawing.Point(269, 371);
  56. this.btnOK.Name = "btnOK";
  57. this.btnOK.Size = new System.Drawing.Size(85, 30);
  58. this.btnOK.TabIndex = 6;
  59. this.btnOK.Text = "确定";
  60. this.btnOK.UseVisualStyleBackColor = true;
  61. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  62. //
  63. // btnClose
  64. //
  65. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  66. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  67. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  68. this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
  69. this.btnClose.ForeColor = System.Drawing.Color.White;
  70. this.btnClose.Location = new System.Drawing.Point(360, 371);
  71. this.btnClose.Name = "btnClose";
  72. this.btnClose.Size = new System.Drawing.Size(85, 30);
  73. this.btnClose.TabIndex = 7;
  74. this.btnClose.Text = "取消";
  75. this.btnClose.UseVisualStyleBackColor = true;
  76. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  77. //
  78. // btnSearch
  79. //
  80. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  81. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  82. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
  83. this.btnSearch.ForeColor = System.Drawing.Color.White;
  84. this.btnSearch.Location = new System.Drawing.Point(269, 9);
  85. this.btnSearch.Name = "btnSearch";
  86. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  87. this.btnSearch.TabIndex = 2;
  88. this.btnSearch.Text = "查询";
  89. this.btnSearch.UseVisualStyleBackColor = true;
  90. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  91. //
  92. // dgvJobs
  93. //
  94. this.dgvJobs.AllowUserToAddRows = false;
  95. this.dgvJobs.AllowUserToDeleteRows = false;
  96. this.dgvJobs.AllowUserToModifyRows = true;
  97. this.dgvJobs.AllowUserToOrderColumns = true;
  98. this.dgvJobs.AllowUserToResizeRows = false;
  99. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  100. this.dgvJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  101. this.dgvJobs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  102. | System.Windows.Forms.AnchorStyles.Left)
  103. | System.Windows.Forms.AnchorStyles.Right)));
  104. this.dgvJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  105. this.dgvJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  106. this.dgvJobs.CellHeight = 23;
  107. this.dgvJobs.ChildNodeColumnName = null;
  108. this.dgvJobs.ChildNodeColumnText = null;
  109. this.dgvJobs.ColumnDeep = 1;
  110. this.dgvJobs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  111. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  112. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  113. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  115. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  116. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  117. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  118. this.dgvJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  119. this.dgvJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  120. this.dgvJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  121. this.Sel,
  122. this.DefectFineID,
  123. this.DefectFineCode,
  124. this.REMARKS});
  125. this.dgvJobs.ColumnTreeView = null;
  126. this.dgvJobs.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  127. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  128. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  129. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  131. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  132. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  133. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  134. this.dgvJobs.DefaultCellStyle = dataGridViewCellStyle3;
  135. this.dgvJobs.DynamicColumnName = "";
  136. this.dgvJobs.EnableHeadersVisualStyles = false;
  137. this.dgvJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.dgvJobs.HorizontalMergeColumn = null;
  139. this.dgvJobs.IsAutoCountSum = true;
  140. this.dgvJobs.IsAutoResizeColumns = false;
  141. this.dgvJobs.IsClickF12 = false;
  142. this.dgvJobs.IsOpenMergeCellFlag = false;
  143. this.dgvJobs.IsSubTotalFlag = false;
  144. this.dgvJobs.IsTopDeep = false;
  145. this.dgvJobs.Location = new System.Drawing.Point(12, 44);
  146. this.dgvJobs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  147. this.dgvJobs.MergeColumnNames = null;
  148. this.dgvJobs.MergeDetailColumnNames = null;
  149. this.dgvJobs.MergeDetailOnlyColumn = null;
  150. this.dgvJobs.MergeOnlyColumn = null;
  151. this.dgvJobs.MultiSelect = false;
  152. this.dgvJobs.Name = "dgvJobs";
  153. this.dgvJobs.RefreshAtHscroll = false;
  154. this.dgvJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
  155. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  156. this.dgvJobs.RowsDefaultCellStyle = dataGridViewCellStyle4;
  157. this.dgvJobs.RowTemplate.Height = 21;
  158. this.dgvJobs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  159. this.dgvJobs.Size = new System.Drawing.Size(433, 322);
  160. this.dgvJobs.SortOrderColumnName = null;
  161. this.dgvJobs.TabIndex = 4;
  162. this.dgvJobs.Tag = true;
  163. this.dgvJobs.TotalSumColumns = null;
  164. this.dgvJobs.ViewRowFilter = "";
  165. this.dgvJobs.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOrganization_CellMouseDoubleClick);
  166. this.dgvJobs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvOrganization_KeyDown);
  167. //
  168. // lblDefectCode
  169. //
  170. this.lblDefectCode.AutoSize = true;
  171. this.lblDefectCode.BackColor = System.Drawing.Color.Transparent;
  172. this.lblDefectCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.lblDefectCode.ForeColor = System.Drawing.SystemColors.ControlText;
  174. this.lblDefectCode.Location = new System.Drawing.Point(12, 18);
  175. this.lblDefectCode.Name = "lblDefectCode";
  176. this.lblDefectCode.Size = new System.Drawing.Size(77, 12);
  177. this.lblDefectCode.TabIndex = 0;
  178. this.lblDefectCode.Text = "缺陷扣罚编码";
  179. //
  180. // chkChooseAll
  181. //
  182. this.chkChooseAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  183. this.chkChooseAll.AutoSize = true;
  184. this.chkChooseAll.BackColor = System.Drawing.Color.Transparent;
  185. this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.chkChooseAll.Location = new System.Drawing.Point(12, 379);
  187. this.chkChooseAll.Name = "chkChooseAll";
  188. this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
  189. this.chkChooseAll.TabIndex = 5;
  190. this.chkChooseAll.Text = "全选";
  191. this.chkChooseAll.UseVisualStyleBackColor = false;
  192. this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged);
  193. //
  194. // txtDefectFineCode
  195. //
  196. this.txtDefectFineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  197. this.txtDefectFineCode.Font = new System.Drawing.Font("宋体", 9F);
  198. this.txtDefectFineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  199. this.txtDefectFineCode.Location = new System.Drawing.Point(95, 14);
  200. this.txtDefectFineCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  201. this.txtDefectFineCode.MaxLength = 21;
  202. this.txtDefectFineCode.Name = "txtDefectFineCode";
  203. this.txtDefectFineCode.Size = new System.Drawing.Size(120, 21);
  204. this.txtDefectFineCode.TabIndex = 1;
  205. //
  206. // btnClearCondition
  207. //
  208. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  209. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  210. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  211. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  213. this.btnClearCondition.Location = new System.Drawing.Point(360, 9);
  214. this.btnClearCondition.Name = "btnClearCondition";
  215. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  216. this.btnClearCondition.TabIndex = 3;
  217. this.btnClearCondition.Text = "清空条件";
  218. this.btnClearCondition.UseVisualStyleBackColor = false;
  219. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  220. //
  221. // Sel
  222. //
  223. this.Sel.DataPropertyName = "Sel";
  224. this.Sel.FalseValue = "0";
  225. this.Sel.FillWeight = 50F;
  226. this.Sel.HeaderText = "选择";
  227. this.Sel.IndeterminateValue = "0";
  228. this.Sel.Name = "Sel";
  229. this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  230. this.Sel.TrueValue = "1";
  231. this.Sel.Width = 50;
  232. //
  233. // DefectFineID
  234. //
  235. this.DefectFineID.DataPropertyName = "DefectFineID";
  236. this.DefectFineID.HeaderText = "DefectFineID";
  237. this.DefectFineID.Name = "DefectFineID";
  238. this.DefectFineID.ReadOnly = true;
  239. this.DefectFineID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  240. this.DefectFineID.Visible = false;
  241. //
  242. // DefectFineCode
  243. //
  244. this.DefectFineCode.DataPropertyName = "DefectFineCode";
  245. this.DefectFineCode.HeaderText = "缺陷扣罚编码";
  246. this.DefectFineCode.Name = "DefectFineCode";
  247. this.DefectFineCode.ReadOnly = true;
  248. //
  249. // REMARKS
  250. //
  251. this.REMARKS.DataPropertyName = "REMARKS";
  252. this.REMARKS.FillWeight = 200F;
  253. this.REMARKS.HeaderText = "备注";
  254. this.REMARKS.Name = "REMARKS";
  255. this.REMARKS.ReadOnly = true;
  256. this.REMARKS.Width = 200;
  257. //
  258. // S_CMN_024
  259. //
  260. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  261. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  262. this.BackgroundImage = null;
  263. this.ClientSize = new System.Drawing.Size(457, 426);
  264. this.Controls.Add(this.btnClearCondition);
  265. this.Controls.Add(this.chkChooseAll);
  266. this.Controls.Add(this.lblDefectCode);
  267. this.Controls.Add(this.dgvJobs);
  268. this.Controls.Add(this.btnSearch);
  269. this.Controls.Add(this.txtDefectFineCode);
  270. this.Controls.Add(this.btnOK);
  271. this.Controls.Add(this.btnClose);
  272. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  273. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  274. this.IsSaveFormSize = false;
  275. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  276. this.MaximizeBox = false;
  277. this.MinimizeBox = false;
  278. this.Name = "S_CMN_024";
  279. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  280. this.StatusSizingGrip = false;
  281. this.Text = "选择缺陷扣罚";
  282. this.Load += new System.EventHandler(this.S_CMN_024_Load);
  283. this.Controls.SetChildIndex(this.btnClose, 0);
  284. this.Controls.SetChildIndex(this.btnOK, 0);
  285. this.Controls.SetChildIndex(this.txtDefectFineCode, 0);
  286. this.Controls.SetChildIndex(this.btnSearch, 0);
  287. this.Controls.SetChildIndex(this.dgvJobs, 0);
  288. this.Controls.SetChildIndex(this.lblDefectCode, 0);
  289. this.Controls.SetChildIndex(this.chkChooseAll, 0);
  290. this.Controls.SetChildIndex(this.btnClearCondition, 0);
  291. ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).EndInit();
  292. this.ResumeLayout(false);
  293. this.PerformLayout();
  294. }
  295. #endregion
  296. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnOK;
  297. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnClose;
  298. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSearch;
  299. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvJobs;
  300. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblDefectCode;
  301. private Basics.BaseControls.C_CheckBox chkChooseAll;
  302. private System.Windows.Forms.TextBox txtDefectFineCode;
  303. private Basics.BaseControls.C_Button btnClearCondition;
  304. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  305. private System.Windows.Forms.DataGridViewTextBoxColumn DefectFineID;
  306. private System.Windows.Forms.DataGridViewTextBoxColumn DefectFineCode;
  307. private System.Windows.Forms.DataGridViewTextBoxColumn REMARKS;
  308. }
  309. }