FormImageWindow.cs.Designer.cs 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. namespace FormLib
  2. {
  3. partial class FormImageWindow
  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(FormImageWindow));
  29. this.comboBox1 = new System.Windows.Forms.ComboBox();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.SuspendLayout();
  32. //
  33. // comboBox1
  34. //
  35. this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  36. | System.Windows.Forms.AnchorStyles.Right)));
  37. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  38. this.comboBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.comboBox1.FormattingEnabled = true;
  40. this.comboBox1.Location = new System.Drawing.Point(0, 0);
  41. this.comboBox1.Name = "comboBox1";
  42. this.comboBox1.Size = new System.Drawing.Size(899, 28);
  43. this.comboBox1.TabIndex = 3;
  44. //
  45. // panel1
  46. //
  47. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  48. | System.Windows.Forms.AnchorStyles.Left)
  49. | System.Windows.Forms.AnchorStyles.Right)));
  50. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  51. this.panel1.Location = new System.Drawing.Point(0, 28);
  52. this.panel1.Name = "panel1";
  53. this.panel1.Size = new System.Drawing.Size(899, 552);
  54. this.panel1.TabIndex = 2;
  55. //
  56. // FormImageWindow
  57. //
  58. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  59. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  60. this.ClientSize = new System.Drawing.Size(899, 580);
  61. this.Controls.Add(this.comboBox1);
  62. this.Controls.Add(this.panel1);
  63. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  65. this.MaximizeBox = false;
  66. this.MinimizeBox = false;
  67. this.Name = "FormImageWindow";
  68. this.Text = "图像";
  69. this.Load += new System.EventHandler(this.FormImageWindow_Load);
  70. this.ResumeLayout(false);
  71. }
  72. #endregion
  73. private System.Windows.Forms.ComboBox comboBox1;
  74. private System.Windows.Forms.Panel panel1;
  75. }
  76. }