ChangeMemo.Designer.cs 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. namespace Core.StlMes.Client.LgResMgt.Mcms
  2. {
  3. partial class ChangeMemo
  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.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  29. this.ubtOK = new Infragistics.Win.Misc.UltraButton();
  30. this.ubtCancel = new Infragistics.Win.Misc.UltraButton();
  31. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  32. this.checkMemo = new System.Windows.Forms.CheckBox();
  33. this.ultraPanel2.ClientArea.SuspendLayout();
  34. this.ultraPanel2.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // ultraPanel2
  38. //
  39. //
  40. // ultraPanel2.ClientArea
  41. //
  42. this.ultraPanel2.ClientArea.Controls.Add(this.ubtOK);
  43. this.ultraPanel2.ClientArea.Controls.Add(this.ubtCancel);
  44. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  45. this.ultraPanel2.Location = new System.Drawing.Point(0, 81);
  46. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
  47. this.ultraPanel2.Name = "ultraPanel2";
  48. this.ultraPanel2.Size = new System.Drawing.Size(341, 45);
  49. this.ultraPanel2.TabIndex = 3;
  50. //
  51. // ubtOK
  52. //
  53. this.ubtOK.Anchor = System.Windows.Forms.AnchorStyles.Right;
  54. this.ubtOK.Location = new System.Drawing.Point(120, 6);
  55. this.ubtOK.Margin = new System.Windows.Forms.Padding(4);
  56. this.ubtOK.Name = "ubtOK";
  57. this.ubtOK.Size = new System.Drawing.Size(100, 29);
  58. this.ubtOK.TabIndex = 5;
  59. this.ubtOK.Text = "确认";
  60. this.ubtOK.Click += new System.EventHandler(this.ubtOK_Click);
  61. //
  62. // ubtCancel
  63. //
  64. this.ubtCancel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  65. this.ubtCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  66. this.ubtCancel.Location = new System.Drawing.Point(228, 6);
  67. this.ubtCancel.Margin = new System.Windows.Forms.Padding(4);
  68. this.ubtCancel.Name = "ubtCancel";
  69. this.ubtCancel.Size = new System.Drawing.Size(100, 29);
  70. this.ubtCancel.TabIndex = 4;
  71. this.ubtCancel.Text = "取消";
  72. //
  73. // ultraLabel1
  74. //
  75. this.ultraLabel1.AutoSize = true;
  76. this.ultraLabel1.Font = new System.Drawing.Font("宋体", 11F);
  77. this.ultraLabel1.Location = new System.Drawing.Point(12, 27);
  78. this.ultraLabel1.Name = "ultraLabel1";
  79. this.ultraLabel1.Size = new System.Drawing.Size(82, 24);
  80. this.ultraLabel1.TabIndex = 5;
  81. this.ultraLabel1.Text = "车辆备注";
  82. //
  83. // checkMemo
  84. //
  85. this.checkMemo.AutoSize = true;
  86. this.checkMemo.Location = new System.Drawing.Point(116, 27);
  87. this.checkMemo.Name = "checkMemo";
  88. this.checkMemo.Size = new System.Drawing.Size(89, 19);
  89. this.checkMemo.TabIndex = 6;
  90. this.checkMemo.Text = "钢管车辆";
  91. this.checkMemo.UseVisualStyleBackColor = true;
  92. //
  93. // ChangeMemo
  94. //
  95. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  96. this.ClientSize = new System.Drawing.Size(341, 126);
  97. this.Controls.Add(this.checkMemo);
  98. this.Controls.Add(this.ultraLabel1);
  99. this.Controls.Add(this.ultraPanel2);
  100. this.Name = "ChangeMemo";
  101. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  102. this.Text = "备注修改";
  103. this.ultraPanel2.ClientArea.ResumeLayout(false);
  104. this.ultraPanel2.ResumeLayout(false);
  105. this.ResumeLayout(false);
  106. this.PerformLayout();
  107. }
  108. #endregion
  109. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  110. private Infragistics.Win.Misc.UltraButton ubtOK;
  111. private Infragistics.Win.Misc.UltraButton ubtCancel;
  112. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  113. private System.Windows.Forms.CheckBox checkMemo;
  114. }
  115. }