锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

297 lines
17 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormRcvSelect
  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(FormRcvSelect));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  31. this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
  32. this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
  33. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  34. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  35. this.txtUserCode = new DevExpress.XtraEditors.TextEdit();
  36. this.txtUserName = new DevExpress.XtraEditors.TextEdit();
  37. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  38. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  39. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  40. this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
  41. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.txtUserPwd = new DevExpress.XtraEditors.DateEdit();
  44. this.timeEdit1 = new DevExpress.XtraEditors.DateEdit();
  45. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  51. this.panelControl3.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtUserPwd.Properties.VistaTimeProperties)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.txtUserPwd.Properties)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties.VistaTimeProperties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // btnClose
  59. //
  60. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  61. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  62. this.btnClose.Appearance.Options.UseFont = true;
  63. this.btnClose.Appearance.Options.UseForeColor = true;
  64. this.btnClose.Appearance.Options.UseTextOptions = true;
  65. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  66. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  67. this.btnClose.Location = new System.Drawing.Point(370, 5);
  68. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  69. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  70. this.btnClose.Name = "btnClose";
  71. this.btnClose.Size = new System.Drawing.Size(26, 23);
  72. this.btnClose.TabIndex = 2;
  73. //
  74. // labelControl1
  75. //
  76. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  77. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
  78. this.labelControl1.Location = new System.Drawing.Point(4, 5);
  79. this.labelControl1.Name = "labelControl1";
  80. this.labelControl1.Size = new System.Drawing.Size(60, 17);
  81. this.labelControl1.TabIndex = 0;
  82. this.labelControl1.Text = "到货单查询";
  83. //
  84. // panelControl2
  85. //
  86. this.panelControl2.Appearance.BackColor = System.Drawing.SystemColors.ActiveBorder;
  87. this.panelControl2.Appearance.Options.UseBackColor = true;
  88. this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  89. this.panelControl2.Dock = System.Windows.Forms.DockStyle.Right;
  90. this.panelControl2.Location = new System.Drawing.Point(407, 0);
  91. this.panelControl2.Name = "panelControl2";
  92. this.panelControl2.Size = new System.Drawing.Size(1, 271);
  93. this.panelControl2.TabIndex = 15;
  94. //
  95. // panelControl4
  96. //
  97. this.panelControl4.Appearance.BackColor = System.Drawing.SystemColors.ActiveBorder;
  98. this.panelControl4.Appearance.Options.UseBackColor = true;
  99. this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  100. this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
  101. this.panelControl4.Location = new System.Drawing.Point(0, 270);
  102. this.panelControl4.Name = "panelControl4";
  103. this.panelControl4.Size = new System.Drawing.Size(407, 1);
  104. this.panelControl4.TabIndex = 16;
  105. //
  106. // panelControl1
  107. //
  108. this.panelControl1.Appearance.BackColor = System.Drawing.SystemColors.ActiveBorder;
  109. this.panelControl1.Appearance.Options.UseBackColor = true;
  110. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  111. this.panelControl1.Dock = System.Windows.Forms.DockStyle.Left;
  112. this.panelControl1.Location = new System.Drawing.Point(0, 0);
  113. this.panelControl1.Name = "panelControl1";
  114. this.panelControl1.Size = new System.Drawing.Size(1, 270);
  115. this.panelControl1.TabIndex = 17;
  116. //
  117. // labelControl2
  118. //
  119. this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
  120. this.labelControl2.Location = new System.Drawing.Point(46, 16);
  121. this.labelControl2.Name = "labelControl2";
  122. this.labelControl2.Size = new System.Drawing.Size(65, 16);
  123. this.labelControl2.TabIndex = 0;
  124. this.labelControl2.Text = "收货单号:";
  125. //
  126. // txtUserCode
  127. //
  128. this.txtUserCode.EnterMoveNextControl = true;
  129. this.txtUserCode.Location = new System.Drawing.Point(120, 13);
  130. this.txtUserCode.Name = "txtUserCode";
  131. this.txtUserCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
  132. this.txtUserCode.Properties.Appearance.Options.UseFont = true;
  133. this.txtUserCode.Size = new System.Drawing.Size(192, 22);
  134. this.txtUserCode.TabIndex = 1;
  135. this.txtUserCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtUserCode_KeyDown);
  136. //
  137. // txtUserName
  138. //
  139. this.txtUserName.EnterMoveNextControl = true;
  140. this.txtUserName.Location = new System.Drawing.Point(120, 48);
  141. this.txtUserName.Name = "txtUserName";
  142. this.txtUserName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
  143. this.txtUserName.Properties.Appearance.Options.UseFont = true;
  144. this.txtUserName.Size = new System.Drawing.Size(192, 22);
  145. this.txtUserName.TabIndex = 2;
  146. //
  147. // labelControl3
  148. //
  149. this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
  150. this.labelControl3.Location = new System.Drawing.Point(60, 50);
  151. this.labelControl3.Name = "labelControl3";
  152. this.labelControl3.Size = new System.Drawing.Size(50, 16);
  153. this.labelControl3.TabIndex = 0;
  154. this.labelControl3.Text = "创建人:";
  155. //
  156. // labelControl4
  157. //
  158. this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
  159. this.labelControl4.Location = new System.Drawing.Point(46, 89);
  160. this.labelControl4.Name = "labelControl4";
  161. this.labelControl4.Size = new System.Drawing.Size(65, 16);
  162. this.labelControl4.TabIndex = 0;
  163. this.labelControl4.Text = "创建时间:";
  164. //
  165. // panelControl3
  166. //
  167. this.panelControl3.Appearance.BackColor = System.Drawing.Color.White;
  168. this.panelControl3.Appearance.Options.UseBackColor = true;
  169. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  170. this.panelControl3.Controls.Add(this.simpleButton2);
  171. this.panelControl3.Controls.Add(this.simpleButton1);
  172. this.panelControl3.Controls.Add(this.label1);
  173. this.panelControl3.Controls.Add(this.txtUserCode);
  174. this.panelControl3.Controls.Add(this.labelControl2);
  175. this.panelControl3.Controls.Add(this.labelControl3);
  176. this.panelControl3.Controls.Add(this.txtUserName);
  177. this.panelControl3.Controls.Add(this.labelControl4);
  178. this.panelControl3.Controls.Add(this.txtUserPwd);
  179. this.panelControl3.Controls.Add(this.timeEdit1);
  180. this.panelControl3.Location = new System.Drawing.Point(4, 28);
  181. this.panelControl3.Name = "panelControl3";
  182. this.panelControl3.Size = new System.Drawing.Size(392, 231);
  183. this.panelControl3.TabIndex = 40;
  184. //
  185. // simpleButton2
  186. //
  187. this.simpleButton2.Location = new System.Drawing.Point(302, 194);
  188. this.simpleButton2.Name = "simpleButton2";
  189. this.simpleButton2.Size = new System.Drawing.Size(75, 23);
  190. this.simpleButton2.TabIndex = 7;
  191. this.simpleButton2.Text = "取消";
  192. this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
  193. //
  194. // simpleButton1
  195. //
  196. this.simpleButton1.Location = new System.Drawing.Point(221, 194);
  197. this.simpleButton1.Name = "simpleButton1";
  198. this.simpleButton1.Size = new System.Drawing.Size(75, 23);
  199. this.simpleButton1.TabIndex = 6;
  200. this.simpleButton1.Text = "确定";
  201. this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
  202. //
  203. // label1
  204. //
  205. this.label1.AutoSize = true;
  206. this.label1.Location = new System.Drawing.Point(117, 110);
  207. this.label1.Name = "label1";
  208. this.label1.Size = new System.Drawing.Size(29, 14);
  209. this.label1.TabIndex = 4;
  210. this.label1.Text = "——";
  211. //
  212. // txtUserPwd
  213. //
  214. this.txtUserPwd.EditValue = null;
  215. this.txtUserPwd.Location = new System.Drawing.Point(120, 86);
  216. this.txtUserPwd.Name = "txtUserPwd";
  217. this.txtUserPwd.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
  218. this.txtUserPwd.Properties.Appearance.Options.UseFont = true;
  219. this.txtUserPwd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  220. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  221. this.txtUserPwd.Properties.Mask.EditMask = "";
  222. this.txtUserPwd.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  223. new DevExpress.XtraEditors.Controls.EditorButton()});
  224. this.txtUserPwd.Size = new System.Drawing.Size(192, 22);
  225. this.txtUserPwd.TabIndex = 3;
  226. //
  227. // timeEdit1
  228. //
  229. this.timeEdit1.EditValue = null;
  230. this.timeEdit1.Location = new System.Drawing.Point(120, 127);
  231. this.timeEdit1.Name = "timeEdit1";
  232. this.timeEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
  233. this.timeEdit1.Properties.Appearance.Options.UseFont = true;
  234. this.timeEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  235. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  236. this.timeEdit1.Properties.Mask.EditMask = "";
  237. this.timeEdit1.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  238. new DevExpress.XtraEditors.Controls.EditorButton()});
  239. this.timeEdit1.Size = new System.Drawing.Size(192, 22);
  240. this.timeEdit1.TabIndex = 5;
  241. //
  242. // FormRcvSelect
  243. //
  244. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  245. this.Appearance.Options.UseBackColor = true;
  246. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  247. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  248. this.ClientSize = new System.Drawing.Size(408, 271);
  249. this.Controls.Add(this.panelControl3);
  250. this.Controls.Add(this.labelControl1);
  251. this.Controls.Add(this.btnClose);
  252. this.Controls.Add(this.panelControl1);
  253. this.Controls.Add(this.panelControl4);
  254. this.Controls.Add(this.panelControl2);
  255. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  256. this.Name = "FormRcvSelect";
  257. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  258. this.Text = "编辑用户";
  259. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  260. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
  261. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  262. ((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).EndInit();
  263. ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).EndInit();
  264. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  265. this.panelControl3.ResumeLayout(false);
  266. this.panelControl3.PerformLayout();
  267. ((System.ComponentModel.ISupportInitialize)(this.txtUserPwd.Properties.VistaTimeProperties)).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.txtUserPwd.Properties)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties.VistaTimeProperties)).EndInit();
  270. ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties)).EndInit();
  271. this.ResumeLayout(false);
  272. this.PerformLayout();
  273. }
  274. #endregion
  275. private DevExpress.XtraEditors.SimpleButton btnClose;
  276. private DevExpress.XtraEditors.LabelControl labelControl1;
  277. private DevExpress.XtraEditors.PanelControl panelControl2;
  278. private DevExpress.XtraEditors.PanelControl panelControl4;
  279. private DevExpress.XtraEditors.PanelControl panelControl1;
  280. private DevExpress.XtraEditors.LabelControl labelControl2;
  281. private DevExpress.XtraEditors.TextEdit txtUserCode;
  282. private DevExpress.XtraEditors.TextEdit txtUserName;
  283. private DevExpress.XtraEditors.LabelControl labelControl3;
  284. private DevExpress.XtraEditors.LabelControl labelControl4;
  285. private DevExpress.XtraEditors.PanelControl panelControl3;
  286. private DevExpress.XtraEditors.SimpleButton simpleButton2;
  287. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  288. private System.Windows.Forms.Label label1;
  289. private DevExpress.XtraEditors.DateEdit txtUserPwd;
  290. private DevExpress.XtraEditors.DateEdit timeEdit1;
  291. }
  292. }