F_MST_1501.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SystemModule
  3. {
  4. partial class F_MST_1501
  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_1501));
  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.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  34. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  35. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  37. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  39. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  40. this.txtGoodsCode = new System.Windows.Forms.TextBox();
  41. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.cbflagfalse = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  43. this.cbflagtrue = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  44. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.txtLayoutName = new System.Windows.Forms.TextBox();
  46. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.txtLayoutCode = new System.Windows.Forms.TextBox();
  48. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.txtCustomerCode = new System.Windows.Forms.TextBox();
  50. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  51. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  52. this.lblEntruckingCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.dgvLayout = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  54. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.CUSTOMERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.LAYOUTID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.CUSTOMERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.LAYOUTCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.LAYOUTNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.VALUEFLAG = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.REMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.tsrOperate.SuspendLayout();
  63. this.gbxCondition.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.dgvLayout)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // tsrOperate
  68. //
  69. this.tsrOperate.AutoSize = false;
  70. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  71. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  73. this.tsbtnAdd,
  74. this.tsbtnEdit,
  75. this.toolStripSeparator3,
  76. this.tsbtnAdaptive,
  77. this.tsbtnClose});
  78. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  79. this.tsrOperate.Name = "tsrOperate";
  80. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  81. this.tsrOperate.ShowItemToolTips = false;
  82. this.tsrOperate.Size = new System.Drawing.Size(1037, 33);
  83. this.tsrOperate.TabIndex = 2;
  84. //
  85. // tsbtnAdd
  86. //
  87. this.tsbtnAdd.AutoSize = false;
  88. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  90. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  91. this.tsbtnAdd.Name = "tsbtnAdd";
  92. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  93. this.tsbtnAdd.Text = "新建(&N)";
  94. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  95. //
  96. // tsbtnEdit
  97. //
  98. this.tsbtnEdit.AutoSize = false;
  99. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  101. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  102. this.tsbtnEdit.Name = "tsbtnEdit";
  103. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  104. this.tsbtnEdit.Text = "编辑(&E)";
  105. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  106. //
  107. // toolStripSeparator3
  108. //
  109. this.toolStripSeparator3.AutoSize = false;
  110. this.toolStripSeparator3.Name = "toolStripSeparator3";
  111. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  112. //
  113. // tsbtnAdaptive
  114. //
  115. this.tsbtnAdaptive.AutoSize = false;
  116. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  118. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  119. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  120. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  121. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  122. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  123. //
  124. // tsbtnClose
  125. //
  126. this.tsbtnClose.AutoSize = false;
  127. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  129. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  130. this.tsbtnClose.Name = "tsbtnClose";
  131. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  132. this.tsbtnClose.Text = "关闭(&X)";
  133. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  134. //
  135. // gbxCondition
  136. //
  137. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  138. | System.Windows.Forms.AnchorStyles.Right)));
  139. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  140. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  141. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  142. this.gbxCondition.Controls.Add(this.c_Label4);
  143. this.gbxCondition.Controls.Add(this.cbflagfalse);
  144. this.gbxCondition.Controls.Add(this.cbflagtrue);
  145. this.gbxCondition.Controls.Add(this.c_Label3);
  146. this.gbxCondition.Controls.Add(this.txtLayoutName);
  147. this.gbxCondition.Controls.Add(this.c_Label2);
  148. this.gbxCondition.Controls.Add(this.txtLayoutCode);
  149. this.gbxCondition.Controls.Add(this.c_Label1);
  150. this.gbxCondition.Controls.Add(this.txtCustomerCode);
  151. this.gbxCondition.Controls.Add(this.btnClearCondition);
  152. this.gbxCondition.Controls.Add(this.btnSearch);
  153. this.gbxCondition.Controls.Add(this.lblEntruckingCode);
  154. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  156. this.gbxCondition.IsMustInput = false;
  157. this.gbxCondition.Location = new System.Drawing.Point(12, 48);
  158. this.gbxCondition.Name = "gbxCondition";
  159. this.gbxCondition.OriginalHeight = -1;
  160. this.gbxCondition.Size = new System.Drawing.Size(1013, 57);
  161. this.gbxCondition.TabIndex = 22;
  162. this.gbxCondition.TabStop = false;
  163. this.gbxCondition.Text = "查询条件 ▼";
  164. //
  165. // txtGoodsCode
  166. //
  167. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  168. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  170. this.txtGoodsCode.Location = new System.Drawing.Point(551, 20);
  171. this.txtGoodsCode.MaxLength = 20;
  172. this.txtGoodsCode.Name = "txtGoodsCode";
  173. this.txtGoodsCode.Size = new System.Drawing.Size(97, 21);
  174. this.txtGoodsCode.TabIndex = 22;
  175. //
  176. // c_Label4
  177. //
  178. this.c_Label4.AutoSize = true;
  179. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  180. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  182. this.c_Label4.Location = new System.Drawing.Point(492, 24);
  183. this.c_Label4.Name = "c_Label4";
  184. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  185. this.c_Label4.TabIndex = 21;
  186. this.c_Label4.Text = "产品编码";
  187. //
  188. // cbflagfalse
  189. //
  190. this.cbflagfalse.AutoSize = true;
  191. this.cbflagfalse.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.cbflagfalse.Location = new System.Drawing.Point(754, 23);
  193. this.cbflagfalse.Name = "cbflagfalse";
  194. this.cbflagfalse.Size = new System.Drawing.Size(36, 16);
  195. this.cbflagfalse.TabIndex = 20;
  196. this.cbflagfalse.Text = "否";
  197. this.cbflagfalse.UseVisualStyleBackColor = true;
  198. //
  199. // cbflagtrue
  200. //
  201. this.cbflagtrue.AutoSize = true;
  202. this.cbflagtrue.Checked = true;
  203. this.cbflagtrue.CheckState = System.Windows.Forms.CheckState.Checked;
  204. this.cbflagtrue.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.cbflagtrue.Location = new System.Drawing.Point(712, 23);
  206. this.cbflagtrue.Name = "cbflagtrue";
  207. this.cbflagtrue.Size = new System.Drawing.Size(36, 16);
  208. this.cbflagtrue.TabIndex = 19;
  209. this.cbflagtrue.Text = "是";
  210. this.cbflagtrue.UseVisualStyleBackColor = true;
  211. //
  212. // c_Label3
  213. //
  214. this.c_Label3.AutoSize = true;
  215. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  216. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  218. this.c_Label3.Location = new System.Drawing.Point(653, 23);
  219. this.c_Label3.Name = "c_Label3";
  220. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  221. this.c_Label3.TabIndex = 18;
  222. this.c_Label3.Text = "有效标识";
  223. //
  224. // txtLayoutName
  225. //
  226. this.txtLayoutName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.txtLayoutName.ImeMode = System.Windows.Forms.ImeMode.Off;
  228. this.txtLayoutName.Location = new System.Drawing.Point(389, 20);
  229. this.txtLayoutName.MaxLength = 20;
  230. this.txtLayoutName.Name = "txtLayoutName";
  231. this.txtLayoutName.Size = new System.Drawing.Size(97, 21);
  232. this.txtLayoutName.TabIndex = 14;
  233. //
  234. // c_Label2
  235. //
  236. this.c_Label2.AutoSize = true;
  237. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  238. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  240. this.c_Label2.Location = new System.Drawing.Point(330, 24);
  241. this.c_Label2.Name = "c_Label2";
  242. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  243. this.c_Label2.TabIndex = 13;
  244. this.c_Label2.Text = "版面名称";
  245. //
  246. // txtLayoutCode
  247. //
  248. this.txtLayoutCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.txtLayoutCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  250. this.txtLayoutCode.Location = new System.Drawing.Point(227, 20);
  251. this.txtLayoutCode.MaxLength = 20;
  252. this.txtLayoutCode.Name = "txtLayoutCode";
  253. this.txtLayoutCode.Size = new System.Drawing.Size(97, 21);
  254. this.txtLayoutCode.TabIndex = 12;
  255. //
  256. // c_Label1
  257. //
  258. this.c_Label1.AutoSize = true;
  259. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  260. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  262. this.c_Label1.Location = new System.Drawing.Point(168, 24);
  263. this.c_Label1.Name = "c_Label1";
  264. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  265. this.c_Label1.TabIndex = 11;
  266. this.c_Label1.Text = "版面编码";
  267. //
  268. // txtCustomerCode
  269. //
  270. this.txtCustomerCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.txtCustomerCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  272. this.txtCustomerCode.Location = new System.Drawing.Point(65, 20);
  273. this.txtCustomerCode.MaxLength = 20;
  274. this.txtCustomerCode.Name = "txtCustomerCode";
  275. this.txtCustomerCode.Size = new System.Drawing.Size(97, 21);
  276. this.txtCustomerCode.TabIndex = 2;
  277. //
  278. // btnClearCondition
  279. //
  280. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  281. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  282. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  283. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  285. this.btnClearCondition.Location = new System.Drawing.Point(922, 14);
  286. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  287. this.btnClearCondition.Name = "btnClearCondition";
  288. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  289. this.btnClearCondition.TabIndex = 10;
  290. this.btnClearCondition.Text = "清空条件(&C)";
  291. this.btnClearCondition.UseVisualStyleBackColor = false;
  292. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  293. //
  294. // btnSearch
  295. //
  296. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  297. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  298. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  299. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.btnSearch.ForeColor = System.Drawing.Color.White;
  301. this.btnSearch.Location = new System.Drawing.Point(831, 15);
  302. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  303. this.btnSearch.Name = "btnSearch";
  304. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  305. this.btnSearch.TabIndex = 9;
  306. this.btnSearch.Text = "查询(&Q)";
  307. this.btnSearch.UseVisualStyleBackColor = false;
  308. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  309. //
  310. // lblEntruckingCode
  311. //
  312. this.lblEntruckingCode.AutoSize = true;
  313. this.lblEntruckingCode.BackColor = System.Drawing.Color.Transparent;
  314. this.lblEntruckingCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.lblEntruckingCode.ForeColor = System.Drawing.SystemColors.ControlText;
  316. this.lblEntruckingCode.Location = new System.Drawing.Point(6, 24);
  317. this.lblEntruckingCode.Name = "lblEntruckingCode";
  318. this.lblEntruckingCode.Size = new System.Drawing.Size(53, 12);
  319. this.lblEntruckingCode.TabIndex = 1;
  320. this.lblEntruckingCode.Text = "客户编码";
  321. //
  322. // dgvLayout
  323. //
  324. this.dgvLayout.AllowUserToAddRows = false;
  325. this.dgvLayout.AllowUserToDeleteRows = false;
  326. this.dgvLayout.AllowUserToModifyRows = true;
  327. this.dgvLayout.AllowUserToOrderColumns = true;
  328. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  329. this.dgvLayout.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  330. this.dgvLayout.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  331. | System.Windows.Forms.AnchorStyles.Left)
  332. | System.Windows.Forms.AnchorStyles.Right)));
  333. this.dgvLayout.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  334. this.dgvLayout.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  335. this.dgvLayout.CellHeight = 23;
  336. this.dgvLayout.ChildNodeColumnName = null;
  337. this.dgvLayout.ChildNodeColumnText = null;
  338. this.dgvLayout.ColumnDeep = 1;
  339. this.dgvLayout.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  340. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  341. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  342. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  344. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  345. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  346. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  347. this.dgvLayout.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  348. this.dgvLayout.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  349. this.dgvLayout.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  350. this.GOODSCODE,
  351. this.CUSTOMERCODE,
  352. this.LAYOUTID,
  353. this.CUSTOMERNAME,
  354. this.LAYOUTCODE,
  355. this.LAYOUTNAME,
  356. this.VALUEFLAG,
  357. this.REMARKS});
  358. this.dgvLayout.ColumnTreeView = null;
  359. this.dgvLayout.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)));
  360. this.dgvLayout.DynamicColumnName = "";
  361. this.dgvLayout.EnableHeadersVisualStyles = false;
  362. this.dgvLayout.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.dgvLayout.FormatQuantityColumns = null;
  364. this.dgvLayout.HorizontalMergeColumn = null;
  365. this.dgvLayout.IsAutoCountSum = true;
  366. this.dgvLayout.IsAutoResizeColumns = false;
  367. this.dgvLayout.IsClickF12 = false;
  368. this.dgvLayout.IsOpenMergeCellFlag = false;
  369. this.dgvLayout.IsSubTotalFlag = false;
  370. this.dgvLayout.IsTopDeep = false;
  371. this.dgvLayout.Location = new System.Drawing.Point(12, 111);
  372. this.dgvLayout.MergeColumnNames = null;
  373. this.dgvLayout.MergeDetailColumnNames = null;
  374. this.dgvLayout.MergeDetailOnlyColumn = null;
  375. this.dgvLayout.MergeOnlyColumn = null;
  376. this.dgvLayout.MultiSelect = false;
  377. this.dgvLayout.Name = "dgvLayout";
  378. this.dgvLayout.ReadOnly = true;
  379. this.dgvLayout.RefreshAtHscroll = false;
  380. this.dgvLayout.RowHeadersWidth = 50;
  381. this.dgvLayout.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  382. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  383. this.dgvLayout.RowsDefaultCellStyle = dataGridViewCellStyle3;
  384. this.dgvLayout.RowTemplate.Height = 21;
  385. this.dgvLayout.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  386. this.dgvLayout.Size = new System.Drawing.Size(1013, 438);
  387. this.dgvLayout.SortOrderColumnName = null;
  388. this.dgvLayout.TabIndex = 24;
  389. this.dgvLayout.Tag = true;
  390. this.dgvLayout.TotalSumColumns = null;
  391. this.dgvLayout.ViewRowFilter = "";
  392. //
  393. // GOODSCODE
  394. //
  395. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  396. this.GOODSCODE.HeaderText = "产品编码";
  397. this.GOODSCODE.Name = "GOODSCODE";
  398. this.GOODSCODE.ReadOnly = true;
  399. //
  400. // CUSTOMERCODE
  401. //
  402. this.CUSTOMERCODE.DataPropertyName = "CUSTOMERCODE";
  403. this.CUSTOMERCODE.HeaderText = "客户编码";
  404. this.CUSTOMERCODE.Name = "CUSTOMERCODE";
  405. this.CUSTOMERCODE.ReadOnly = true;
  406. this.CUSTOMERCODE.Width = 150;
  407. //
  408. // LAYOUTID
  409. //
  410. this.LAYOUTID.DataPropertyName = "LAYOUTID";
  411. this.LAYOUTID.HeaderText = "版面id";
  412. this.LAYOUTID.Name = "LAYOUTID";
  413. this.LAYOUTID.ReadOnly = true;
  414. this.LAYOUTID.Visible = false;
  415. //
  416. // CUSTOMERNAME
  417. //
  418. this.CUSTOMERNAME.DataPropertyName = "CUSTOMERNAME";
  419. this.CUSTOMERNAME.HeaderText = "客户名称";
  420. this.CUSTOMERNAME.Name = "CUSTOMERNAME";
  421. this.CUSTOMERNAME.ReadOnly = true;
  422. //
  423. // LAYOUTCODE
  424. //
  425. this.LAYOUTCODE.DataPropertyName = "LAYOUTCODE";
  426. this.LAYOUTCODE.HeaderText = "版面编码";
  427. this.LAYOUTCODE.Name = "LAYOUTCODE";
  428. this.LAYOUTCODE.ReadOnly = true;
  429. this.LAYOUTCODE.Width = 150;
  430. //
  431. // LAYOUTNAME
  432. //
  433. this.LAYOUTNAME.DataPropertyName = "LAYOUTNAME";
  434. this.LAYOUTNAME.HeaderText = "版面名称";
  435. this.LAYOUTNAME.Name = "LAYOUTNAME";
  436. this.LAYOUTNAME.ReadOnly = true;
  437. this.LAYOUTNAME.Width = 150;
  438. //
  439. // VALUEFLAG
  440. //
  441. this.VALUEFLAG.DataPropertyName = "VALUEFLAG";
  442. this.VALUEFLAG.HeaderText = "有效标识";
  443. this.VALUEFLAG.Name = "VALUEFLAG";
  444. this.VALUEFLAG.ReadOnly = true;
  445. this.VALUEFLAG.Width = 150;
  446. //
  447. // REMARKS
  448. //
  449. this.REMARKS.DataPropertyName = "REMARKS";
  450. this.REMARKS.HeaderText = "备注";
  451. this.REMARKS.Name = "REMARKS";
  452. this.REMARKS.ReadOnly = true;
  453. this.REMARKS.Width = 200;
  454. //
  455. // F_MST_1501
  456. //
  457. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  458. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  459. this.ClientSize = new System.Drawing.Size(1037, 605);
  460. this.Controls.Add(this.dgvLayout);
  461. this.Controls.Add(this.gbxCondition);
  462. this.Controls.Add(this.tsrOperate);
  463. this.Name = "F_MST_1501";
  464. this.Text = "F_MST_1401";
  465. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1501_FormClosed);
  466. this.Load += new System.EventHandler(this.F_MST_1401_Load);
  467. this.tsrOperate.ResumeLayout(false);
  468. this.tsrOperate.PerformLayout();
  469. this.gbxCondition.ResumeLayout(false);
  470. this.gbxCondition.PerformLayout();
  471. ((System.ComponentModel.ISupportInitialize)(this.dgvLayout)).EndInit();
  472. this.ResumeLayout(false);
  473. }
  474. #endregion
  475. private Basics.BaseControls.C_ToolStrip tsrOperate;
  476. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  477. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  478. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  479. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  480. private System.Windows.Forms.ToolStripButton tsbtnClose;
  481. private Basics.BaseControls.C_GroupBox gbxCondition;
  482. private System.Windows.Forms.TextBox txtCustomerCode;
  483. private Basics.BaseControls.C_Button btnClearCondition;
  484. private Basics.BaseControls.C_Button btnSearch;
  485. private Basics.BaseControls.C_Label lblEntruckingCode;
  486. private System.Windows.Forms.TextBox txtLayoutCode;
  487. private Basics.BaseControls.C_Label c_Label1;
  488. private System.Windows.Forms.TextBox txtLayoutName;
  489. private Basics.BaseControls.C_Label c_Label2;
  490. private Basics.BaseControls.C_DataGridView dgvLayout;
  491. private Basics.BaseControls.C_CheckBox cbflagfalse;
  492. private Basics.BaseControls.C_CheckBox cbflagtrue;
  493. private Basics.BaseControls.C_Label c_Label3;
  494. private System.Windows.Forms.TextBox txtGoodsCode;
  495. private Basics.BaseControls.C_Label c_Label4;
  496. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  497. private System.Windows.Forms.DataGridViewTextBoxColumn CUSTOMERCODE;
  498. private System.Windows.Forms.DataGridViewTextBoxColumn LAYOUTID;
  499. private System.Windows.Forms.DataGridViewTextBoxColumn CUSTOMERNAME;
  500. private System.Windows.Forms.DataGridViewTextBoxColumn LAYOUTCODE;
  501. private System.Windows.Forms.DataGridViewTextBoxColumn LAYOUTNAME;
  502. private System.Windows.Forms.DataGridViewTextBoxColumn VALUEFLAG;
  503. private System.Windows.Forms.DataGridViewTextBoxColumn REMARKS;
  504. }
  505. }