📄 customdialog.designer.cs
字号:
this.txt33.Name = "txt33";
this.txt33.Size = new System.Drawing.Size(31, 21);
this.txt33.TabIndex = 33;
this.txt33.Text = "4";
//
// txt32
//
this.txt32.Location = new System.Drawing.Point(52, 74);
this.txt32.Name = "txt32";
this.txt32.Size = new System.Drawing.Size(31, 21);
this.txt32.TabIndex = 32;
this.txt32.Text = "2";
//
// txt31
//
this.txt31.Location = new System.Drawing.Point(15, 74);
this.txt31.Name = "txt31";
this.txt31.Size = new System.Drawing.Size(31, 21);
this.txt31.TabIndex = 31;
//
// txt25
//
this.txt25.Location = new System.Drawing.Point(163, 47);
this.txt25.Name = "txt25";
this.txt25.Size = new System.Drawing.Size(31, 21);
this.txt25.TabIndex = 25;
//
// txt24
//
this.txt24.Location = new System.Drawing.Point(126, 47);
this.txt24.Name = "txt24";
this.txt24.Size = new System.Drawing.Size(31, 21);
this.txt24.TabIndex = 24;
this.txt24.Text = "1";
//
// txt23
//
this.txt23.Location = new System.Drawing.Point(89, 47);
this.txt23.Name = "txt23";
this.txt23.Size = new System.Drawing.Size(31, 21);
this.txt23.TabIndex = 23;
this.txt23.Text = "2";
//
// txt22
//
this.txt22.Location = new System.Drawing.Point(52, 47);
this.txt22.Name = "txt22";
this.txt22.Size = new System.Drawing.Size(31, 21);
this.txt22.TabIndex = 22;
this.txt22.Text = "1";
//
// txt21
//
this.txt21.Location = new System.Drawing.Point(15, 47);
this.txt21.Name = "txt21";
this.txt21.Size = new System.Drawing.Size(31, 21);
this.txt21.TabIndex = 21;
//
// txt15
//
this.txt15.Location = new System.Drawing.Point(163, 20);
this.txt15.Name = "txt15";
this.txt15.Size = new System.Drawing.Size(31, 21);
this.txt15.TabIndex = 16;
//
// txt14
//
this.txt14.Location = new System.Drawing.Point(126, 20);
this.txt14.Name = "txt14";
this.txt14.Size = new System.Drawing.Size(31, 21);
this.txt14.TabIndex = 15;
//
// txt13
//
this.txt13.Location = new System.Drawing.Point(89, 20);
this.txt13.Name = "txt13";
this.txt13.Size = new System.Drawing.Size(31, 21);
this.txt13.TabIndex = 14;
//
// txt12
//
this.txt12.Location = new System.Drawing.Point(52, 20);
this.txt12.Name = "txt12";
this.txt12.Size = new System.Drawing.Size(31, 21);
this.txt12.TabIndex = 12;
//
// txt11
//
this.txt11.Location = new System.Drawing.Point(15, 20);
this.txt11.Name = "txt11";
this.txt11.Size = new System.Drawing.Size(31, 21);
this.txt11.TabIndex = 11;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 162);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 26;
this.label1.Text = "缩放比例:";
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(223, 41);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(51, 23);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnOk
//
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOk.Location = new System.Drawing.Point(223, 12);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(51, 23);
this.btnOk.TabIndex = 1;
this.btnOk.Text = "确定";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// btnImport
//
this.btnImport.Location = new System.Drawing.Point(223, 85);
this.btnImport.Name = "btnImport";
this.btnImport.Size = new System.Drawing.Size(51, 23);
this.btnImport.TabIndex = 3;
this.btnImport.Text = "导入";
this.btnImport.UseVisualStyleBackColor = true;
this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
//
// btnExport
//
this.btnExport.Location = new System.Drawing.Point(223, 114);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(51, 23);
this.btnExport.TabIndex = 4;
this.btnExport.Text = "导出";
this.btnExport.UseVisualStyleBackColor = true;
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
// openFileDialog
//
this.openFileDialog.DefaultExt = "acf";
this.openFileDialog.Filter = "自定义滤镜 (*.ACF)|*.ACF";
this.openFileDialog.Title = "导入";
//
// saveFileDialog
//
this.saveFileDialog.DefaultExt = "acf";
this.saveFileDialog.Filter = "自定义滤镜 (*.ACF)|*.ACF";
this.saveFileDialog.Title = "导出";
//
// CustomDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(283, 203);
this.Controls.Add(this.btnExport);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnImport);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.groupBox);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(291, 241);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(291, 241);
this.Name = "CustomDialog";
this.ShowIcon = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "自定义";
this.groupBox.ResumeLayout(false);
this.groupBox.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox;
private System.Windows.Forms.TextBox txt55;
private System.Windows.Forms.TextBox txt54;
private System.Windows.Forms.TextBox txt53;
private System.Windows.Forms.TextBox txt52;
private System.Windows.Forms.TextBox txt51;
private System.Windows.Forms.TextBox txt45;
private System.Windows.Forms.TextBox txt44;
private System.Windows.Forms.TextBox txt43;
private System.Windows.Forms.TextBox txt42;
private System.Windows.Forms.TextBox txt41;
private System.Windows.Forms.TextBox txt35;
private System.Windows.Forms.TextBox txt34;
private System.Windows.Forms.TextBox txt33;
private System.Windows.Forms.TextBox txt32;
private System.Windows.Forms.TextBox txt31;
private System.Windows.Forms.TextBox txt25;
private System.Windows.Forms.TextBox txt24;
private System.Windows.Forms.TextBox txt23;
private System.Windows.Forms.TextBox txt22;
private System.Windows.Forms.TextBox txt21;
private System.Windows.Forms.TextBox txt15;
private System.Windows.Forms.TextBox txt14;
private System.Windows.Forms.TextBox txt13;
private System.Windows.Forms.TextBox txt12;
private System.Windows.Forms.TextBox txt11;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtScale;
private System.Windows.Forms.TextBox txtOffset;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Button btnImport;
private System.Windows.Forms.Button btnExport;
private System.Windows.Forms.OpenFileDialog openFileDialog;
private System.Windows.Forms.SaveFileDialog saveFileDialog;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -