F_MST_0801.Designer.cs 19 KB

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