Form1.Designer.cs 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. 
  2. namespace BeltScaleSystem
  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. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  32. this.button3 = new System.Windows.Forms.Button();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.comboBox_channel = new System.Windows.Forms.ComboBox();
  35. this.button1 = new System.Windows.Forms.Button();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.panel1.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // pictureBox1
  42. //
  43. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  44. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  45. this.pictureBox1.Name = "pictureBox1";
  46. this.pictureBox1.Size = new System.Drawing.Size(800, 322);
  47. this.pictureBox1.TabIndex = 0;
  48. this.pictureBox1.TabStop = false;
  49. //
  50. // panel1
  51. //
  52. this.panel1.Controls.Add(this.pictureBox2);
  53. this.panel1.Controls.Add(this.pictureBox1);
  54. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  55. this.panel1.Location = new System.Drawing.Point(0, 128);
  56. this.panel1.Name = "panel1";
  57. this.panel1.Size = new System.Drawing.Size(800, 322);
  58. this.panel1.TabIndex = 6;
  59. //
  60. // pictureBox2
  61. //
  62. this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Right;
  63. this.pictureBox2.Location = new System.Drawing.Point(391, 0);
  64. this.pictureBox2.Name = "pictureBox2";
  65. this.pictureBox2.Size = new System.Drawing.Size(409, 322);
  66. this.pictureBox2.TabIndex = 1;
  67. this.pictureBox2.TabStop = false;
  68. //
  69. // button3
  70. //
  71. this.button3.Location = new System.Drawing.Point(451, 9);
  72. this.button3.Name = "button3";
  73. this.button3.Size = new System.Drawing.Size(75, 23);
  74. this.button3.TabIndex = 10;
  75. this.button3.Text = "退出";
  76. this.button3.UseVisualStyleBackColor = true;
  77. //
  78. // button2
  79. //
  80. this.button2.Location = new System.Drawing.Point(317, 9);
  81. this.button2.Name = "button2";
  82. this.button2.Size = new System.Drawing.Size(75, 23);
  83. this.button2.TabIndex = 9;
  84. this.button2.Text = "播放";
  85. this.button2.UseVisualStyleBackColor = true;
  86. this.button2.Click += new System.EventHandler(this.button2_Click);
  87. //
  88. // comboBox_channel
  89. //
  90. this.comboBox_channel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  91. this.comboBox_channel.FormattingEnabled = true;
  92. this.comboBox_channel.Location = new System.Drawing.Point(178, 9);
  93. this.comboBox_channel.Name = "comboBox_channel";
  94. this.comboBox_channel.Size = new System.Drawing.Size(69, 20);
  95. this.comboBox_channel.TabIndex = 8;
  96. //
  97. // button1
  98. //
  99. this.button1.Location = new System.Drawing.Point(52, 7);
  100. this.button1.Name = "button1";
  101. this.button1.Size = new System.Drawing.Size(75, 23);
  102. this.button1.TabIndex = 7;
  103. this.button1.Text = "登录";
  104. this.button1.UseVisualStyleBackColor = true;
  105. this.button1.Click += new System.EventHandler(this.button1_Click);
  106. //
  107. // Form1
  108. //
  109. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  110. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  111. this.ClientSize = new System.Drawing.Size(800, 450);
  112. this.Controls.Add(this.panel1);
  113. this.Controls.Add(this.button3);
  114. this.Controls.Add(this.button2);
  115. this.Controls.Add(this.comboBox_channel);
  116. this.Controls.Add(this.button1);
  117. this.Name = "Form1";
  118. this.Text = "Form1";
  119. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  120. this.panel1.ResumeLayout(false);
  121. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  122. this.ResumeLayout(false);
  123. }
  124. #endregion
  125. private System.Windows.Forms.PictureBox pictureBox1;
  126. private System.Windows.Forms.Panel panel1;
  127. private System.Windows.Forms.PictureBox pictureBox2;
  128. private System.Windows.Forms.Button button3;
  129. private System.Windows.Forms.Button button2;
  130. private System.Windows.Forms.ComboBox comboBox_channel;
  131. private System.Windows.Forms.Button button1;
  132. }
  133. }