F_MST_GoodsImageAdd.designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. namespace Dongke.IBOSS.PRD.Client.Controls
  2. {
  3. partial class F_MST_GoodsImageAdd
  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_MST_GoodsImageAdd));
  30. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.txtMATNR = new Dongke.WinForm.Controls.TxtTextBox();
  33. this.lblInvoiceLayoutName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.picGoodsImage = new System.Windows.Forms.PictureBox();
  35. this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.odlgFile = new System.Windows.Forms.OpenFileDialog();
  37. this.ilPic = new System.Windows.Forms.ImageList(this.components);
  38. this.lvPic = new System.Windows.Forms.ListView();
  39. ((System.ComponentModel.ISupportInitialize)(this.picGoodsImage)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // btnCancel
  43. //
  44. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  45. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  46. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  47. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.btnCancel.ForeColor = System.Drawing.Color.White;
  49. this.btnCancel.Location = new System.Drawing.Point(297, 414);
  50. this.btnCancel.Name = "btnCancel";
  51. this.btnCancel.Size = new System.Drawing.Size(85, 33);
  52. this.btnCancel.TabIndex = 10;
  53. this.btnCancel.Text = "取消";
  54. this.btnCancel.UseVisualStyleBackColor = false;
  55. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  56. //
  57. // btnSave
  58. //
  59. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  60. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  61. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.btnSave.ForeColor = System.Drawing.Color.White;
  63. this.btnSave.Location = new System.Drawing.Point(205, 413);
  64. this.btnSave.Name = "btnSave";
  65. this.btnSave.Size = new System.Drawing.Size(85, 33);
  66. this.btnSave.TabIndex = 9;
  67. this.btnSave.Text = "确定";
  68. this.btnSave.UseVisualStyleBackColor = false;
  69. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  70. //
  71. // txtMATNR
  72. //
  73. this.txtMATNR.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.txtMATNR.Location = new System.Drawing.Point(71, 5);
  75. this.txtMATNR.Name = "txtMATNR";
  76. this.txtMATNR.Size = new System.Drawing.Size(120, 21);
  77. this.txtMATNR.TabIndex = 12;
  78. //
  79. // lblInvoiceLayoutName
  80. //
  81. this.lblInvoiceLayoutName.AutoSize = true;
  82. this.lblInvoiceLayoutName.BackColor = System.Drawing.Color.Transparent;
  83. this.lblInvoiceLayoutName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.lblInvoiceLayoutName.ForeColor = System.Drawing.SystemColors.ControlText;
  85. this.lblInvoiceLayoutName.Location = new System.Drawing.Point(12, 9);
  86. this.lblInvoiceLayoutName.Name = "lblInvoiceLayoutName";
  87. this.lblInvoiceLayoutName.Size = new System.Drawing.Size(53, 12);
  88. this.lblInvoiceLayoutName.TabIndex = 11;
  89. this.lblInvoiceLayoutName.Text = "物料编码";
  90. //
  91. // picGoodsImage
  92. //
  93. this.picGoodsImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  94. this.picGoodsImage.InitialImage = null;
  95. this.picGoodsImage.Location = new System.Drawing.Point(14, 33);
  96. this.picGoodsImage.Name = "picGoodsImage";
  97. this.picGoodsImage.Size = new System.Drawing.Size(370, 375);
  98. this.picGoodsImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  99. this.picGoodsImage.TabIndex = 13;
  100. this.picGoodsImage.TabStop = false;
  101. //
  102. // btnUpload
  103. //
  104. this.btnUpload.BackColor = System.Drawing.Color.Transparent;
  105. this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
  106. this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.btnUpload.ForeColor = System.Drawing.Color.White;
  108. this.btnUpload.Location = new System.Drawing.Point(205, 5);
  109. this.btnUpload.Name = "btnUpload";
  110. this.btnUpload.Size = new System.Drawing.Size(55, 21);
  111. this.btnUpload.TabIndex = 43;
  112. this.btnUpload.Text = "上传(&U)";
  113. this.btnUpload.UseVisualStyleBackColor = false;
  114. this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
  115. //
  116. // odlgFile
  117. //
  118. this.odlgFile.FileName = "openFileDialog1";
  119. //
  120. // ilPic
  121. //
  122. this.ilPic.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  123. this.ilPic.ImageSize = new System.Drawing.Size(16, 16);
  124. this.ilPic.TransparentColor = System.Drawing.Color.Transparent;
  125. //
  126. // lvPic
  127. //
  128. this.lvPic.HideSelection = false;
  129. this.lvPic.Location = new System.Drawing.Point(64, 443);
  130. this.lvPic.Name = "lvPic";
  131. this.lvPic.Size = new System.Drawing.Size(103, 21);
  132. this.lvPic.TabIndex = 41;
  133. this.lvPic.UseCompatibleStateImageBehavior = false;
  134. this.lvPic.Visible = false;
  135. //
  136. // F_MST_GoodsImageAdd
  137. //
  138. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  139. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  140. this.CancelButton = this.btnCancel;
  141. this.ClientSize = new System.Drawing.Size(394, 472);
  142. this.Controls.Add(this.btnUpload);
  143. this.Controls.Add(this.picGoodsImage);
  144. this.Controls.Add(this.txtMATNR);
  145. this.Controls.Add(this.lblInvoiceLayoutName);
  146. this.Controls.Add(this.btnSave);
  147. this.Controls.Add(this.btnCancel);
  148. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  149. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  150. this.IsSaveFormSize = false;
  151. this.Margin = new System.Windows.Forms.Padding(5);
  152. this.MaximizeBox = false;
  153. this.MinimizeBox = false;
  154. this.Name = "F_MST_GoodsImageAdd";
  155. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  156. this.Text = "新建产品线性图";
  157. this.Load += new System.EventHandler(this.F_MST_GoodsImageAdd_Load);
  158. this.Controls.SetChildIndex(this.btnCancel, 0);
  159. this.Controls.SetChildIndex(this.btnSave, 0);
  160. this.Controls.SetChildIndex(this.lblInvoiceLayoutName, 0);
  161. this.Controls.SetChildIndex(this.txtMATNR, 0);
  162. this.Controls.SetChildIndex(this.picGoodsImage, 0);
  163. this.Controls.SetChildIndex(this.btnUpload, 0);
  164. ((System.ComponentModel.ISupportInitialize)(this.picGoodsImage)).EndInit();
  165. this.ResumeLayout(false);
  166. this.PerformLayout();
  167. }
  168. #endregion
  169. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
  170. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
  171. private WinForm.Controls.TxtTextBox txtMATNR;
  172. private Basics.BaseControls.C_Label lblInvoiceLayoutName;
  173. private System.Windows.Forms.PictureBox picGoodsImage;
  174. private Basics.BaseControls.C_Button btnUpload;
  175. private System.Windows.Forms.OpenFileDialog odlgFile;
  176. private System.Windows.Forms.ImageList ilPic;
  177. private System.Windows.Forms.ListView lvPic;
  178. }
  179. }