FormSDKCameraTool.Designer.cs 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. namespace SDKCameraTool
  2. {
  3. partial class FormSDKCameraTool
  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(FormSDKCameraTool));
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.tsbtRunTool = new System.Windows.Forms.ToolStripButton();
  31. this.statusStrip = new System.Windows.Forms.StatusStrip();
  32. this.lb_RunStatus = new System.Windows.Forms.ToolStripStatusLabel();
  33. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  34. this.lb_RunTime = new System.Windows.Forms.ToolStripStatusLabel();
  35. this.uiSplitContainer1 = new Sunny.UI.UISplitContainer();
  36. this.toolStrip1.SuspendLayout();
  37. this.statusStrip.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).BeginInit();
  39. this.uiSplitContainer1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // toolStrip1
  43. //
  44. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25);
  45. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  46. this.tsbtRunTool});
  47. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  48. this.toolStrip1.Name = "toolStrip1";
  49. this.toolStrip1.Size = new System.Drawing.Size(1092, 32);
  50. this.toolStrip1.TabIndex = 5;
  51. this.toolStrip1.Text = "toolStrip1";
  52. //
  53. // tsbtRunTool
  54. //
  55. this.tsbtRunTool.Image = ((System.Drawing.Image)(resources.GetObject("tsbtRunTool.Image")));
  56. this.tsbtRunTool.ImageTransparentColor = System.Drawing.Color.Magenta;
  57. this.tsbtRunTool.Name = "tsbtRunTool";
  58. this.tsbtRunTool.Size = new System.Drawing.Size(85, 29);
  59. this.tsbtRunTool.Text = "运行工具";
  60. //
  61. // statusStrip
  62. //
  63. this.statusStrip.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  65. this.lb_RunStatus,
  66. this.toolStripStatusLabel1,
  67. this.lb_RunTime});
  68. this.statusStrip.Location = new System.Drawing.Point(0, 618);
  69. this.statusStrip.Name = "statusStrip";
  70. this.statusStrip.Size = new System.Drawing.Size(1092, 22);
  71. this.statusStrip.TabIndex = 4;
  72. //
  73. // lb_RunStatus
  74. //
  75. this.lb_RunStatus.Name = "lb_RunStatus";
  76. this.lb_RunStatus.Size = new System.Drawing.Size(0, 17);
  77. //
  78. // toolStripStatusLabel1
  79. //
  80. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  81. this.toolStripStatusLabel1.Size = new System.Drawing.Size(16, 17);
  82. this.toolStripStatusLabel1.Text = " ";
  83. //
  84. // lb_RunTime
  85. //
  86. this.lb_RunTime.Name = "lb_RunTime";
  87. this.lb_RunTime.Size = new System.Drawing.Size(0, 17);
  88. //
  89. // uiSplitContainer1
  90. //
  91. this.uiSplitContainer1.Cursor = System.Windows.Forms.Cursors.Default;
  92. this.uiSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.uiSplitContainer1.Location = new System.Drawing.Point(0, 32);
  94. this.uiSplitContainer1.Name = "uiSplitContainer1";
  95. this.uiSplitContainer1.Size = new System.Drawing.Size(1092, 586);
  96. this.uiSplitContainer1.SplitterDistance = 632;
  97. this.uiSplitContainer1.SplitterWidth = 11;
  98. this.uiSplitContainer1.TabIndex = 6;
  99. //
  100. // FormSDKCameraTool
  101. //
  102. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  103. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  104. this.ClientSize = new System.Drawing.Size(1092, 640);
  105. this.Controls.Add(this.uiSplitContainer1);
  106. this.Controls.Add(this.toolStrip1);
  107. this.Controls.Add(this.statusStrip);
  108. this.Name = "FormSDKCameraTool";
  109. this.Text = "FormSDKCameraTool";
  110. this.toolStrip1.ResumeLayout(false);
  111. this.toolStrip1.PerformLayout();
  112. this.statusStrip.ResumeLayout(false);
  113. this.statusStrip.PerformLayout();
  114. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).EndInit();
  115. this.uiSplitContainer1.ResumeLayout(false);
  116. this.ResumeLayout(false);
  117. this.PerformLayout();
  118. }
  119. #endregion
  120. private System.Windows.Forms.ToolStrip toolStrip1;
  121. private System.Windows.Forms.ToolStripButton tsbtRunTool;
  122. private System.Windows.Forms.StatusStrip statusStrip;
  123. private System.Windows.Forms.ToolStripStatusLabel lb_RunStatus;
  124. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  125. private System.Windows.Forms.ToolStripStatusLabel lb_RunTime;
  126. private Sunny.UI.UISplitContainer uiSplitContainer1;
  127. }
  128. }