namespace Tester { partial class RegistJSONPanel { /// /// 必要なデザイナー変数です。 /// private System.ComponentModel.IContainer components = null; /// /// 使用中のリソースをすべてクリーンアップします。 /// /// マネージ リソースが破棄される場合 true、破棄されない場合は false です。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region コンポーネント デザイナーで生成されたコード /// /// デザイナー サポートに必要なメソッドです。このメソッドの内容を /// コード エディターで変更しないでください。 /// private void InitializeComponent() { this.cmbBulkInsert = new System.Windows.Forms.ComboBox(); this.txtDate = new System.Windows.Forms.TextBox(); this.txtStr = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtResPath = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.cbxRetain = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // cmbBulkInsert // this.cmbBulkInsert.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbBulkInsert.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbBulkInsert.FormattingEnabled = true; this.cmbBulkInsert.Items.AddRange(new object[] { "none", "single_resource_path"}); this.cmbBulkInsert.Location = new System.Drawing.Point(88, 73); this.cmbBulkInsert.Name = "cmbBulkInsert"; this.cmbBulkInsert.Size = new System.Drawing.Size(522, 20); this.cmbBulkInsert.TabIndex = 3; // // txtDate // this.txtDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDate.Location = new System.Drawing.Point(88, 28); this.txtDate.Name = "txtDate"; this.txtDate.Size = new System.Drawing.Size(522, 19); this.txtDate.TabIndex = 1; // // txtStr // this.txtStr.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtStr.Location = new System.Drawing.Point(88, 99); this.txtStr.Multiline = true; this.txtStr.Name = "txtStr"; this.txtStr.Size = new System.Drawing.Size(522, 280); this.txtStr.TabIndex = 4; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(3, 102); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(35, 12); this.label5.TabIndex = 19; this.label5.Text = "JSON"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 53); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(46, 12); this.label3.TabIndex = 14; this.label3.Text = "RETAIN"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 31); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 12; this.label1.Text = "Date"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 76); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(61, 12); this.label2.TabIndex = 11; this.label2.Text = "Bulk Insert"; // // txtResPath // this.txtResPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtResPath.Location = new System.Drawing.Point(88, 3); this.txtResPath.Name = "txtResPath"; this.txtResPath.Size = new System.Drawing.Size(522, 19); this.txtResPath.TabIndex = 0; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(3, 6); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(79, 12); this.label6.TabIndex = 23; this.label6.Text = "Resource path"; // // cbxRetain // this.cbxRetain.AutoSize = true; this.cbxRetain.Location = new System.Drawing.Point(88, 53); this.cbxRetain.Name = "cbxRetain"; this.cbxRetain.Size = new System.Drawing.Size(15, 14); this.cbxRetain.TabIndex = 2; this.cbxRetain.UseVisualStyleBackColor = true; // // RegistJSONPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.cbxRetain); this.Controls.Add(this.txtResPath); this.Controls.Add(this.label6); this.Controls.Add(this.cmbBulkInsert); this.Controls.Add(this.txtDate); this.Controls.Add(this.txtStr); this.Controls.Add(this.label5); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Name = "RegistJSONPanel"; this.Size = new System.Drawing.Size(613, 382); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox cmbBulkInsert; private System.Windows.Forms.TextBox txtDate; private System.Windows.Forms.TextBox txtStr; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtResPath; private System.Windows.Forms.Label label6; private System.Windows.Forms.CheckBox cbxRetain; } }