F_MST_1501.Designer.cs 25 KB

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