版博士V2.0程序
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

67 рядки
2.5 KiB

  1. namespace AssistClient.UI
  2. {
  3. partial class FrmScannerShow
  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. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  29. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  30. this.SuspendLayout();
  31. //
  32. // pictureBox1
  33. //
  34. this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  35. this.pictureBox1.Location = new System.Drawing.Point(12, 12);
  36. this.pictureBox1.Name = "pictureBox1";
  37. this.pictureBox1.Size = new System.Drawing.Size(987, 662);
  38. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  39. this.pictureBox1.TabIndex = 0;
  40. this.pictureBox1.TabStop = false;
  41. //
  42. // FrmScannerShow
  43. //
  44. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  45. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  46. this.ClientSize = new System.Drawing.Size(1011, 686);
  47. this.Controls.Add(this.pictureBox1);
  48. this.Cursor = System.Windows.Forms.Cursors.Default;
  49. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  50. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  51. this.Name = "FrmScannerShow";
  52. this.Text = "图像预览";
  53. this.TopMost = true;
  54. this.Load += new System.EventHandler(this.FrmScannerShow_Load);
  55. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  56. this.ResumeLayout(false);
  57. }
  58. #endregion
  59. private System.Windows.Forms.PictureBox pictureBox1;
  60. }
  61. }