GengxinrenForm.Designer.cs 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. namespace Uninpho.Tools.components.MTLFF
  2. {
  3. partial class GengxinrenForm
  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.textEdit1 = new DevExpress.XtraEditors.TextEdit();
  29. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  30. ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // textEdit1
  34. //
  35. this.textEdit1.EditValue = "";
  36. this.textEdit1.Location = new System.Drawing.Point(42, 32);
  37. this.textEdit1.Name = "textEdit1";
  38. this.textEdit1.Size = new System.Drawing.Size(122, 20);
  39. this.textEdit1.TabIndex = 0;
  40. //
  41. // simpleButton1
  42. //
  43. this.simpleButton1.Location = new System.Drawing.Point(190, 31);
  44. this.simpleButton1.Name = "simpleButton1";
  45. this.simpleButton1.Size = new System.Drawing.Size(75, 23);
  46. this.simpleButton1.TabIndex = 1;
  47. this.simpleButton1.Text = "确认";
  48. this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
  49. //
  50. // GengxinrenForm
  51. //
  52. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  53. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  54. this.ClientSize = new System.Drawing.Size(315, 82);
  55. this.Controls.Add(this.simpleButton1);
  56. this.Controls.Add(this.textEdit1);
  57. this.Name = "GengxinrenForm";
  58. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  59. this.Text = "请输入更新人信息";
  60. ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
  61. this.ResumeLayout(false);
  62. }
  63. #endregion
  64. private DevExpress.XtraEditors.TextEdit textEdit1;
  65. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  66. }
  67. }