Query_SpecialReport.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_SpecialReport
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_SpecialReport));
  29. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  30. this.XYFilePath = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
  33. this.XY = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  34. this.ImportExcel1 = new System.Windows.Forms.OpenFileDialog();
  35. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.SuspendLayout();
  38. //
  39. // XYFilePath
  40. //
  41. this.XYFilePath.AllPower = null;
  42. this.XYFilePath.BackColor = System.Drawing.Color.White;
  43. this.XYFilePath.ID = null;
  44. this.XYFilePath.Location = new System.Drawing.Point(434, 149);
  45. this.XYFilePath.Margin = new System.Windows.Forms.Padding(6);
  46. this.XYFilePath.Name = "XYFilePath";
  47. this.XYFilePath.Power = null;
  48. this.XYFilePath.Size = new System.Drawing.Size(445, 35);
  49. this.XYFilePath.Str = null;
  50. this.XYFilePath.Str1 = null;
  51. this.XYFilePath.Str2 = null;
  52. this.XYFilePath.TabIndex = 12;
  53. this.XYFilePath.TextChanged += new System.EventHandler(this.inoutno_TextChanged);
  54. //
  55. // label5
  56. //
  57. this.label5.AutoSize = true;
  58. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.label5.Location = new System.Drawing.Point(212, 143);
  60. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  61. this.label5.Name = "label5";
  62. this.label5.Size = new System.Drawing.Size(210, 41);
  63. this.label5.TabIndex = 11;
  64. this.label5.Text = "原始坐标文件";
  65. //
  66. // XY
  67. //
  68. this.XY.AllPower = null;
  69. this.XY.BackColor = System.Drawing.Color.Transparent;
  70. this.XY.DownImage = ((System.Drawing.Image)(resources.GetObject("XY.DownImage")));
  71. this.XY.Image = null;
  72. this.XY.IsShowBorder = true;
  73. this.XY.Location = new System.Drawing.Point(434, 223);
  74. this.XY.Margin = new System.Windows.Forms.Padding(6);
  75. this.XY.MoveImage = ((System.Drawing.Image)(resources.GetObject("XY.MoveImage")));
  76. this.XY.Name = "XY";
  77. this.XY.NormalImage = ((System.Drawing.Image)(resources.GetObject("XY.NormalImage")));
  78. this.XY.Power = null;
  79. this.XY.Size = new System.Drawing.Size(177, 56);
  80. this.XY.TabIndex = 187;
  81. this.XY.Text = "导入原始坐标";
  82. this.XY.UseVisualStyleBackColor = false;
  83. this.XY.Click += new System.EventHandler(this.XY_Click);
  84. //
  85. // ImportExcel1
  86. //
  87. this.ImportExcel1.FileName = "ImportExcel";
  88. //
  89. // pr_code
  90. //
  91. this.pr_code.AllPower = "ifall";
  92. this.pr_code.Caller = null;
  93. this.pr_code.Condition = null;
  94. this.pr_code.DBTitle = "回流工序";
  95. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  96. this.pr_code.FormName = null;
  97. this.pr_code.Location = new System.Drawing.Point(434, 74);
  98. this.pr_code.Margin = new System.Windows.Forms.Padding(5);
  99. this.pr_code.Name = "pr_code";
  100. this.pr_code.Power = "ifspecial";
  101. this.pr_code.ReturnData = null;
  102. this.pr_code.SelectField = null;
  103. this.pr_code.SetValueField = null;
  104. this.pr_code.Size = new System.Drawing.Size(445, 44);
  105. this.pr_code.TabIndex = 239;
  106. this.pr_code.TableName = null;
  107. this.pr_code.Tag = "";
  108. this.pr_code.TextBoxEnable = false;
  109. //
  110. // label1
  111. //
  112. this.label1.AutoSize = true;
  113. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.label1.Location = new System.Drawing.Point(212, 74);
  115. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  116. this.label1.Name = "label1";
  117. this.label1.Size = new System.Drawing.Size(146, 41);
  118. this.label1.TabIndex = 240;
  119. this.label1.Text = "产品编号";
  120. //
  121. // Query_SpecialReport
  122. //
  123. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  124. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  125. this.ClientSize = new System.Drawing.Size(1494, 1075);
  126. this.Controls.Add(this.label1);
  127. this.Controls.Add(this.pr_code);
  128. this.Controls.Add(this.XY);
  129. this.Controls.Add(this.XYFilePath);
  130. this.Controls.Add(this.label5);
  131. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  132. this.Margin = new System.Windows.Forms.Padding(6);
  133. this.Name = "Query_SpecialReport";
  134. this.Tag = "Query!SpecialReport";
  135. this.Text = "Query_SpecialReport";
  136. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  137. this.ResumeLayout(false);
  138. this.PerformLayout();
  139. }
  140. #endregion
  141. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  142. private CustomControl.TextBoxWithIcon.EnterTextBox XYFilePath;
  143. private System.Windows.Forms.Label label5;
  144. private System.Windows.Forms.FolderBrowserDialog ExportFileDialog;
  145. private CustomControl.ButtonUtil.NormalButton XY;
  146. private System.Windows.Forms.OpenFileDialog ImportExcel1;
  147. private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
  148. private System.Windows.Forms.Label label1;
  149. }
  150. }