F_MST_0801.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0801
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0801));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.dgvDataLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  34. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  37. this.LogoCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.LogoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.displayno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  40. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  42. this.LogoID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.AddFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.isdefault = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  45. this.TagCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. ((System.ComponentModel.ISupportInitialize)(this.dgvDataLogo)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // dgvDataLogo
  50. //
  51. this.dgvDataLogo.AllowUserToDeleteRows = false;
  52. this.dgvDataLogo.AllowUserToModifyRows = true;
  53. this.dgvDataLogo.AllowUserToOrderColumns = true;
  54. this.dgvDataLogo.AllowUserToResizeRows = false;
  55. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  56. this.dgvDataLogo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  57. this.dgvDataLogo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  58. | System.Windows.Forms.AnchorStyles.Left)
  59. | System.Windows.Forms.AnchorStyles.Right)));
  60. this.dgvDataLogo.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  61. this.dgvDataLogo.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  62. this.dgvDataLogo.CellHeight = 23;
  63. this.dgvDataLogo.ChildNodeColumnName = null;
  64. this.dgvDataLogo.ChildNodeColumnText = null;
  65. this.dgvDataLogo.ColumnDeep = 1;
  66. this.dgvDataLogo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  67. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  68. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  69. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  71. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  72. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  73. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  74. this.dgvDataLogo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  75. this.dgvDataLogo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  76. this.dgvDataLogo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  77. this.LogoCode,
  78. this.LogoName,
  79. this.displayno,
  80. this.Remarks,
  81. this.ValueFlag,
  82. this.LogoID,
  83. this.AddFlag,
  84. this.isdefault,
  85. this.TagCode});
  86. this.dgvDataLogo.ColumnTreeView = null;
  87. this.dgvDataLogo.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)));
  88. this.dgvDataLogo.DynamicColumnName = "";
  89. this.dgvDataLogo.EnableHeadersVisualStyles = false;
  90. this.dgvDataLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.dgvDataLogo.HorizontalMergeColumn = null;
  92. this.dgvDataLogo.IsAutoCountSum = true;
  93. this.dgvDataLogo.IsAutoResizeColumns = false;
  94. this.dgvDataLogo.IsClickF12 = false;
  95. this.dgvDataLogo.IsOpenMergeCellFlag = false;
  96. this.dgvDataLogo.IsSubTotalFlag = false;
  97. this.dgvDataLogo.IsTopDeep = false;
  98. this.dgvDataLogo.Location = new System.Drawing.Point(12, 12);
  99. this.dgvDataLogo.MergeColumnNames = null;
  100. this.dgvDataLogo.MergeDetailColumnNames = null;
  101. this.dgvDataLogo.MergeDetailOnlyColumn = null;
  102. this.dgvDataLogo.MergeOnlyColumn = null;
  103. this.dgvDataLogo.MultiSelect = false;
  104. this.dgvDataLogo.Name = "dgvDataLogo";
  105. this.dgvDataLogo.RefreshAtHscroll = false;
  106. this.dgvDataLogo.RowHeadersWidth = 50;
  107. this.dgvDataLogo.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  108. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  109. this.dgvDataLogo.RowsDefaultCellStyle = dataGridViewCellStyle4;
  110. this.dgvDataLogo.RowTemplate.Height = 21;
  111. this.dgvDataLogo.Size = new System.Drawing.Size(644, 500);
  112. this.dgvDataLogo.SortOrderColumnName = null;
  113. this.dgvDataLogo.TabIndex = 0;
  114. this.dgvDataLogo.Tag = true;
  115. this.dgvDataLogo.TotalSumColumns = null;
  116. this.dgvDataLogo.ViewRowFilter = "";
  117. this.dgvDataLogo.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataLogo_CellContentClick);
  118. this.dgvDataLogo.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_CellValidated);
  119. this.dgvDataLogo.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataJobs_CellValidating);
  120. this.dgvDataLogo.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_DefaultValuesNeeded);
  121. this.dgvDataLogo.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataJobs_EditingControlShowing);
  122. this.dgvDataLogo.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_RowValidated);
  123. this.dgvDataLogo.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataJobs_RowValidating);
  124. this.dgvDataLogo.Sorted += new System.EventHandler(this.dgvDataJobs_Sorted);
  125. this.dgvDataLogo.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_UserAddedRow);
  126. //
  127. // btnCancel
  128. //
  129. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  130. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  131. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  132. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  133. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.btnCancel.ForeColor = System.Drawing.Color.White;
  135. this.btnCancel.Location = new System.Drawing.Point(571, 517);
  136. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  137. this.btnCancel.Name = "btnCancel";
  138. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  139. this.btnCancel.TabIndex = 3;
  140. this.btnCancel.Text = "关闭";
  141. this.btnCancel.UseVisualStyleBackColor = true;
  142. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  143. //
  144. // btnSave
  145. //
  146. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  147. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  148. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  149. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.btnSave.ForeColor = System.Drawing.Color.White;
  151. this.btnSave.Location = new System.Drawing.Point(480, 517);
  152. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  153. this.btnSave.Name = "btnSave";
  154. this.btnSave.Size = new System.Drawing.Size(85, 30);
  155. this.btnSave.TabIndex = 2;
  156. this.btnSave.Text = "保存";
  157. this.btnSave.UseVisualStyleBackColor = true;
  158. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  159. //
  160. // chkDisplayDisabledData
  161. //
  162. this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  163. this.chkDisplayDisabledData.AutoSize = true;
  164. this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  165. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 517);
  167. this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  168. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  169. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  170. this.chkDisplayDisabledData.TabIndex = 1;
  171. this.chkDisplayDisabledData.Text = "显示停用记录";
  172. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  173. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  174. //
  175. // LogoCode
  176. //
  177. this.LogoCode.DataPropertyName = "LogoCode";
  178. this.LogoCode.HeaderText = "商标编码";
  179. this.LogoCode.MaxInputLength = 10;
  180. this.LogoCode.Name = "LogoCode";
  181. this.LogoCode.Width = 80;
  182. //
  183. // LogoName
  184. //
  185. this.LogoName.DataPropertyName = "LogoName";
  186. this.LogoName.HeaderText = "商标名称";
  187. this.LogoName.MaxInputLength = 50;
  188. this.LogoName.Name = "LogoName";
  189. this.LogoName.Width = 120;
  190. //
  191. // displayno
  192. //
  193. this.displayno.DataPropertyName = "displayno";
  194. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  195. this.displayno.DefaultCellStyle = dataGridViewCellStyle3;
  196. this.displayno.HeaderText = "显示顺序";
  197. this.displayno.MaxValue = new decimal(new int[] {
  198. 999999,
  199. 0,
  200. 0,
  201. 0});
  202. this.displayno.MinValue = new decimal(new int[] {
  203. 1,
  204. 0,
  205. 0,
  206. 0});
  207. this.displayno.Name = "displayno";
  208. this.displayno.Number = new System.Drawing.Point(0, 0);
  209. this.displayno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  210. this.displayno.Width = 80;
  211. //
  212. // Remarks
  213. //
  214. this.Remarks.DataPropertyName = "Remarks";
  215. this.Remarks.HeaderText = "备注";
  216. this.Remarks.MaxInputLength = 500;
  217. this.Remarks.Name = "Remarks";
  218. this.Remarks.Width = 150;
  219. //
  220. // ValueFlag
  221. //
  222. this.ValueFlag.DataPropertyName = "ValueFlag";
  223. this.ValueFlag.FalseValue = "0";
  224. this.ValueFlag.HeaderText = "正常";
  225. this.ValueFlag.Name = "ValueFlag";
  226. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  227. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  228. this.ValueFlag.TrueValue = "1";
  229. this.ValueFlag.Width = 50;
  230. //
  231. // LogoID
  232. //
  233. this.LogoID.DataPropertyName = "LogoID";
  234. this.LogoID.HeaderText = "商标ID";
  235. this.LogoID.Name = "LogoID";
  236. this.LogoID.Visible = false;
  237. //
  238. // AddFlag
  239. //
  240. this.AddFlag.DataPropertyName = "AddFlag";
  241. this.AddFlag.HeaderText = "AddFlag";
  242. this.AddFlag.Name = "AddFlag";
  243. this.AddFlag.Visible = false;
  244. //
  245. // isdefault
  246. //
  247. this.isdefault.DataPropertyName = "isdefault";
  248. this.isdefault.FalseValue = "0";
  249. this.isdefault.HeaderText = "默认";
  250. this.isdefault.Name = "isdefault";
  251. this.isdefault.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  252. this.isdefault.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  253. this.isdefault.TrueValue = "1";
  254. //
  255. // TagCode
  256. //
  257. this.TagCode.DataPropertyName = "TagCode";
  258. this.TagCode.HeaderText = "标记码";
  259. this.TagCode.MaxInputLength = 10;
  260. this.TagCode.Name = "TagCode";
  261. this.TagCode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  262. //
  263. // F_MST_0801
  264. //
  265. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  266. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  267. this.BackColor = System.Drawing.SystemColors.Window;
  268. this.CancelButton = this.btnCancel;
  269. this.ClientSize = new System.Drawing.Size(668, 571);
  270. this.Controls.Add(this.chkDisplayDisabledData);
  271. this.Controls.Add(this.btnCancel);
  272. this.Controls.Add(this.btnSave);
  273. this.Controls.Add(this.dgvDataLogo);
  274. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  275. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  276. this.IsSaveFormSize = false;
  277. this.MaximizeBox = false;
  278. this.MinimizeBox = false;
  279. this.Name = "F_MST_0801";
  280. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  281. this.StatusBackColor = System.Drawing.SystemColors.Window;
  282. this.StatusSizingGrip = false;
  283. this.Text = "商标管理";
  284. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0801_FormClosing);
  285. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0801_FormClosed);
  286. this.Load += new System.EventHandler(this.F_MST_0801_Load);
  287. this.Controls.SetChildIndex(this.dgvDataLogo, 0);
  288. this.Controls.SetChildIndex(this.btnSave, 0);
  289. this.Controls.SetChildIndex(this.btnCancel, 0);
  290. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  291. ((System.ComponentModel.ISupportInitialize)(this.dgvDataLogo)).EndInit();
  292. this.ResumeLayout(false);
  293. this.PerformLayout();
  294. }
  295. #endregion
  296. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvDataLogo;
  297. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
  298. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
  299. private Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  300. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCode;
  301. private System.Windows.Forms.DataGridViewTextBoxColumn LogoName;
  302. private Basics.BaseControls.C_DGV_Column_Digital displayno;
  303. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  304. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  305. private System.Windows.Forms.DataGridViewTextBoxColumn LogoID;
  306. private System.Windows.Forms.DataGridViewTextBoxColumn AddFlag;
  307. private System.Windows.Forms.DataGridViewCheckBoxColumn isdefault;
  308. private System.Windows.Forms.DataGridViewTextBoxColumn TagCode;
  309. }
  310. }