S_CMN_028.Designer.cs 20 KB

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