FrmSupplierSet.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. namespace LYFZ.Software.UI.InitialSet
  2. {
  3. partial class FrmSupplierSet
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSupplierSet));
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.txtQQ = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  34. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  37. this.txtVd_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  38. this.txtVd_Number = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  39. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.txtVd_URL = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  41. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.txtVd_Fax = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  43. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.txtVd_Telephone = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  45. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.txtVd_Address = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  47. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.txtVd_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  49. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.btnAdd = new LYFZ.ComponentLibrary.ButtonEx();
  55. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Vd_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Vd_QQ = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Vd_Address = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Vd_Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Vd_Fax = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Vd_URL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.plExMainContainer.SuspendLayout();
  63. this.plFormMainContent.SuspendLayout();
  64. this.panelEx1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // plExMainContainer
  69. //
  70. this.plExMainContainer.Controls.Add(this.panelEx1);
  71. //
  72. // btnAppFormMaximize
  73. //
  74. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  75. this.btnAppFormMaximize.Location = new System.Drawing.Point(651, 0);
  76. //
  77. // btnAppFormExit
  78. //
  79. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  80. //
  81. // btnAppFormMinimize
  82. //
  83. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  84. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  85. //
  86. // panelEx1
  87. //
  88. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  89. this.panelEx1.BorderWidth = 1;
  90. this.panelEx1.Controls.Add(this.btnAdd);
  91. this.panelEx1.Controls.Add(this.txtQQ);
  92. this.panelEx1.Controls.Add(this.labelEx7);
  93. this.panelEx1.Controls.Add(this.panelEx2);
  94. this.panelEx1.Controls.Add(this.dgv);
  95. this.panelEx1.Controls.Add(this.txtVd_Remark);
  96. this.panelEx1.Controls.Add(this.txtVd_Number);
  97. this.panelEx1.Controls.Add(this.labelEx9);
  98. this.panelEx1.Controls.Add(this.txtVd_URL);
  99. this.panelEx1.Controls.Add(this.labelEx6);
  100. this.panelEx1.Controls.Add(this.txtVd_Fax);
  101. this.panelEx1.Controls.Add(this.labelEx5);
  102. this.panelEx1.Controls.Add(this.txtVd_Telephone);
  103. this.panelEx1.Controls.Add(this.labelEx4);
  104. this.panelEx1.Controls.Add(this.txtVd_Address);
  105. this.panelEx1.Controls.Add(this.labelEx3);
  106. this.panelEx1.Controls.Add(this.txtVd_Name);
  107. this.panelEx1.Controls.Add(this.labelEx1);
  108. this.panelEx1.Controls.Add(this.btnDelete);
  109. this.panelEx1.Controls.Add(this.btnClose);
  110. this.panelEx1.Controls.Add(this.btnSave);
  111. this.panelEx1.Controls.Add(this.labelEx2);
  112. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  113. this.panelEx1.Name = "panelEx1";
  114. this.panelEx1.Size = new System.Drawing.Size(890, 525);
  115. this.panelEx1.TabIndex = 0;
  116. //
  117. // txtQQ
  118. //
  119. this.txtQQ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  120. this.txtQQ.EmptyTextTip = null;
  121. this.txtQQ.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  122. this.txtQQ.Font = new System.Drawing.Font("微软雅黑", 9F);
  123. this.txtQQ.Location = new System.Drawing.Point(103, 182);
  124. this.txtQQ.Name = "txtQQ";
  125. this.txtQQ.Size = new System.Drawing.Size(213, 23);
  126. this.txtQQ.TabIndex = 88;
  127. //
  128. // labelEx7
  129. //
  130. this.labelEx7.AutoSize = true;
  131. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  132. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  133. this.labelEx7.Location = new System.Drawing.Point(60, 185);
  134. this.labelEx7.Name = "labelEx7";
  135. this.labelEx7.Size = new System.Drawing.Size(40, 17);
  136. this.labelEx7.TabIndex = 89;
  137. this.labelEx7.Text = "QQ:";
  138. //
  139. // panelEx2
  140. //
  141. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  142. this.panelEx2.BorderWidth = 1;
  143. this.panelEx2.Location = new System.Drawing.Point(349, 1);
  144. this.panelEx2.Name = "panelEx2";
  145. this.panelEx2.Size = new System.Drawing.Size(1, 525);
  146. this.panelEx2.TabIndex = 87;
  147. //
  148. // dgv
  149. //
  150. this.dgv.AllowUserToAddRows = false;
  151. this.dgv.AllowUserToDeleteRows = false;
  152. this.dgv.AllowUserToResizeRows = false;
  153. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  154. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  155. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  156. this.dgv.BackgroundColor = System.Drawing.Color.White;
  157. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  158. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  159. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  160. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  161. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  163. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  164. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  165. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  166. this.dgv.ColumnHeadersHeight = 24;
  167. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  168. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  169. this.ID,
  170. this.Vd_Name,
  171. this.Vd_QQ,
  172. this.Vd_Address,
  173. this.Vd_Telephone,
  174. this.Vd_Fax,
  175. this.Vd_URL});
  176. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  177. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  178. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  180. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  181. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  182. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  183. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  184. this.dgv.EnableHeadersVisualStyles = false;
  185. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  186. this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_panelEx2_dgv_dgv_dgv_dgv" +
  187. "_dgv_dgv_dgv_dgv_dgv_dgv";
  188. this.dgv.IsCompleteBonding = false;
  189. this.dgv.Location = new System.Drawing.Point(370, 15);
  190. this.dgv.MultiSelect = false;
  191. this.dgv.Name = "dgv";
  192. this.dgv.ReadOnly = true;
  193. this.dgv.RowHeadersVisible = false;
  194. this.dgv.RowTemplate.Height = 23;
  195. this.dgv.RowTemplate.ReadOnly = true;
  196. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  197. this.dgv.Size = new System.Drawing.Size(510, 500);
  198. this.dgv.TabIndex = 86;
  199. //
  200. // txtVd_Remark
  201. //
  202. this.txtVd_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  203. this.txtVd_Remark.EmptyTextTip = null;
  204. this.txtVd_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  205. this.txtVd_Remark.Font = new System.Drawing.Font("微软雅黑", 9F);
  206. this.txtVd_Remark.Location = new System.Drawing.Point(103, 259);
  207. this.txtVd_Remark.Multiline = true;
  208. this.txtVd_Remark.Name = "txtVd_Remark";
  209. this.txtVd_Remark.Size = new System.Drawing.Size(213, 56);
  210. this.txtVd_Remark.TabIndex = 6;
  211. //
  212. // txtVd_Number
  213. //
  214. this.txtVd_Number.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  215. this.txtVd_Number.EmptyTextTip = null;
  216. this.txtVd_Number.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  217. this.txtVd_Number.Enabled = false;
  218. this.txtVd_Number.Font = new System.Drawing.Font("微软雅黑", 9F);
  219. this.txtVd_Number.Location = new System.Drawing.Point(103, 4);
  220. this.txtVd_Number.Name = "txtVd_Number";
  221. this.txtVd_Number.Size = new System.Drawing.Size(157, 23);
  222. this.txtVd_Number.TabIndex = 0;
  223. this.txtVd_Number.Visible = false;
  224. //
  225. // labelEx9
  226. //
  227. this.labelEx9.AutoSize = true;
  228. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  229. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  230. this.labelEx9.Location = new System.Drawing.Point(56, 261);
  231. this.labelEx9.Name = "labelEx9";
  232. this.labelEx9.Size = new System.Drawing.Size(44, 17);
  233. this.labelEx9.TabIndex = 85;
  234. this.labelEx9.Text = "备注:";
  235. //
  236. // txtVd_URL
  237. //
  238. this.txtVd_URL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  239. this.txtVd_URL.EmptyTextTip = null;
  240. this.txtVd_URL.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  241. this.txtVd_URL.Font = new System.Drawing.Font("微软雅黑", 9F);
  242. this.txtVd_URL.Location = new System.Drawing.Point(103, 220);
  243. this.txtVd_URL.Name = "txtVd_URL";
  244. this.txtVd_URL.Size = new System.Drawing.Size(213, 23);
  245. this.txtVd_URL.TabIndex = 5;
  246. //
  247. // labelEx6
  248. //
  249. this.labelEx6.AutoSize = true;
  250. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  251. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  252. this.labelEx6.Location = new System.Drawing.Point(56, 223);
  253. this.labelEx6.Name = "labelEx6";
  254. this.labelEx6.Size = new System.Drawing.Size(44, 17);
  255. this.labelEx6.TabIndex = 83;
  256. this.labelEx6.Text = "网址:";
  257. //
  258. // txtVd_Fax
  259. //
  260. this.txtVd_Fax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  261. this.txtVd_Fax.EmptyTextTip = null;
  262. this.txtVd_Fax.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  263. this.txtVd_Fax.Font = new System.Drawing.Font("微软雅黑", 9F);
  264. this.txtVd_Fax.Location = new System.Drawing.Point(103, 145);
  265. this.txtVd_Fax.Name = "txtVd_Fax";
  266. this.txtVd_Fax.Size = new System.Drawing.Size(213, 23);
  267. this.txtVd_Fax.TabIndex = 4;
  268. //
  269. // labelEx5
  270. //
  271. this.labelEx5.AutoSize = true;
  272. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  273. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  274. this.labelEx5.Location = new System.Drawing.Point(56, 148);
  275. this.labelEx5.Name = "labelEx5";
  276. this.labelEx5.Size = new System.Drawing.Size(44, 17);
  277. this.labelEx5.TabIndex = 81;
  278. this.labelEx5.Text = "传真:";
  279. //
  280. // txtVd_Telephone
  281. //
  282. this.txtVd_Telephone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  283. this.txtVd_Telephone.EmptyTextTip = null;
  284. this.txtVd_Telephone.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  285. this.txtVd_Telephone.Font = new System.Drawing.Font("微软雅黑", 9F);
  286. this.txtVd_Telephone.Location = new System.Drawing.Point(103, 107);
  287. this.txtVd_Telephone.MaxLength = 20;
  288. this.txtVd_Telephone.Name = "txtVd_Telephone";
  289. this.txtVd_Telephone.Size = new System.Drawing.Size(213, 23);
  290. this.txtVd_Telephone.TabIndex = 3;
  291. //
  292. // labelEx4
  293. //
  294. this.labelEx4.AutoSize = true;
  295. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  296. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  297. this.labelEx4.Location = new System.Drawing.Point(47, 110);
  298. this.labelEx4.Name = "labelEx4";
  299. this.labelEx4.Size = new System.Drawing.Size(53, 17);
  300. this.labelEx4.TabIndex = 79;
  301. this.labelEx4.Text = "* 电话:";
  302. //
  303. // txtVd_Address
  304. //
  305. this.txtVd_Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  306. this.txtVd_Address.EmptyTextTip = null;
  307. this.txtVd_Address.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  308. this.txtVd_Address.Font = new System.Drawing.Font("微软雅黑", 9F);
  309. this.txtVd_Address.Location = new System.Drawing.Point(103, 69);
  310. this.txtVd_Address.Name = "txtVd_Address";
  311. this.txtVd_Address.Size = new System.Drawing.Size(213, 23);
  312. this.txtVd_Address.TabIndex = 2;
  313. //
  314. // labelEx3
  315. //
  316. this.labelEx3.AutoSize = true;
  317. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  318. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  319. this.labelEx3.Location = new System.Drawing.Point(11, 72);
  320. this.labelEx3.Name = "labelEx3";
  321. this.labelEx3.Size = new System.Drawing.Size(89, 17);
  322. this.labelEx3.TabIndex = 76;
  323. this.labelEx3.Text = "* 供应商地址:";
  324. //
  325. // txtVd_Name
  326. //
  327. this.txtVd_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  328. this.txtVd_Name.EmptyTextTip = null;
  329. this.txtVd_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  330. this.txtVd_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
  331. this.txtVd_Name.Location = new System.Drawing.Point(103, 31);
  332. this.txtVd_Name.Name = "txtVd_Name";
  333. this.txtVd_Name.Size = new System.Drawing.Size(213, 23);
  334. this.txtVd_Name.TabIndex = 1;
  335. //
  336. // labelEx1
  337. //
  338. this.labelEx1.AutoSize = true;
  339. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  340. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  341. this.labelEx1.Location = new System.Drawing.Point(11, 34);
  342. this.labelEx1.Name = "labelEx1";
  343. this.labelEx1.Size = new System.Drawing.Size(89, 17);
  344. this.labelEx1.TabIndex = 74;
  345. this.labelEx1.Text = "* 供应商名称:";
  346. //
  347. // btnDelete
  348. //
  349. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  350. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  351. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  352. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  353. this.btnDelete.ForeColor = System.Drawing.Color.White;
  354. this.btnDelete.IsCustomBackImg = false;
  355. this.btnDelete.IsShowText = true;
  356. this.btnDelete.Location = new System.Drawing.Point(138, 371);
  357. this.btnDelete.Name = "btnDelete";
  358. this.btnDelete.Size = new System.Drawing.Size(85, 28);
  359. this.btnDelete.TabIndex = 73;
  360. this.btnDelete.Text = " 删 除";
  361. this.btnDelete.UseVisualStyleBackColor = false;
  362. //
  363. // btnClose
  364. //
  365. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  366. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  367. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  368. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  369. this.btnClose.ForeColor = System.Drawing.Color.White;
  370. this.btnClose.IsCustomBackImg = false;
  371. this.btnClose.IsShowText = true;
  372. this.btnClose.Location = new System.Drawing.Point(229, 405);
  373. this.btnClose.Name = "btnClose";
  374. this.btnClose.Size = new System.Drawing.Size(85, 28);
  375. this.btnClose.TabIndex = 72;
  376. this.btnClose.Text = " 关 闭";
  377. this.btnClose.UseVisualStyleBackColor = false;
  378. this.btnClose.Visible = false;
  379. //
  380. // btnSave
  381. //
  382. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  383. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  384. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  385. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  386. this.btnSave.ForeColor = System.Drawing.Color.White;
  387. this.btnSave.IsCustomBackImg = false;
  388. this.btnSave.IsShowText = true;
  389. this.btnSave.Location = new System.Drawing.Point(229, 371);
  390. this.btnSave.Name = "btnSave";
  391. this.btnSave.Size = new System.Drawing.Size(85, 28);
  392. this.btnSave.TabIndex = 71;
  393. this.btnSave.Text = " 保 存";
  394. this.btnSave.UseVisualStyleBackColor = false;
  395. //
  396. // labelEx2
  397. //
  398. this.labelEx2.AutoSize = true;
  399. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  400. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  401. this.labelEx2.Location = new System.Drawing.Point(11, 7);
  402. this.labelEx2.Name = "labelEx2";
  403. this.labelEx2.Size = new System.Drawing.Size(89, 17);
  404. this.labelEx2.TabIndex = 70;
  405. this.labelEx2.Text = "* 供应商编号:";
  406. this.labelEx2.Visible = false;
  407. //
  408. // btnAdd
  409. //
  410. this.btnAdd.BackColor = System.Drawing.Color.Transparent;
  411. this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
  412. this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  413. this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  414. this.btnAdd.ForeColor = System.Drawing.Color.White;
  415. this.btnAdd.IsCustomBackImg = false;
  416. this.btnAdd.IsShowText = true;
  417. this.btnAdd.Location = new System.Drawing.Point(47, 371);
  418. this.btnAdd.Name = "btnAdd";
  419. this.btnAdd.Size = new System.Drawing.Size(85, 28);
  420. this.btnAdd.TabIndex = 90;
  421. this.btnAdd.Text = " 重 置";
  422. this.btnAdd.UseVisualStyleBackColor = false;
  423. //
  424. // ID
  425. //
  426. this.ID.HeaderText = "ID";
  427. this.ID.Name = "ID";
  428. this.ID.ReadOnly = true;
  429. this.ID.Visible = false;
  430. //
  431. // Vd_Name
  432. //
  433. this.Vd_Name.HeaderText = "供应商名称";
  434. this.Vd_Name.Name = "Vd_Name";
  435. this.Vd_Name.ReadOnly = true;
  436. //
  437. // Vd_QQ
  438. //
  439. this.Vd_QQ.HeaderText = "QQ";
  440. this.Vd_QQ.Name = "Vd_QQ";
  441. this.Vd_QQ.ReadOnly = true;
  442. //
  443. // Vd_Address
  444. //
  445. this.Vd_Address.HeaderText = "地址";
  446. this.Vd_Address.Name = "Vd_Address";
  447. this.Vd_Address.ReadOnly = true;
  448. //
  449. // Vd_Telephone
  450. //
  451. this.Vd_Telephone.HeaderText = "电话";
  452. this.Vd_Telephone.Name = "Vd_Telephone";
  453. this.Vd_Telephone.ReadOnly = true;
  454. //
  455. // Vd_Fax
  456. //
  457. this.Vd_Fax.HeaderText = "传真";
  458. this.Vd_Fax.Name = "Vd_Fax";
  459. this.Vd_Fax.ReadOnly = true;
  460. //
  461. // Vd_URL
  462. //
  463. this.Vd_URL.HeaderText = "网址";
  464. this.Vd_URL.Name = "Vd_URL";
  465. this.Vd_URL.ReadOnly = true;
  466. //
  467. // FrmSupplierSet
  468. //
  469. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  470. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  471. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  472. this.ClientSize = new System.Drawing.Size(910, 610);
  473. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  474. this.IsUserControlsSize = false;
  475. this.MaximizeBox = false;
  476. this.Name = "FrmSupplierSet";
  477. this.Text = "供应商设置";
  478. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  479. this.plExMainContainer.ResumeLayout(false);
  480. this.plFormMainContent.ResumeLayout(false);
  481. this.panelEx1.ResumeLayout(false);
  482. this.panelEx1.PerformLayout();
  483. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  484. this.ResumeLayout(false);
  485. }
  486. #endregion
  487. private ComponentLibrary.PanelEx panelEx1;
  488. protected ComponentLibrary.TextBoxBasicEx txtVd_Remark;
  489. protected ComponentLibrary.TextBoxBasicEx txtVd_Number;
  490. private ComponentLibrary.LabelEx labelEx9;
  491. protected ComponentLibrary.TextBoxBasicEx txtVd_URL;
  492. private ComponentLibrary.LabelEx labelEx6;
  493. protected ComponentLibrary.TextBoxBasicEx txtVd_Fax;
  494. private ComponentLibrary.LabelEx labelEx5;
  495. protected ComponentLibrary.TextBoxBasicEx txtVd_Telephone;
  496. private ComponentLibrary.LabelEx labelEx4;
  497. protected ComponentLibrary.TextBoxBasicEx txtVd_Address;
  498. private ComponentLibrary.LabelEx labelEx3;
  499. protected ComponentLibrary.TextBoxBasicEx txtVd_Name;
  500. private ComponentLibrary.LabelEx labelEx1;
  501. protected ComponentLibrary.ButtonEx btnDelete;
  502. protected ComponentLibrary.ButtonEx btnClose;
  503. protected ComponentLibrary.ButtonEx btnSave;
  504. private ComponentLibrary.LabelEx labelEx2;
  505. private ComponentLibrary.PanelEx panelEx2;
  506. protected ComponentLibrary.DataGridViewEx dgv;
  507. protected ComponentLibrary.TextBoxBasicEx txtQQ;
  508. private ComponentLibrary.LabelEx labelEx7;
  509. protected ComponentLibrary.ButtonEx btnAdd;
  510. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  511. private System.Windows.Forms.DataGridViewTextBoxColumn Vd_Name;
  512. private System.Windows.Forms.DataGridViewTextBoxColumn Vd_QQ;
  513. private System.Windows.Forms.DataGridViewTextBoxColumn Vd_Address;
  514. private System.Windows.Forms.DataGridViewTextBoxColumn Vd_Telephone;
  515. private System.Windows.Forms.DataGridViewTextBoxColumn Vd_Fax;
  516. private System.Windows.Forms.DataGridViewTextBoxColumn Vd_URL;
  517. }
  518. }