F_MST_0410.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0410
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0410));
  32. this.dgvDataGMouldType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  33. this.GMouldTypeCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.CanManyTimes = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  36. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  38. this.GMouldTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  42. ((System.ComponentModel.ISupportInitialize)(this.dgvDataGMouldType)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // dgvDataGMouldType
  46. //
  47. this.dgvDataGMouldType.AllowUserToDeleteRows = false;
  48. this.dgvDataGMouldType.AllowUserToModifyRows = true;
  49. this.dgvDataGMouldType.AllowUserToOrderColumns = true;
  50. this.dgvDataGMouldType.AllowUserToResizeRows = false;
  51. this.dgvDataGMouldType.AllowUserToSortRows = false;
  52. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  53. this.dgvDataGMouldType.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  54. this.dgvDataGMouldType.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  55. | System.Windows.Forms.AnchorStyles.Left)
  56. | System.Windows.Forms.AnchorStyles.Right)));
  57. this.dgvDataGMouldType.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  58. this.dgvDataGMouldType.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  59. this.dgvDataGMouldType.CellHeight = 23;
  60. this.dgvDataGMouldType.ChildNodeColumnName = null;
  61. this.dgvDataGMouldType.ChildNodeColumnText = null;
  62. this.dgvDataGMouldType.ColumnDeep = 1;
  63. this.dgvDataGMouldType.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  64. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  65. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  66. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  68. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  69. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  70. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  71. this.dgvDataGMouldType.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  72. this.dgvDataGMouldType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  73. this.dgvDataGMouldType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  74. this.GMouldTypeCode,
  75. this.GMouldTypeName,
  76. this.CanManyTimes,
  77. this.Remarks,
  78. this.ValueFlag,
  79. this.GMouldTypeID});
  80. this.dgvDataGMouldType.ColumnTreeView = null;
  81. this.dgvDataGMouldType.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)));
  82. this.dgvDataGMouldType.DynamicColumnName = "";
  83. this.dgvDataGMouldType.EnableHeadersVisualStyles = false;
  84. this.dgvDataGMouldType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.dgvDataGMouldType.IsAutoCountSum = true;
  86. this.dgvDataGMouldType.IsAutoResizeColumns = false;
  87. this.dgvDataGMouldType.IsClickF12 = false;
  88. this.dgvDataGMouldType.IsSubTotalFlag = false;
  89. this.dgvDataGMouldType.Location = new System.Drawing.Point(12, 12);
  90. this.dgvDataGMouldType.MultiSelect = false;
  91. this.dgvDataGMouldType.Name = "dgvDataGMouldType";
  92. this.dgvDataGMouldType.RefreshAtHscroll = false;
  93. this.dgvDataGMouldType.RowHeadersWidth = 50;
  94. this.dgvDataGMouldType.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  95. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  96. this.dgvDataGMouldType.RowsDefaultCellStyle = dataGridViewCellStyle3;
  97. this.dgvDataGMouldType.RowTemplate.Height = 21;
  98. this.dgvDataGMouldType.Size = new System.Drawing.Size(756, 393);
  99. this.dgvDataGMouldType.SortOrderColumnName = null;
  100. this.dgvDataGMouldType.TabIndex = 0;
  101. this.dgvDataGMouldType.Tag = true;
  102. this.dgvDataGMouldType.TotalSumColumns = null;
  103. this.dgvDataGMouldType.ViewRowFilter = "";
  104. this.dgvDataGMouldType.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataGMouldType_CellValidated);
  105. this.dgvDataGMouldType.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataGMouldType_CellValidating);
  106. this.dgvDataGMouldType.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataGMouldType_DefaultValuesNeeded);
  107. this.dgvDataGMouldType.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataGMouldType_EditingControlShowing);
  108. this.dgvDataGMouldType.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataGMouldType_RowValidated);
  109. this.dgvDataGMouldType.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataGMouldType_RowValidating);
  110. this.dgvDataGMouldType.Sorted += new System.EventHandler(this.dgvDataGMouldType_Sorted);
  111. this.dgvDataGMouldType.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataGMouldType_UserAddedRow);
  112. //
  113. // GMouldTypeCode
  114. //
  115. this.GMouldTypeCode.DataPropertyName = "GMouldTypeCode";
  116. this.GMouldTypeCode.HeaderText = "成型线类型编码";
  117. this.GMouldTypeCode.MaxInputLength = 6;
  118. this.GMouldTypeCode.Name = "GMouldTypeCode";
  119. this.GMouldTypeCode.Width = 140;
  120. //
  121. // GMouldTypeName
  122. //
  123. this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
  124. this.GMouldTypeName.HeaderText = "成型线类型名称";
  125. this.GMouldTypeName.MaxInputLength = 20;
  126. this.GMouldTypeName.Name = "GMouldTypeName";
  127. this.GMouldTypeName.Width = 150;
  128. //
  129. // CanManyTimes
  130. //
  131. this.CanManyTimes.DataPropertyName = "CanManyTimes";
  132. this.CanManyTimes.HeaderText = "能否多次注浆";
  133. this.CanManyTimes.Name = "CanManyTimes";
  134. this.CanManyTimes.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  135. this.CanManyTimes.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  136. this.CanManyTimes.TrueValue = "1";
  137. //
  138. // Remarks
  139. //
  140. this.Remarks.DataPropertyName = "Remarks";
  141. this.Remarks.HeaderText = "备注";
  142. this.Remarks.MaxInputLength = 500;
  143. this.Remarks.Name = "Remarks";
  144. this.Remarks.Width = 200;
  145. //
  146. // ValueFlag
  147. //
  148. this.ValueFlag.DataPropertyName = "ValueFlag";
  149. this.ValueFlag.FalseValue = "0";
  150. this.ValueFlag.HeaderText = "正常";
  151. this.ValueFlag.Name = "ValueFlag";
  152. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  153. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  154. this.ValueFlag.TrueValue = "1";
  155. this.ValueFlag.Width = 80;
  156. //
  157. // GMouldTypeID
  158. //
  159. this.GMouldTypeID.DataPropertyName = "GMouldTypeID";
  160. this.GMouldTypeID.HeaderText = "成型线类型ID";
  161. this.GMouldTypeID.Name = "GMouldTypeID";
  162. this.GMouldTypeID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  163. this.GMouldTypeID.Visible = false;
  164. //
  165. // btnCancel
  166. //
  167. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  168. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  169. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  170. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  171. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.btnCancel.ForeColor = System.Drawing.Color.White;
  173. this.btnCancel.Location = new System.Drawing.Point(683, 410);
  174. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  175. this.btnCancel.Name = "btnCancel";
  176. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  177. this.btnCancel.TabIndex = 3;
  178. this.btnCancel.Text = "关闭";
  179. this.btnCancel.UseVisualStyleBackColor = true;
  180. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  181. //
  182. // btnSave
  183. //
  184. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  185. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  186. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  187. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.btnSave.ForeColor = System.Drawing.Color.White;
  189. this.btnSave.Location = new System.Drawing.Point(592, 410);
  190. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  191. this.btnSave.Name = "btnSave";
  192. this.btnSave.Size = new System.Drawing.Size(85, 30);
  193. this.btnSave.TabIndex = 2;
  194. this.btnSave.Text = "保存";
  195. this.btnSave.UseVisualStyleBackColor = true;
  196. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  197. //
  198. // chkDisplayDisabledData
  199. //
  200. this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  201. this.chkDisplayDisabledData.AutoSize = true;
  202. this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  203. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 410);
  205. this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  206. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  207. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  208. this.chkDisplayDisabledData.TabIndex = 1;
  209. this.chkDisplayDisabledData.Text = "显示停用记录";
  210. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  211. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  212. //
  213. // F_MST_0410
  214. //
  215. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  216. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  217. this.BackColor = System.Drawing.SystemColors.Window;
  218. this.CancelButton = this.btnCancel;
  219. this.ClientSize = new System.Drawing.Size(780, 464);
  220. this.Controls.Add(this.chkDisplayDisabledData);
  221. this.Controls.Add(this.btnCancel);
  222. this.Controls.Add(this.btnSave);
  223. this.Controls.Add(this.dgvDataGMouldType);
  224. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  225. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  226. this.IsSaveFormSize = false;
  227. this.MaximizeBox = false;
  228. this.MinimizeBox = false;
  229. this.Name = "F_MST_0410";
  230. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  231. this.StatusBackColor = System.Drawing.SystemColors.Window;
  232. this.StatusSizingGrip = false;
  233. this.Text = "成型线类型";
  234. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0410_FormClosing);
  235. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0410_FormClosed);
  236. this.Load += new System.EventHandler(this.F_MST_0410_Load);
  237. this.Controls.SetChildIndex(this.dgvDataGMouldType, 0);
  238. this.Controls.SetChildIndex(this.btnSave, 0);
  239. this.Controls.SetChildIndex(this.btnCancel, 0);
  240. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  241. ((System.ComponentModel.ISupportInitialize)(this.dgvDataGMouldType)).EndInit();
  242. this.ResumeLayout(false);
  243. this.PerformLayout();
  244. }
  245. #endregion
  246. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvDataGMouldType;
  247. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
  248. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
  249. private Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  250. private System.Windows.Forms.DataGridViewCheckBoxColumn CanMany;
  251. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeCode;
  252. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
  253. private System.Windows.Forms.DataGridViewCheckBoxColumn CanManyTimes;
  254. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  255. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  256. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeID;
  257. }
  258. }