锐腾搅拌上料功能
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.

62 lines
2.5 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSMedia
  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(FormICSMedia));
  29. this.axWindowsMediaPlayer1 = new AxWMPLib.AxWindowsMediaPlayer();
  30. ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // axWindowsMediaPlayer1
  34. //
  35. this.axWindowsMediaPlayer1.Dock = System.Windows.Forms.DockStyle.Fill;
  36. this.axWindowsMediaPlayer1.Enabled = true;
  37. this.axWindowsMediaPlayer1.Location = new System.Drawing.Point(0, 0);
  38. this.axWindowsMediaPlayer1.Name = "axWindowsMediaPlayer1";
  39. this.axWindowsMediaPlayer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState")));
  40. this.axWindowsMediaPlayer1.Size = new System.Drawing.Size(349, 295);
  41. this.axWindowsMediaPlayer1.TabIndex = 2;
  42. //
  43. // FormICSMedia
  44. //
  45. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  46. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  47. this.ClientSize = new System.Drawing.Size(349, 295);
  48. this.Controls.Add(this.axWindowsMediaPlayer1);
  49. this.Name = "FormICSMedia";
  50. this.Text = "视频";
  51. ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).EndInit();
  52. this.ResumeLayout(false);
  53. }
  54. #endregion
  55. private AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer1;
  56. }
  57. }