_ Partial Class 桌面捷徑設定 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.捷徑_dgv = New System.Windows.Forms.DataGridView() Me.Column1 = New System.Windows.Forms.DataGridViewCheckBoxColumn() Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.計算分流1 = New System.Windows.Forms.Timer(Me.components) Me.原文_tb = New System.Windows.Forms.TextBox() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.Panel1 = New System.Windows.Forms.Panel() Me.全部取消_rbt = New System.Windows.Forms.Button() Me.存檔_rbt = New System.Windows.Forms.Button() Me.人事_bt = New System.Windows.Forms.Button() Me.財務_bt = New System.Windows.Forms.Button() Me.工程_bt = New System.Windows.Forms.Button() Me.倉儲_bt = New System.Windows.Forms.Button() Me.採購_bt = New System.Windows.Forms.Button() Me.業務_bt = New System.Windows.Forms.Button() Me.Panel2 = New System.Windows.Forms.Panel() Me.翻譯_rtb = New System.Windows.Forms.TextBox() Me.語言_dgv = New System.Windows.Forms.DataGridView() Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.語轉扭_bt = New System.Windows.Forms.Button() Me.Cancel_bt = New System.Windows.Forms.Button() Me.主題_lb = New System.Windows.Forms.Label() Me.PnlTitleBar = New System.Windows.Forms.Panel() Me.全部選擇_rbt = New System.Windows.Forms.Button() CType(Me.捷徑_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.Panel2.SuspendLayout() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '捷徑_dgv ' Me.捷徑_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.捷徑_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.捷徑_dgv.BackgroundColor = System.Drawing.Color.White Me.捷徑_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle1.BackColor = System.Drawing.Color.White DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.捷徑_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1 Me.捷徑_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.捷徑_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4}) DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.Color.White DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.捷徑_dgv.DefaultCellStyle = DataGridViewCellStyle2 Me.捷徑_dgv.GridColor = System.Drawing.Color.LightGray Me.捷徑_dgv.Location = New System.Drawing.Point(3, 55) Me.捷徑_dgv.Name = "捷徑_dgv" DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle3.BackColor = System.Drawing.Color.White DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.捷徑_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle3 Me.捷徑_dgv.RowHeadersWidth = 5 Me.捷徑_dgv.RowTemplate.Height = 24 Me.捷徑_dgv.Size = New System.Drawing.Size(402, 564) Me.捷徑_dgv.TabIndex = 663 ' 'Column1 ' Me.Column1.FillWeight = 45.68528! Me.Column1.HeaderText = "select" Me.Column1.Name = "Column1" ' 'Column2 ' Me.Column2.FillWeight = 127.1574! Me.Column2.HeaderText = "Function" Me.Column2.Name = "Column2" ' 'Column3 ' Me.Column3.FillWeight = 127.1574! Me.Column3.HeaderText = "控件" Me.Column3.Name = "Column3" Me.Column3.Visible = False ' 'Column4 ' Me.Column4.HeaderText = "狀態" Me.Column4.Name = "Column4" Me.Column4.Visible = False ' '計算分流1 ' ' '原文_tb ' Me.原文_tb.Location = New System.Drawing.Point(86, 119) Me.原文_tb.Name = "原文_tb" Me.原文_tb.Size = New System.Drawing.Size(100, 23) Me.原文_tb.TabIndex = 667 ' 'ToolTip1 ' Me.ToolTip1.AutoPopDelay = 5000 Me.ToolTip1.InitialDelay = 500 Me.ToolTip1.IsBalloon = True Me.ToolTip1.ReshowDelay = 100 Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.ToolTip1.ToolTipTitle = "illustrate" ' 'Panel1 ' Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.全部取消_rbt) Me.Panel1.Controls.Add(Me.存檔_rbt) Me.Panel1.Controls.Add(Me.Panel2) Me.Panel1.Controls.Add(Me.捷徑_dgv) Me.Panel1.Controls.Add(Me.原文_tb) Me.Panel1.Location = New System.Drawing.Point(5, 34) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(410, 623) Me.Panel1.TabIndex = 1723 ' '全部取消_rbt ' Me.全部取消_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.Close Me.全部取消_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.全部取消_rbt.Location = New System.Drawing.Point(359, 6) Me.全部取消_rbt.Name = "全部取消_rbt" Me.全部取消_rbt.Size = New System.Drawing.Size(45, 45) Me.全部取消_rbt.TabIndex = 1844 Me.全部取消_rbt.UseVisualStyleBackColor = True ' '存檔_rbt ' Me.存檔_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.SAVER Me.存檔_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.存檔_rbt.Location = New System.Drawing.Point(8, 6) Me.存檔_rbt.Name = "存檔_rbt" Me.存檔_rbt.Size = New System.Drawing.Size(45, 45) Me.存檔_rbt.TabIndex = 1843 Me.存檔_rbt.UseVisualStyleBackColor = True ' '人事_bt ' Me.人事_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.人事_bt.Location = New System.Drawing.Point(258, 104) Me.人事_bt.Name = "人事_bt" Me.人事_bt.Size = New System.Drawing.Size(45, 45) Me.人事_bt.TabIndex = 1842 Me.人事_bt.UseVisualStyleBackColor = True ' '財務_bt ' Me.財務_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.財務_bt.Location = New System.Drawing.Point(208, 104) Me.財務_bt.Name = "財務_bt" Me.財務_bt.Size = New System.Drawing.Size(45, 45) Me.財務_bt.TabIndex = 1841 Me.財務_bt.UseVisualStyleBackColor = True ' '工程_bt ' Me.工程_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.工程_bt.Location = New System.Drawing.Point(108, 104) Me.工程_bt.Name = "工程_bt" Me.工程_bt.Size = New System.Drawing.Size(45, 45) Me.工程_bt.TabIndex = 1840 Me.工程_bt.UseVisualStyleBackColor = True ' '倉儲_bt ' Me.倉儲_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.倉儲_bt.Location = New System.Drawing.Point(157, 104) Me.倉儲_bt.Name = "倉儲_bt" Me.倉儲_bt.Size = New System.Drawing.Size(45, 45) Me.倉儲_bt.TabIndex = 1839 Me.倉儲_bt.UseVisualStyleBackColor = True ' '採購_bt ' Me.採購_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.採購_bt.Location = New System.Drawing.Point(57, 104) Me.採購_bt.Name = "採購_bt" Me.採購_bt.Size = New System.Drawing.Size(45, 45) Me.採購_bt.TabIndex = 1838 Me.採購_bt.UseVisualStyleBackColor = True ' '業務_bt ' Me.業務_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.業務_bt.Location = New System.Drawing.Point(9, 104) Me.業務_bt.Name = "業務_bt" Me.業務_bt.Size = New System.Drawing.Size(45, 45) Me.業務_bt.TabIndex = 1837 Me.業務_bt.UseVisualStyleBackColor = True ' 'Panel2 ' Me.Panel2.Controls.Add(Me.翻譯_rtb) Me.Panel2.Controls.Add(Me.全部選擇_rbt) Me.Panel2.Controls.Add(Me.人事_bt) Me.Panel2.Controls.Add(Me.財務_bt) Me.Panel2.Controls.Add(Me.語言_dgv) Me.Panel2.Controls.Add(Me.工程_bt) Me.Panel2.Controls.Add(Me.語轉扭_bt) Me.Panel2.Controls.Add(Me.倉儲_bt) Me.Panel2.Controls.Add(Me.業務_bt) Me.Panel2.Controls.Add(Me.採購_bt) Me.Panel2.Location = New System.Drawing.Point(9, 119) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(375, 216) Me.Panel2.TabIndex = 1836 ' '翻譯_rtb ' Me.翻譯_rtb.Location = New System.Drawing.Point(3, 58) Me.翻譯_rtb.Name = "翻譯_rtb" Me.翻譯_rtb.Size = New System.Drawing.Size(100, 23) Me.翻譯_rtb.TabIndex = 1839 ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2}) Me.語言_dgv.Location = New System.Drawing.Point(3, 3) Me.語言_dgv.Name = "語言_dgv" Me.語言_dgv.RowHeadersWidth = 5 Me.語言_dgv.RowTemplate.Height = 24 Me.語言_dgv.Size = New System.Drawing.Size(208, 49) Me.語言_dgv.TabIndex = 1723 Me.語言_dgv.Visible = False ' 'DataGridViewTextBoxColumn1 ' Me.DataGridViewTextBoxColumn1.HeaderText = "Column1" Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" ' 'DataGridViewTextBoxColumn2 ' Me.DataGridViewTextBoxColumn2.HeaderText = "Column2" Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2" ' '語轉扭_bt ' Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black Me.語轉扭_bt.Location = New System.Drawing.Point(109, 59) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(22, 22) Me.語轉扭_bt.TabIndex = 1835 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' 'Cancel_bt ' Me.Cancel_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Cancel_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Cancel_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Cancel_bt.ForeColor = System.Drawing.Color.Black Me.Cancel_bt.Location = New System.Drawing.Point(389, 4) Me.Cancel_bt.Name = "Cancel_bt" Me.Cancel_bt.Size = New System.Drawing.Size(26, 26) Me.Cancel_bt.TabIndex = 1728 Me.Cancel_bt.Text = "X" Me.Cancel_bt.UseVisualStyleBackColor = False ' '主題_lb ' Me.主題_lb.AutoSize = True Me.主題_lb.BackColor = System.Drawing.Color.Transparent Me.主題_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.主題_lb.Location = New System.Drawing.Point(12, 9) Me.主題_lb.Name = "主題_lb" Me.主題_lb.Size = New System.Drawing.Size(45, 16) Me.主題_lb.TabIndex = 1727 Me.主題_lb.Text = "Label1" ' 'PnlTitleBar ' Me.PnlTitleBar.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PnlTitleBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.PnlTitleBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.PnlTitleBar.Location = New System.Drawing.Point(0, 0) Me.PnlTitleBar.Name = "PnlTitleBar" Me.PnlTitleBar.Size = New System.Drawing.Size(420, 663) Me.PnlTitleBar.TabIndex = 1729 ' '全部選擇_rbt ' Me.全部選擇_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources._Select Me.全部選擇_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.全部選擇_rbt.Location = New System.Drawing.Point(166, 58) Me.全部選擇_rbt.Name = "全部選擇_rbt" Me.全部選擇_rbt.Size = New System.Drawing.Size(45, 45) Me.全部選擇_rbt.TabIndex = 1838 Me.全部選擇_rbt.UseVisualStyleBackColor = True ' '桌面捷徑設定 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(420, 663) Me.Controls.Add(Me.Cancel_bt) Me.Controls.Add(Me.主題_lb) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.PnlTitleBar) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Margin = New System.Windows.Forms.Padding(4) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "桌面捷徑設定" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "桌面捷徑設定" CType(Me.捷徑_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 捷徑_dgv As DataGridView Friend WithEvents Column1 As DataGridViewCheckBoxColumn Friend WithEvents Column2 As DataGridViewTextBoxColumn Friend WithEvents Column3 As DataGridViewTextBoxColumn Friend WithEvents Column4 As DataGridViewTextBoxColumn Friend WithEvents 計算分流1 As Timer Friend WithEvents 原文_tb As TextBox Friend WithEvents ToolTip1 As ToolTip Friend WithEvents Panel1 As Panel Friend WithEvents Cancel_bt As Button Friend WithEvents 主題_lb As Label Friend WithEvents PnlTitleBar As Panel Friend WithEvents 語言_dgv As DataGridView Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn Friend WithEvents 語轉扭_bt As Button Friend WithEvents 業務_bt As Button Friend WithEvents Panel2 As Panel Friend WithEvents 人事_bt As Button Friend WithEvents 財務_bt As Button Friend WithEvents 工程_bt As Button Friend WithEvents 倉儲_bt As Button Friend WithEvents 採購_bt As Button Friend WithEvents 全部取消_rbt As Button Friend WithEvents 存檔_rbt As Button Friend WithEvents 翻譯_rtb As TextBox Friend WithEvents 全部選擇_rbt As Button End Class