F_PM_0905.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0905
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0905));
  30. this.tabControl2 = new System.Windows.Forms.TabControl();
  31. this.tabPage4 = new System.Windows.Forms.TabPage();
  32. this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.btnDelete = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.lvPic = new System.Windows.Forms.ListView();
  35. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.lblDuty = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.dropDuty = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  39. this.lblDefectLocation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.dropDefectLocation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  41. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.odlgFile = new System.Windows.Forms.OpenFileDialog();
  44. this.cmbDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  45. this.lblDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.tabControl2.SuspendLayout();
  47. this.tabPage4.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // tabControl2
  51. //
  52. this.tabControl2.Anchor = System.Windows.Forms.AnchorStyles.None;
  53. this.tabControl2.Controls.Add(this.tabPage4);
  54. this.tabControl2.Location = new System.Drawing.Point(12, 120);
  55. this.tabControl2.Name = "tabControl2";
  56. this.tabControl2.SelectedIndex = 0;
  57. this.tabControl2.Size = new System.Drawing.Size(524, 177);
  58. this.tabControl2.TabIndex = 2;
  59. //
  60. // tabPage4
  61. //
  62. this.tabPage4.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  63. this.tabPage4.Controls.Add(this.btnUpload);
  64. this.tabPage4.Controls.Add(this.btnDelete);
  65. this.tabPage4.Controls.Add(this.lvPic);
  66. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  67. this.tabPage4.Name = "tabPage4";
  68. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  69. this.tabPage4.Size = new System.Drawing.Size(516, 151);
  70. this.tabPage4.TabIndex = 1;
  71. this.tabPage4.Text = "缺陷图片";
  72. this.tabPage4.UseVisualStyleBackColor = true;
  73. //
  74. // btnUpload
  75. //
  76. this.btnUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  77. this.btnUpload.BackColor = System.Drawing.Color.Transparent;
  78. this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
  79. this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.btnUpload.ForeColor = System.Drawing.Color.White;
  81. this.btnUpload.Location = new System.Drawing.Point(425, 76);
  82. this.btnUpload.Name = "btnUpload";
  83. this.btnUpload.Size = new System.Drawing.Size(85, 30);
  84. this.btnUpload.TabIndex = 116;
  85. this.btnUpload.Text = "上传图片";
  86. this.btnUpload.UseVisualStyleBackColor = false;
  87. this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
  88. //
  89. // btnDelete
  90. //
  91. this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  92. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  93. this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage")));
  94. this.btnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.btnDelete.ForeColor = System.Drawing.Color.White;
  96. this.btnDelete.Location = new System.Drawing.Point(425, 40);
  97. this.btnDelete.Name = "btnDelete";
  98. this.btnDelete.Size = new System.Drawing.Size(85, 30);
  99. this.btnDelete.TabIndex = 115;
  100. this.btnDelete.Text = "删除图片";
  101. this.btnDelete.UseVisualStyleBackColor = false;
  102. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  103. //
  104. // lvPic
  105. //
  106. this.lvPic.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  107. | System.Windows.Forms.AnchorStyles.Left)
  108. | System.Windows.Forms.AnchorStyles.Right)));
  109. this.lvPic.Location = new System.Drawing.Point(3, 6);
  110. this.lvPic.Name = "lvPic";
  111. this.lvPic.Size = new System.Drawing.Size(416, 139);
  112. this.lvPic.TabIndex = 112;
  113. this.lvPic.UseCompatibleStateImageBehavior = false;
  114. //
  115. // btnSave
  116. //
  117. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  118. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  119. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.btnSave.ForeColor = System.Drawing.Color.White;
  121. this.btnSave.Location = new System.Drawing.Point(361, 303);
  122. this.btnSave.Name = "btnSave";
  123. this.btnSave.Size = new System.Drawing.Size(85, 30);
  124. this.btnSave.TabIndex = 3;
  125. this.btnSave.Text = "保存";
  126. this.btnSave.UseVisualStyleBackColor = false;
  127. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  128. //
  129. // btnCancel
  130. //
  131. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  132. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  133. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  134. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.btnCancel.ForeColor = System.Drawing.Color.White;
  136. this.btnCancel.Location = new System.Drawing.Point(452, 303);
  137. this.btnCancel.Name = "btnCancel";
  138. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  139. this.btnCancel.TabIndex = 3;
  140. this.btnCancel.Text = "关闭";
  141. this.btnCancel.UseVisualStyleBackColor = false;
  142. //
  143. // lblDuty
  144. //
  145. this.lblDuty.AutoSize = true;
  146. this.lblDuty.BackColor = System.Drawing.Color.Transparent;
  147. this.lblDuty.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.lblDuty.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  149. this.lblDuty.IsMustInput = true;
  150. this.lblDuty.Location = new System.Drawing.Point(35, 16);
  151. this.lblDuty.Name = "lblDuty";
  152. this.lblDuty.Size = new System.Drawing.Size(29, 12);
  153. this.lblDuty.TabIndex = 4;
  154. this.lblDuty.Text = "缺陷";
  155. //
  156. // dropDuty
  157. //
  158. this.dropDuty.BackColor = System.Drawing.SystemColors.Window;
  159. this.dropDuty.BackgroundColor = System.Drawing.SystemColors.Window;
  160. this.dropDuty.DataSource = null;
  161. this.dropDuty.DisplayMember = null;
  162. this.dropDuty.ErrorMessage = "";
  163. this.dropDuty.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.dropDuty.IsSetPosition = false;
  165. this.dropDuty.Location = new System.Drawing.Point(70, 12);
  166. this.dropDuty.Name = "dropDuty";
  167. this.dropDuty.PromptBackColor = System.Drawing.Color.Snow;
  168. this.dropDuty.PromptForeColor = System.Drawing.Color.Gray;
  169. this.dropDuty.SelectedValue = "";
  170. this.dropDuty.Size = new System.Drawing.Size(160, 21);
  171. this.dropDuty.TabIndex = 6;
  172. this.dropDuty.ValueMember = null;
  173. this.dropDuty.Validating += new System.ComponentModel.CancelEventHandler(this.dropDuty_Validating);
  174. //
  175. // lblDefectLocation
  176. //
  177. this.lblDefectLocation.AutoSize = true;
  178. this.lblDefectLocation.BackColor = System.Drawing.Color.Transparent;
  179. this.lblDefectLocation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.lblDefectLocation.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  181. this.lblDefectLocation.IsMustInput = true;
  182. this.lblDefectLocation.Location = new System.Drawing.Point(253, 16);
  183. this.lblDefectLocation.Name = "lblDefectLocation";
  184. this.lblDefectLocation.Size = new System.Drawing.Size(53, 12);
  185. this.lblDefectLocation.TabIndex = 7;
  186. this.lblDefectLocation.Text = "缺陷位置";
  187. //
  188. // dropDefectLocation
  189. //
  190. this.dropDefectLocation.BackColor = System.Drawing.SystemColors.Window;
  191. this.dropDefectLocation.BackgroundColor = System.Drawing.SystemColors.Window;
  192. this.dropDefectLocation.DataSource = null;
  193. this.dropDefectLocation.DisplayMember = null;
  194. this.dropDefectLocation.ErrorMessage = "";
  195. this.dropDefectLocation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.dropDefectLocation.IsSetPosition = false;
  197. this.dropDefectLocation.Location = new System.Drawing.Point(310, 12);
  198. this.dropDefectLocation.Name = "dropDefectLocation";
  199. this.dropDefectLocation.PromptBackColor = System.Drawing.Color.Snow;
  200. this.dropDefectLocation.PromptForeColor = System.Drawing.Color.Gray;
  201. this.dropDefectLocation.SelectedValue = "";
  202. this.dropDefectLocation.Size = new System.Drawing.Size(160, 21);
  203. this.dropDefectLocation.TabIndex = 8;
  204. this.dropDefectLocation.ValueMember = null;
  205. this.dropDefectLocation.Validating += new System.ComponentModel.CancelEventHandler(this.dropDefectLocation_Validating);
  206. //
  207. // lblRemarks
  208. //
  209. this.lblRemarks.AutoSize = true;
  210. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  211. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  213. this.lblRemarks.Location = new System.Drawing.Point(35, 77);
  214. this.lblRemarks.Name = "lblRemarks";
  215. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  216. this.lblRemarks.TabIndex = 15;
  217. this.lblRemarks.Text = "备注";
  218. //
  219. // txtRemarks
  220. //
  221. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  222. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  223. this.txtRemarks.ErrorMessage = "";
  224. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.txtRemarks.Location = new System.Drawing.Point(70, 74);
  226. this.txtRemarks.Multiline = true;
  227. this.txtRemarks.Name = "txtRemarks";
  228. this.txtRemarks.Size = new System.Drawing.Size(400, 33);
  229. this.txtRemarks.TabIndex = 16;
  230. this.txtRemarks.TextValue = "";
  231. //
  232. // odlgFile
  233. //
  234. this.odlgFile.FileName = "openFileDialog1";
  235. //
  236. // cmbDefectFine
  237. //
  238. this.cmbDefectFine.BackColor = System.Drawing.SystemColors.Window;
  239. this.cmbDefectFine.BackgroundColor = System.Drawing.SystemColors.Window;
  240. this.cmbDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.cmbDefectFine.FormattingEnabled = true;
  242. this.cmbDefectFine.Location = new System.Drawing.Point(70, 42);
  243. this.cmbDefectFine.Name = "cmbDefectFine";
  244. this.cmbDefectFine.Size = new System.Drawing.Size(160, 20);
  245. this.cmbDefectFine.TabIndex = 19;
  246. //
  247. // lblDefectFine
  248. //
  249. this.lblDefectFine.AutoSize = true;
  250. this.lblDefectFine.BackColor = System.Drawing.Color.Transparent;
  251. this.lblDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.lblDefectFine.ForeColor = System.Drawing.SystemColors.ControlText;
  253. this.lblDefectFine.Location = new System.Drawing.Point(11, 45);
  254. this.lblDefectFine.Name = "lblDefectFine";
  255. this.lblDefectFine.Size = new System.Drawing.Size(53, 12);
  256. this.lblDefectFine.TabIndex = 20;
  257. this.lblDefectFine.Text = "缺陷扣罚";
  258. //
  259. // F_PM_0905
  260. //
  261. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  262. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  263. this.CancelButton = this.btnCancel;
  264. this.ClientSize = new System.Drawing.Size(542, 372);
  265. this.Controls.Add(this.lblDefectFine);
  266. this.Controls.Add(this.cmbDefectFine);
  267. this.Controls.Add(this.txtRemarks);
  268. this.Controls.Add(this.lblRemarks);
  269. this.Controls.Add(this.dropDefectLocation);
  270. this.Controls.Add(this.lblDefectLocation);
  271. this.Controls.Add(this.dropDuty);
  272. this.Controls.Add(this.lblDuty);
  273. this.Controls.Add(this.btnCancel);
  274. this.Controls.Add(this.btnSave);
  275. this.Controls.Add(this.tabControl2);
  276. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  277. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  278. this.IsSaveFormSize = false;
  279. this.MaximizeBox = false;
  280. this.MinimizeBox = false;
  281. this.Name = "F_PM_0905";
  282. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  283. this.Text = "F_PM_0905";
  284. this.Load += new System.EventHandler(this.F_PM_0905_Load);
  285. this.Controls.SetChildIndex(this.tabControl2, 0);
  286. this.Controls.SetChildIndex(this.btnSave, 0);
  287. this.Controls.SetChildIndex(this.btnCancel, 0);
  288. this.Controls.SetChildIndex(this.lblDuty, 0);
  289. this.Controls.SetChildIndex(this.dropDuty, 0);
  290. this.Controls.SetChildIndex(this.lblDefectLocation, 0);
  291. this.Controls.SetChildIndex(this.dropDefectLocation, 0);
  292. this.Controls.SetChildIndex(this.lblRemarks, 0);
  293. this.Controls.SetChildIndex(this.txtRemarks, 0);
  294. this.Controls.SetChildIndex(this.cmbDefectFine, 0);
  295. this.Controls.SetChildIndex(this.lblDefectFine, 0);
  296. this.tabControl2.ResumeLayout(false);
  297. this.tabPage4.ResumeLayout(false);
  298. this.ResumeLayout(false);
  299. this.PerformLayout();
  300. }
  301. #endregion
  302. private System.Windows.Forms.TabControl tabControl2;
  303. private System.Windows.Forms.TabPage tabPage4;
  304. private System.Windows.Forms.ListView lvPic;
  305. private Basics.BaseControls.C_Button btnSave;
  306. private Basics.BaseControls.C_Button btnCancel;
  307. private Basics.BaseControls.C_Label lblDuty;
  308. private Basics.BaseControls.C_TXT_DropDownList dropDuty;
  309. private Basics.BaseControls.C_Label lblDefectLocation;
  310. private Basics.BaseControls.C_TXT_DropDownList dropDefectLocation;
  311. private Basics.BaseControls.C_Label lblRemarks;
  312. private Basics.BaseControls.C_TextBox txtRemarks;
  313. private Basics.BaseControls.C_Button btnUpload;
  314. private Basics.BaseControls.C_Button btnDelete;
  315. private System.Windows.Forms.OpenFileDialog odlgFile;
  316. private Basics.BaseControls.C_ComboBox cmbDefectFine;
  317. private Basics.BaseControls.C_Label lblDefectFine;
  318. }
  319. }