F_MST_1401.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SystemModule
  3. {
  4. partial class F_MST_1401
  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_1401));
  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.txtGoodsName = new System.Windows.Forms.TextBox();
  41. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtGoodsCode = new System.Windows.Forms.TextBox();
  43. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.cbflagfalse = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  45. this.cbflagtrue = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  46. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.txtCustomerName = 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.dgvCustomer = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  54. this.CUSTOMERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.CUSTOMERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.GOODSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.REMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.VALUEFLAG = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.CUSTOMERID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.tsrOperate.SuspendLayout();
  62. this.gbxCondition.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.dgvCustomer)).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.txtGoodsName);
  141. this.gbxCondition.Controls.Add(this.lblGoodsName);
  142. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  143. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  144. this.gbxCondition.Controls.Add(this.cbflagfalse);
  145. this.gbxCondition.Controls.Add(this.cbflagtrue);
  146. this.gbxCondition.Controls.Add(this.c_Label2);
  147. this.gbxCondition.Controls.Add(this.txtCustomerName);
  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, 36);
  157. this.gbxCondition.Name = "gbxCondition";
  158. this.gbxCondition.OriginalHeight = -1;
  159. this.gbxCondition.Size = new System.Drawing.Size(999, 58);
  160. this.gbxCondition.TabIndex = 22;
  161. this.gbxCondition.TabStop = false;
  162. this.gbxCondition.Text = "查询条件 ▼";
  163. //
  164. // txtGoodsName
  165. //
  166. this.txtGoodsName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  167. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.txtGoodsName.ImeMode = System.Windows.Forms.ImeMode.Off;
  169. this.txtGoodsName.Location = new System.Drawing.Point(551, 21);
  170. this.txtGoodsName.MaxLength = 20;
  171. this.txtGoodsName.Name = "txtGoodsName";
  172. this.txtGoodsName.Size = new System.Drawing.Size(97, 21);
  173. this.txtGoodsName.TabIndex = 21;
  174. //
  175. // lblGoodsName
  176. //
  177. this.lblGoodsName.AutoSize = true;
  178. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  179. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  181. this.lblGoodsName.Location = new System.Drawing.Point(492, 24);
  182. this.lblGoodsName.Name = "lblGoodsName";
  183. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  184. this.lblGoodsName.TabIndex = 20;
  185. this.lblGoodsName.Text = "产品名称";
  186. //
  187. // txtGoodsCode
  188. //
  189. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  190. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  192. this.txtGoodsCode.Location = new System.Drawing.Point(389, 21);
  193. this.txtGoodsCode.MaxLength = 20;
  194. this.txtGoodsCode.Name = "txtGoodsCode";
  195. this.txtGoodsCode.Size = new System.Drawing.Size(97, 21);
  196. this.txtGoodsCode.TabIndex = 19;
  197. //
  198. // lblGoodsCode
  199. //
  200. this.lblGoodsCode.AutoSize = true;
  201. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  202. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  204. this.lblGoodsCode.Location = new System.Drawing.Point(330, 25);
  205. this.lblGoodsCode.Name = "lblGoodsCode";
  206. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  207. this.lblGoodsCode.TabIndex = 18;
  208. this.lblGoodsCode.Text = "产品编码";
  209. //
  210. // cbflagfalse
  211. //
  212. this.cbflagfalse.AutoSize = true;
  213. this.cbflagfalse.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.cbflagfalse.Location = new System.Drawing.Point(755, 24);
  215. this.cbflagfalse.Name = "cbflagfalse";
  216. this.cbflagfalse.Size = new System.Drawing.Size(36, 16);
  217. this.cbflagfalse.TabIndex = 17;
  218. this.cbflagfalse.Text = "否";
  219. this.cbflagfalse.UseVisualStyleBackColor = true;
  220. //
  221. // cbflagtrue
  222. //
  223. this.cbflagtrue.AutoSize = true;
  224. this.cbflagtrue.Checked = true;
  225. this.cbflagtrue.CheckState = System.Windows.Forms.CheckState.Checked;
  226. this.cbflagtrue.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.cbflagtrue.Location = new System.Drawing.Point(713, 24);
  228. this.cbflagtrue.Name = "cbflagtrue";
  229. this.cbflagtrue.Size = new System.Drawing.Size(36, 16);
  230. this.cbflagtrue.TabIndex = 16;
  231. this.cbflagtrue.Text = "是";
  232. this.cbflagtrue.UseVisualStyleBackColor = true;
  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(654, 26);
  241. this.c_Label2.Name = "c_Label2";
  242. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  243. this.c_Label2.TabIndex = 15;
  244. this.c_Label2.Text = "有效标识";
  245. //
  246. // txtCustomerName
  247. //
  248. this.txtCustomerName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  249. this.txtCustomerName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.txtCustomerName.ImeMode = System.Windows.Forms.ImeMode.Off;
  251. this.txtCustomerName.Location = new System.Drawing.Point(227, 21);
  252. this.txtCustomerName.MaxLength = 20;
  253. this.txtCustomerName.Name = "txtCustomerName";
  254. this.txtCustomerName.Size = new System.Drawing.Size(97, 21);
  255. this.txtCustomerName.TabIndex = 12;
  256. //
  257. // c_Label1
  258. //
  259. this.c_Label1.AutoSize = true;
  260. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  261. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  263. this.c_Label1.Location = new System.Drawing.Point(168, 26);
  264. this.c_Label1.Name = "c_Label1";
  265. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  266. this.c_Label1.TabIndex = 11;
  267. this.c_Label1.Text = "客户名称";
  268. //
  269. // txtCustomerCode
  270. //
  271. this.txtCustomerCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  272. this.txtCustomerCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.txtCustomerCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  274. this.txtCustomerCode.Location = new System.Drawing.Point(65, 21);
  275. this.txtCustomerCode.MaxLength = 20;
  276. this.txtCustomerCode.Name = "txtCustomerCode";
  277. this.txtCustomerCode.Size = new System.Drawing.Size(97, 21);
  278. this.txtCustomerCode.TabIndex = 2;
  279. //
  280. // btnClearCondition
  281. //
  282. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  283. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  284. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  285. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  287. this.btnClearCondition.Location = new System.Drawing.Point(888, 15);
  288. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  289. this.btnClearCondition.Name = "btnClearCondition";
  290. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  291. this.btnClearCondition.TabIndex = 10;
  292. this.btnClearCondition.Text = "清空条件(&C)";
  293. this.btnClearCondition.UseVisualStyleBackColor = false;
  294. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  295. //
  296. // btnSearch
  297. //
  298. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  299. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  300. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  301. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.btnSearch.ForeColor = System.Drawing.Color.White;
  303. this.btnSearch.Location = new System.Drawing.Point(797, 16);
  304. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  305. this.btnSearch.Name = "btnSearch";
  306. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  307. this.btnSearch.TabIndex = 9;
  308. this.btnSearch.Text = "查询(&Q)";
  309. this.btnSearch.UseVisualStyleBackColor = false;
  310. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  311. //
  312. // lblEntruckingCode
  313. //
  314. this.lblEntruckingCode.AutoSize = true;
  315. this.lblEntruckingCode.BackColor = System.Drawing.Color.Transparent;
  316. this.lblEntruckingCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.lblEntruckingCode.ForeColor = System.Drawing.SystemColors.ControlText;
  318. this.lblEntruckingCode.Location = new System.Drawing.Point(6, 24);
  319. this.lblEntruckingCode.Name = "lblEntruckingCode";
  320. this.lblEntruckingCode.Size = new System.Drawing.Size(53, 12);
  321. this.lblEntruckingCode.TabIndex = 1;
  322. this.lblEntruckingCode.Text = "客户编码";
  323. //
  324. // dgvCustomer
  325. //
  326. this.dgvCustomer.AllowUserToAddRows = false;
  327. this.dgvCustomer.AllowUserToDeleteRows = false;
  328. this.dgvCustomer.AllowUserToModifyRows = true;
  329. this.dgvCustomer.AllowUserToOrderColumns = true;
  330. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  331. this.dgvCustomer.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  332. this.dgvCustomer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  333. | System.Windows.Forms.AnchorStyles.Left)
  334. | System.Windows.Forms.AnchorStyles.Right)));
  335. this.dgvCustomer.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  336. this.dgvCustomer.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  337. this.dgvCustomer.CellHeight = 23;
  338. this.dgvCustomer.ChildNodeColumnName = null;
  339. this.dgvCustomer.ChildNodeColumnText = null;
  340. this.dgvCustomer.ColumnDeep = 1;
  341. this.dgvCustomer.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  342. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  343. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  344. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  346. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  347. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  348. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  349. this.dgvCustomer.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  350. this.dgvCustomer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  351. this.dgvCustomer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  352. this.CUSTOMERCODE,
  353. this.CUSTOMERNAME,
  354. this.GOODSCODE,
  355. this.GOODSNAME,
  356. this.REMARKS,
  357. this.VALUEFLAG,
  358. this.CUSTOMERID});
  359. this.dgvCustomer.ColumnTreeView = null;
  360. this.dgvCustomer.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)));
  361. this.dgvCustomer.DynamicColumnName = "";
  362. this.dgvCustomer.EnableHeadersVisualStyles = false;
  363. this.dgvCustomer.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  364. this.dgvCustomer.FormatQuantityColumns = null;
  365. this.dgvCustomer.HorizontalMergeColumn = null;
  366. this.dgvCustomer.IsAutoCountSum = true;
  367. this.dgvCustomer.IsAutoResizeColumns = false;
  368. this.dgvCustomer.IsClickF12 = false;
  369. this.dgvCustomer.IsOpenMergeCellFlag = false;
  370. this.dgvCustomer.IsSubTotalFlag = false;
  371. this.dgvCustomer.IsTopDeep = false;
  372. this.dgvCustomer.Location = new System.Drawing.Point(12, 100);
  373. this.dgvCustomer.MergeColumnNames = null;
  374. this.dgvCustomer.MergeDetailColumnNames = null;
  375. this.dgvCustomer.MergeDetailOnlyColumn = null;
  376. this.dgvCustomer.MergeOnlyColumn = null;
  377. this.dgvCustomer.MultiSelect = false;
  378. this.dgvCustomer.Name = "dgvCustomer";
  379. this.dgvCustomer.ReadOnly = true;
  380. this.dgvCustomer.RefreshAtHscroll = false;
  381. this.dgvCustomer.RowHeadersWidth = 50;
  382. this.dgvCustomer.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  383. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  384. this.dgvCustomer.RowsDefaultCellStyle = dataGridViewCellStyle3;
  385. this.dgvCustomer.RowTemplate.Height = 21;
  386. this.dgvCustomer.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  387. this.dgvCustomer.Size = new System.Drawing.Size(999, 449);
  388. this.dgvCustomer.SortOrderColumnName = null;
  389. this.dgvCustomer.TabIndex = 23;
  390. this.dgvCustomer.Tag = true;
  391. this.dgvCustomer.TotalSumColumns = null;
  392. this.dgvCustomer.ViewRowFilter = "";
  393. //
  394. // CUSTOMERCODE
  395. //
  396. this.CUSTOMERCODE.DataPropertyName = "CUSTOMERCODE";
  397. this.CUSTOMERCODE.HeaderText = "客户编码";
  398. this.CUSTOMERCODE.Name = "CUSTOMERCODE";
  399. this.CUSTOMERCODE.ReadOnly = true;
  400. this.CUSTOMERCODE.Width = 150;
  401. //
  402. // CUSTOMERNAME
  403. //
  404. this.CUSTOMERNAME.DataPropertyName = "CUSTOMERNAME";
  405. this.CUSTOMERNAME.HeaderText = "客户姓名";
  406. this.CUSTOMERNAME.Name = "CUSTOMERNAME";
  407. this.CUSTOMERNAME.ReadOnly = true;
  408. this.CUSTOMERNAME.Width = 150;
  409. //
  410. // GOODSCODE
  411. //
  412. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  413. this.GOODSCODE.HeaderText = "产品编码";
  414. this.GOODSCODE.Name = "GOODSCODE";
  415. this.GOODSCODE.ReadOnly = true;
  416. //
  417. // GOODSNAME
  418. //
  419. this.GOODSNAME.DataPropertyName = "GOODSNAME";
  420. this.GOODSNAME.HeaderText = "产品名称";
  421. this.GOODSNAME.Name = "GOODSNAME";
  422. this.GOODSNAME.ReadOnly = true;
  423. //
  424. // REMARKS
  425. //
  426. this.REMARKS.DataPropertyName = "REMARKS";
  427. this.REMARKS.HeaderText = "备注";
  428. this.REMARKS.Name = "REMARKS";
  429. this.REMARKS.ReadOnly = true;
  430. this.REMARKS.Width = 200;
  431. //
  432. // VALUEFLAG
  433. //
  434. this.VALUEFLAG.DataPropertyName = "VALUEFLAG";
  435. this.VALUEFLAG.HeaderText = "有效标识";
  436. this.VALUEFLAG.Name = "VALUEFLAG";
  437. this.VALUEFLAG.ReadOnly = true;
  438. //
  439. // CUSTOMERID
  440. //
  441. this.CUSTOMERID.DataPropertyName = "CUSTOMERID";
  442. this.CUSTOMERID.HeaderText = "客户id";
  443. this.CUSTOMERID.Name = "CUSTOMERID";
  444. this.CUSTOMERID.ReadOnly = true;
  445. this.CUSTOMERID.Visible = false;
  446. //
  447. // F_MST_1401
  448. //
  449. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  450. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  451. this.ClientSize = new System.Drawing.Size(1037, 605);
  452. this.Controls.Add(this.dgvCustomer);
  453. this.Controls.Add(this.gbxCondition);
  454. this.Controls.Add(this.tsrOperate);
  455. this.Name = "F_MST_1401";
  456. this.Text = "F_MST_1401";
  457. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1401_FormClosed);
  458. this.Load += new System.EventHandler(this.F_MST_1401_Load);
  459. this.tsrOperate.ResumeLayout(false);
  460. this.tsrOperate.PerformLayout();
  461. this.gbxCondition.ResumeLayout(false);
  462. this.gbxCondition.PerformLayout();
  463. ((System.ComponentModel.ISupportInitialize)(this.dgvCustomer)).EndInit();
  464. this.ResumeLayout(false);
  465. }
  466. #endregion
  467. private Basics.BaseControls.C_ToolStrip tsrOperate;
  468. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  469. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  470. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  471. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  472. private System.Windows.Forms.ToolStripButton tsbtnClose;
  473. private Basics.BaseControls.C_GroupBox gbxCondition;
  474. private System.Windows.Forms.TextBox txtCustomerCode;
  475. private Basics.BaseControls.C_Button btnClearCondition;
  476. private Basics.BaseControls.C_Button btnSearch;
  477. private Basics.BaseControls.C_Label lblEntruckingCode;
  478. private Basics.BaseControls.C_DataGridView dgvCustomer;
  479. private System.Windows.Forms.TextBox txtCustomerName;
  480. private Basics.BaseControls.C_Label c_Label1;
  481. private Basics.BaseControls.C_Label c_Label2;
  482. private Basics.BaseControls.C_CheckBox cbflagfalse;
  483. private Basics.BaseControls.C_CheckBox cbflagtrue;
  484. private System.Windows.Forms.TextBox txtGoodsName;
  485. private Basics.BaseControls.C_Label lblGoodsName;
  486. private System.Windows.Forms.TextBox txtGoodsCode;
  487. private Basics.BaseControls.C_Label lblGoodsCode;
  488. private System.Windows.Forms.DataGridViewTextBoxColumn CUSTOMERCODE;
  489. private System.Windows.Forms.DataGridViewTextBoxColumn CUSTOMERNAME;
  490. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  491. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSNAME;
  492. private System.Windows.Forms.DataGridViewTextBoxColumn REMARKS;
  493. private System.Windows.Forms.DataGridViewTextBoxColumn VALUEFLAG;
  494. private System.Windows.Forms.DataGridViewTextBoxColumn CUSTOMERID;
  495. }
  496. }