F_MST_1013.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SystemModule
  3. {
  4. partial class F_MST_1013
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1013));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.GOODSCODE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  34. this.lblKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.LOGO = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  36. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.dgvDataAccess = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  40. this.DICTIONARYVALUE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
  41. this.ACCESSORIESCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.ACCESSORIESNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. ((System.ComponentModel.ISupportInitialize)(this.dgvDataAccess)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // GOODSCODE
  47. //
  48. this.GOODSCODE.BackColor = System.Drawing.SystemColors.Window;
  49. this.GOODSCODE.BackgroundColor = System.Drawing.SystemColors.Window;
  50. this.GOODSCODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  51. this.GOODSCODE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.GOODSCODE.FormattingEnabled = true;
  53. this.GOODSCODE.Location = new System.Drawing.Point(105, 30);
  54. this.GOODSCODE.Name = "GOODSCODE";
  55. this.GOODSCODE.Size = new System.Drawing.Size(181, 20);
  56. this.GOODSCODE.TabIndex = 49;
  57. this.GOODSCODE.SelectedIndexChanged += new System.EventHandler(this.GOODSCODE_SelectedIndexChanged);
  58. //
  59. // lblKiln
  60. //
  61. this.lblKiln.AutoSize = true;
  62. this.lblKiln.BackColor = System.Drawing.Color.Transparent;
  63. this.lblKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.lblKiln.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  65. this.lblKiln.IsMustInput = true;
  66. this.lblKiln.Location = new System.Drawing.Point(47, 33);
  67. this.lblKiln.Name = "lblKiln";
  68. this.lblKiln.Size = new System.Drawing.Size(53, 12);
  69. this.lblKiln.TabIndex = 48;
  70. this.lblKiln.Text = "产品编码";
  71. //
  72. // LOGO
  73. //
  74. this.LOGO.BackColor = System.Drawing.SystemColors.Window;
  75. this.LOGO.BackgroundColor = System.Drawing.SystemColors.Window;
  76. this.LOGO.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  77. this.LOGO.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.LOGO.FormattingEnabled = true;
  79. this.LOGO.Location = new System.Drawing.Point(348, 30);
  80. this.LOGO.Name = "LOGO";
  81. this.LOGO.Size = new System.Drawing.Size(193, 20);
  82. this.LOGO.TabIndex = 51;
  83. //
  84. // c_Label1
  85. //
  86. this.c_Label1.AutoSize = true;
  87. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  88. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  90. this.c_Label1.IsMustInput = true;
  91. this.c_Label1.Location = new System.Drawing.Point(313, 33);
  92. this.c_Label1.Name = "c_Label1";
  93. this.c_Label1.Size = new System.Drawing.Size(29, 12);
  94. this.c_Label1.TabIndex = 50;
  95. this.c_Label1.Text = "商标";
  96. //
  97. // btnCancel
  98. //
  99. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  100. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  101. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  102. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  103. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.btnCancel.ForeColor = System.Drawing.Color.White;
  105. this.btnCancel.Location = new System.Drawing.Point(456, 289);
  106. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  107. this.btnCancel.Name = "btnCancel";
  108. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  109. this.btnCancel.TabIndex = 59;
  110. this.btnCancel.Text = "关闭";
  111. this.btnCancel.UseVisualStyleBackColor = true;
  112. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  113. //
  114. // btnSave
  115. //
  116. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  117. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  118. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  119. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.btnSave.ForeColor = System.Drawing.Color.White;
  121. this.btnSave.Location = new System.Drawing.Point(365, 289);
  122. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  123. this.btnSave.Name = "btnSave";
  124. this.btnSave.Size = new System.Drawing.Size(85, 30);
  125. this.btnSave.TabIndex = 58;
  126. this.btnSave.Text = "保存";
  127. this.btnSave.UseVisualStyleBackColor = true;
  128. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  129. //
  130. // dgvDataAccess
  131. //
  132. this.dgvDataAccess.AllowUserToModifyRows = true;
  133. this.dgvDataAccess.AllowUserToOrderColumns = true;
  134. this.dgvDataAccess.AllowUserToResizeRows = false;
  135. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  136. this.dgvDataAccess.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  137. this.dgvDataAccess.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  138. | System.Windows.Forms.AnchorStyles.Left)
  139. | System.Windows.Forms.AnchorStyles.Right)));
  140. this.dgvDataAccess.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  141. this.dgvDataAccess.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  142. this.dgvDataAccess.CellHeight = 23;
  143. this.dgvDataAccess.ChildNodeColumnName = null;
  144. this.dgvDataAccess.ChildNodeColumnText = null;
  145. this.dgvDataAccess.ColumnDeep = 1;
  146. this.dgvDataAccess.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  147. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  148. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  149. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  151. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  152. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  153. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  154. this.dgvDataAccess.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  155. this.dgvDataAccess.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  156. this.dgvDataAccess.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  157. this.DICTIONARYVALUE,
  158. this.ACCESSORIESCODE,
  159. this.ACCESSORIESNAME});
  160. this.dgvDataAccess.ColumnTreeView = null;
  161. this.dgvDataAccess.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  162. this.dgvDataAccess.DynamicColumnName = "";
  163. this.dgvDataAccess.EnableHeadersVisualStyles = false;
  164. this.dgvDataAccess.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.dgvDataAccess.FormatQuantityColumns = null;
  166. this.dgvDataAccess.HasNode = false;
  167. this.dgvDataAccess.HorizontalMergeColumn = null;
  168. this.dgvDataAccess.IsAutoCountSum = true;
  169. this.dgvDataAccess.IsAutoResizeColumns = false;
  170. this.dgvDataAccess.IsCanDelete = true;
  171. this.dgvDataAccess.IsClickF12 = false;
  172. this.dgvDataAccess.IsOpenMergeCellFlag = false;
  173. this.dgvDataAccess.IsShowDelete = true;
  174. this.dgvDataAccess.IsSubTotalFlag = false;
  175. this.dgvDataAccess.IsTopDeep = false;
  176. this.dgvDataAccess.Location = new System.Drawing.Point(48, 66);
  177. this.dgvDataAccess.MergeColumnNames = null;
  178. this.dgvDataAccess.MergeDetailColumnNames = null;
  179. this.dgvDataAccess.MergeDetailOnlyColumn = null;
  180. this.dgvDataAccess.MergeOnlyColumn = null;
  181. this.dgvDataAccess.MultiSelect = false;
  182. this.dgvDataAccess.Name = "dgvDataAccess";
  183. this.dgvDataAccess.RefreshAtHscroll = false;
  184. this.dgvDataAccess.RowHeadersWidth = 50;
  185. this.dgvDataAccess.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  186. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  187. this.dgvDataAccess.RowsDefaultCellStyle = dataGridViewCellStyle3;
  188. this.dgvDataAccess.RowTemplate.Height = 21;
  189. this.dgvDataAccess.Size = new System.Drawing.Size(493, 211);
  190. this.dgvDataAccess.SortOrderColumnName = null;
  191. this.dgvDataAccess.TabIndex = 60;
  192. this.dgvDataAccess.Tag = true;
  193. this.dgvDataAccess.TotalSumColumns = null;
  194. this.dgvDataAccess.ViewRowFilter = "";
  195. this.dgvDataAccess.VirtualNodes = false;
  196. //
  197. // DICTIONARYVALUE
  198. //
  199. this.DICTIONARYVALUE.DataPropertyName = "DICTIONARYVALUE";
  200. this.DICTIONARYVALUE.HeaderText = "辅件种类";
  201. this.DICTIONARYVALUE.Name = "DICTIONARYVALUE";
  202. this.DICTIONARYVALUE.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  203. this.DICTIONARYVALUE.Width = 120;
  204. //
  205. // ACCESSORIESCODE
  206. //
  207. this.ACCESSORIESCODE.DataPropertyName = "ACCESSORIESCODE";
  208. this.ACCESSORIESCODE.HeaderText = "辅件编码";
  209. this.ACCESSORIESCODE.MaxInputLength = 100;
  210. this.ACCESSORIESCODE.Name = "ACCESSORIESCODE";
  211. this.ACCESSORIESCODE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  212. this.ACCESSORIESCODE.Width = 150;
  213. //
  214. // ACCESSORIESNAME
  215. //
  216. this.ACCESSORIESNAME.DataPropertyName = "ACCESSORIESNAME";
  217. this.ACCESSORIESNAME.HeaderText = "辅件名称";
  218. this.ACCESSORIESNAME.Name = "ACCESSORIESNAME";
  219. this.ACCESSORIESNAME.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  220. this.ACCESSORIESNAME.Width = 150;
  221. //
  222. // F_MST_1013
  223. //
  224. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  225. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  226. this.ClientSize = new System.Drawing.Size(578, 323);
  227. this.Controls.Add(this.dgvDataAccess);
  228. this.Controls.Add(this.btnCancel);
  229. this.Controls.Add(this.btnSave);
  230. this.Controls.Add(this.LOGO);
  231. this.Controls.Add(this.c_Label1);
  232. this.Controls.Add(this.GOODSCODE);
  233. this.Controls.Add(this.lblKiln);
  234. this.Name = "F_MST_1013";
  235. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  236. this.Text = "F_MST_1013";
  237. this.Load += new System.EventHandler(this.F_MST_1013_Load);
  238. ((System.ComponentModel.ISupportInitialize)(this.dgvDataAccess)).EndInit();
  239. this.ResumeLayout(false);
  240. this.PerformLayout();
  241. }
  242. #endregion
  243. private Basics.BaseControls.C_ComboBox GOODSCODE;
  244. private Basics.BaseControls.C_Label lblKiln;
  245. private Basics.BaseControls.C_ComboBox LOGO;
  246. private Basics.BaseControls.C_Label c_Label1;
  247. private Basics.BaseControls.C_Button btnCancel;
  248. private Basics.BaseControls.C_Button btnSave;
  249. private Basics.BaseControls.C_DataGridView dgvDataAccess;
  250. private Basics.BaseControls.C_DGV_Column_ListBoxComboBox DICTIONARYVALUE;
  251. private System.Windows.Forms.DataGridViewTextBoxColumn ACCESSORIESCODE;
  252. private System.Windows.Forms.DataGridViewTextBoxColumn ACCESSORIESNAME;
  253. }
  254. }