ChsinterfaceYn.Designer.cs 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. 
  2. namespace KunMingMIMI.Forms
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.axchsdll1 = new Axchsinterfaceyn.Axchsdll();
  31. ((System.ComponentModel.ISupportInitialize)(this.axchsdll1)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // axchsdll1
  35. //
  36. this.axchsdll1.Location = new System.Drawing.Point(426, 109);
  37. this.axchsdll1.Name = "axchsdll1";
  38. this.axchsdll1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axchsdll1.OcxState")));
  39. this.axchsdll1.Size = new System.Drawing.Size(75, 23);
  40. this.axchsdll1.TabIndex = 0;
  41. //
  42. // Form1
  43. //
  44. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  45. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  46. this.ClientSize = new System.Drawing.Size(800, 450);
  47. this.Controls.Add(this.axchsdll1);
  48. this.Name = "Form1";
  49. this.Text = "Form1";
  50. ((System.ComponentModel.ISupportInitialize)(this.axchsdll1)).EndInit();
  51. this.ResumeLayout(false);
  52. }
  53. #endregion
  54. private Axchsinterfaceyn.Axchsdll axchsdll1;
  55. }
  56. }