华恒Mes鼎捷代码
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.

102 lines
4.3 KiB

5 months ago
  1. namespace ICSSoft.AutoUpdate.Edition.DownLoad
  2. {
  3. partial class FormAutoUpdate
  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(FormAutoUpdate));
  29. this.fileList = new DevExpress.XtraEditors.ListBoxControl();
  30. this.btnStart = new DevExpress.XtraEditors.SimpleButton();
  31. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  32. this.lblState = new DevExpress.XtraEditors.LabelControl();
  33. ((System.ComponentModel.ISupportInitialize)(this.fileList)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // fileList
  37. //
  38. this.fileList.Location = new System.Drawing.Point(-4, 0);
  39. this.fileList.Name = "fileList";
  40. this.fileList.Size = new System.Drawing.Size(443, 300);
  41. this.fileList.TabIndex = 0;
  42. //
  43. // btnStart
  44. //
  45. this.btnStart.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
  46. this.btnStart.Location = new System.Drawing.Point(364, 306);
  47. this.btnStart.Name = "btnStart";
  48. this.btnStart.Size = new System.Drawing.Size(75, 23);
  49. this.btnStart.TabIndex = 1;
  50. this.btnStart.Text = "开始更新";
  51. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  52. //
  53. // labelControl1
  54. //
  55. this.labelControl1.Location = new System.Drawing.Point(2, 306);
  56. this.labelControl1.Name = "labelControl1";
  57. this.labelControl1.Size = new System.Drawing.Size(52, 14);
  58. this.labelControl1.TabIndex = 3;
  59. this.labelControl1.Text = "更新状态:";
  60. //
  61. // lblState
  62. //
  63. this.lblState.Location = new System.Drawing.Point(61, 306);
  64. this.lblState.Name = "lblState";
  65. this.lblState.Size = new System.Drawing.Size(24, 14);
  66. this.lblState.TabIndex = 4;
  67. this.lblState.Text = "就绪";
  68. //
  69. // FormAutoUpdate
  70. //
  71. this.Appearance.BackColor = System.Drawing.Color.White;
  72. this.Appearance.Options.UseBackColor = true;
  73. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  74. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  75. this.ClientSize = new System.Drawing.Size(440, 328);
  76. this.Controls.Add(this.lblState);
  77. this.Controls.Add(this.labelControl1);
  78. this.Controls.Add(this.btnStart);
  79. this.Controls.Add(this.fileList);
  80. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  81. this.MaximizeBox = false;
  82. this.MinimizeBox = false;
  83. this.Name = "FormAutoUpdate";
  84. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  85. this.Text = "补丁更新-智合诚IMES ";
  86. this.Load += new System.EventHandler(this.FormAutoUpdate_Load);
  87. ((System.ComponentModel.ISupportInitialize)(this.fileList)).EndInit();
  88. this.ResumeLayout(false);
  89. this.PerformLayout();
  90. }
  91. #endregion
  92. private DevExpress.XtraEditors.ListBoxControl fileList;
  93. private DevExpress.XtraEditors.SimpleButton btnStart;
  94. private DevExpress.XtraEditors.LabelControl labelControl1;
  95. private DevExpress.XtraEditors.LabelControl lblState;
  96. }
  97. }