PageRenderTime 26ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/CSVstoGetWrapperObject/GetWrapperForm.Designer.cs

#
C# | 146 lines | 104 code | 7 blank | 35 comment | 3 complexity | e3d5d3d5cc234b31177ea360cdb96e08 MD5 | raw file
  1. namespace CSVstoGetWrapperObject
  2. {
  3. partial class GetWrapperForm
  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.lblWorkbooks = new System.Windows.Forms.Label();
  29. this.cboWorkbooks = new System.Windows.Forms.ComboBox();
  30. this.btnRefreshWb = new System.Windows.Forms.Button();
  31. this.lblWorksheets = new System.Windows.Forms.Label();
  32. this.cboWorksheets = new System.Windows.Forms.ComboBox();
  33. this.btnRefreshWs = new System.Windows.Forms.Button();
  34. this.btnAddListObject = new System.Windows.Forms.Button();
  35. this.SuspendLayout();
  36. //
  37. // lblWorkbooks
  38. //
  39. this.lblWorkbooks.AutoSize = true;
  40. this.lblWorkbooks.Location = new System.Drawing.Point(12, 15);
  41. this.lblWorkbooks.Name = "lblWorkbooks";
  42. this.lblWorkbooks.Size = new System.Drawing.Size(65, 13);
  43. this.lblWorkbooks.TabIndex = 0;
  44. this.lblWorkbooks.Text = "Workbooks:";
  45. //
  46. // cboWorkbooks
  47. //
  48. this.cboWorkbooks.DisplayMember = "Name";
  49. this.cboWorkbooks.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  50. this.cboWorkbooks.FormattingEnabled = true;
  51. this.cboWorkbooks.Location = new System.Drawing.Point(85, 12);
  52. this.cboWorkbooks.Name = "cboWorkbooks";
  53. this.cboWorkbooks.Size = new System.Drawing.Size(181, 21);
  54. this.cboWorkbooks.TabIndex = 1;
  55. this.cboWorkbooks.SelectedIndexChanged += new System.EventHandler(this.cboWorkbooks_SelectedIndexChanged);
  56. //
  57. // btnRefreshWb
  58. //
  59. this.btnRefreshWb.Location = new System.Drawing.Point(272, 10);
  60. this.btnRefreshWb.Name = "btnRefreshWb";
  61. this.btnRefreshWb.Size = new System.Drawing.Size(75, 23);
  62. this.btnRefreshWb.TabIndex = 2;
  63. this.btnRefreshWb.Text = "Refresh";
  64. this.btnRefreshWb.UseVisualStyleBackColor = true;
  65. this.btnRefreshWb.Click += new System.EventHandler(this.btnRefreshWb_Click);
  66. //
  67. // lblWorksheets
  68. //
  69. this.lblWorksheets.AutoSize = true;
  70. this.lblWorksheets.Location = new System.Drawing.Point(12, 62);
  71. this.lblWorksheets.Name = "lblWorksheets";
  72. this.lblWorksheets.Size = new System.Drawing.Size(67, 13);
  73. this.lblWorksheets.TabIndex = 3;
  74. this.lblWorksheets.Text = "Worksheets:";
  75. //
  76. // cboWorksheets
  77. //
  78. this.cboWorksheets.DisplayMember = "Name";
  79. this.cboWorksheets.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  80. this.cboWorksheets.FormattingEnabled = true;
  81. this.cboWorksheets.Location = new System.Drawing.Point(85, 59);
  82. this.cboWorksheets.Name = "cboWorksheets";
  83. this.cboWorksheets.Size = new System.Drawing.Size(181, 21);
  84. this.cboWorksheets.TabIndex = 4;
  85. //
  86. // btnRefreshWs
  87. //
  88. this.btnRefreshWs.Location = new System.Drawing.Point(272, 57);
  89. this.btnRefreshWs.Name = "btnRefreshWs";
  90. this.btnRefreshWs.Size = new System.Drawing.Size(75, 23);
  91. this.btnRefreshWs.TabIndex = 5;
  92. this.btnRefreshWs.Text = "Refresh";
  93. this.btnRefreshWs.UseVisualStyleBackColor = true;
  94. this.btnRefreshWs.Click += new System.EventHandler(this.btnRefreshWs_Click);
  95. //
  96. // btnAddListObject
  97. //
  98. this.btnAddListObject.Enabled = false;
  99. this.btnAddListObject.Location = new System.Drawing.Point(195, 104);
  100. this.btnAddListObject.Name = "btnAddListObject";
  101. this.btnAddListObject.Size = new System.Drawing.Size(152, 23);
  102. this.btnAddListObject.TabIndex = 6;
  103. this.btnAddListObject.Text = "Add VSTO ListObject";
  104. this.btnAddListObject.UseVisualStyleBackColor = true;
  105. this.btnAddListObject.Click += new System.EventHandler(this.btnAddListObject_Click);
  106. //
  107. // GetWrapperForm
  108. //
  109. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  110. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  111. this.ClientSize = new System.Drawing.Size(373, 144);
  112. this.Controls.Add(this.btnAddListObject);
  113. this.Controls.Add(this.btnRefreshWs);
  114. this.Controls.Add(this.cboWorksheets);
  115. this.Controls.Add(this.lblWorksheets);
  116. this.Controls.Add(this.btnRefreshWb);
  117. this.Controls.Add(this.cboWorkbooks);
  118. this.Controls.Add(this.lblWorkbooks);
  119. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  120. this.MaximizeBox = false;
  121. this.MinimizeBox = false;
  122. this.Name = "GetWrapperForm";
  123. this.ShowIcon = false;
  124. this.ShowInTaskbar = false;
  125. this.Text = "GetVstoObject demo";
  126. this.Load += new System.EventHandler(this.GetWrapperForm_Load);
  127. this.ResumeLayout(false);
  128. this.PerformLayout();
  129. }
  130. #endregion
  131. private System.Windows.Forms.Label lblWorkbooks;
  132. private System.Windows.Forms.ComboBox cboWorkbooks;
  133. private System.Windows.Forms.Button btnRefreshWb;
  134. private System.Windows.Forms.Label lblWorksheets;
  135. private System.Windows.Forms.ComboBox cboWorksheets;
  136. private System.Windows.Forms.Button btnRefreshWs;
  137. private System.Windows.Forms.Button btnAddListObject;
  138. }
  139. }