F_CMN_0102.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. namespace Dongke.IBOSS.PRD.Client.CommonModule.FormCommon
  2. {
  3. partial class F_CMN_0102
  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(F_CMN_0102));
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.picImage = new System.Windows.Forms.PictureBox();
  31. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  33. ((System.ComponentModel.ISupportInitialize)(this.picImage)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // pictureBox1
  37. //
  38. this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  39. | System.Windows.Forms.AnchorStyles.Left)
  40. | System.Windows.Forms.AnchorStyles.Right)));
  41. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  42. this.pictureBox1.Name = "pictureBox1";
  43. this.pictureBox1.Size = new System.Drawing.Size(0, 0);
  44. this.pictureBox1.TabIndex = 0;
  45. this.pictureBox1.TabStop = false;
  46. //
  47. // picImage
  48. //
  49. this.picImage.Dock = System.Windows.Forms.DockStyle.Fill;
  50. this.picImage.Location = new System.Drawing.Point(0, 0);
  51. this.picImage.Margin = new System.Windows.Forms.Padding(0);
  52. this.picImage.Name = "picImage";
  53. this.picImage.Size = new System.Drawing.Size(284, 262);
  54. this.picImage.TabIndex = 1;
  55. this.picImage.TabStop = false;
  56. this.picImage.SizeChanged += new System.EventHandler(this.picImage_SizeChanged);
  57. //
  58. // btnClose
  59. //
  60. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  61. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  62. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.btnClose.ForeColor = System.Drawing.Color.White;
  64. this.btnClose.Location = new System.Drawing.Point(104, 71);
  65. this.btnClose.Name = "btnClose";
  66. this.btnClose.Size = new System.Drawing.Size(0, 0);
  67. this.btnClose.TabIndex = 2;
  68. this.btnClose.TabStop = false;
  69. this.btnClose.UseVisualStyleBackColor = false;
  70. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  71. //
  72. // F_CMN_0102
  73. //
  74. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  75. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  76. this.CancelButton = this.btnClose;
  77. this.ClientSize = new System.Drawing.Size(284, 262);
  78. this.Controls.Add(this.btnClose);
  79. this.Controls.Add(this.picImage);
  80. this.Controls.Add(this.pictureBox1);
  81. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  82. this.Name = "F_CMN_0102";
  83. this.Text = "显示图片";
  84. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  85. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.picImage)).EndInit();
  87. this.ResumeLayout(false);
  88. }
  89. #endregion
  90. private System.Windows.Forms.PictureBox pictureBox1;
  91. private System.Windows.Forms.PictureBox picImage;
  92. private Basics.BaseControls.C_Button btnClose;
  93. }
  94. }