Form1.Designer.cs 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. namespace UAS_SOP
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29. this.searchTextBox1 = new UAS_SOP.CustomControl.TextBoxWithIcon.SearchTextBox();
  30. this.pr_code = new System.Windows.Forms.Label();
  31. this.ChooseSop = new System.Windows.Forms.OpenFileDialog();
  32. this.normalButton1 = new UAS_SOP.CustomControl.ButtonUtil.NormalButton();
  33. this.FilePath = new UAS_SOP.CustomControl.TextBoxWithIcon.EnterTextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.normalButton2 = new UAS_SOP.CustomControl.ButtonUtil.NormalButton();
  36. this.SuspendLayout();
  37. //
  38. // searchTextBox1
  39. //
  40. this.searchTextBox1.AllPower = null;
  41. this.searchTextBox1.Caller = null;
  42. this.searchTextBox1.Condition = null;
  43. this.searchTextBox1.DBTitle = null;
  44. this.searchTextBox1.Font = new System.Drawing.Font("宋体", 12F);
  45. this.searchTextBox1.FormName = null;
  46. this.searchTextBox1.Location = new System.Drawing.Point(209, 70);
  47. this.searchTextBox1.Name = "searchTextBox1";
  48. this.searchTextBox1.Power = null;
  49. this.searchTextBox1.ReturnData = null;
  50. this.searchTextBox1.SelectField = null;
  51. this.searchTextBox1.SetValueField = null;
  52. this.searchTextBox1.Size = new System.Drawing.Size(375, 51);
  53. this.searchTextBox1.TabIndex = 0;
  54. this.searchTextBox1.TableName = null;
  55. this.searchTextBox1.TextBoxEnable = false;
  56. //
  57. // pr_code
  58. //
  59. this.pr_code.AutoSize = true;
  60. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F);
  61. this.pr_code.Location = new System.Drawing.Point(48, 70);
  62. this.pr_code.Name = "pr_code";
  63. this.pr_code.Size = new System.Drawing.Size(146, 41);
  64. this.pr_code.TabIndex = 1;
  65. this.pr_code.Text = "产品编号";
  66. //
  67. // ChooseSop
  68. //
  69. this.ChooseSop.FileName = "ChooseSop";
  70. //
  71. // normalButton1
  72. //
  73. this.normalButton1.AllPower = null;
  74. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  75. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  76. this.normalButton1.Image = null;
  77. this.normalButton1.IsShowBorder = true;
  78. this.normalButton1.Location = new System.Drawing.Point(632, 265);
  79. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  80. this.normalButton1.Name = "normalButton1";
  81. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  82. this.normalButton1.Power = null;
  83. this.normalButton1.Size = new System.Drawing.Size(136, 41);
  84. this.normalButton1.TabIndex = 2;
  85. this.normalButton1.Text = "选择文件";
  86. this.normalButton1.UseVisualStyleBackColor = false;
  87. this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
  88. //
  89. // FilePath
  90. //
  91. this.FilePath.AllPower = null;
  92. this.FilePath.BackColor = System.Drawing.Color.White;
  93. this.FilePath.ID = null;
  94. this.FilePath.Location = new System.Drawing.Point(209, 267);
  95. this.FilePath.Name = "FilePath";
  96. this.FilePath.Power = null;
  97. this.FilePath.Size = new System.Drawing.Size(375, 35);
  98. this.FilePath.Str = null;
  99. this.FilePath.Str1 = null;
  100. this.FilePath.Str2 = null;
  101. this.FilePath.TabIndex = 3;
  102. //
  103. // label1
  104. //
  105. this.label1.AutoSize = true;
  106. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  107. this.label1.Location = new System.Drawing.Point(48, 261);
  108. this.label1.Name = "label1";
  109. this.label1.Size = new System.Drawing.Size(146, 41);
  110. this.label1.TabIndex = 4;
  111. this.label1.Text = "SOP文件";
  112. //
  113. // normalButton2
  114. //
  115. this.normalButton2.AllPower = null;
  116. this.normalButton2.BackColor = System.Drawing.Color.Transparent;
  117. this.normalButton2.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.DownImage")));
  118. this.normalButton2.Image = null;
  119. this.normalButton2.IsShowBorder = true;
  120. this.normalButton2.Location = new System.Drawing.Point(774, 265);
  121. this.normalButton2.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.MoveImage")));
  122. this.normalButton2.Name = "normalButton2";
  123. this.normalButton2.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.NormalImage")));
  124. this.normalButton2.Power = null;
  125. this.normalButton2.Size = new System.Drawing.Size(136, 41);
  126. this.normalButton2.TabIndex = 5;
  127. this.normalButton2.Text = "上传文件";
  128. this.normalButton2.UseVisualStyleBackColor = false;
  129. this.normalButton2.Click += new System.EventHandler(this.normalButton2_Click);
  130. //
  131. // Form1
  132. //
  133. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  134. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  135. this.ClientSize = new System.Drawing.Size(1892, 1200);
  136. this.Controls.Add(this.normalButton2);
  137. this.Controls.Add(this.label1);
  138. this.Controls.Add(this.FilePath);
  139. this.Controls.Add(this.normalButton1);
  140. this.Controls.Add(this.pr_code);
  141. this.Controls.Add(this.searchTextBox1);
  142. this.MaximizeBox = false;
  143. this.Name = "Form1";
  144. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  145. this.Text = "SOP管理";
  146. this.Load += new System.EventHandler(this.Form1_Load);
  147. this.ResumeLayout(false);
  148. this.PerformLayout();
  149. }
  150. #endregion
  151. private CustomControl.TextBoxWithIcon.SearchTextBox searchTextBox1;
  152. private System.Windows.Forms.Label pr_code;
  153. private System.Windows.Forms.OpenFileDialog ChooseSop;
  154. private CustomControl.ButtonUtil.NormalButton normalButton1;
  155. private CustomControl.TextBoxWithIcon.EnterTextBox FilePath;
  156. private System.Windows.Forms.Label label1;
  157. private CustomControl.ButtonUtil.NormalButton normalButton2;
  158. }
  159. }