/
developer.bami
/
DFM
Обзор
Документация
Войти
/
developer.bami
/
DFM
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
dv21_load/frmCopy.Designer.cs
142 строки
6 KB
Michael
add copy section and field feature
19 мар 2025, 12:01
19 мар 2025, 12:01
6a191b9
Код
Авторство
О чём код?
namespace dv21_load { partial class frmCopy { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCopy)); this.tvStructFrom = new System.Windows.Forms.TreeView(); this.tvStructTo = new System.Windows.Forms.TreeView(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.cmdCopy = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // tvStructFrom // this.tvStructFrom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.tvStructFrom.HideSelection = false; this.tvStructFrom.ImageIndex = 0; this.tvStructFrom.ImageList = this.imageList1; this.tvStructFrom.Location = new System.Drawing.Point(12, 72); this.tvStructFrom.Name = "tvStructFrom"; this.tvStructFrom.SelectedImageIndex = 0; this.tvStructFrom.Size = new System.Drawing.Size(422, 472); this.tvStructFrom.TabIndex = 25; // // tvStructTo // this.tvStructTo.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.tvStructTo.HideSelection = false; this.tvStructTo.ImageIndex = 0; this.tvStructTo.ImageList = this.imageList1; this.tvStructTo.Location = new System.Drawing.Point(449, 72); this.tvStructTo.Name = "tvStructTo"; this.tvStructTo.SelectedImageIndex = 0; this.tvStructTo.Size = new System.Drawing.Size(400, 472); this.tvStructTo.TabIndex = 26; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, ""); this.imageList1.Images.SetKeyName(1, ""); this.imageList1.Images.SetKeyName(2, ""); this.imageList1.Images.SetKeyName(3, ""); this.imageList1.Images.SetKeyName(4, ""); this.imageList1.Images.SetKeyName(5, ""); this.imageList1.Images.SetKeyName(6, ""); this.imageList1.Images.SetKeyName(7, ""); this.imageList1.Images.SetKeyName(8, ""); this.imageList1.Images.SetKeyName(9, ""); this.imageList1.Images.SetKeyName(10, ""); this.imageList1.Images.SetKeyName(11, ""); this.imageList1.Images.SetKeyName(12, ""); // // cmdCopy // this.cmdCopy.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmdCopy.Location = new System.Drawing.Point(12, 12); this.cmdCopy.Name = "cmdCopy"; this.cmdCopy.Size = new System.Drawing.Size(837, 22); this.cmdCopy.TabIndex = 27; this.cmdCopy.Text = "Copy"; this.cmdCopy.UseVisualStyleBackColor = true; this.cmdCopy.Click += new System.EventHandler(this.cmdCopy_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(14, 44); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(33, 13); this.label1.TabIndex = 28; this.label1.Text = "From:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(446, 44); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(23, 13); this.label2.TabIndex = 29; this.label2.Text = "To:"; // // frmCopy // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(861, 556); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.cmdCopy); this.Controls.Add(this.tvStructTo); this.Controls.Add(this.tvStructFrom); this.Name = "frmCopy"; this.Text = "Copy Section And Fields"; this.Load += new System.EventHandler(this.frmCopy_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TreeView tvStructFrom; private System.Windows.Forms.TreeView tvStructTo; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.Button cmdCopy; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; } }